.container-inner {
    padding: 23px !important;
    background: #fff;
    border-radius: 0px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.search-form {
    border-radius: 4px;
    background: #FAFAFA;
    padding: 20px;
    /* display: flex;
gap:15px;
flex-direction: column; */
}

.form-container {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.form-container.horizontal {
    display: flex;
    flex-direction: row;
    gap: 9px;
    position: relative;
}

.form-container.horizontal label.title {
    color: #6A00C4;
    font-family: Mukta;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.form-container.horizontal .form-fields {
    width: 50%;
}

.form-container input[type=text] {
    background: transparent;
    border-bottom: solid 1px #84848466;
    width: 100%;
    padding: 5px 7px 5px 0;
    color: rgba(132, 132, 132, 0.40);
    font-family: Mukta;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-container select {
    font-family: Mukta;
    font-size: 15px;
    color: #000;
    width: 100%;
    border: none;
    border-bottom: #00000033 solid 1px;
    padding: 5px 7px 5px 0;
    background: transparent;
}

.search-title {
    display: flex;
    gap: 8px;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    color: #000;
    font-family: Mukta;
}

.search-title span img {
    min-width: 25px;
}

.search-form-fields .search-form-fields-1 {
    width: calc(100% - 485px);
}

.button-conatiner {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-content: end;
    align-items: end;
    flex: 1;
    justify-content: end;
    position: absolute;
    bottom: 0px;
    right: 15px;
}

.button-conatiner.r0 {
    right: 0px;
}

.button-conatiner-right {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-content: end;
    align-items: end;
    flex: 1;
    justify-content: end;
}

.btn-search {
    background: #EE008B 0% 0% no-repeat padding-box;
    font: normal normal normal 18px/20px Mukta;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 7px 10px;
    min-width: 75px;
    height: 38px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
    /* width: 100px; */
}

.btn-search-small {
    background: #EE008B 0% 0% no-repeat padding-box;
    font: normal normal normal 14px/18px Mukta;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 7px 10px;
    min-width: 75px;
    height: 31px;
    border-radius: 4px;
    display: flex;
    gap: 6px;
    /* width: 100px; */
}

.btn-search-small img {
    max-width: 16px;
}

.btn-new-route {
    background: #FBA517 0% 0% no-repeat padding-box;
    font: normal normal normal 18px/20px Mukta;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 7px 10px;
    min-width: 165px;
    height: 33px;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    /* width: 100px; */
}

.added-routes-container {
    border-radius: 4px;
    background: #F8F8F8;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.route-heading-title {
    color: #6A00C4;
    font-family: Mukta;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.route-cards {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(514px, 3fr));
}

.route-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* cursor: pointer; */
    border-radius: 4px;
    background: #FFF;
    transition: all 0.2s ease-in;
    width: 514px;
}

.route-card.padl30 {
    padding-left: 30px;
}

.route-card:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in;
}

.route-card:hover .icon-action,
.stop_row:hover .icon-action {
    display: flex;
}

.route-card-title {
    border-bottom: solid 1px rgba(221, 221, 221, 0.40);
    padding: 15px 7px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.icon-action {
    display: none;
    flex-direction: row;
    gap: 10px;
}

.title {
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    color: #6A00C4;
    font-family: Mukta;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.route-details-container {
    display: flex;
    flex-direction: row;
    background-color: #fff;
}

.route-col {
    padding: 15px 0px 15px 7px;
    border-bottom: solid 1px rgba(221, 221, 221, 0.40);
    width: 50%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex: 1;
}

.route-col.w100p {
    position: relative;
    width: 100%;
}

.route-col>div {
    display: flex;
    flex-direction: row;
}

.route-col .route-col-info {
    display: flex;
    flex-direction: column;
    color: #000;
    font-family: Mukta;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    width: 60px;
    width: 65px;
}

.route-col .route-col-info.w80 {
    width: 80px;
}

.route-col .route-col-info span:nth-child(2) {
    color: #000;
    font-family: Mukta;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    word-break: break-word;
}

.route-col .route-col-info span:first-child {
    display: flex;
    flex-direction: row;
    gap: 7px;
    line-height: 17px;
}

.route-col .route-col-info span {
    line-height: 17px;
}

.type-listing {
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    border: solid 1px #6A00C4;
    height: 31px;
}

.heading-title {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.type-listing a.active {
    background-color: #6A00C4;
    text-align: center;
    font-family: Mukta;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    padding: 0px 10px;
}

.type-listing a {
    border-right: solid 1px #6A00C4;
    color: #6A00C4;
    text-align: center;
    font-family: Mukta;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 31px;
    padding: 0px 10px;
    margin: 0px -2px;
}

.type-listing a:last-child {
    border-right: none;
}


/* .assign-bus:hover .assigned-bus-popup {
    display: block;
} */

.assigned-bus-popup {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 540px;
    height: 206px;
    flex-shrink: 0;
    z-index: 100;
    border-radius: 8px;
    overflow: hidden;
}

.assigned-bus-popup.right0 {
    left: auto;
    right: 0
}

.student-bus-popup {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 406px;
    flex-shrink: 0;
    z-index: 100;
    border-radius: 8px;
    overflow: hidden;
}

.bus-stop-popup {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 360px;
    height: 406px;
    flex-shrink: 0;
    z-index: 100;
    border-radius: 8px;
    overflow: hidden;
}


/**/

.bus-card {
    padding: 15px 15px 0px 15px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    gap: 12px;
    /* margin-top: 15px; */
    /* border-radius: 4px; */
    position: relative;
}

.bus-card .bus-details {
    /* padding: 15px; */
    background-color: #fff;
    display: flex;
    flex-direction: row;
    padding-bottom: 15px;
    max-width: 480px;
    max-width: 83%;
    width: 100%;
}

.bus-details-row {
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
}

.bus-details-row>div {
    display: flex;
    flex-direction: row;
    gap: 10px;
    min-width: 155px;
    min-width: 145px;
    align-items: flex-start;
}

.bus-details-row-info {
    display: flex;
    flex-direction: column;
}

.info-type-1 {
    color: #000;
    font-family: Mukta;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.info-type-2 {
    color: #000;
    font-family: Mukta;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.info-name {
    color: #ED1456 !important;
    font-family: Mukta;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    min-width: 92px;
    line-height: normal;
}

.info-number {
    color: #000;
    font-family: Mukta;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
}

.info-type-date {
    color: #000;
    font-family: Mukta;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    border-radius: 2px;
    background: rgba(221, 221, 221, 0.60);
    padding: 2px;
    display: inline-block;
    margin-top: 3px;
    max-width: 91px;
}

.overlay {
    display: none;
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.60);
}

.bus-title {
    color: #FFF;
    font-family: Mukta;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 42px;
    padding: 9px 15px;
    border-radius: 8px 8px 0px 0px;
    background: #6A00C4;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bus-title>div {
    flex: 1;
}

.route-map-cont {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.route-map {
    width: 65%;
}

.route-map img {
    width: 100%;
}

.route-map-cont .route-cards {
    flex-direction: column;
    width: 35%;
}


/*create route*/

.create-route-container {
    background-color: #FFF;
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.create-route {
    border-radius: 4px;
    background: #FFF2DB;
    padding: 15px;
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow-y: auto;
    height: 700px;
}

.create-route-heading {
    display: flex;
    flex-direction: row;
}

.create-route-heading>span {
    color: #6A00C4;
    font-family: Mukta;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    flex: 1;
}

.btn-save {
    background: #EE008B 0% 0% no-repeat padding-box;
    font: normal normal normal 18px/20px Mukta;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 7px 10px;
    min-width: 75px;
    height: 38px;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    width: 88px;
    text-transform: capitalize;
}

.create-route-form {
    border-radius: 4px;
    background: #FFF;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.radio-group {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.radio-group>div {
    width: 100%;
    border-radius: 3px;
    background: #F7EDFF;
    padding: 8px;
}

.stops-title {
    color: #000;
    font-family: Mukta;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.no-stops {
    border-radius: 4px;
    background: #FFF;
    color: #848484;
    font-family: Mukta;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding: 50px 15px;
    margin-top: 15px;
}

.stops-container {
    border-radius: 4px;
    background: #F8F8F8;
    width: 70%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.stops-cards {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.stops-cards .stops {
    width: 100%;
}

.stops-cards .stops.stops-added {
    border-radius: 4px;
    border: 1px solid #FBA517;
    background: #FFF;
}

.add {
    border-radius: 4px;
    border: 1px solid #6A00C4;
    display: flex;
    padding: 0 9px;
    color: #6A00C4;
    font-family: Mukta;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 25px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.added {
    display: flex;
    padding: 0 9px;
    color: #FBA517;
    font-family: Mukta;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 25px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    border-radius: 4px;
    border: 1px solid #FBA517;
}

.remove-stops {
    display: flex;
    padding: 0 9px;
    color: #ED1456;
    font-family: Mukta;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 25px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    border-radius: 4px;
    border: 1px solid #ED1456;
}

.stops-container-left {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.stops-added-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.stops-stepper {
    border-radius: 17px;
    border: 1px solid #6A00C4;
    background: #6A00C4;
    width: 34px;
    height: 34px;
    color: #FFF;
    font-family: Mukta;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    position: absolute;
    left: -16px;
    top: 0;
    bottom: 0;
    z-index: 99;
    margin: auto;
}

.stops-stepper:after {
    content: '';
    position: absolute;
    top: 0;
    width: 3px;
    left: 50%;
    height: 175px;
    background: rgba(106, 0, 196, 0.30);
}

.stops-stepper.nosteps:after {
    content: '';
    position: absolute;
    top: 0;
    width: 3px;
    left: 50%;
    height: 0px;
    background: rgba(106, 0, 196, 0.30);
}

.stops-added {
    position: relative;
    margin-left: 16px;
}

.student-search .form-container {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.student-search .form-container input {
    border-radius: 4px;
    background: #F5F5F5;
    width: 230px;
    height: 31px;
    color: rgba(132, 132, 132, 0.50);
    font-family: Mukta;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 3px 15px;
    width: 100%;
    border: none
}

.student-search .form-container .form-fields {
    flex: 1;
}

.student-search {
    display: flex;
    padding: 15px;
    background-color: #FFF;
    flex-direction: row;
}

.student-details-table {
    height: 250px;
    overflow-y: auto;
    padding-top: 0;
    background-color: #fff;
}

.bus-stops-table {
    height: 250px;
    overflow-y: auto;
    padding-top: 0;
    background-color: #fff;
}

.bus-stops-table tr td {
    text-align: left;
    padding: 15px;
}

.student-details-table table th:first-child {
    text-align: left;
    width: 50%;
}

.student-details-table table td:first-child {
    text-align: left;
    /* width: 50%; */
}

.student-details-table table th,
.student-details-table table td {
    text-align: center;
    padding: 13px 10px !important;
}

.student-details-table table th {
    background: #EAD1FF !important;
    color: #000 !important;
    font-family: Mukta !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
}

.student-details-table table .std {
    border-radius: 28px;
    background: #F3E5FF;
    width: 30px;
    padding: 6px;
    height: 30px;
    color: #000;
    font-family: Mukta;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block !important;
}

.student-details-table table .std sup {
    font-size: 60%;
    top: -0.7em;
    z-index: 0;
}

.student-details-table table .div {
    border-radius: 28px;
    background: #FFE6E4;
    width: 30px;
    padding: 6px;
    height: 30px;
    color: #000;
    font-family: Mukta;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block !important;
}

.header {
    position: sticky;
    top: 0;
    z-index: 99;
}

.student-information {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.student-name {
    color: #000;
    font-family: Mukta;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 132.5%;
    /* 21.2px */
}

.stops-name {
    color: #6B01C5;
    font-family: Mukta;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 7px 15px;
}

.student-details-table table th {
    padding-top: 8px !important;
    padding-bottom: 5px!important;
}

.stops-cards .stops.map-stops {
    position: absolute;
    top: 150px;
    left: 150px;
    width: 280px;
    height: 138px;
}

.route-maps-stops {
    position: relative;
}


/**/

.btn-orange {
    border-radius: 4px;
    background: #EF7625;
    display: flex;
    width: 154px;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #FFF;
    font-family: Mukta;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize !important;
}

.btn-yellow {
    border-radius: 4px;
    background: #EF7625;
    display: flex;
    width: 100px;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #FFF;
    font-family: Mukta;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-purple {
    border-radius: 4px;
    background: #9028DF;
    display: flex;
    width: 100px;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #FFF;
    font-family: Mukta;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-horizontal {
    display: flex;
    flex-direction: row;
    color: #000;
    font-family: Mukta;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-items: center;
    margin-left: 51px;
    gap: 15px;
}

.form-horizontal .form-check {
    margin-bottom: 0rem;
    display: flex;
    align-items: center;
}

.form-horizontal .form-check input {
    margin-top: 0;
}

.img-bg {
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    fill: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.13);
}

.route-col .route-col-info.wauto {
    width: auto;
    flex-direction: row;
}

.number {
    width: 23px;
    height: 23px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: Mukta;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.number.bg1 {
    background: #E1E0FF;
}

.number.bg2 {
    background: #FFCFCB;
}

.number.bg3 {
    background: #FFE7BF;
}

.route-col .installments {
    display: flex;
    flex-direction: column;
    color: #000;
    font-family: Mukta;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    width: 100%;
}

.fees-installments {
    display: flex;
    flex-direction: row;
    gap: 28px;
}

.fees {
    display: flex;
    flex-direction: row;
    color: #ED1456;
    font-family: Mukta;
    font-size: 20px;
    align-items: center;
    gap: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 32.64px */
}

.route-col.w100px {
    max-width: 110px;
}

.icon-close {
    position: relative;
    z-index: 100;
    display: block;
}

.modal-dialog {
    background-color: #fff;
}

.add-new-stop-popup {
    position: relative;
    max-width: 1148px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.41);
    z-index: 10;
    padding: 15px 15px;
    /* display: none; */
}

#add-new-stop .modal-dialog {
    max-width: 600px !important;
    border-radius: 8px;
    overflow: hidden;
}

.popup-top-content h3 {
    color: #6A00C4;
    font-family: Mukta;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.add-new-stop-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.map {
    width: 55%;
    margin: 0;
    padding: 0;
}

.map img {
    width: 100%;
}

.bus-form {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
}

.form-container input[type=text] {
    color: #000;
    font-family: Mukta;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.form-container input[type=text].location {
    background: url(../images/icons/icon-location-map.svg) 0 center no-repeat;
    padding-left: 25px;
}

.success {
    border-radius: 4px;
    border: 1px solid #A5ED48;
    background: #F4FFE5;
    color: #000;
    font-family: Mukta;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-tick {
    display: flex;
    gap: 20px;
}

.bus-form-fields {
    border-radius: 4px;
    background: rgba(221, 221, 221, 0.20);
    padding: 0px 0px;
}

.bus-form-fields .form-container {
    padding: 15px 15px;
    border-bottom: solid 1px rgba(221, 221, 221, 0.50);
}

.bus-form-fields .form-horizontal {
    display: flex;
    flex-direction: row;
    margin: 0px;
}

.bus-form-fields .form-horizontal .form-container {
    width: 100%;
}

.bus-form-fields .form-horizontal .form-container:first-child {
    padding-right: 5px;
}

.bus-form-fields .form-horizontal .form-container:last-child {
    padding-left: 5px;
}

.btn-save-green {
    border-radius: 4px;
    background: #6EBA0C;
    display: flex;
    width: 98px;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #FFF;
    font-family: Mukta;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tracking-information {
    bottom: 0;
    left: 0px;
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.tracking-information span {
    color: #000;
    font-family: Mukta;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

.tracking-information span {
    min-width: 25px;
}

.bus-form-fields {
    height: 380px;
    overflow-y: auto;
}

.bus-stop-table {
    position: relative;
    /* overflow-y: auto; */
    padding-top: 0;
    width: 44%;
    background-color: #fff;
    border-radius: 4px 4px 0px 0px;
    overflow: hidden;
}

.bus-stop-table thead {
    border-radius: 4px 4px 0px 0px;
    background: #9028DF;
    overflow: hidden;
}

.bus-stop-table #scrollDiv {
    height: 667px;
    overflow-y: auto;
}

.bus-stop-table th,
.bus-stop-table td {
    padding: 15px !important;
}

.bus-stop-table thead .header {
    color: #FFF;
    font-family: Mukta;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    background: #9028DF !important;
}

.bus-stop-table td {
    text-align: left;
    border-top: 0.6px solid #EAD1FF !important;
}

.bus-stops {
    color: #6A00C4;
    font-family: Mukta;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.stop-price {
    color: #000;
    font-family: Mukta;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #FDE7EE;
    text-align: right !important;
}

.no-student {
    color: #000;
    font-family: Mukta;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center !important;
    background-color: rgba(235, 243, 255, 1);
}

.route-no {
    color: #000;
    font-family: Mukta;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    background: #F0F8E7;
    line-height: normal;
    text-align: center !important;
}

.text-algin-center {
    text-align: center !important;
}

.text-algin-right {
    text-align: right !important;
}


/* New css */

#map {
    width: 52%;
}

.mid_part {
    text-align: center;
    margin: 5px 0;
}

.stop_row td:first-child {
    width: 300px;
}

.bus-stops .stop_name {
    max-width: 165px;
}


/* New css */


/*-----ID template------*/

.id-card-ppart {
    width: 25%;
}

.id-card-ppart .route-card-title {
    padding: 15px 0px;
    border: 0;
}

.id-card-ppart {
    width: 33.33%;
    padding: 15px;
}

.id-tmplt-edit {
    color: #6A00C4;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    border: 1px solid rgba(221, 221, 221, 0.87);
    background: #FFF;
    padding: 5px 10px;
}

.id-replica-btns {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    border: 1px solid #ED1456;
    background: #ED1456;
    padding: 5px 10px;
}

.id-details-btns {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(221, 221, 221, 0.40);
    padding-top: 15px;
}

.id-replica-btns:hover {
    color: #fff;
    text-decoration: none;
}

.id-card-ppart .route-col {
    border-bottom: 0;
}

.tabcontent.tabcontent-new {
    background: none;
    border: 0;
    padding: 0;
}

.id-card-ttl-part {
    display: flex;
    justify-content: space-between;
}

.id-card-ppart .tab .tablinks {
    background: none;
    color: #000;
    font-size: 16px;
    padding: 0px 10px;
    position: relative;
    border-right: 1px solid #000;
    line-height: 1;
}

.id-card-tab .tab {
    padding-top: 20px;
}

.id-card-ppart .tab .tablinks.active {
    /*! font-weight: 600; */
    color: #6A00C4;
}

.id-card-ppart .tab .tablinks.active::before {
    content: "";
    position: absolute;
    background: transparent url('../images/tab-active.svg') no-repeat top center;
    width: 100%;
    height: 10px;
    top: -10px;
    left: 0;
}

.id-card-ppart .tab .tablinks:last-child {
    border-right: 0;
}

.id-card-filter-btns {
    padding-right: 15px;
    align-content: center;
    align-items: center;
}