@font-face {
    font-family: Helvetica Neue;
    src: url(../fonts/HelveticaNeue.ttf)
}

.bg_color {
    background-color: #f7f7f7
}

.logo img {
    width: 50%;
    image-rendering: -webkit-optimize-contrast
}

.login_logo img {
    width: 20%;
    image-rendering: -webkit-optimize-contrast
}

.input_field:focus {
    background-color: #fff !important
}

.input_field {
    border: 1px solid #bfbfbf !important;
    background-color: #f7f7f7 !important;
    box-shadow: 0 50px 70px rgba(0, 0, 0, .04);
    font-size: 14px !important;
    font-family: Helvetica Neue
}

.input_field::placeholder {
    font-size: 14px !important;
    font-family: Helvetica Neue;
    color: #868e96
}

.input_field:focus {
    border: 1px solid #106a72
}

.field-icon {
    float: right;
    margin-top: -50px;
    margin-right: 14px;
    position: relative;
    z-index: 2;
    font-weight: 600 !important;
    color: grey
}

.login_panel {
    height: 90%
}

.login_area {
    border-radius: 23px;
    background-color: #fff
}

.login_area h2 {
    font-size: 33px;
    margin: 0 0 25px 0;
    color: #212529;
    font-weight: 700
}

.label_font {
    font-family: Helvetica Neue
}

.form-control:focus {
    border-color: #106a72 !important;
    box-shadow: 0 0 0 2px rgba(255, 99%, 71%, 25%) !important
}

.login_btn {
    background-color: #106a72;
    border: 2px solid #106a72
}

.login_btn:focus {
    outline: 0
}

.login_btn:hover {
    background-color: #fff;
    border: 2px solid #106a72;
    color: #106a72 !important;
    transition: .5s
}

.field_error span {
    color: red;
    font-size: 14px;
    position: relative;
    top: -19px
}

.field_error span:before {
    content: '*';
    margin-right: 4px;
    font-size: 14px
}

.navbar_bg {
    background-color: #3b3b3b;
    box-shadow: 0 6px 8px rgba(0, 0, 0, .04)
}

.coach_detail tr td, .coach_detail tr th, .dashboard_nav li a, .font_detail, .form-control, .menu_font_detail, .vehicle_table tr td, .vehicle_table tr th {
    font-size: 14px;
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: 500
}

.menu_font_detail {
    font-size: 14px;
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: 500
}

.drag_button {
    word-break: break-word
}

.dtl_pnl_btn {
    margin: 5px 0
}

.brand_name, .dashboard_nav li a {
    color: #fff !important
}

.dashboard_nav li ul li a {
    color: #000 !important
}

.mobile_nav_toggle {
    border: 1px solid #fff !important;
    color: #fff !important
}

.select_area {
    background-color: #242424
}

.common_btn {
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    text-transform: uppercase
}

.common_btn:hover {
    background-color: #fff;
    transition: .4s
}

.select_item {
    padding: 6px 4px 6px 8px;
    border-radius: 4px;
    border: 1px solid #ced4da
}

.table_head {
    background-color: #106a72;
    color: #fff
}

.table_single_row {
    width: 100%;
    transition: .4s
}

.border_end {
    border-right: 1px solid #ccc
}

.border_end:last-child {
    border-right: none
}

.button_clicked, .table_single_row:hover {
    background-color: #ccc
}

.details_panel {
    padding: 0 18px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: all .15s ease
}

.booking_info {
    display: grid;
    grid-template-columns:max-content max-content;
    grid-gap: 5px
}

.booking_info label {
    text-align: right
}

.booking_info label:after {
    content: ":"
}

.form_width {
    width: 250px !important
}

.seat_details_view {
    margin-bottom: 15px
}

.panel_border {
    border: 0
}

.err_msg {
    font-size: 13px;
    width: 100%;
    text-transform: none
}

.dashboard_tble tr td p {
    text-align: right;
    margin: auto
}

.dashboard_tble tr td p::after {
    content: ':';
    margin-left: 5px
}

.table_child .table_single_row td, .table_head tr td {
    padding: 15px 10px;
    margin: 0;
    word-break: break-word
}

.pointer {
    cursor: pointer
}

.blank_label {
    height: 17px
}

.bg_corporate {
    background-color: #106a72;
    color: #fff
}

.modal_close_btn {
    border: none;
    color: #fff;
    background: 0 0;
    font-size: 25px;
    font-weight: 600;
    padding: 0 0;
    margin: 0
}

.modal_close_btn:focus {
    box-shadow: none !important;
    outline: 0
}

.vehicle_table tr td, .vehicle_table tr th {
    border-right: 1px solid #dadce0;
    vertical-align: middle
}

.vehicle_table tr td:last-child, .vehicle_table tr th:last-child {
    border-right: none
}

.submit_button {
    border: 2px solid #106a72;
    border-radius: 5px;
    background-color: #106a72;
    padding: 7px 15px;
    color: #fff;
    position: relative;
    font-size: 14px;
    font-family: Helvetica Neue
}

.submit_button:focus, .submit_button:hover {
    border: 2px solid #106a72;
    background-color: #fff;
    color: #106a72;
    transition: .4s;
    outline: 0
}

.select_form {
    height: 35px
}

.modal-animate-zoom {
    animation: animatezoom .6s
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #106a72 !important;
    border-color: #106a72 !important
}

.page-item .page-link {
    color: #106a72
}

.user_profile {
    margin: 20% 0;
    position: relative;
    border-radius: 6px
}

.profile_head {
    padding: 10% 0 1% 0;
    border-radius: 6px 6px 0 0
}

.profile_head p {
    line-height: 12px;
    font-size: 13px
}

.profile_main {
    position: relative;
    margin: 4% 0
}

.image_update {
    position: absolute;
    top: -120px;
    left: 12px;
    z-index: 1;
    width: 100%
}

.modal-footer .common_btn:focus, .submit_btn:focus {
    outline: 0;
    box-shadow: none
}

.edit_table_data {
    color: #fff;
    background-color: #106a72;
    border: 2px solid #106a72;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px
}

.edit_table_data:hover {
    color: #106a72;
    background-color: #fff;
    transition: .4s
}

.gl_wrapper {
    height: 180px;
    width: 180px;
    position: relative;
    border: 5px solid rgb(255, 165, 149, .5);
    border-radius: 50%
}

.default_profile_img {
    height: 100%;
    width: 100%;
    border-radius: 100px
}

.gl_img {
    position: absolute;
    top: 60%;
    right: -5%;
    outline: 0;
    color: transparent;
    width: 30px;
    height: 45px;
    box-sizing: border-box;
    cursor: pointer;
    transition: .5s;
    opacity: 1
}

#yourBtn {
    position: absolute;
    top: 69%;
    right: -3%;
    font-size: 24px;
    color: #1716168c;
    cursor: pointer
}

.gl_img::-webkit-file-upload-button {
    visibility: hidden
}

.gl_img::-moz-file-upload-button {
    visibility: hidden
}

.gl_img:hover {
    cursor: pointer
}

.password-field-icon {
    float: right;
    top: -22px;
    right: 19px;
    position: relative;
    z-index: 10;
    font-weight: 600 !important;
    color: grey
}

.submit_btn {
    border: 2px solid #106a72;
    border-radius: 5px;
    background-color: #106a72;
    padding: 7px 15px;
    color: #fff;
    margin: 0 auto;
    margin-top: 10px;
    width: 100px !important;
    display: block
}

.submit_btn:focus, .submit_btn:hover {
    border: 2px solid #106a72;
    background-color: #fff;
    color: #106a72;
    transition: .4s;
    outline: 0
}

::selection {
    background-color: #106a72;
    color: #fff
}

.floating_btn {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #106a72;
    color: #fff;
    border: 2px solid #106a72;
    border-radius: 50px;
    text-align: center;
    box-shadow: 3px 3px 4px 1px rgb(74 74 74 / 70%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none
}

.floating_btn:hover {
    background-color: #fff;
    color: #106a72;
    transition: .4s
}

.floating_btn .my-float {
    font-size: 22px
}

.seat_plan_row {
    margin: 10% 0 !important
}

.seat_row .row::after {
    content: ' ';
    width: 15px
}

.delete_btn {
    color: #868e96;
    font-size: 14px;
    position: relative;
    float: right;
    top: -20px;
    left: 22px
}

.delete_btn:hover {
    color: #106a72;
    transition: .3s;
    cursor: pointer
}

.orange-bold-text {
    color: #106a72;
    font-weight: 700;
    font-size: 15px
}

.pd-10 {
    padding: 10px
}

.mg-t-5 {
    margin-top: 5px
}

.table_head tr td p, .table_single_row td p {
    display: contents
}

table.fold-table > tbody > tr.view td, table.fold-table > tbody > tr.view th {
    cursor: pointer
}

table.fold-table > tbody > tr.view td:first-child, table.fold-table > tbody > tr.view th:first-child {
    position: relative;
    padding-left: 20px
}

table.fold-table > tbody > tr.view.open {
    background: #fff;
    color: #000
}

table.fold-table > tbody > tr.view.open:hover {
    background: #fff;
    color: #000
}

table.fold-table > tbody > tr.fold {
    display: none
}

table.fold-table > tbody > tr.fold.open {
    display: table-row
}

.fold-content {
    padding: .5em
}

.inner_tbl_hd {
    text-align: left !important
}

.border-0 td, .dashboard_tble tr td {
    border-right: none !important
}

.text-left-force {
    text-align: left !important
}

.permission_header {
    background-color: #106a72;
    color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 15px 20px
}

.permission_header h5 {
    margin: 0;
    text-transform: capitalize
}

.section_devider {
    margin: 5px 20px
}

.assigned_role {
    margin-top: 2%
}

.role_select_area {
    margin: 20px 0
}

.edit_permission {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px
}

.auth_form, .role_saection {
    padding: 20px
}

.role_select_area h5 {
    font-size: 18px;
    color: #000;
    margin-left: -1%
}

.form-check-input:focus {
    outline: 0;
    box-shadow: none !important
}

.form-select:focus {
    border-color: #106a72 !important;
    box-shadow: 0 0 0 2px rgb(255 99 71 / 25%) !important
}

.all_permission_label {
    font-size: 15px
}

.options {
    font-size: 14px
}

.form-check-input:checked {
    background-color: #106a72 !important;
    border-color: #106a72 !important
}

.add_admin_pass {
    float: right;
    margin-top: -21px;
    margin-right: 14px;
    position: relative;
    z-index: 2;
    font-weight: 600 !important;
    color: grey
}

.permission_footer {
    background-color: #d3d3d3;
    border-radius: 0 0 5px 5px;
    padding: 10px 20px;
    text-align: center
}

.form_submit {
    background-color: #106a72;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #106a72;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase
}

.form_submit:hover {
    background-color: #fff;
    color: #106a72;
    transition: .4s
}

.intercity_login_dropdown {
    position: absolute;
    left: -65px !important
}

#topheader .navbar-nav li > a {
    text-transform: capitalize;
    color: #333;
    transition: background-color .2s, color .2s
}

#topheader .navbar-nav li > a:focus, #topheader .navbar-nav li > a:hover {
    color: #106a72 !important;
    outline: 0
}

.home-logout:hover {
    color: #106a72 !important;
    outline: 0
}

.nav-active {
    color: #106a72 !important;
    outline: 0
}

.not_found_page {
    background-color: #ff63471f;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%
}

.not_found_text {
    text-align: center
}

.not_found_text h1 {
    font-size: 120px;
    color: #030331
}

.not_found_text h6 {
    font-size: 25px;
    color: #575757
}

.not_found_text p {
    font-size: 18px;
    color: #7c7c7c
}

.not_found_text a {
    color: #fff;
    background-color: #106a72;
    border-radius: 5px;
    text-decoration: none;
    padding: 8px 30px;
    border: 2px solid #106a72;
    font-weight: 500;
    font-size: 15px
}

.not_found_text a:hover {
    color: #106a72;
    background-color: #fff;
    transition: .5s
}

.blinking {
    animation: blinkingText 1.2s infinite
}

@keyframes blinkingText {
    0% {
        color: #fff
    }
    49% {
        color: #ff0
    }
    80% {
        color: transparent
    }
    100% {
        color: #fff
    }
}

.bus_info_table {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 7px;
    margin: 10px 5px;
    box-shadow: 1px 5px 16px 0 #dad7d7
}

.mobile_collapse_btn {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.trip_information p {
    line-height: 7px
}

.navbar-toggler-icon {
    filter: invert(1) !important
}

.navbar-toggler {
    border: none !important
}

.navbar-toggler:focus {
    box-shadow: none !important
}

.mobile_nav_toggle:focus, .mobile_nav_toggle:hover {
    filter: drop-shadow(0 0 0 #fff) !important
}

.footer_navigation {
    background-color: #b1b1b19e !important;
    padding: 12px 5px;
    border-top: 1px solid #ddd;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.footer_navigation a, .footer_navigation a:active {
    text-decoration: none;
    color: #106a72 !important;
    font-size: 20px
}

.seater_img {
    width: 80%;
    margin: 0 auto;
    display: block;
    padding: 5%
}

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -.5em;
    -webkit-animation: spinner 1.5s infinite linear;
    -moz-animation: spinner 1.5s infinite linear;
    -ms-animation: spinner 1.5s infinite linear;
    -o-animation: spinner 1.5s infinite linear;
    animation: spinner 1.5s infinite linear;
    border-radius: .5em;
    -webkit-box-shadow: rgba(0, 0, 0, .75) 1.5em 0 0 0, rgba(0, 0, 0, .75) 1.1em 1.1em 0 0, rgba(0, 0, 0, .75) 0 1.5em 0 0, rgba(0, 0, 0, .75) -1.1em 1.1em 0 0, rgba(0, 0, 0, .5) -1.5em 0 0 0, rgba(0, 0, 0, .5) -1.1em -1.1em 0 0, rgba(0, 0, 0, .75) 0 -1.5em 0 0, rgba(0, 0, 0, .75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, .75) 1.5em 0 0 0, rgba(0, 0, 0, .75) 1.1em 1.1em 0 0, rgba(0, 0, 0, .75) 0 1.5em 0 0, rgba(0, 0, 0, .75) -1.1em 1.1em 0 0, rgba(0, 0, 0, .75) -1.5em 0 0 0, rgba(0, 0, 0, .75) -1.1em -1.1em 0 0, rgba(0, 0, 0, .75) 0 -1.5em 0 0, rgba(0, 0, 0, .75) 1.1em -1.1em 0 0
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.footer_navigation {
    background-color: #ddddddbf;
    padding: 12px 5px;
    border-top: 1px solid #ddd
}

.footer_navigation a, .footer_navigation a:active {
    text-decoration: none;
    color: #106a72 !important;
    font-size: 20px
}

.mobile_counterName {
    line-height: 16px !important;
}
