.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;
}

.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;
}

.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: 33px;
    border-radius: 4px;
    display: flex;
    gap: 6px;
    /* 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;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    gap: 15px;
}

.route-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* cursor: pointer; */
    border-radius: 4px;
    background: #FFF;
    transition: all 0.2s ease-in;
}

.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 {
    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;
}

.route-col {
    padding: 15px 7px;
    border-bottom: solid 1px rgba(221, 221, 221, 0.40);
    width: 50%;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.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: 114px;
}

.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;
}

.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;
}

.type-listing button.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 button {
    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 button:last-child {
    border-right: none;
}


/* .assign-bus:hover .assigned-bus-popup {
    display: block;
} */

.assigned-bus-popup {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    flex-shrink: 0;
    z-index: 1001;
    border-radius: 8px;
    overflow: hidden;
}

.assigned-bus-popup.right0 {
    left: auto;
    right: 0
}

.student-bus-popup {
    /* display: none; */
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 406px;
    flex-shrink: 0;
    z-index: 1001;
    border-radius: 8px;
    overflow: hidden;
}

.bus-stop-popup {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 406px;
    flex-shrink: 0;
    z-index: 1001;
    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);
    z-index: 1000;
}

.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: 33px;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    /* width: 100px; */
}

.btn-save1 {
    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: 33px;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    width: 100px;
}

.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: grid;
    grid-template-columns: repeat(auto-fill, minmax(325px, 3fr));
    gap: 15px;
    max-height: 670px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.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;
}

.student-image img {
    height: 31px;
}

#route_name {
    color: #000 !important;
}

#students_count img {
    height: 40px !important;
}