html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    /*margin-bottom: 60px;*/
    background-color: #F2F0F9;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    font-style: normal;
}
.modal-backdrop.show {
    opacity: 0.3;
}

/*additional common styles*/

.background-F2F0F9 {
    background: none;
    background: #F2F0F9 !important;
}

.border-F2F0F9 {
    border: 1px solid #F2F0F9 !important;
}

/**/

/*Header styles starts*/

.navbar {
    background-color: #F2F0F9 !important;
}

.img-header-logo {
    width: 90%;
    height: 100%;
    margin-right: 20px;
}

.nav-item {
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    border-radius: 6px;
    flex: none;
    margin-right:10px;
}
i {
    padding-right: 5px;
    margin-top: 5px;
    font-size: 10px;
}
.nav-item .nav-item-dropdown-icon {
    border-left: 1px solid #727B8B;
    padding-left: 5px;
    margin-left: 5px;
    align-items: center;
}
.nav-link {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    padding: 0 !important;
    color: #727B8B;
    /*background: #FFFFFF;
    color: #896CC0;*/
}
.nav-item .dropdown-toggle::after {
    display: none;
}

.dropdown-selected-value.home-domain-dropdown-bkpnr .dropdown-toggle::after {
    content: none !important;
}
.dropdown-selected-value.home-domain-dropdown-bkpnr .dropdown-toggle:hover {
    text-decoration: underline;
    color: #0d6efd;
}
.dropdown-selected-value.home-domain-dropdown-bkpnr .dropdown-menu {
    transform: translate(-33%, 22px) !important;
    inset: 0px auto auto 5px;
    right: auto !important;
}
.dropdown dropdown-selected-value home-domain-dropdown-bkpnr {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #727B8B;
    background-color: #ffffff;
    white-space: nowrap;
    border-bottom: 1px solid #D9D9D9 !important;
    text-align: left !important;
}
.dropdown-menu.show {
    display: block;
    min-width: 95px;
    max-height: 300px;
    overflow-x: clip;
    overflow-y: auto;
    /*-ms-overflow-style: none;*/ /* IE and Edge */
    /*scrollbar-width: none;*/ /* Firefox */
}
.dropdown-menu.show::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 10px;
}
/* Track */
.dropdown-menu.show::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px; /* Border radius for the track */
}
/* Handle */
.dropdown-menu.show::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px; /* Border radius for the scrollbar thumb */
}
/* Handle on hover */
.dropdown-menu.show::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.pdfDownloadSelectorClassbkpnr {
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(-22px, 22px);
    min-width: fit-content !important;
}
.dropdown-list {
    display: none;
    position: absolute;
    background: #ffffff;
    overflow: hidden;
    z-index: 1;
    margin-top: 10px;
    margin-left: -5px;
    color: #727B8B;
    border-radius: 5px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    text-align: left;
}
.dropdown-list .dropdown-item {
    padding-bottom: 10px;
    text-transform: capitalize;
    flex-wrap: nowrap;
    cursor: pointer;
}
.nav-active .nav-link {
    color: #896CC0;
}

.nav-item:hover, .nav-active {
    background: #FFFFFF;
    color: #727B8B;
}

.nav-item:hover .nav-link {
    color: #896CC0;
}

.navbar-nav-right {
    /*border: 1px solid red;*/
    display: flex;
}
.search-pnr-block {
    display: flex;
    background: #ffffff;
    padding: 1px;
    border-radius: 8px;
    align-items: center;
}
.search-pnr-block button {
    padding: 0px 10px !important;
    height: 22px !important;
    line-height: 20px !important;
    margin-bottom: 2px;
    margin-left: 4px;
}


/*agent balance style*/
.PhpIcon {
    margin-right: 10px;
}
.agent-balance-content {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 2px 10px;
    border-radius: 8px;
    margin-right: 15px;
}
.agent-balance-content-input {
    font-size: 13px;
    height: 20px;
    font-weight: 600;
    width: 116px;
    border: 0;
    outline: 0;
    opacity: 0.5;
    border-right: 1px solid rgba(114, 123, 139, 0.4);
    margin-right: 5px;
}

@keyframes valueblockslideIn {
    from {
        bottom: -10px;
    }

    to {
        bottom: 0px;
    }
}

.valueblock-animate {
    position: relative; /* Ensure the element can move with 'bottom' */
    animation: valueblockslideIn 0.3s ease forwards; /* Apply the animation */
}
.agent-balance-content-value {
    font-size: 12px;
    height: 0;
    line-height: 1.2;
    overflow: hidden;
}
.agent-balance-content-value-agentid {
    font-size: 9px;
    font-weight: 600;
    opacity: 0.6;
    width: 120px;
    padding-top: 3px;
}
.agent-balance-content-value-agentbalance {
    font-size: 13px;
    font-weight: 600;
    opacity: 0.6;
    width: 120px;
    padding-bottom: 3px;
}
/**/


.profile-icon-block {
    display: flex;
    align-items: center;   
    cursor: pointer;
}
.profile-icon-block .dropdown-menu {
    margin-top: 10px;
    position: absolute;
    right: 6px;
    left: auto;
    width: 225px;
    height: auto;
    padding: 5px;
}
.profile-icon-block .dropdown-menu.show::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 13px;
    aspect-ratio: 1;
    right: 30px;
    transform: rotate(45deg);
    top: -5px;
    z-index: -1;
}
.dropdown-menu-profile-icon-ring-item {
    border-radius: 50%;
    background-color: #FF78D9;
    color: #ffffff;
    height: 30px;
    width: 30px;
    text-align: center;
    /*align-content: center;*/
    margin-right: 9px;
    margin-left: 5px;
    margin-top: 3px;
}

.dropmenu-profile-logout-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 11px;
    height: 24px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-right: 15px;
    border: none;
  color:white;
    background: #896CC0;
}

.profile-icon-block .dropdown-toggle::after {
    display: none;
}
.profile-icon-block .dropdown-toggle {
    display: flex;
    align-items: center;
}
.profile-icon-ring {
    border-radius: 50%;
    background-color: #FF78D9;
    color: #ffffff;
    height: 30px;
    width: 30px;
    text-align: center;
    /*align-content: center;*/
    margin-right: 10px;
    margin-left: 15px;

}

.dropdown-menu-profile-icon-ring {
    display: flex;
    height: 25px;
    text-align: left;
}

.profile-username-Id {
    font-size: 12px;
    text-align: left;
    color: grey;
    left: -9px;
    padding-left: 45px;
}
.dropmenu-profile-menu-button{
    padding-left: 47px;
    margin-top: 15px;
}

.Version_block {
    Display: flex;
    font-size: 12px;
    justify-content: space-between;
    padding-top: 2px;
    margin: 0 8px;
    border-top: 1px solid #E7E6EE;
    margin-top: 10px;
}
.profile-username {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 2px;
}


.search-pnr-block .report-search-item {
    height: 20px;
    width: 140px;
    align-items: center;
    padding: 5px !important;
    color: rgba(114, 123, 139, 0.4);
}
.search-pnr-block .report-search-item .report-search-item-input {
    opacity: 0.5;
    border-right: 1px solid rgba(114, 123, 139, 0.4);
    margin-right: 5px;
}
.search-pnr-block .report-search-item .report-search-item-input {
    
}

/*Header styles ends*/

/*Footer styles starts*/
.footer-block {
    background-color: #896CC0;
    color: #ffffff;
}
.footer-block-row {
    align-items: center;
    padding: 0;
    margin: 0;
}
.footer-block-col {
    padding:10px;
}
.footer-block .social-media-icons-block {
    /*padding: 20px;*/
}
.footer-block .copyright-block {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    text-align: center;
}
.footer-block .copyright-block i {
    margin-right: 15px;
}
.footer-logo-block {
    text-align: right;
}
/*Footer styles ends*/
/*dropdown-menu starts*/
.dropdown-menu {
    /*min-width: auto;*/
    min-width: 8rem;
    padding: 4px;
    background: #FFFFFF;
    /*box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1), 0px 4px 18px rgba(0, 0, 0, 0.2), 0px 0px 2px rgba(0, 0, 0, 0.2);*/
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1), 0px 3px 5px rgba(0, 0, 0, 0.2), 0px 0px 2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
/*.dropdown-menu-transform {
    transform: translate(-100px, 25px) !important;
}*/
.dropdown-menu .dropdown-item {
    font-weight: 500;
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #727B8B;
    padding: .25rem .5rem;
    transition: ease 0.2s;
    cursor: pointer;
    text-transform: capitalize;
    text-wrap: nowrap;
}
.dropdown-menu .dropdown-item-cancel {
    color: #FF5656;
}
.dropdown-menu .dropdown-item .checkbox-input {
    margin-right: 5px;
}
.dropdown-menu .dropdown-item:hover {
    background-color: #F2F0F9;
    color: #896CC0;
}
.dropdown-menu .dropdown-item:hover {
    background-color: #F2F0F9;
    color: #896CC0;
}
.dropdown-menu .dropdown-item-cancel:hover {
    background-color: #FFEDED;
}
/*dropdown-menu ends*/

/*dashboard-block styles starts*/
.main-section {
    /*padding: 20px;*/
    padding: 0 !important;
    margin-top: 64px;
    flex: 1;
}

.workin-progress-block {
    align-items: center;
    justify-content: center;
    color: gray;
    font-size: 14px;
}

.dashboard-block {
    padding: 15px 15px 15px 15px;
}

.filter-block {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: 52px;
    background: #FFFFFF;
    border-radius: 12px;
}
.filter-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #828690;
}
.filter-block-middile-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-grow: 1;
}
.home-domain-dropdown button {
    padding: 4px 8px;
    width: auto;
    height: 28px;
    text-align: justify-all;
    background: #F2F0F9;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #896CC0 !important;
    margin-right: 10px;
    outline: none;
    border: none;
}
.date-range-filter-block {
    /*width: 100%;*/
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px;
    /*height: 36px;*/
    background: #F2F0FA;
    border-radius: 8px;
}
.home-date-range-dropdown button {
    padding: 4px 8px;
    /*width: 120px;*/
    /*height: 28px;*/
    text-align: justify-all;
    background: #896CC0;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #ffffff !important;
    margin-right: 10px;
    outline: none;
    border: none;
}

.manage-booking-tickets-dropdown a {
    background: #ffffff !important;
    color: #727B8B !important;
    text-decoration: auto;
    margin-right: 15px;
    cursor: pointer;
}
.manage-booking-tickets-dropdown button {
    background: #ffffff !important;
    color: #727B8B !important;
}

/*new style for select starts*/
.home-date-range-dropdown-select {
    padding: 4px 8px;
    text-align: justify-all;
    background: #896CC0;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #ffffff !important;
    margin-right: 10px;
    outline: none;
    border: none;
}
.home-date-range-dropdown-select option:before {
    font-weight: 500;
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #727B8B;
    padding: .25rem .5rem;
    transition: ease 0.2s;
    cursor: pointer;
    text-transform: capitalize;
    background: #FFFFFF !important;
}

.home-date-range-dropdown-select option:hover:before {
    background-color: #F2F0F9;
    color: #896CC0;
}
/*new style for select ends*/

.home-date-range-selected {
    display: flex;
}
.home-date-range-selected .date-text {
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FF78D9;
    padding: 0;
    border: none;
    background: none;
}

.active-session-count {
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
    color: #000000;
    padding-bottom: 5px;
    text-align:right;
}

.active-session-count .count {
    color: #896CC0;
}

.regions-count {
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
    align-items: center;
    color: #727B8B;
    text-align: right;
}

.regions-count .count {
    color: #FE7CA8;
}

.filter-block-right-block {
    display: flex;
    justify-content: end;
    padding: 0;
    padding-right: 10px !important;
}
.filter-block-right-block button {
    margin-left: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 12px;
    height: 27px;
    background: #F2F0F9;
    border: 1px solid #D0C3E9;
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #896CC0;
}
.filter-block-right-block button i {
    margin-top: 4px;
}


.dashboard-left-block-col {
    padding-right: 10px !important;
}

.dashboard-right-block-col {
    padding-left: 20px !important;
    padding-top: 20px !important;
    border-left: 1px solid #D9D9D9;
}

.dashboard-block .dashboard-title-style {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    color: #000000;
}

.dashboard-block .row {
    padding: 0;
    margin: 0;
}

.dashboard-block .col {
    padding: 0;
    margin: 0;
}

.debit-credit-block {
    align-items: flex-start;
    padding: 18px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    height: 260px;
    margin-right: 12px;
    margin-bottom: 12px;
    margin-top: 20px;
}

.debit-credit-block .title-block {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
}
.text-percent {
    color: #896CC0;
}


.booking-trends-block {
    align-items: flex-start;
    padding: 18px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    height: 260px;
    margin-right: 12px;
    margin-bottom: 12px;
    margin-top: 20px;
}

.booking-trends-block .title-block {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
}

.booking-trends-block-content {
    display: flex;
    padding-top: 5px;
}

.booking-trends-block-left {
    width: 20%;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-15 {
    margin-left: 15px;
}

.fs-11 {
    font-size: 11px;
    text-wrap: nowrap;
}

.booking-trends-block-right {
    width: 80%;
}

.clients-block {
    align-items: flex-start;
    padding: 18px;
    padding-top: 13px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    height: 260px;
    margin-right: 12px;
    margin-bottom: 12px;
}

.clients-block .title-block {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}

.clients-block .title-block .dashboard-title-style {
    width: 40%;        
}

.clients-block .title-block .toggle-button-block {
    width: 60%;
}

.clients-chart-block {
    /*border: 1px solid red;*/
}
.clients-morris-hover-block {
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
    color: #727B8B;
    background: #ffffff;
    padding:2px;
}

.commisions-block {
    align-items: flex-start;
    padding: 18px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    height: 260px;
    margin-right: 12px;
    margin-bottom: 12px;
}

.commisions-block .title-block {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.toggle-button-block {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px;
    height: 36px;
    background: #F2F0FA;
    border-radius: 8px;
}
.toggle-button-block-text {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #68707F;
}
.toggle-button-block-text-active {
    background: #896CC0;
    color: #FFFFFF;
}

.mode-of-booking-block {
    align-items: flex-start;
    padding: 18px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    height: 260px;
    margin-right: 12px;
    margin-bottom: 12px;
}

.mode-of-booking-block .title-block {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
}


.ticket-summary-block {
    margin-bottom: 12px !important;
}

.flight-dropdown {
    margin-top: 18px;
}

.flight-dropdown button {
    padding: 4px 8px;
    width: 82px;
    height: 28px;
    background: #896CC0;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
}

.ticket-summary-details {
    /*border: 1px solid red;*/
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    align-items: center;
}

.ticket-summary-details-col {
    border-right: 1px solid #E7E6EE;
    padding: 10px 0px 10px 10px !important;
}

.ticket-title {
    font-weight: 600;
    font-size: 11px;
    line-height: 16px;
    color: #727B8B;
    flex-wrap: nowrap;
}

.ticket-sub-title {
    display: flex;
    align-items: center;
}

.ticket-sub-title-left {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}

.ticket-sub-title-right {
    display: flex;
    align-items: center;
    padding: 1px 4px;
    width: 48px;
    height: 18px;
    background: rgba(105, 225, 64, 0.2);
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #39A713;
    margin-left: 5px;
}

.top-suppliers-block {
    align-items: flex-start;
    padding: 18px;
    padding-top: 13px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    /*height: 260px;*/
    margin-bottom: 12px;
}

.top-suppliers-block .title-block {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}

.top-suppliers-block .title-block .dashboard-title-style {
    width: 40%;
}

.top-suppliers-block .title-block .toggle-button-block {
    width: 60%;
}

.top-suppliers-chart-area {
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-suppliers-check-point {
    height: 180px;
    width: 180px;
}

.top-suppliers-check-point-list {
    
}

.top-suppliers-check-point-item {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.top-suppliers-last-item {
    border-top: 1px solid #D9D9D9;
}

.check-point-item-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #697180;
}

.check-point-item-subtitle-one span {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #697180;
}

.check-point-item-subtitle-two span {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #000000;
}

.check-point-shape {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    margin-right: 5px;
}
.check-point-shape-one {
    background: #9BB3E7;
}
.check-point-shape-two {
    background: #A7FF89;
}
.check-point-shape-three {
    background: #FED677;
}
.check-point-shape-four {
    background: #FFAC90;
}
.check-point-shape-five {
    background: #FE7CA8;
}

.api-calls-block {
    align-items: flex-start;
    padding: 18px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    height: 190px;
    margin-right: 12px;
    margin-bottom: 12px;
}

.api-calls-block .title-block {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.api-calls-row {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    align-items: center;
    color: #727B8B;
    padding-top: 10px !important;
}

.api-calls-row .success-color {
    color: #39A713;
}

.api-calls-row .failures-color {
    color: #D87B0E;
}

.api-calls-row .right-align-text {
    text-align: right;
}



.top-trips-block {
    align-items: flex-start;
    padding: 18px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    height: 190px;
    margin-bottom: 12px;
}

.top-trips-block .title-block {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.top-trips-row {
    /*border: 1px solid red;*/
}

.top-trips-row .top-trips-col-left {
    /*border: 1px solid red;*/
}

.top-trips-row .top-trips-col-right {
    margin-top: 15px;
}

.top-trips-row .top-trips-col-left .top-trips-number {
    font-weight: 200;
    font-size: 86px;
    line-height: 100px;
    align-items: center;
    text-align: center;
    color: #697180;
}

.top-trips-row .top-trips-col-left .top-trips-shadow {
    height: 12px;
    background: radial-gradient(50% 50% at 50% 50%, #B2B2B2 0%, #FFFFFF 69.5%);
}

.top-trips-row .top-trips-col-right .top-trips-origin {
    border-bottom: 1px dashed #D9D9D9;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    align-items: center;
    color: #212F51;
    padding-bottom: 5px;
}

.top-trips-row .top-trips-col-right .top-trips-dest {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    align-items: center;
    color: #212F51;
    padding-top: 5px;
}

.top-trips-row .top-trips-col-right .top-trips-tickets {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    align-items: center;
    color: #697180;
    padding-top: 5px;
}

/*dashboard-block styles ends*/


/*preloader starts*/
#loader {
    background-color: rgba(255, 255, 255, 0.8); /* Optional semi-transparent background */
    padding: 0;
    margin: 0;
    height: 100%;
    position: fixed;
    z-index: 99999;
    width: 100%;
    display: none; /* Initially hidden */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
}

    #loader .lds-ripple {
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
    }

        #loader .lds-ripple div {
            position: absolute;
            border: 4px solid #896CC0;
            opacity: 1;
            border-radius: 50%;
            animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
        }

            #loader .lds-ripple div:nth-child(2) {
                animation-delay: -0.5s;
            }

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

[data-theme-version="dark"] #loader {
    background-color: #161717; /* Dark mode background */
}
/*preloader ends*/


/*login.cshtml styles starts*/

.login-container-block {
    background: url('../asset/images/login_background_image.png') no-repeat center center fixed;
    background-size: cover;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
}

.login-form-block {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    width: 430px;
    height: 80%;
    background: #FFFFFF;
    box-shadow: 12px 12px 79px rgba(52, 38, 69, 0.3);
    border-radius: 24px;
    padding: 30px;
}
.login-form-block1 {
    background: #FFFFFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    height: 80%;
    align-content: center;
}
.login-form-block1 .logo-svg {
    margin-bottom: 5%;
    margin-top: 5%;
}
.login-form-content {
    padding: 0 60px;
}
.login-form-content input, .login-form-content select {
    outline: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 14px 12px;
    width: 100%;
    height: 47px;
    background: #FFFFFF;
    border: 1px solid #E7E6EE;
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
    color: #747474;
    margin: 10px auto;
}
.login-link-block {
    margin-bottom: 100px;
}
.login-link-block a {
    font-weight: 400;
    font-size: 12px;
    color: #377DFF;
    cursor: pointer;
    float: right;
}
.switch-link-block {
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #747474;
}
.switch-link-block a {
    color: #896CC0;
    font-weight: 400;
    cursor: pointer;
}
.login-form-content button {
    cursor: pointer;
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    width: 100%;
    background: #896CC0;
    border-radius: 12px;
    margin-top: 5%;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.login-form-block2 {
    margin-top: 30px;
}
.login-form-block2 .copy-rights-content {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #B1B1B1;
    padding-top: 10px;
}

#registerBlock {
    display: none;
}
/*login.cshtml styles ends*/


/*tooltip/css*/
.tooltip-container {
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 125px;
}

    .tooltip-container:hover .tooltip-text {
        visibility: visible;
        opacity: 1;
    }

.tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: auto;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    font-weight: 600;
    padding: 8px;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 100%;
    white-space: normal;
    max-width: 300px;
    z-index: 10;
    transition: opacity 0.0s;
}


.Insurance_logsblock {
    position: absolute;
    top: 10px;
    right: 30px;
}

/*date picker starts*/
.datepicker {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    color: #495057;
}
.datepicker-switch {
    text-align: center;
}

.datepicker-days table thead th.next {
    text-align: right;
}

.datepicker-days table tbody td.day {
    font-size: 14px;
    padding: 8px;
    border-radius: 4px;
    transition: background-color 0.2s;
    text-align: center;
}

.datepicker-days table tbody td.day:hover {
    background-color: #007bff;
    color: white;
}

.datepicker-days table tbody td.today {
    background-color: #007bff;
    color: white;
    font-weight: bold;
}
/*suriya: ui change for date picker ends*/

.item-block-text-align-right {
    display: block !important;
    width: 100%;
    text-align: right;
}

.text-align-right {
    text-align: right !important;
}
.pad-left-0 {
    padding-left: 0 !important;
}
.pad-0-pad-left-10 {
    padding: 0 !important;
    padding-left: 10px !important;
}
.pad-0-pad-right-10 {
    padding: 0 !important;
    padding-right: 10px !important;
}
.pad-0 {
    padding: 0 !important;
}

.ManageColumns .dropdown-item {
    text-wrap: wrap !important;
}

.modal-xxl {
    max-width: 95%;
}
.modal-xxl-set-height {
    height: 80vh;
    overflow-y: auto;
}
.text-align-center {
    text-align: center;
}
.margin-bottom-0 {
    margin-bottom: 0;
}

.searchpnr-table-block {
    padding: 7px 10px !important;
    border-radius: 12px;
    border: 1px solid #F2F0F9;
}

.table-responsive-searchpnr {
    overflow-x: auto;
    max-width: 100%;
    max-height: calc(100vh - 340px);
}

    .table-responsive-searchpnr table {
        min-width: 1500px; /* Adjust as needed */
    }

    .table-responsive-searchpnr th {
        font-size: 13px;
        line-height: 10px;
        color: #000000;
        background-color: #ffffff;
        white-space: nowrap;
        border-bottom: 1px solid #000000 !important;
        text-align: left !important;
        padding: 10px;
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .table-responsive-searchpnr td {
        font-weight: 500;
        font-size: 13px;
        line-height: 20px;
        color: #727B8B;
        background-color: #ffffff;
        white-space: nowrap;
        border-bottom: 1px solid #D9D9D9 !important;
        text-align: left !important;
        padding: 7px 10px;
    }

/*new style for scroller*/
/* width */
.table-responsive-searchpnr::-webkit-scrollbar {
width: 5px;
height: 5px;
}
/* Track */
.table-responsive-searchpnr::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
.table-responsive-searchpnr::-webkit-scrollbar-thumb {
background: #888;
}
/* Handle on hover */
.table-responsive-searchpnr::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/*new style for scroller*/
/*airlinelog css*/
.logs-body {
    max-height: 530px;
    overflow-y: auto;
    overflow-x: auto;
    padding: 15px;
}
.log-item {
    border-bottom: 1px solid #eee;
    padding: 8px 0;
    white-space: pre-wrap;
}

.log-message {
    max-height: 8.5em;
    overflow-y: auto;
    background: #f0f0f0; 
    border-radius: 4px;
}

.utilities-datatable-info-class {
    padding-top: 10px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #727B8B;
}

/*airlinelog css*/

