:root {
    --red: #ff3838;
    --gray: #777777;
    --blue: #1494a9;
    --white: #ffffff;
    --chalk: #eeeeee;
    --purple: #b12fad;
    --orange: #e86121;
    --yellow: #ffab10;
    --text: #555555;
    --dark: #0d0633;
    --border: #c9c9c9;
    --heading: #232d3b;
    --primary: #0044bb;
    --primary-light: #75a7ff;
    --primary-hover: #0022aa;
    --view: #8edb04;
    --click: #01cbd5;
    --rating: #e8ce00;
    --sale: #dc3545;
    --rent: #03a70c;
    --booking: #7209af;
    --facebook: #3b5998;
    --linkedin: #0e76a8;
    --twitter: #00acee;
    --primary-bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    --primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}
.dash-header-part {
    margin:30px 0;
    position: relative;
    z-index: 1;
}
.dash-header-card {
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 15%);
    padding: 30px 30px 0px 30px;
    background: #ffffff;
    border-radius: 8px;
}

.dash-header-left {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
}
.dash-avatar {
    margin-right: 30px;
}


/* dashboard */
.deshboard {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}

.profile a {
    display: block;
    color: #555555;
}

.profile a:hover {
    color: #0044bb;
}

.dash-padding {
    padding: 23px;
}
.alert.alert-warning p {
    margin: 8px 10px 5px;
}

.margin-top {
    margin-top: 10px;
}

.dashboard-menu-border {
    border-right: 1px solid #dee2e6;
    margin: 15px 0 35px;
}

.dash-header-alert {
    margin: 30px 0;
}

.profile-menu {
    padding: 12px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #deede6;
}

.profile-item {
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile-item a {
    color: #ffffff;
}

.profile-item a:hover {
    color: #ffffff;
}

span.active {
    color: var(--primary);
    font-weight: 500;
}

.modal-body {
    padding: 8px 10px;
}

.dash-intro h4 a {
    margin-bottom: 8px;
}

.profile-item .logout {
    padding: 5px 14px;
    margin-top: 10px;
}


.logout-button {
    margin-top: 10px;
}

.dash-avatar img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid var(--white)
}

.dash-intro h4 a {
    color: var(--heading);
    text-transform: capitalize
}

.dash-intro h5 {
    font-size: 14px;
    line-height: 22px;
    color: var(--gray);
    text-transform: capitalize;
    margin-bottom: 8px
}

.dash-meta li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 3px
}

.dash-meta li:last-child {
    margin-bottom: 0px
}

.dash-meta li i {
    font-size: 14px;
    margin-top: 5px;
    margin-right: 10px;
    color: var(--primary)
}

.dash-meta li span {
    font-size: 14px;
    line-height: 22px
}

.dash-focus {
    width: 163px;
    text-align: center;
    margin-right: 20px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1
}

.account-card {
    margin: -5px 0 20px 10px;
    padding: 0;
}
.setting-part {
    padding: 20px 25px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.dash-focus::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: var(--primary);
    opacity: 0.8;
    z-index: -1
}

.dash-focus:last-child {
    margin-right: 0px
}

.dash-focus h2 {
    color: #232d3b;
    font-family: sans-serif
}

.dash-focus p {
    color: var(--white);
    text-transform: capitalize
}

.dash-list::before {
    background: #ebebeb
}

.dash-book::before {
    background: #00af1e
}

.dash-rev::before {
    background: #d0a300
}

.dash-header-alert {
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 18px 25px;
    border-radius: 3px;
    background: var(--white);
    box-shadow: var(--primary-bshadow);
    border-left: 3px solid #05bcd6;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    justify-content: space-between
}
.dash-package-alert {
    margin: 0px;
    margin-bottom: 20px;
    padding: 20px 14px 25px;
    border-radius: 5px;
    background: var(--white);
    box-shadow: var(--primary-bshadow);
    border-left: 1px solid #05bcd6;
    border-right: 1px solid #05bcd6;
    text-align: center;
}
table.table-package {
    margin: 0;
    font-size: 15px;
}
table.table-package tbody td{
    font-size: 14px;
}
.dash-package-alert h6 {
    margin: 0 0 10px;
}
.dash-header-alert p,
.dash-package-alert p {
    margin-bottom: 0;
}
.dash-header-alert span,
.dash-package-alert span {
    text-transform: capitalize;
    font-weight: 600;
}
.dash_button a:hover {
    background: #fff;
    color: #0d6efd;
}
.empty_data h6 {
    text-align: center;
    font-size: 20px;
    color: #DC3545;
}

.dash-header-alert button {
    border: none;
    outline: none;
    background: none;
    margin-left: 100px
}
.account-title {
    padding: 10px 0px;
    margin-bottom: 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
}
.account-title::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0px;
    width: 80px;
    height: 2px;
    background: var(--primary);
}
.datepicker {
    padding: 6px!important;
}
input.form-control,
select.form-select {
    font-size: 15px;
}
.table>thead th {
    color: #6c6c6c;
}
table.table td {
    font-size: 15px;
}
button.btn.btn-outline-primary {
    padding: 0 6px;
}
.dashboard-title {
    position: relative;
    margin-bottom: 40px;
}
.dashboard-title .custom{
    margin-right: 10px;
}
.dashboard-title .btn-info {
    color: #fff;
}

.modal-backdrop {
    z-index: 0;
    background-color: #fff;
}
.view_data {
    padding: 5px 5px 3px 20px;
}
.modal-content.custom_model {
    box-shadow: 0px 0 17px -7px #000;
}
.dash-focus a:hover>div,
.dash-focus a:hover>div>h2 {
    color: #05bcd6;
}
.col-md-8 p span {
    color: darkred;
}
.dash_button {
    margin: 20px 0 50px;
}
.dash_button a{
    margin: 0 5px;
}


/* appointment */
.appoint_header {
    padding-left: 10px;
    margin-bottom: 20px;
}
.app_travel_info span {
    font-weight: 600;
    text-transform: capitalize;
}
.app_travel_info p {
    /* font-weight: 600; */
    margin-bottom: 5px;
    font-family: poppins, sans-serif;
}
.app_travel_info .fas {
    padding-right: 5px;
}
a.custom_buy_button {
    color: #05bcd6;
    border: 1px solid #05bcd6;
    padding: 1px 15px;
    border-radius: 15px;
    margin-left: 10px;
    font-size: 14px;
}
a.custom_buy_button:hover {
    background: #05bcd6;
    color: #fff;
}
.buy_package_opt {
    padding-left: 10px;
    margin: 30px 0;
}
.buy_package_opt p {
    color: #ac0000;
}
.buy_package_opt .fa-warning {
    color: #ffc107;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    /* -webkit-appearance: none; */
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.custom-alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin: 25px 10px 25px;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.app_btn_submit {
    margin-top: 30px;
    margin-left: 10px;
}
.app_travel_info {
    border: 1px solid #f3f3f3;
    padding: 18px 15px 10px;
    border-radius: 4px;
    margin-right: 7px;
    background: #e9ecefc7;
    font-family: math;
}
.appointment_form {
    margin-bottom: 36px;
}
input[readonly] {
    background-color: #e9ecef !important;
}
.login-form {
    padding: 0 30px 5px;
}


/* appointment modal */
.modal-content.appointment-modal .modal-body {
    padding: 25px 30px;
}
.modal-content.custom_model.appointment-modal .modal-header {
    padding: 25px;
}
.modal-content.appointment-modal .form-group {
    margin-bottom: 10px;
}
.modal-content.custom_model.appointment-modal .modal-footer {
    padding: 25px;
}


/*mobile responsive*/
@media (max-width: 767px) {

    /*input image*/
    .deshboard {
        display: block;
        padding: 10px 20px;
    }

    .center-50 a {
        padding: 8px 16px;
    }
    .account-card {
        padding: 0 !important;
    }
    .dash-header-part {
        margin: 0;
    }
    .dash_button a{
        margin: 6px;
    }
    .login-form {
        padding: 0 10px 5px;
    }
    .pricing-section {
        padding: 40px 0 30px;
    }
    .package_details,
    .traveller_app_finish,
    .next_package {
        margin-bottom: 14px;
        border: 1px solid #ced3d8;
        border-radius: 5px;
        font-size: 14px;
        padding: 10px 10px;
    }
    .app_travel_info {
        padding: 5px 18px 0px;
    }
    .appoint_header {
        padding: 0;
    }
    .appointment_form_section {
        padding: 20px 0 10px;
    }


}

@media (max-width: 991px) {}

@media (max-width: 575px) {

    .single-content h2 {
        margin-bottom: 4px;
        font-size: 18px;
        line-height: 30px;
    }

    .dash-header-card {
        padding: 20px 20px 0px 20px
    }

    .dash-header-left {
        flex-direction: column;
        align-items: flex-start
    }

    .dash-avatar {
        margin-right: 0px;
        margin-bottom: 5px
    }

    .dash-intro h5 {
        margin-bottom: 12px
    }

    .dash-meta {
        margin-bottom: 25px
    }

    .dash-header-right {
        flex-direction: column
    }

    .dash-focus {
        margin-bottom: 20px;
        margin-right: 0px
    }

    .dash-focus:last-child {
        margin-bottom: 0px
    }

    .dash-header-alert button {
        margin-left: 0px
    }

}

