@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --default-text-color: #222c3c;
    --default-text-white: #ffffff;
    --default-text-white: #ffffff;
    --custom-black: #000;
    --primary-color: rgb(130, 116, 255);
    --danger-rgb: rgb(251, 78, 88);
    --success-rgb: rgb(88, 196, 55);
    --info-rgb: rgb(65, 149, 249);
}

*,
::after,
::before {
    box-sizing: border-box
}

body {
    font-family: "Open Sans", sans-serif;
    background: #f6f9ff;
    color: #444444;
    font-size: 14px;
}

a,
a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.mt-60 {
    margin-top: 60px;
}

/* form */
.form-label {
    font-weight: 600;
}

select,
.form-control,
.form-select {
    font-size: 14px;
    padding: 10px 20px;
    box-shadow: none;
    font-family: "Open Sans", sans-serif;
}

input:focus,
select:focus,
.form-control:focus,
.form-select:focus {
    box-shadow: none;
    outline: none;
    border-color: var(--primary-color);
}

.select2-container {
    font-size: 14px;
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
    font-size: 14px;
    padding: 10px 20px;
    border: 1px solid #ced4da !important;
    line-height: normal;
    min-height: auto;
    height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal !important;
    padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0px;
    right: 0px;
    width: 30px;
}

/* button */
.btn {
    border: 1px solid transparent;
    font-size: 12px;
    border-radius: .35rem;
    padding: 5px 10px;
    box-shadow: none;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
}

.btn1 {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--default-text-white);
}

.btn1:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.btn2 {
    background-color: var(--success-rgb);
    border: 1px solid var(--success-rgb);
    color: var(--default-text-white);
}

.btn2:hover {
    background-color: transparent;
    color: var(--success-rgb);
}

.btn3 {
    background-color: var(--danger-rgb);
    border: 1px solid var(--danger-rgb);
    color: var(--default-text-white);
}

.btn3:hover {
    background-color: transparent;
    color: var(--danger-rgb);
}

.btn4 {
    background-color: var(--info-rgb);
    border: 1px solid var(--info-rgb);
    color: var(--default-text-white);
}

.btn4:hover {
    background-color: transparent;
    color: var(--info-rgb);
}

.btn-search {
    margin-top: 30px;
    padding: 6px 20px !important;
    width: 100%;
    font-size: 14px;
}

.dropdown-item:hover {
    background-color: rgba(132, 90, 223, 0.05);
    color: var(--primary-color);
}

/* Card */
.card {
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: var(--default-text-color);
    padding: 15px;
}

.card-title {
    padding: 0px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    margin: 0;
}

.card-title span {
    color: var(--default-text-color);
    font-size: 14px;
    font-weight: 400;
}

.card-body {
    padding: 20px 20px 20px 20px;
}

.card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
}

/* table */
table {
    white-space: nowrap;
}


/*custom tabs*/
.nav-tabs.tab-style {
    border-bottom: 0;
}

.nav-tabs.tab-style .nav-item .nav-link {
    color: var(--default-text-color);
    padding: .85rem 2rem;
    border: 1px solid transparent;
}

.nav-tabs.tab-style .nav-item.show .nav-link,
.nav-tabs.tab-style .nav-link.active {
    color: var(--default-text-color);
    background-color: var(--primary-color);
    border-color: var(--default-border);
}

.nav-tabs.tab-style .nav-item .nav-link.active {
    background-color: var(--primary-color);
    position: relative;
    color: var(--default-text-white);
    font-weight: 600;
}


.nav-tabs.tab-style .nav-item .nav-link:hover,
.nav-tabs.tab-style .nav-item .nav-link:focus-visible {
    box-shadow: none;
}

/*error massage*/
.error-message {
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}

/*watermark*/
.tts_agentUserId {
    display: none;
}

/*no data found*/
.no-data-found {
    text-align: center;
    width: 100%;
    position: relative;
    padding: 30px !important;

}

.no-data-found p {
    margin: 0;
    font-size: 16px;
}

/*sidebar header*/
.header {
    transition: all 0.5s;
    z-index: 997;
    height: 60px;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
    padding-left: 20px;
}

.logo {
    line-height: 1;
}

.logo img {
    max-height: 60px;
    margin-right: 6px;
}

.logo span {
    font-size: 26px;
    font-weight: 700;
    color: var(--default-text-color);
    font-family: "Nunito", sans-serif;
}

.header .toggle-sidebar-btn {
    font-size: 32px;
    padding-left: 10px;
    cursor: pointer;
    color: var(--default-text-color);
}

.header .search-bar {
    min-width: 360px;
    padding: 0 20px;
}

.header .search-form {
    width: 100%;
}

.header .search-form input {
    border: 0;
    font-size: 14px;
    color: var(--default-text-color);
    border: 1px solid rgba(1, 41, 112, 0.2);
    padding: 7px 38px 7px 8px;
    border-radius: 3px;
    transition: 0.3s;
    width: 100%;
}

.header .search-form button {
    border: 0;
    padding: 0;
    margin-left: -30px;
    background: none;
}

@media (min-width: 1200px) {
    .logo {
        width: 280px;
    }
}

.header-nav>ul {
    margin: 0;
    padding: 0;
}

.header-nav ul {
    list-style: none;
}

.header-nav .nav-icon.nav-link {
    font-size: 14px;
    font-weight: 600;
}

.header-nav .nav-icon {
    font-size: 22px;
    color: var(--default-text-color);
    margin-right: 25px;
    position: relative;
}

.header-nav .badge-number {
    position: absolute;
    inset: -2px -5px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
}

.header-nav .notifications {
    inset: 8px -15px auto auto !important;
}

.dropdown-menu {
    border-radius: 4px;
    padding: 0px 0;
    animation-name: dropdown-animate;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
    text-align: center;
    font-size: 15px;
    padding: 10px 25px;
}

.header-nav .notifications .notification-item {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    transition: 0.3s;
}

.dropdown-menu .dropdown-divider {
    color: #a5c5fe;
    margin: 0;
}

.header-nav .notifications .notification-item i {
    margin: 0 20px 0 10px;
    font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
}

.header-nav .profile {
    min-width: 180px;
    padding-bottom: 0;
    top: 8px !important;
}

.header-nav .nav-profile {
    color: var(--default-text-color);
}

.header-nav .nav-profile img {
    max-height: 36px;
}

.header-nav .nav-profile span {
    font-size: 14px;
    font-weight: 600;
}

.header-nav .profile .dropdown-header h6 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #444444;
}

.header-nav .profile .dropdown-header span {
    font-size: 14px;
}

.dropdown-item {
    font-size: 13px;
    padding: 10px 15px;
    transition: 0.3s;
}

.dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

@media only screen and (max-width: 600px) {
    .header-nav .nav-icon.nav-link {
        display: none;
    }

    .logo img {
        max-height: 50px;
    }

    .mt-42 {
        margin-top: 1rem !important;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1440px) {
    .mt-42 {
        margin-top: 42px !important;
    }
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 300px;
    z-index: 996;
    transition: all 0.3s;
    padding: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
}

@media (max-width: 1199px) {
    .sidebar {
        left: -300px;
    }
}

.sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}

@media (min-width: 1200px) {

    #main,
    #footer {
        margin-left: 300px;
    }
}

@media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
        left: 0;
    }
}

@media (min-width: 1200px) {

    .toggle-sidebar #main,
    .toggle-sidebar #footer {
        margin-left: 0;
    }

    .toggle-sidebar .sidebar {
        left: -300px;
    }
}

.sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-item {
    margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
    font-size: 11px;
    text-transform: uppercase;
    color: var(--default-text-color);
    font-weight: 600;
    margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    transition: 0.3;
    background: #f6f9ff;
    padding: 10px 15px;
    border-radius: 4px;
}

.sidebar-nav .nav-link i {
    font-size: 16px;
    margin-right: 10px;
    /* color: var(--primary-color); */
}

.sidebar-nav .nav-link.collapsed {
    color: var(--default-text-color);
    background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
    color: var(--default-text-color);
}

.sidebar-nav .nav-link:hover {
    color: var(--primary-color);
    background: #f6f9ff;
}

.sidebar-nav .nav-link:hover i {
    color: var(--primary-color);
}

.sidebar-nav .nav-link .bi-chevron-down {
    margin-right: 0;
    transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
    transform: rotate(180deg);
}

.sidebar-nav .nav-content {
    padding: 5px 0 0 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-content a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--default-text-color);
    transition: 0.3s ease-in;
    padding: 10px 0 10px 40px;
    transition: 0.3s;
}

.sidebar-nav .nav-content a i {
    font-size: 6px;
    margin-right: 8px;
    line-height: 0;
    border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
    color: var(--primary-color);
}

.sidebar-nav .nav-content a.active i {
    background-color: var(--primary-color);
}

/* Main */
#main {
    margin-top: 60px;
    padding: 20px 20px;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    #main {
        padding: 20px;
    }
}


/* Page Title */
.pagetitle {
    margin-bottom: 30px;
}

.pagetitle h1 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--default-text-color);
}

/* Breadcrumbs */
.breadcrumb {
    font-size: 14px;
    color: var(--default-text-color);
    font-weight: 600;
}

.breadcrumb a {
    color: var(--default-text-color);
    transition: 0.3s;
}

.breadcrumb a:hover {
    color: var(--default-text-color);
}

.breadcrumb .breadcrumb-item::before {
    color: var(--default-text-color);
}

.breadcrumb .active {
    color: var(--custom-black);
    font-weight: 600;
}

.button-area {
    white-space: nowrap;
    overflow: auto;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #6776f4;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/* pagination */
.pagiantion_row .pagenumber {
    text-align: center;
}

.pagination {
    margin-bottom: 0;
    justify-content: center;
}

.pagination li.active a {
    z-index: 3;
    color: #fff;
    background-color: var(--danger-rgb);
    border-color: var(--danger-rgb);
}

.pagination li a {
    padding: 5px 10px;
    font-size: .875rem;
    position: relative;
    display: block;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: var(--default-text-color);
}

.pagination li:first-child a {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

/* Info Cards */
.dashboard .info-card {
    color: inherit;
}

.dashboard .info-card h6 {
    font-size: 28px;
    color: var(--default-text-color);
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.dashboard .info-card .card-title {
    color: var(--default-text-color);
}

.dashboard .card-icon {
    font-size: 32px;
    line-height: 0;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    flex-grow: 0;
}

.dashboard .flight-card .card-icon {
    color: var(--primary-color);
    background: #f6f6fe;
}

.dashboard .hotel-card .card-icon {
    color: #2eca6a;
    background: #e0f8e9;
}

.dashboard .holiday-card .card-icon {
    color: #ff771d;
    background: #ffecdf;
}


.dashboard .activity-card .card-icon {
    color: #ff771d;
    background: #ffecdf;
}

.dashboard .car-card .card-icon {
    color: #a50000;
    background: #a500002b;
}

.dashboard .tourguide-card .card-icon {
    color: #2e4eca;
    background: #2e4eca30;
}

.dashboard .visa-card .card-icon {
    color: #1dbeff;
    background: #1dbeff30;
}

.dashboard .umrah-card .card-icon {
    color: #0040ff;
    background: #0040ff24;
}

.dashboard .hajj-card .card-icon {
    color: #ff1dd7;
    background: #ff1dd724;
}

.dashboard .card table {
    font-size: 14px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    padding: 10px;
    font-size: 14px;
    transition: all 0.3s;
    border-top: 1px solid #cddfff;
    background-color: #fff;
}

.footer .copyright {
    text-align: center;
    color: #012970;
}

.footer .credits {
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    color: #012970;
}


.error_popup,
.success_popup {
    position: fixed;
    top: 62px;
    max-width: 327px;
    min-width: 300px;
    background: #af0909;
    border-radius: 5px 0 0 5px;
    min-height: 28px;
    right: 0;
    z-index: 10000;
    box-shadow: 0 0 5px 0px #00000099;
    padding: 14px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.success_popup {
    background: green !important
}

.hide {
    display: none
}

.active-status {
    font-weight: 500;
    background: green;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    text-align: center;
    display: inline-block;
    min-width: 73px;
    font-size: 12px;
}

.inactive-status {
    font-weight: 500;
    background: #dd342f;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    text-align: center;
    display: inline-block;
    min-width: 73px;
    font-size: 12px;
}


.successful-status,
.approved-status {
    font-weight: 500;
    background: green;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    text-align: center;
    display: inline-block;
    min-width: 73px;
    font-size: 12px;
}

.failed-status,
.rejected-status {
    font-weight: 500;
    background: #c91a14;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    text-align: center;
    display: inline-block;
    min-width: 73px;
    font-size: 12px;
}

.cancelled-status {
    font-weight: 500;
    background: #c91a14;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    text-align: center;
    display: inline-block;
    min-width: 73px;
    font-size: 12px;
}

.processing-status,
.requested-status {
    font-weight: 500;
    background: #ffc916;
    color: black;
    padding: 2px 8px;
    border-radius: 12px;
    text-align: center;
    display: inline-block;
    min-width: 73px;
    font-size: 12px;
}

.tts-blog-image {
    width: 120px;
    height: 60px;
}


/* Calendar Base Styles */
.ui-datepicker {
    padding: 0.5em;
    border-radius: 8px;
    background: linear-gradient(to bottom, #ffffff, #f9f9f9);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    font-family: inherit !important;
}


.ui-datepicker .ui-datepicker-header {
    padding: 0.5em;
    background: var(--primary-color);
    color: var(--default-text-white);
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}


.ui-datepicker .ui-datepicker-header select {
    padding: 0;
}


.ui-datepicker th {
    padding: 0.5em;
    text-align: center;
    color: #888;
    font-weight: bold;
    text-transform: uppercase;
}


.ui-datepicker .ui-state-disabled {
    pointer-events: none;
    opacity: 0.4;
}


.ui-datepicker .ui-state-active {
    background: var(--primary-color);
    color: var(--default-text-white) !important;
    border-radius: 4px;
    border: 1px solid var(--primary-color);
}


.ui-datepicker td span,
.ui-datepicker td a {
    display: block !important;
    text-align: center !important;
    border-radius: 4px !important;
    padding: 0.5em !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}


.ui-datepicker td span:hover,
.ui-datepicker td a:hover {
    background: var(--primary-color);
    color: var(--default-text-white);
}


.ui-datepicker .ui-state-highlight {
    background: #222222;
    border: 1px solid #222222;
    color: #ffffff;
}


.ui-datepicker .ui-state-highlight,
.ui-datepicker.ui-widget-content .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: var(--default-text-white);
}


.select2-container{
    z-index: 1500 !important;
}

.segment_body {
    padding: 10px;
    background-color: #f4f7f8;
    width: 100%;
    flex-wrap: wrap;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 14%);
    border-radius: 6px;
    margin-bottom: 5px;
}
.segment_body .segment__info {
    display: flex
;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    align-items: center;
}

.segment_body .artts_row_right-sm {
    height: 2px;
    background: #004684;
    width: 8%;
    margin: 0 20px;
    position: relative;
}
.segment_body .artts_row_right-sm:before {
    content: "";
    position: absolute;
    height: 8px;
    top: -6px;
    width: 2px;
    background: #004684;
    right: 3px;
    transform: rotate(135deg);
}
.segment_body .artts_row_right-sm:after {
    content: "";
    position: absolute;
    height: 8px;
    top: 0;
    width: 2px;
    background: #004684;
    right: 3px;
    transform: rotate(45deg);
}