@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
body {
    display: flex;
    flex-direction: column;
    color: #1a3353;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #1c2e3e;
}

@font-face {
    font-family: fontawesome;
    src: url("../fonts/fontawesome-webfont.ttf");
}


/*--------------------------------------------------------------
# List Index
--------------------------------------------------------------*/


.index-list-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 12px;
    background-color: #1c2e3e; /* Bootstrap primary */
    color: white;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 14px;
}

    .index-list-btn i {
        font-size: 16px;
        color: #fff;
    }

    .index-list-btn:hover {
        background-color: #0056b3; /* Darker blue on hover */
        color: #fff;
        transform: scale(1.05);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Select 2 Index
--------------------------------------------------------------*/

.select2-container--bootstrap-5 .select2-selection--single {
    height: calc(2.375rem + 2px); /* Match Bootstrap form-control */
    display: flex;
    align-items: center;
}

.select2-container--bootstrap-5 .select2-selection__rendered {
    text-align: center;
    width: 100%;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.select2-results__options {
    text-align: center;
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #003C82;
    color: #fff;
}

    .topbar * {
        /*color: #fff;*/
    }
/*--------------------------------------------------------------
# Input top search
--------------------------------------------------------------*/
.search .search__input {
    width: 100%;
    border-radius: 25px;
    --bg-opacity: 1;
    background-color: #D2DFEA;
    position: relative;
    border: none;
}

.search__icon {
    font-size: 16px;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    top: 10px;
    bottom: 0;
    margin-right: 12px;
    right: 10px;
    --text-opacity: 1;
    color: #365A74;
    z-index: 2;
}

.right-nav-elements {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .right-nav-elements li {
        float: left;
    }

.account-user-avatar {
    height: 32px;
    width: 32px;
}

.account-user-name {
    display: block;
    font-weight: 600;
}

.header-right-wrapper {
}

    .header-right-wrapper .nav-link {
        color: #fff;
        font-size: 13px;
        font-weight: 500;
    }

        .header-right-wrapper .nav-link i {
            color: #fff;
            font-size: 18px;
        }

    .header-right-wrapper .nav-link {
    }
/*.header-right-wrapper .dropdown-menu {
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -o-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.3s ease 0s, height 0s linear 0.35s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    display: block;
}
.header-right-wrapper .dropdown-menu.show {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}*/
/*--------------------------------------------------------------
# sidebar
--------------------------------------------------------------*/
.profile-info {
    color: #fff;
    border-bottom: 1px solid #42413d;
    border-top: 1px solid #42413d;
}

    .profile-info .profile-user-name {
        font-size: 14px;
        font-weight: 600;
    }

    .profile-info .user-role {
        font-size: 12px;
        font-weight: 500;
        color: #fda032;
    }

#sidebar.active .sidebar-wrapper {
    left: 0;
}

#sidebar:not(.active) .sidebar-wrapper {
    left: -250px;
}

#sidebar:not(.active) ~ #main {
    margin-left: 0;
}

/*--updated styles for toggled sidebar--*/

@media screen and (min-width: 1140px) {
    #sidebar:not(.active) .sidebar-wrapper .sidebar-header {
        padding: 20px 10px 20px 10px;
    }

    #sidebar:not(.active) .sidebar-wrapper {
        left: 0px;
        width: 90px;
        transition: 0.3s ease-out;
    }

        #sidebar:not(.active) .sidebar-wrapper .sidebar-header img {
            width: 70px;
        }

        #sidebar:not(.active) .sidebar-wrapper .menu .sidebar-item .sidebar-link span {
            display: none;
        }

        #sidebar:not(.active) .sidebar-wrapper .sidebar-user-profile {
            display: none;
        }

    #sidebar:not(.active) ~ #main {
        margin-left: 90px;
        transition: 0.3s ease-out;
    }
}

/*--updated styles for toggled sidebar--*/



.sidebar-wrapper {
    width: 250px;
    min-height: 100vh;
    position: fixed;
    top: 0;
    z-index: 10;
    overflow-y: auto;
    background-color: #003C82;
    bottom: 0;
    transition: left 0.5s ease-out;
}

.sidebar-wrapper .sidebar-header {
    padding: 20px 10px 20px 30px;
    font-size: 15px;
    font-weight: 700;
}

.sidebar-wrapper .sidebar-header img {
}

.sidebar-wrapper .sidebar-toggler.x {
    position: absolute;
    right: 0;
    top: 10px;
    display: none;
}

.sidebar-wrapper .menu {
    margin-top: 15px;
    padding: 0 15px;
    font-weight: 500;
}

.sidebar-wrapper .menu .sidebar-link {
    display: block;
    padding: 12px 18px;
    font-size: 13px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    transition: all 0.5s;
    text-decoration: none;
    color: #fff;
}

.sidebar-wrapper .menu .sidebar-link i,
.sidebar-wrapper .menu .sidebar-link svg {
    color: #fff;
}

.sidebar-wrapper .menu .sidebar-link span {
    margin-left: 15px;
}

.sidebar-wrapper .menu .sidebar-link:hover {
    background-color: #1c2e3e;
}

.sidebar-wrapper .menu .sidebar-item {
    list-style: none;
    margin-top: 0;
    position: relative;
}

.sidebar-wrapper .menu .sidebar-item.has-sub .sidebar-link:after {
    content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><path stroke="white" stroke-width="1" d="M6 9l6 6 6-6"/></svg>');
    position: absolute;
    color: #ccc;
    right: 15px;
    top: 12px;
    display: block;
}

.sidebar-wrapper .menu .sidebar-item.active .sidebar-link {
    background-color: #1c2e3e;
}

.sidebar-wrapper .menu .sidebar-item.active .sidebar-link span {
    color: #fff;
}

.sidebar-wrapper .menu .sidebar-item.active .sidebar-link i,
.sidebar-wrapper .menu .sidebar-item.active .sidebar-link svg {
    fill: #fff;
    color: #fff;
}

.sidebar-wrapper .menu .sidebar-item.active .sidebar-link.has-sub:after {
    content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><path stroke="%23fff" stroke-width="1" d="M6 9l6 6 6-6"/></svg>');
}

.sidebar-wrapper .menu .submenu {
    list-style: none;
    display: none;
    transition: max-height 2s cubic-bezier(0, 0.55, 0.45, 1);
    overflow: hidden;
    padding:0;
}

.sidebar-wrapper .menu .submenu.active {
    max-height: 999px;
    display: block;
}

.sidebar-wrapper .menu .submenu .submenu-item.active {
    position: relative;
}

.sidebar-wrapper .menu .submenu .submenu-item.active > a {
    color: #435ebe;
    font-weight: 700;
}

.sidebar-wrapper .menu .submenu .submenu-item a {
    padding: 7px 13px 7px 28px;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    transition: all 0.3s;
}

.sidebar-wrapper .menu .submenu .submenu-item a:hover {
    margin-left: 0px;
    color: #fda032;
    background-color: transparent;
}

@media screen and (max-width: 1199px) {
    .sidebar-wrapper {
        position: absolute;
        left: -250px;
    }

        .sidebar-wrapper .sidebar-toggler.x {
            display: block;
        }
}

.burger-btn {
    display: none;
}
.burger-btn svg {
    font-size: 18px;
    color: #fff;
}
.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 600 !important;
}
/*--------------------------------------------------------------
# main-wrapper
--------------------------------------------------------------*/
#main {
    margin-left: 250px;
    padding: 0;
    background-color: #003C82;
}

@media screen and (max-width: 1199px) {
    #main {
        margin-left: 0;
    }
}

#main.layout-navbar {
    padding: 0;
}

#main #main-content {
    padding: 20px;
}

/*--------------------------------------------------------------
# Breadcumb
--------------------------------------------------------------*/
.breadcumb-wrapper .page-title {
    font-weight: 600;
    font-size: 16px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 0;
    margin: 0;
}

    .breadcrumb .breadcrumb-item {
        display: flex;
        align-items: center;
        padding-left: 0;
        padding-right: 15px;
        color: #968e7e;
        font-size: 12px;
        font-weight: 500;
    }

        .breadcrumb .breadcrumb-item a {
            color: #eb8b1a;
        }

.breadcumb-meta-btns a {
    background: #1c2e3e;
    color: #fff;
    border: none;
    margin-left: 5px;
    font-size: 13px;
    font-weight: 500;
    transition: .3s all ease;
}

    .breadcumb-meta-btns a:nth-child(2) {
        background: #11368b;
    }

    .breadcumb-meta-btns a:nth-child(3) {
        background: #fda032;
    }

    .breadcumb-meta-btns a:nth-child(4) {
        background: #1c2e3e;
    }

    .breadcumb-meta-btns a:hover {
        color: #fff;
        background-color: #1c2e3e;
    }


.dropdown-toggle::after {
    border: none!important;
    font: normal normal normal 13px/1 FontAwesome;
    content: "\f107";
    vertical-align: 0;
}

/*.dropdown-toggle::after,
[data-toggle="dropdown"]:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
    font-family: "fontawesome";
    color: #ccc;
    font-size: 13px;
}

.show [data-toggle="dropdown"]:after {
  content: "\f068";
}
.dropdown-toggle {
  display: flex;
  align-items: center;
}
.dropdown-toggle:after {
  border: none;
}*/
.content {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    min-height: 100vh;
    background-color: #f0f0f5;
}

.breadcumb-wrapper {
}

.breadcrumb .breadcrumb-item {
    /*color: #1c2e3e;*/
}

.breadcrumb-item + .breadcrumb-item::before {
    /*color: #1c2e3e;*/
}

.dropdown-menu {
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
    border: none;
}

.dropdown-item {
    color: #1a3353;
    font-weight: 500;
    font-size: 13px;
}

.preview-item {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px 10px;
    font-size: 12px;
    border-bottom: 1px solid #dee2e6;
}

li:last-child .preview-item {
    border-bottom: none;
}
/*--------------------------------------------------------------
# Common card styles
--------------------------------------------------------------*/
.card {
    border: 1px dashed #e8e5dd;
    box-shadow: none;
    background-color: #fff;
}

    .card .header {
        padding: 20px 20px 0;
    }

    .card .title {
        margin: 0;
        color: #252422;
        font-weight: 300;
    }

    .card .content {
        padding: 15px 15px 10px 15px;
    }

/*--------------------------------------------------------------
# Custom table default overwrites
--------------------------------------------------------------*/
.table > :not(:first-child) {
    border-top: 1px solid #dee2e6;
}

.custom-table thead tr, .custom-table thead th {
    border-top: none;
    border-bottom: none !important;
}

.custom-table tbody tr th, .custom-table tbody tr td {
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    vertical-align: middle;
}

.custom-table tbody th,
.custom-table tbody td {
    color: #1a1a1a;
    font-weight: 400;
    padding-bottom: 20px;
    padding-top: 20px;
}

.table th, .table td {
    padding: 20px 15px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.row-action-wrapper .action-icon,
.table .action-icon {
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    background-color: rgba(71,95,123,.17);
    color: #475F7B;
    border-radius: 25px;
    padding: 6px 10px;
    margin-left: 5px;
    transition: all 0.3s;
}

    .row-action-wrapper .action-icon:hover,
    .table .action-icon:hover {
        color: #fff;
        background: #fda032;
    }

/*--------------------------------------------------------------
# Custom forms default overwrites
--------------------------------------------------------------*/
.form-label {
    font-size: 13px;
    font-weight: 500;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    background-color: #fff;
    border-radius: 3px;
    color: #66615b;
    font-size: 14px;
    transition: background-color 0.3s ease 0s;
    padding: 7px 18px;
    height: 42px;
    box-shadow: none;
    border: 1px solid #CCC5B9;
}
.select2-container .select2-selection--single {
    background-color: #fff;
    border-radius: 3px;
    color: #66615b;
    font-size: 14px;
    transition: background-color 0.3s ease 0s;
    padding: 7px 18px;
    height: 42px;
    box-shadow: none;
    border: 1px solid #CCC5B9;
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border-radius: 3px;
    color: #66615b;
    font-size: 14px;
    transition: background-color 0.3s ease 0s;
    min-height: 42px;
    line-height: inherit;
    box-shadow: none;
    border: 1px solid #CCC5B9;
}

.select2-container--default .select2-selection--single {
    border-radius: 4px;
    background-color: #fff;
    border-radius: 3px;
    color: #66615b;
    font-size: 14px;
    transition: background-color 0.3s ease 0s;
    padding: 7px 10px;
    height: 42px;
    box-shadow: none;
    border: 1px solid #CCC5B9;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px;
        position: absolute;
        top: 1px;
        right: 7px;
        width: 20px;
    }

.select2-hidden-accessible {
    /*width: 100%;*/
}

.select2 {
    width: 100% !important;
}

.select2-container .select2-search--inline .select2-search__field,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ffe5c5;
    border: 1px solid #fda032;
    border-radius: 3px;
    color: #003C82;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #1c2e3e;
}

select,
.form-select {
    background-color: #fff;
    border-radius: 3px;
    color: #66615b;
    font-size: 14px;
    transition: background-color 0.3s ease 0s;
    padding: 7px 18px;
    height: 42px;
    box-shadow: none;
    border: 1px solid #CCC5B9;
}

.input-group-text {
    background-color: #fff;
    color: #475f7b;
    border: 1px solid #CCC5B9;
}

.form-control[type=file] {
    padding-left: 14px;
}

input[type=file]::file-selector-button {
    border: 2px solid #1c2e3e;
    border-radius: 3px;
    background-color: #1c2e3e;
    color: #fff;
}

input[type=file]::-webkit-file-upload-button:hover {
    background-color: #1c2e3e;
    border: 2px solid #1c2e3e;
}

input[type=file]::file-selector-button:hover {
    background-color: #1c2e3e;
    border: 2px solid #1c2e3e;
}
/*input[type=range]{
    width: 100%;
}
.form-control-sm{
    height: auto;
}
input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #fda032;
  border-radius: 25px;
  border: 0px solid #000101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #1c2e3e;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3.6px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #fda032;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #fda032;
  border-radius: 25px;
  border: 0px solid #000101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #1c2e3e;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #fda032;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #fda032;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #1c2e3e;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #fda032;
}
input[type=range]:focus::-ms-fill-upper {
  background: #fda032;
}*/

/*--------------------------------------------------------------
# Custom buttons default overwrites
--------------------------------------------------------------*/
.eg-reset-filter-btn {
    background-color: #fff;
    border: 1px solid #d5d9de;
    font-size: 15px;
    color: #475F7B;
}

.eg-search-filter-btn {
    background-color: #fda032;
    border: 1px solid #fda032;
    font-size: 15px;
    color: #fff;
}

.btn {
    padding: 7px 20px;
    font-size: 13px;
    font-weight: 500;
}

.btn-primary {
    color: #fff;
    background-color: #1c2e3e;
    border-color: #1c2e3e;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #fda032;
        border-color: #fda032;
    }

.btn-secondary {
    color: #fff;
    background-color: #fda032;
    border-color: #fda032;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #eb860d;
        border-color: #eb860d;
    }
/*--------------------------------------------------------------
# Custom card default overwrites
--------------------------------------------------------------*/
.card-footer, .card-header {
    padding: 15px 18px;
    background-color: transparent;
}

.card-header {
    padding: 15px 18px;
}

.card .card-title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: capitalize;
}

/*--------------------------------------------------------------
# Custom pagination default overwrites
--------------------------------------------------------------*/
.page-link {
    color: #475F7B;
    font-size: 14px;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #CCC5B9;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #1c2e3e;
    border-color: #1c2e3e;
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    background-color: #1c2e3e;
    border-color: #1c2e3e;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-links a {
    cursor: pointer;
    padding: 10px 2px;
    transition: none;
    outline: 0 !important;
    color: #8e887a;
    font-size: 11px;
    font-weight: 500;
}
/*--------------------------------------------------------------
# Dashboard stats
--------------------------------------------------------------*/
.stats-icon {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background-color: #000;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .stats-icon.orange {
        background-color: #fda032;
    }

    .stats-icon i {
        color: #fff;
        font-size: 28px;
    }

    .stats-icon.blue {
        background-color: #11368b;
    }

    .stats-icon.green {
        background-color: #1c2e3e;
    }

    .stats-icon.red {
        background-color: #1c2e3e;
    }

.chart-wrapper img {
    width: 100%;
}

.stats-text-head {
    font-size: 17px;
    font-weight: 500;
    color: #808080;
}

.stat-data-text {
    color: #1a3353;
    font-size: 20px;
    font-weight: 600;
}

.form-header-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.form-header {
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
.form-header h4{
    font-size: 14px;
    margin-bottom: 0;
}
.form-line-title {
    font-size: 17px;
    font-weight: 500;
}

.form-header:after {
    content: "";
    height: 2px;
    width: 110px;
    background-color: #1c2e3e;
    position: absolute;
    left: 0;
    bottom: -16px;
}

.static-label {
    font-weight: 500;
}
/*--------------------------------------------------------------
# navtabs overwrites
--------------------------------------------------------------*/
.nav-link {
    color: #1a3353;
    font-size: 14px;
    padding: 15px 20px;
    font-weight: 500;
}

.nav-tabs {
    border-bottom: 2px solid rgba(0, 0, 0, 0.10);
}

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: 0 0;
        border: none;
        border: none;
        border-bottom: 3px solid transparent;
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            color: #1c2e3e;
            border: none;
            border-bottom: 3px solid #1c2e3e;
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #1c2e3e;
            background-color: #fff;
            border: none;
            border-bottom: 3px solid #1c2e3e;
        }

.list-group li:nth-child(1) {
    border-top: 0 none;
}

.image-wrapper img {
    min-height: 190px;
    object-fit: cover;
    width: 100%;
}

.vehicle-detail-card-info {
}

.badge {
    /*line-height: 1.5;*/
    font-weight: 500;
    font-size: 11px;
}

.meta-label {
    color: #6e6b65;
    font-weight: 500;
}

.meta-label-data {
    color: #1a3353;
    font-weight: 600;
}

.light.badge-primary {
    /*background-color: #caffef;
    color: #1c2e3e;
    border: 1px solid #1c2e3e;*/
    color: #000;
    border: 1px solid #ddd;
}

.cat-wrapper span img {
    height: 18px;
    width: 18px;
}

.amneties-dropdown a {
    font-size: 12px;
    color: #1a3353;
}

.amneties-dropdown span img {
    height: 15px;
    width: 15px;
    margin-right: 5px;
}

.amneties-dropdown li {
    font-size: 12px;
}
/*--------------------------------------------------------------
# custom titile header
--------------------------------------------------------------*/
.title-header-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.title-header {
    display: inline-block;
    padding-right: 20px;
    position: relative;
}

.title-line-title {
    font-size: 17px;
    font-weight: 500;
}

.title-header:after {
    content: "";
    height: 2px;
    width: 110px;
    background-color: #1c2e3e;
    position: absolute;
    left: 0;
    bottom: -16px;
}

.btn-light-primary {
    background-color: rgba(90,141,238,.17);
    color: #5A8DEE !important;
}

.btn-light {
    color: #000;
    background-color: #c3c3c3;
    border-color: #c3c3c3;
}

.heading-elements {
    position: absolute;
    right: 1.7rem;
    line-height: 0;
    cursor: pointer;
}
/*--------------------------------------------------------------
# custom profile input style
--------------------------------------------------------------*/
.upload-preview {
    padding: 10px;
    position: relative;
    text-align: center;
}

.upload-preview .preview-img {
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
}

.browse-button {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -45px;
    background: rgb(0 0 0 / 15%);
    opacity: 1;
    transition: 0.3s ease;
}

.upload-preview i {
    color: #fff;
    font-size: 9px;
    transform: translate(25px,66px);
    background: #1c2e3e;
    height: 20px;
    width: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #1c2e3e;
}

.browse-input {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    transform: translate(-1px,-26px);
    opacity: 0;
}


/*--------------------------------------------------------------
# route timeline container styles
--------------------------------------------------------------*/
.route-tl-container {
    display: block;
    position: relative;
    border: 1px solid #dee2e6;
}

.route-tl-container ul.tl {
    margin: 20px 0;
    padding: 0;
    display: block;
}

.route-tl-container ul.tl li {
    list-style: none;
    margin: auto;
    margin-left: 150px;
    margin-right: 25px;
    min-height: 50px;
    /*background: rgba(255,255,0,0.1);*/
    border-left: 1px dashed #8b8b8b;
    padding: 0 0 45px 30px;
    position: relative;
}

.route-tl-container ul.tl li:last-child {
    border-left: 0;
    padding-bottom: 10px;
}

.route-tl-container ul.tl li::before {
    position: absolute;
    left: -11px;
    top: -1px;
    content: " ";
    border: 5px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: #8b8b8b;
    height: 20px;
    width: 20px;
    transition: all 500ms ease-in-out;
}

.route-tl-container ul.tl li:hover::before {
    border-color: #8b8b8b;
    transition: all 1000ms ease-in-out;
}

/*.route-tl-container ul.tl li:first-child:before{
    content: none;
}
.route-tl-container ul.tl li:first-child{
    padding-left: 0;
}*/

.ti-head {
    margin-left: 140px;
}

.ti-place {
    font-size: 15px;
    font-weight: 600;
}

ul.tl li .timestamp {
    /*color: #8b8b8b;*/
    position: absolute;
    width: 100px;
    left: -100px;
    top: 50%;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
}

.d-place-icon img,
.ti-place img {
    height: 25px;
    width: 25px;
}

.place-meta img {
    height: 15px;
    width: 15px;
}

.item-time-stamp {
    color: #5896f3;
    font-weight: 500;
    font-size: 12px;
}

.u-name {
    font-weight: 500;
    font-size: 12px;
}

.item-date-stamp {
    /*font-weight: 500;*/
    font-size: 12px;
}

.ti-km,
.item-station-place {
    font-size: 14px;
    font-weight: 500;
}
/*.ti-km{
    font-size: 14px;
    font-weight: 500;
}*/
.info-station-detail {
    margin-top: 5px;
    background-color: #f4f3ef;
    border-radius: 3px;
    padding: 6px 18px;
    font-size: 11px;
    font-weight: 500;
    display: inline-block;
    color: #6e6b65;
}

.info-station-detail {
    width: auto;
}

.info-station-detail .text-alert {
    color: #5896f3;
}

.add_row {
    font-size: 12px;
}

.btn-theme-secondary {
    color: #fff;
    background-color: #fda032;
    border-color: #fda032;
}

.btn-theme-secondary:hover {
    color: #fff;
    background-color: #1c2e3e;
    border-color: #1c2e3e;
}

.unit-select {
    width: 110px;
}

    .unit-select select {
        font-size: 12px;
    }

.modal-route-form-wrapper {
}

.modal-route-form-wrapper input,
.modal-route-form-wrapper .form-control {
    height: 35px;
    font-size: 11px;
}

.modal-route-form-wrapper label {
    font-size: 12px;
}

.modal-route-form-wrapper .item-time-stamp {
    color: #1a3353;
}

.modal-route-form-wrapper .ti-head {
    margin-left: 150px;
}

.route-tl-container.modal-route-form-wrapper ul.tl li {
    margin-left: 200px;
    margin-right: 17px
}

.modal-route-form-wrapper ul.tl li .timestamp {
    top: 40%;
    width: 120px;
    left: -150px;
    font-size: 11px;
}
/*--counter app extended styles--*/
.bus-list-img img {
    height: 56px;
    width: 56px;
    object-fit: cover;
    object-position: top;
    border-radius: 3px;
}

.c-bus-det {
}

.c-bus-det h4 {
    font-size: 15px;
    color: #003C82;
    font-weight: 400;
}

.c-bus-det .cat-wrapper span img {
    height: 14px;
    width: 14px;
}

.c-bus-det .badge {
    font-size: 9px;
}

.single-seat {
    border: 1px solid #CCC5B9;
    text-align: center;
    width: 30px;
    height: 30px;
    margin-bottom: 6px;
    padding-top: 4px;
    cursor: pointer;
    border-radius: 2px;
    background: #dddddd;
    position: relative;
    font-weight: 500;
    font-style: 12px;
}

.single-seat:before {
    content: "";
    position: absolute;
    width: 75%;
    height: 75%;
    top: 1px;
    left: 50%;
    transform: translate(-50%, 0%);
    background: rgba(255, 255, 255, 0.4);
    border-radius: 3px;
}

.seat-flag-wrap .single-seat {
    width: 20px;
    height: 20px;
}

.booked-seat {
    background: #fda032;
}

.selected-seat {
    background: #85c3e8;
}

.bus-seat-frame {
    margin: 0 auto;
}

.busFromTo {
    background-color: #ddd;
    border-radius: 3px;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 500;
}

    .busFromTo i {
        font-size: 10px;
    }

.boarding-info {
}

.boarding-info .boarding-from,
.boarding-info .dropping-point {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
}

.ticket-detail-area hr {
    border: 1px dashed;
    background-color: transparent;
}


/**--sidebar and contents main--*/
@media (min-width: 992px) {
    .sidebar-left {
        float: left;
        width: 260px;
    }

    body .content-right {
        width: calc(100% - 260px);
        float: right;
    }
}


.sidebar-filter-wapper .seat-flag-wrap {
    /*border: 1px solid red;*/
}

.sidebar-filter-wapper.card {
    background-color: #f4f3ef;
    border: none;
    box-shadow: none;
}

.meta-filter-wrapper {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

    .meta-filter-wrapper a {
        border: 1px solid #888;
        border-radius: 3px;
        padding: 4px 10px;
        cursor: pointer;
        margin-right: 7px;
        color: #888;
        font-style: 12px;
        font-weight: 500;
    }

        .meta-filter-wrapper a:last-child {
            margin: 0;
        }

        .meta-filter-wrapper a:hover {
            border: 1px solid #fda032;
            background-color: #fda032;
            color: #fff;
            transition: all 0.5s;
        }

.toggle-heads .accordion-button,
.filter-heads .accordion-button {
    background-color: transparent;
    color: #1a3353;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 15px 15px 0;
    cursor: pointer;
}

    .toggle-heads .accordion-button.collapsed::after,
    .filter-heads .accordion-button.collapsed::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231a3353c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

    .toggle-heads .accordion-button:not(.collapsed)::after,
    .filter-heads .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231a3353c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

    .toggle-heads .accordion-button::after,
    .filter-heads .accordion-button::after {
        background-size: 14px;
    }

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

body {
    /*background: #ecf9fa;*/
}

.price-range-slider {
    width: 100%;
    float: left;
    padding: 10px 10px 10px 0;
}

    .price-range-slider .range-value {
        margin: 0;
    }

        .price-range-slider .range-value input {
            width: 100%;
            background: none;
            color: #1672fd;
            font-weight: 500;
            font-size: 16px;
            font-weight: initial;
            box-shadow: none;
            border: none;
            margin: 0px 0 20px 0;
        }

    .price-range-slider .range-bar {
        border: none;
        background: #000;
        height: 3px;
        width: 96%;
        margin-left: 8px;
    }

        .price-range-slider .range-bar .ui-slider-range {
            background: #000;
        }

        .price-range-slider .range-bar .ui-slider-handle {
            border: none;
            border-radius: 25px;
            background: #fff;
            border: 2px solid #000;
            height: 17px;
            width: 17px;
            top: -0.52em;
            cursor: pointer;
        }

            .price-range-slider .range-bar .ui-slider-handle + span {
                background: #000;
            }

.badge.filter-badge {
    color: #888;
}

.card-quick-filter {
    border-radius: 4px;
    background-color: #d7d7d7;
}

    /*.card-quick-filter .card-col:last-child {
    border-right: none;
}*/
    .card-quick-filter a {
        border-right: 1px solid #adadad;
    }

        .card-quick-filter a:last-child {
            border-right: none;
        }

    .card-quick-filter a {
        color: #000;
        transition: 0.5s ease;
        display: block;
        border-radius: 3px;
        padding: 10px 25px;
        width: 25%;
    }

        .card-quick-filter a.active {
            background-color: #1c2e3e;
            color: #fff;
            transition: 0.5s ease;
        }

        .card-quick-filter a:hover {
            background-color: #1c2e3e;
            color: #fff;
            transition: 0.5s ease;
        }

.quick-filter-data {
    font-size: 17px;
    font-weight: 500;
}

.ticket-code {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #003C82;
}

.text-primary {
    color: #5896f3 !important;
}

.bus-book-list-item-wrapper {
    margin-bottom: 20px;
}

    .bus-book-list-item-wrapper:last-child {
        margin-bottom: 0;
    }

.booking-list-single-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    color: inherit;
    display: block;
    /*margin-bottom: 15px;*/
    padding: 20px 5px;
}

    .booking-list-single-item:hover {
        background-color: #f5f5f5;
    }

.qr-wrapper img {
    height: 120px;
    width: 120px;
    object-fit: contain;
    object-position: center;
}

.info-text {
    margin-top: 5px;
    background-color: #f4f3ef;
    border-radius: 3px;
    padding: 6px 18px;
    font-size: 11px;
    font-weight: 500;
    color: #1c2e3e;
    width: auto;
}

.detail-item-wrap {
    margin-bottom: 25px;
}

.list-item-bordered {
    border-bottom: 1px solid #dee2e6;
}

    .list-item-bordered:last-child {
        border: none;
    }

.detail-item-wrap:last-child {
    margin-bottom: 0;
}

.profile-card-wrapper .user-top-center img {
    /*width: 80px;*/
    object-position: top;
    object-fit: cover;
}

.user-top-center .profile-user-name {
    font-weight: 500;
}

.user-id {
    font-weight: 600;
    font-size: 14px;
    color: #1c2e3e;
}

.upload-preview {
    padding: 10px;
    position: relative;
    text-align: center;
}

    .upload-preview i {
        color: white;
        font-size: 10px;
        transform: translate(25px,66px);
        background: #1c2e3e;
        height: 25px;
        width: 25px;
        line-height: 25px;
        border-radius: 50%;
        text-align: center;
        border: 1px solid #fff;
    }

    .upload-preview .preview-img {
        border-radius: 100%;
        object-fit: cover;
        object-position: top;
    }

.browse-button {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -45px;
    background: rgb(0 0 0 / 15%);
    opacity: 1;
    transition: 0.3s ease;
}

    .browse-button:hover {
        opacity: 1;
    }

.browse-input {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    transform: translate(-1px,-26px);
    opacity: 0;
}

.recent-search-card {
}

    .recent-search-card img {
        height: 80px;
        width: 55px;
        object-fit: cover;
        object-position: top;
    }

.recent-card-detail a {
    color: #1a3353;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 10px;
}

.recent-search-card:hover .recent-card-detail a {
    color: #1c2e3e;
}

.recent-card-detail .bus-num {
    font-size: 11px;
    font-weight: 500;
    color: #5896f3;
}

.recent-card-detail .item-time-stamp {
    font-size: 10px;
    color: #888;
}

.name-card img {
    object-fit: cover;
    object-position: top;
    height: 50px;
    width: 50px;
    display: block;
}

.title-counter-location {
    background-color: #ddd;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
}
/*--list grid--*/
.col-item.list-group-item {
    float: none;
    width: 100%;
    background-color: green;
}

    .col-item.list-group-item:before,
    .col-item.list-group-item:after {
        display: table;
        content: " ";
    }

    .col-item.list-group-item img {
        float: left;
    }

    .col-item.list-group-item:after {
        clear: both;
    }
/*--seat laypput new design styles--*/
/**! start of seat layout user **/

.seat-book-details .bus-frame {
    width: 230px;
}

.seats-layout {
    padding-left: 30px;
}

.screen-section {
    padding-left: 25px;
}

.seat-num {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    /*display: flex;*/
}

.seat-num li {
    display: inline-block;
    width: 30px;
    margin: 2px;
}

.seat-num li:nth-child(2) {
    margin-right: 25px
}

.seat-num li a {
    display: inline-block;
    padding: 0 4.3px;
}

.seat-number {
    margin-bottom: 5px;
    /*display: flex;*/
    padding: 0
}

.seat-number li {
    display: inline-block;
    width: 35px;
    border: 1px dotted #ddd;
    margin: 2px;
    border-radius: 3px;
}

.seat-number li:first-child {
    /* left: 25px;
width: unset;
border: none;*/
}

.seat-number li:nth-child(2) {
    /*margin-right: 40px;*/
}

.seat-number:last-child li:nth-child(2) {
    margin-right: 0;
}

.seat-status {
    width: 100%;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.seat-status .avaible-seats {
    padding-left: 30px;
    min-width: 100px;
}

.seat-status .avaible-seats figure {
    left: 0px;
}

.seat-status .selected-seats {
    padding-left: 30px;
    min-width: 100px;
}

.seat-status .selected-seats figure {
    left: 0px;
}

.seat-status .unavaible-seats {
    padding-left: 30px;
    min-width: 100px;
}

.seat-status .unavaible-seats figure {
    left: 0px;
}

.seatselection-section {
    /*padding-left: 25px;*/
}

.seat {
   display: block;
    position: relative;
    height: 24px;
    width: 25px;
    border: 1px solid;
    margin: 4px 7px 7px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    color: #000;
    line-height: 22px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.seat:active {
    border-color: orange;
    background-color: orange;
    transform: scale(0.9);
}

.seat:before {
   content: "";
    height: 15px;
    width: 33px;
    display: block;
    border: 2px solid;
    border-top: 0;
    position: absolute;
    bottom: -5px;
    left: -5px;
}

.seat.available {
    border-color: #ddd;
    background-color: #ddd;
}

.seat.available:before {
    border-color: #ddd;
}

.seat.unavailable {
    transform: none;
    cursor: not-allowed;
    border-color: #b5b5b5;
    background-color: #b5b5b5;
}

.seat.unavailable:before {
    border-color: #b5b5b5;
}

.seat.sold {
    transform: none;
    cursor: not-allowed;
    border-color: #ff6b6c;
    background-color: #ff6b6c;
}

.seat.sold:before {
    border-color: #ff6b6c;
}

.seat.booked {
    transform: none;
    border-color: #fec007;
    background-color: #fec007;
}

.seat.booked:before {
    border-color: #fec007;
}

.seat:after {
    content: "";
    position: absolute;
    width: 85%;
    height: 85%;
    top: 1px;
    left: 50%;
    transform: translate(-50%, 0%);
    background: rgba(255, 255, 255, 0.4);
    border-radius: 3px;
}

.seat.selected {
    border-color: #39DA8A;
    background-color: #39DA8A;
}

.seat.selected:before {
    border-color: #39DA8A;
}

.side-name {
    margin: 10px 6px 5px;
}

.side-name span {
    font-size: 11px;
    font-weight: 500;
}

.side-name span:first-child {
    text-align: right;
}

.card-header .seat-flag-wrap {
    font-size: 11px;
    font-weight: 500;
}

.card-header .seat-index .seat {
    height: 10px;
    width: 11px;
    cursor: pointer;
    pointer-events: none;
}

.card-header .seat-index .seat:before {
    width: 17px;
    left: -4px;
    bottom: -4px;
    height: 7px;
}

/**end of new seat re-changes layout-*/

.legend {
    padding: 30px 0;
}

    .legend ul {
        margin: 0;
        padding: 0;
    }

.legend ul li {
    display: inline-flex;
    align-items: center;
    margin-right: 12px;
}

.legend ul li .symbol {
    margin-right: 8px;
}

.legend ul li .seat {
    height: 12px;
    cursor: auto;
    width: 12px;
    transform: none;
}

.legend ul li .seat:before {
    height: 5px;
    width: 18px;
    top: -4px;
    left: -4px;
}

.legend ul li .wheelchair {
    height: 16px;
    width: 13px;
    padding-bottom: 5px;
    cursor: auto;
    transform: none;
}

.wheelchair {
    display: block;
    cursor: pointer;
    height: 18px;
    width: 16px;
    border: 1px solid;
    border-color: #b5b5b5;
    border-bottom: 0;
    position: relative;
    margin: 5px;
    padding-bottom: 10px;
}

.wheelchair .asspark {
    height: 12px;
    background: white;
    width: 100%;
    position: absolute;
    bottom: 6px;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: #b5b5b5;
}

.wheelchair:before {
    content: "";
    height: 2px;
    width: 4px;
    position: absolute;
    display: block;
    border: 1px solid;
    border-color: #b5b5b5;
    bottom: 0;
    left: -1px;
}

.wheelchair:after {
    content: "";
    height: 2px;
    width: 4px;
    position: absolute;
    display: block;
    border: 1px solid;
    border-color: #b5b5b5;
    bottom: 0;
    right: -1px;
}

.wheel {
    position: absolute;
}

.wheel.left {
    left: -3px;
}

.wheel.left:before {
    content: "";
    position: absolute;
    display: block;
    border: 1px solid;
    border-color: #b5b5b5;
    border-radius: 5px;
    height: 7px;
    width: 1px;
    top: -5px;
}

    .wheel.left:after {
        content: "";
        position: absolute;
        display: block;
        border: 1px solid;
        border-color: #b5b5b5;
        border-radius: 5px;
        height: 4px;
        width: 1px;
        top: 6px;
    }

.wheel.right {
    right: 0px;
}

.wheel.right:before {
    content: "";
    position: absolute;
    display: block;
    border: 1px solid;
    border-color: #b5b5b5;
    border-radius: 5px;
    height: 7px;
    width: 1px;
    top: -5px;
}

.wheel.right:after {
    content: "";
    position: absolute;
    display: block;
    border: 1px solid;
    border-color: #b5b5b5;
    border-radius: 5px;
    height: 4px;
    width: 1px;
    top: 6px;
}

.wheelchair {
    transition: all 0.3s;
    border-color: #b5b5b5;
}

.wheelchair:active {
    transform: scale(0.9);
}

.wheelchair.available:before, .wheelchair.available:after {
    border-color: #b5b5b5;
    background: white;
}

.wheelchair.available .asspark {
    border-color: #b5b5b5;
    background: white;
}

.wheelchair.available:active .asspark {
    border-color: #cc8400;
    background: orange;
}

.wheelchair.unavailable {
    transform: none;
    cursor: not-allowed;
    border-color: #b5b5b5;
}

.wheelchair.unavailable:before, .wheelchair.unavailable:after {
    border-color: #b5b5b5;
    background: #c5c5c5;
}

.wheelchair.unavailable .asspark {
    border-color: #b5b5b5;
    background: #c5c5c5;
}

.wheelchair.unavailable .wheel:before, .wheelchair.unavailable .wheel:after {
    border-color: #b5b5b5;
    background: #c5c5c5;
}

.wheelchair.booked {
    transform: none;
    border-color: #0c7cd5;
}

.wheelchair.booked:before, .wheelchair.booked:after {
    border-color: #0c7cd5;
    background: #2196f3;
}

.wheelchair.booked .asspark {
    border-color: #0c7cd5;
    background: #2196f3;
}

.wheelchair.booked .wheel:before, .wheelchair.booked .wheel:after {
    border-color: #0c7cd5;
    background: #2196f3;
}

.wheelchair.sold {
    transform: none;
    cursor: not-allowed;
    border-color: #3c8b40;
}

.wheelchair.sold:before, .wheelchair.sold:after {
    border-color: #3c8b40;
    background: #4baf50;
}

.wheelchair.sold .asspark {
    border-color: #3c8b40;
    background: #4baf50;
}

.wheelchair.sold .wheel:before, .wheelchair.sold .wheel:after {
    border-color: #3c8b40;
    background: #4baf50;
}

.wheelchair.selected {
    border-color: #cc8400;
}

.wheelchair.selected:before, .wheelchair.selected:after {
    border-color: #cc8400;
    background: orange;
}

.wheelchair.selected .asspark {
    border-color: #cc8400;
    background: orange;
}

.wheelchair.selected .wheel:before, .wheelchair.selected .wheel:after {
    border-color: #cc8400;
    background: orange;
}

/**! end of seat layout user **/
/**! for admin layout creation **/
.bottomfixedmenu {
    background-color: #fff;
    bottom: 0;
    max-height: 110px;
    height: auto;
    right: 0;
    padding: 10px 20px;
    position: fixed;
    width: calc(100% - 260px);
    z-index: 14;
    overflow-y: auto;
    box-shadow: 0 -2px 3px #eee;
}

.choose-sits {
    margin-top: 20px;
}

    .choose-sits .choose-sits__info {
        display: inline-block;
        font-size: 13px;
        padding: 10px 20px 0 40px;
        margin-bottom: 52px;
    }

        .choose-sits .choose-sits__info .sits-price {
            position: relative;
            display: inline-block;
            padding: 0 22px;
        }

            .choose-sits .choose-sits__info .sits-price:before {
                content: "";
                width: 10px;
                height: 10px;
                position: absolute;
                top: 5px;
                left: 0;
            }

        .choose-sits .choose-sits__info .marker--none:before {
            display: none;
        }

        .choose-sits .choose-sits__info .sits-state {
            position: relative;
            display: inline-block;
            padding: 0 25px;
        }

            .choose-sits .choose-sits__info .sits-state:before {
                content: "";
                width: 10px;
                height: 10px;
                position: absolute;
                top: 5px;
                left: 0;
            }

.screen {
    position: relative;
    color: #969b9f;
    font-size: 13px;
    margin-left: 80px;
    text-align: center;
}

    .screen:before {
        content: "";
        background-color: #969b9f;
        width: 380px;
        height: 5px;
        position: absolute;
        bottom: -9px;
        left: 50%;
        margin-left: -190px;
    }

.sits {
    position: relative;
    margin-top: 35px;
    margin-bottom: 35px;
}

    .sits .hall_block_row {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: 0 5px;
        border: 1px solid #4c4145;
        font-size: 13px;
        padding-top: 5px;
        background: white;
        line-height: 20px;
        cursor: pointer;
    }

        .sits .hall_block_row:hover {
            background: #D3D3D3;
            color: white;
        }

        .sits .hall_block_row.active {
            background: red;
            color: white;
            border-color: #cc0000;
        }

.chair-no input[type=checkbox] {
    display: none;
}

.sits .hall_block {
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    height: 68vh;
    z-index: 14;
    margin-top: 33px;
}

    .sits .hall_block input[type=checkbox] {
        position: absolute;
        margin-top: 15px;
        left: -10px;
    }

.hall_block .hall_block_row {
    margin: 5px 0;
}

.sits .chair-no {
    font-size: 0;
    padding-left: 40px;
    overflow: hidden;
    background: white;
}

.sits .sits__checked {
    position: relative;
    width: 50px;
    height: 450px;
    background-color: #4c4145;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 5px;
    padding: 50px 10px 60px;
}

    .sits .sits__checked:before {
        content: "";
        font: 13px "FontAwesome";
        color: #ffffff;
        position: absolute;
        top: 20px;
        left: 18px;
    }

    .sits .sits__checked:after {
        content: "=";
        font: 13px;
        color: #ffffff;
        position: absolute;
        bottom: 41px;
        left: 20px;
    }

    .sits .sits__checked .checked-place {
        overflow: hidden;
        max-height: 340px;
    }

    .sits .sits__checked .checked-result {
        color: #ffffff;
        font-size: 15px;
        font-weight: bold;
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .sits .sits__checked .choosen-place {
        display: block;
        color: #ffffff;
        font-size: 10px;
        padding: 8px 0;
    }

.sits .chair-row, .seatHeader {
    font-size: 0;
    padding-left: 40px;
}

/*.selected {
background-color: red !important;
z-index: 14;
}
*/
.chair-row::after {
    clear: both;
    display: block;
    content: "";
}

/*.chair-row .chair {
float:left;
}*/
.sits .chair-row .chair, .seatHeader input {
    position: relative;
    margin: 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    font-size: 10px;
    color: #ffffff;
    z-index: 13;
    text-indent: -9999px;
    flex-shrink: 0;
    background: #fda032;
}

.seattype {
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
}

.sits .chair-row .chair:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.sits .chair-row .chair:hover {
    text-indent: 0;
    cursor: pointer;
}

    .sits .chair-row .chair:hover:before {
        background-color: #4c4145;
    }

.sits .chair-row .sits-state--not:hover, .block:hover {
    text-indent: -9999px;
    cursor: auto;
}

    .sits .chair-row .sits-state--not:hover:before, .block:hover:before {
        background-color: #dbdee1;
    }

.sits .chair-row .sits-state--your {
    text-indent: -9999px;
}

    .sits .chair-row .sits-state--your:after {
        content: "";
        font: 13px "FontAwesome";
        color: #ffffff;
        position: absolute;
        top: 7px;
        left: 9px;
        z-index: 15;
        text-indent: 0px;
    }

    .sits .chair-row .sits-state--your:hover {
        text-indent: -9999px;
    }

        .sits .chair-row .sits-state--your:hover:after {
            content: "";
            left: 10px;
        }

.additional-margin {
    margin-top: 20px;
}

.hall_block .additional-margin {
    margin-top: 25px;
}

.sits-area--mobile {
    text-align: left;
    margin-top: 20px;
}

    .sits-area--mobile img {
        max-width: 100%;
    }

    .sits-area--mobile .sbHolder {
        display: block;
        float: left;
        margin-right: 15px;
        width: 140px;
        height: 35px;
        border: 1px solid #DBDEE1;
        background-color: #fff;
    }

        .sits-area--mobile .sbHolder .sbSelector {
            margin-top: 4px;
            margin-left: 5px;
            color: #4c4145;
            font-size: 13px;
        }

        .sits-area--mobile .sbHolder .sbOptions {
            width: 140px;
            top: 37px !important;
            border: none;
            padding: 14px 7px;
            z-index: 23;
            background-color: #4c4145;
            -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
            -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
        }

            .sits-area--mobile .sbHolder .sbOptions a {
                color: #b4b1b2;
                border: none;
            }

                .sits-area--mobile .sbHolder .sbOptions a:hover,
                .sits-area--mobile .sbHolder .sbOptions a:focus {
                    color: #ffffff;
                }

        .sits-area--mobile .sbHolder .sbToggle {
            top: 10px;
            right: -2px;
        }

            .sits-area--mobile .sbHolder .sbToggle:before {
                content: "";
                color: #4c4145;
                font-family: "FontAwesome";
                font-size: 12px;
                position: absolute;
                top: 0px;
                left: 0px;
            }

        .sits-area--mobile .sbHolder .sbToggleOpen:before {
            content: "";
        }

    .sits-area--mobile .sits-select {
        margin-bottom: 20px;
    }

    .sits-area--mobile .watchlist {
        margin-top: 2px;
        display: block;
        margin: 20px 0;
        width: 120px;
    }

    .sits-area--mobile .sits__checked {
        position: relative;
        width: 100%;
        height: 50px;
        background-color: #4c4145;
        margin-top: 0px;
        padding: 0px 50px;
    }

        .sits-area--mobile .sits__checked:before {
            content: "";
            font: 13px "FontAwesome";
            color: #ffffff;
            position: absolute;
            top: 18px;
            left: 18px;
        }

        .sits-area--mobile .sits__checked:after {
            content: "=";
            font: 13px;
            color: #ffffff;
            position: absolute;
            bottom: 16px;
            right: 55px;
        }

        .sits-area--mobile .sits__checked .checked-place {
            overflow: hidden;
            max-width: 80%;
        }

        .sits-area--mobile .sits__checked .checked-result {
            color: #ffffff;
            font-size: 15px;
            font-weight: bold;
            position: absolute;
            bottom: 15px;
            right: 20px;
            width: 100%;
            text-align: right;
            padding-top: 5px;
        }

        .sits-area--mobile .sits__checked .choosen-place {
            display: inline-block;
            margin: 0 10px;
            color: #ffffff;
            font-size: 12px;
            padding: 16px 0;
        }

@media (max-width: 319px) {
    .post--preview .post__image {
        width: 100%;
    }
}

.choose-sits__info--first {
    border-right: 1px solid #4c4145;
}

.chair-type-1:before {
    background-color: #fff0c7;
}

.chair-type-2:before {
    background-color: #ffc8cb;
}

.chair-type-3:before {
    background-color: #cdb4bd;
}

.sits-state--not:before, .block:before {
    background-color: #dbdee1;
}

.sits-state--your:before {
    background-color: #4c4145;
}

.screen-settings {
    width: 20%;
    float: left;
}

    .screen-settings .setting-group {
        border: 1px solid #eee;
        margin-bottom: 10px;
        padding: 10px 15px;
    }

    .screen-settings .label {
        display: none;
    }

.chair .selected {
    color: red;
}

.content-wrapper .seatHeader input[type=checkbox] {
    width: 30px !important;
}

    .content-wrapper .seatHeader input[type=checkbox]:first-of-type {
        margin-top: 0.92857em;
    }

.sits .chair-row, .seatHeader, .chair-no {
    width: 100%;
    white-space: nowrap;
}

.sits .chair-no .hall_block_row {
    margin-left: 5px !important;
}

.hall_block {
    height: 68vh;
    overflow: hidden;
    background: white;
}

.sits .chair-no .hall_block_row {
    text-align: center;
    padding-top: 2px !important;
    flex-shrink: 0;
}

#btnCreateSeats {
    top: -7px;
    height: 34px;
    line-height: 18px;
}

.sits .chair-row {
    line-height: 0px;
}

.cancel-selectedseat {
    position: absolute;
    right: 25px;
    display: none;
}

#spanseats {
    overflow-wrap: break-word;
}

.booking-area {
    float: left;
    width: 80%;
    padding-right: 30px;
}

.seatContainer {
    overflow: auto;
    height: 68vh;
    margin-top: 2px;
}

.hall_block input[type=checkbox], .seatHeader input[type=checkbox] {
    display: none;
}

/*--------------------------------------------------------------
# List Grid View Switch Styles
--------------------------------------------------------------*/
.col-item.item-listing-wrap {
    /*pointer-events: none;*/
    /*cursor: not-allowed;*/
}

.grid-view .item-listing-wrap {
    width: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: auto !important;
}

@media screen and (min-width: 1900px) {
    .grid-view .item-listing-wrap {
        width: 33.33333333%;
        flex-basis: 33.33333333%;
        -ms-flex-preferred-size: auto !important;
    }

    .list-view .item-listing-wrap {
        width: 50%;
        flex-basis: 50%;
        -ms-flex-preferred-size: auto !important;
    }
}

.list-view .card {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.bus-item-header {
    max-width: 100%;
    min-height: 1px;
}

.list-view .bus-item-header {
    width: 90%;
}

.item-body {
    width: 100%;
}

.grid-view .card-body.d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.view-switch {
    font-size: 17px;
    color: #8888;
}

    .view-switch.active {
        color: #1c2e3e;
    }

/*--------------------------------------------------------------
# Eg Auth Styles
--------------------------------------------------------------*/

.eg-auth-body {
    /*  min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    background-color: #fff;
    background: linear-gradient(#1a1a1a,#1c2e3e);
    position: relative;*/
    overflow-x: hidden;
}

    .eg-auth-body:before {
        content: "";
        margin-left: -48%;
        /*background-image: url(../images/bg-login-page.svg);*/
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: right;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.full-page-wrapper {
    min-height: 100vh;
    padding-left: 0;
    padding-right: 0;
}

.eg-signin-wrapper {
    /*  flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;*/
}

.side-content {
    background: url(https://images.unsplash.com/photo-1579829817710-72fed65c428e?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80) no-repeat center center;
    /*background-image: url(../images/bg-login-page.svg);*/
    /*clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);*/
    background-size: cover;
    /*background-color: #000;*/
    z-index: 2;
    position: relative;
}

    .side-content:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #003C82;
        opacity: 0.5;
    }

    .left-cover-wrapper,
    .side-content .text-wrapper {
        z-index: 2;
        position: relative;
    }

.text-wrapper h1 {
    font-size: 36px;
    font-weight: 600;
    margin: 20px 0;
}

.text-wrapper h2 {
    font-size: 18px;
    font-weight: 400;
}

.slide-content {
    width: 100%;
}

.auto-form-wrapper {
    position: relative;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
}

.eg-card-signin {
    /* border: 1px solid #ddd;
    width: 350px;
    padding: 30px 27px;
    background-color: #fff;
    border-radius: 3px;
    margin: 0 auto;*/
}

.auto-form-wrapper form {
    min-width: 360px;
    max-width: 480px;
    /*border: 1px solid #ddd;*/
    background-color: #fff;
    border-radius: 3px;
    margin: 0 auto;
}

.eg-logo {
    font-weight: 600;
    font-size: 28px;
    text-transform: lowercase;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    position: relative;
}

.eg-signin-header h4 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 14px;
    color: #1a3353;
}

.eg-signin-footer p {
    font-size: 11px;
    font-weight: 600;
    color: #7987a1;
}

.page-auth-btn {
    padding: 11px 20px;
}

.eg-signin-footer a {
    color: #1c273c;
}

    .eg-signin-footer a:hover {
        color: #fda032;
    }

.auto-form-wrapper .footer-text {
    font-size: 13px;
    margin-bottom: 0;
}

.auto-form-wrapper .auth-footer {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7px;
    padding-left: 0;
    margin-bottom: 0;
}

.auto-form-wrapper .auth-footer li {
    margin-right: 10px;
    line-height: 1;
    padding-right: 10px;
    border-right: 1px solid #6c757d;
}

.auto-form-wrapper .auth-footer li:last-child {
    margin-right: 0;
    border-right: none;
}

.auto-form-wrapper .auth-footer li a {
    font-size: 11px;
    color: #6c757d;
}

        /* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 15px;
    margin: 13px 27px -3px 25px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.switchslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switchslider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: -5px;
    bottom: -3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0 1px 5px #bbb9b9;
}

.switch input:checked ~ .switchslider.round {
    background-color: #2196F3;
    width: 34px;
}
    

input:focus + .switchslider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .switchslider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded switchsliders */
.switchslider.round {
    border-radius: 34px;
    height: 14px;
    width: 34px;
}

.switchslider.round:before {
    border-radius: 50%;
}

/**--added styles seat layouts--**/
.btn.selectbus{
    background: #1c2e3e;
    color: #fff;
    border: none;
    margin-left: 5px;
    font-size: 10px;
    font-weight: 500;
    transition: .3s all ease;
    padding: 7px 10px;
}
.timer-text-wrap h4{
    font-size: 14px;
    color: #BA251D;
    margin-bottom: 0;
}
.blur {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
    /*background-color: #f2f2f2;*/
    pointer-events: none;
}
.info-msg,
.success-msg,
.warning-msg,
.error-msg {
    margin: 14px 0;
    padding: 20px 15px;
    border-radius: 3px;
}
.info-msg {
    color: #003C82;
    background-color: #c1d4ff;
}
.success-msg {
    color: #1c2e3e;
    background-color: #bdffeb;
}
.warning-msg {
    color: #fda032;
    background-color: #ffddb4;
}
.error-msg {
    color: #1c2e3e;
    background-color: #ffc0bd;
}


/*---vehicle schedule graph design styles--**/

.schedule-chart {
    display: grid;
    /*border: 1px solid #a5a5a5;*/
    position: relative;
    overflow: hidden;  
  }
.schedule-chart-row {
    display: grid;      
    grid-template-columns: 125px 1fr;
}
.schedule-chart-row:nth-child(odd) {
    /*background-color: #f5f5f5;*/
}
.schedule-chart-period {
    color:  #1a3353;
    border-bottom: 1px solid #a5a5a5; 
    /*grid-template-columns: 50px repeat(12, 1fr);*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 125px;
}
.schedule-chart-lines {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: transparent;
    grid-template-columns: 125px repeat(24, 1fr);
}
.schedule-chart-period > span {    
    text-align: center;
    font-size: 13px;
    align-self: center;
    padding: 5px 0;    
    width: 100%;
    font-weight: 500;
}
.schedule-chart-lines > span {
    display: block;
    border-right: 1px dashed #ddd;
}
.schedule-chart-lines > span:first-child{
    border-right: none;
}

.schedule-chart-row-item {
    background-color: #fff;
    border: 1px solid  #ddd;
    border-right: 0;
    border-top: 0;
    border-left: 0;      
    padding: 10px 0;
    font-size: 13px;
    text-align: left;
    /*width: 80px;*/
    margin: 10px 0;
} 
.schedule-chart-row-item span {
    /*background: #11368b;*/
    display: inline-block;
    padding: 7px 8px;
    border-radius: 15px;
    color: #11368b;
    font-size: 10px;
    min-width: 80px;
    margin: 0;
    margin-top: 7px;
    font-weight: 600;
}

.schedule-chart-row-bars {
    list-style: none;
    /*display: grid;*/
    padding: 0px 0 7px 0;
    margin: 0 0 10px 0;
    /*grid-template-columns: repeat(12, 1fr);*/
    grid-gap: 10px 0;
    border-bottom: 1px solid  #ddd;
    white-space: nowrap;
}
.schedule-chart li {
    text-align: left;
    font-size: 10px;
    min-height: 10px;
    padding: 12px 0px;
    color: #fff;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #fff;
    font-weight: 400;
    display: inline-block;
    margin: 0 -1px;
    margin-top: 6px;
    margin-bottom: 8px;
    background-color: #11368b;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    white-space: normal;
}
/*.schedule-row-single:nth-child(1) .sch-vehicle-name,
.schedule-row-single:nth-child(1)  .schedule-chart-row-bars li{
    background-color: #11368b;
    color: #fff;
}*/
/*.schedule-row-single:nth-child(2) .sch-vehicle-name,*/
.schedule-row-single:nth-child(2)  .schedule-chart-row-bars li{
    background-color: #c700ae;
    color: #fff;
}
/*.schedule-row-single:nth-child(3) .sch-vehicle-name,*/
.schedule-row-single:nth-child(3)  .schedule-chart-row-bars li{
    background-color: #006243;
    color: #fff;
}
/*.schedule-row-single:nth-child(4) .sch-vehicle-name,*/
.schedule-row-single:nth-child(4)  .schedule-chart-row-bars li{
    background-color: #b76500;
    color: #fff;
}
/*.schedule-row-single:nth-child(5) .sch-vehicle-name,*/
.schedule-row-single:nth-child(5)  .schedule-chart-row-bars li{
    background-color: #a3a3a3;
    color: #fff;
}
/*.schedule-row-single:nth-child(6) .sch-vehicle-name,*/
.schedule-row-single:nth-child(6)  .schedule-chart-row-bars li{
    background-color: #6c51ff;
    color: #fff;
}
/*.schedule-row-single:nth-child(7) .sch-vehicle-name,*/
.schedule-row-single:nth-child(7)  .schedule-chart-row-bars li{
    background-color: #009dff;
    color: #fff;
}
/*.schedule-row-single:nth-child(8) .sch-vehicle-name,*/
.schedule-row-single:nth-child(8)  .schedule-chart-row-bars li{
    background-color: #949200;
    color: #fff;
}
/*.schedule-row-single:nth-child(9) .sch-vehicle-name,*/
.schedule-row-single:nth-child(9)  .schedule-chart-row-bars li{
    background-color: #dc7700;
    color: #fff;
}
/*.schedule-row-single:nth-child(10) .sch-vehicle-name,*/
.schedule-row-single:nth-child(10) .schedule-chart-row-bars  li{
    background-color: #e50074;
    color: #fff;
}
/*.schedule-row-single:nth-child(11) .sch-vehicle-name,*/
.schedule-row-single:nth-child(11) .schedule-chart-row-bars  li{
    background-color: #539b76;
    color: #fff;
}
/*.schedule-row-single:nth-child(12) .sch-vehicle-name,*/
.schedule-row-single:nth-child(12) .schedule-chart-row-bars  li{
    background-color: #242424;
    color: #fff;
}
/*.schedule-row-single:nth-child(13) .sch-vehicle-name,*/
.schedule-row-single:nth-child(13) .schedule-chart-row-bars  li{
    background-color: #c466ff;
    color: #fff;
}
/*.schedule-row-single:nth-child(14) .sch-vehicle-name,*/
.schedule-row-single:nth-child(14) .schedule-chart-row-bars  li{
    background-color: #607d8b;
    color: #fff;
}
.schedule-chart li i {
    margin: 0 2px;
    font-size: 10px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #3f51b5;
}
.schedule-chart li span {
    background: white;
    padding: 3px 9px;
    border-radius: 4px;
    color: #11368b;
    font-weight: 500;
}
.schedule-chart li .dropping-li span {
    background: transparent;
    color: #fff;
}
.schedule-chart li .boarding-li span {
    background: transparent;
    color: #fff;
}
.sch-vehicle-name {
    font-size: 12px;
    font-weight: 500;
    background-color: #dfe9ff;
    padding: 4px 10px;
    border-radius: 4px;
    color: #11368b;
    display: inline-block;
    vertical-align: middle;
    z-index: 2;
    position: relative;
}

.canvasjs-chart-credit{
    display: none;
}
.schedule-actions{
    position: relative;
    z-index: 3;
}
.schedule-actions a{
    font-size: 12px;
    padding: 3px 9px;
    font-weight: 400;
}

.schedule-actions a i{
   /* margin-right: 5px;
    font-size: 11px;
    text-align: center;
    color: #11368b;
    display: none;*/
}
.schedule-actions .btn-outline-primary {
    color: #000;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 2px 10px;
}
.schedule-actions .btn-outline-primary:hover {
    color: #fff;
    border-color: #d5e1fd;
    background-color: #11368b;
}
.schedule-actions-dropdown .dropdown-toggle::after{
    content: none;
}
.schedule-actions-dropdown .sch-navlink{
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
     border: 1px solid #ddd;
    background-color: #f9f9f9;
    border-radius: 50%;
    display: inline-block;
    padding: inherit;
    color: #000;
}
.schedule-actions-dropdown .sch-navlink:hover {
    color: #fff;
    border-color: #d5e1fd;
    background-color: #11368b;
}
.schedule-chart .schedule-actions-dropdown li{
    border: none;
    background-color: transparent;
    display: block;
    margin: 0;
    padding: initial;
}




@media screen and (min-width: 1900px) {
    .schedule-chart-row {
        display: grid;      
        grid-template-columns: 125px 1fr;
    }
    .schedule-chart-period {
        padding-left: 120px;
    }
    .schedule-chart-lines {
        grid-template-columns: 125px repeat(24, 1fr);
    }
    .schedule-chart-row-item span {
        font-size: 11px;
    }
    .sch-vehicle-name {
        font-size: 12px;
    }
    .schedule-chart li{
        font-size: 12px;
    }
    .schedule-chart li i {
        margin: 0 5px;
        font-size: 13px;
        height: 18px;
        width: 18px;
        line-height: 18px;
    }
}