#schedule {
    margin: 1rem 0;
}

#schedule .send-request-btn.disabled {
    pointer-events: none;
    opacity: 0.65;
}

#schedule .filters-ul {
    max-height: 50rem;
    overflow-y: auto;
}

#schedule #search-freight .form-freight {
    opacity: 0 !important;
}

#schedule #search-freight .form-freight.active {
    opacity: 1 !important;
}

#schedule .content-schedule {
    transition: opacity 0.5s ease;
    animation: fadeIn 0.5s forwards;
}

#schedule .content-schedule {
    opacity: 0 !important;
}

#schedule .content-schedule.active {
    opacity: 1 !important;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

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

#schedule .schedule-breadcrumb a {
    color: #337ab7;
}

#schedule label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

#schedule .schedule-breadcrumb {
    font-size: 1.4rem;
}

#schedule b,
#schedule strong,
#schedule tr.is_bold {
    font-weight: 700;
}

#schedule .filter-group {
    padding-right: 1.5rem;
}

#schedule .search-schedule-group {
    padding-left: 1.5rem;
    position: relative;
}

#schedule .box-search {
    box-shadow: 0px 0px 3px #c8c8c8;
    border-radius: 5px;
    width: 100%;
    padding: 1rem;
    margin-bottom: 2rem;
    background-color: #fff;
}

#schedule .box-search > label {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

#schedule .box-search .box-search-ul {
    padding: 0;
    margin: 0;
}

#schedule .box-search .box-search-ul li {
    list-style: none;
    position: relative;
    padding: 0.5rem;
    border-radius: 4px;
}

#schedule .box-search .box-search-ul li:nth-of-type(odd) {
    background: #e5e5e5;
}

#schedule .box-search .box-search-ul li label {
    display: table;
    font-weight: 500;
    margin: 0;
    cursor: pointer;
    padding-bottom: 0.3rem;
    font-size: 1.4rem;
    width: 100%;
}

#schedule .box-search .box-search-ul li label input {
    position: relative;
    width: 1.7rem;
    height: 1.7rem;
    top: 0.4rem;
    margin: 0 0.5rem 0 0;
}

#schedule .group-box-search {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

#schedule .box-filter {
    margin-bottom: 1.5rem;
}

#schedule .box-filter .btn-group {
    width: 100%;
    background: #f2f2f2;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 3px #c8c8c8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

#schedule .box-filter .btn-group > .btn:first-child {
    margin-left: 0;
}

#schedule .box-filter .btn-group button {
    border-radius: 20px !important;
    outline: 0 !important;
    font-weight: 500;
    border: 1px solid transparent;
    padding: 0.8rem 1.2rem;
    font-size: 1.4rem;
}

#schedule .box-filter .btn-group button.active {
    background: var(--cofast-blue);
    color: #fff;
}

#schedule .box-filter .btn-group button:not(.active):hover {
    background: #6fb1ea;
}

#schedule .box-container-search {
    overflow: auto;
}

#schedule .currency-components {
    position: absolute;
    right: 1.4rem;
    z-index: 99;
    top: 1.6rem;
}

#schedule .validation-group {
    position: absolute;
    right: 9rem;
    z-index: 99;
    top: 0.8rem;
    width: auto !important;
}

#schedule .box-contain-schedule.not-login .validation-group {
    right: 5.6rem;
}

#schedule .dropdown-validation {
    position: relative;
    display: flex;
    align-items: center;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 999999;
    width: max-content;
    border-radius: 10px;
    right: 1.2rem;
    top: -0.3rem;
    opacity: 0;
    transition: opacity 0.4s ease;
}

#schedule .dropdown-validation i {
    margin: 0 1rem 0 0.8rem;
    font-size: 1.4rem;
}


#schedule .dropdown-validation::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1rem;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
}

#schedule .dropdown-validation label {
    color: var(--cofast-blue);
}

#schedule .validation-group > div:first-child {
    background: rgba(0, 117, 188, 0.1);
    color: var(--cofast-blue);
    border-radius: 5rem;
    text-align: center;
    padding: 0.8rem 0;
    width: 12rem;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

#schedule .validation-group > div:first-child svg {
    margin: 0 0.4rem 0.2rem 0;
}

#schedule .validation-group > div:first-child:hover ~ .dropdown-validation {
    opacity: 1;
}

#schedule .validation-group > div label,
#schedule .frequency-group > div label {
    margin-bottom: 0;
}

#schedule .frequency-group {
    margin: 2rem 0rem 0 4rem;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
}

#schedule .frequency-group > div:first-child {
    margin-right: 2rem;
}

#schedule .frequency-group .frequency-list {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

#schedule .frequency-group .frequency-item {
    background: rgba(0, 117, 188, 0.1);
    color: var(--cofast-blue);
    padding: 0.2rem 1.2rem;
    border-radius: 6px;
}

#schedule .box-contain-schedule {
    position: relative;
    box-shadow: 1px 0px 2px #c8c8c8;
    border-radius: 5px;
    width: 100%;
    padding: 1.5rem;
    margin-bottom: 2rem;
    min-width: 65rem;
    border: 1px solid #dadada;
    background-color: #fff;
}

#schedule .box-contain-schedule .box-schedule {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: #333333;
    margin-top: 4.6rem;
}

#schedule #content-schedule-lcl .box-contain-schedule .box-schedule {
    margin-top: 4rem;
}

#schedule
    #content-schedule-lcl
    .box-contain-schedule
    .box-schedule
    .sche-brandname {
    width: 17rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#schedule
    #content-schedule-fcl
    .box-contain-schedule
    .box-schedule
    .sche-brandname,
#schedule
    #content-schedule-air
    .box-contain-schedule
    .box-schedule
    .sche-brandname {
    width: 17rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#schedule p {
    margin: 0 0 1rem;
}

#schedule .box-contain-schedule .box-schedule .sche-brandname img {
    width: 100%;
    max-width: 12rem;
    margin-bottom: 0.5rem;
    aspect-ratio: 2 / 1;
}

#schedule .box-contain-schedule .box-schedule .sche-brandname .sche-name {
    font-weight: bold;
    text-align: center;
}

#schedule
    #content-schedule-lcl
    .box-contain-schedule
    .box-schedule
    .sche-schedule-info {
    width: calc(100% - 34rem);
}

#schedule
    #content-schedule-fcl
    .box-contain-schedule
    .box-schedule
    .sche-schedule-info,
#schedule
    #content-schedule-air
    .box-contain-schedule
    .box-schedule
    .sche-schedule-info {
    width: calc(100% - 34rem);
}

#schedule
    .box-contain-schedule
    .box-schedule
    .sche-schedule-info
    .sche-schedule-line-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

#schedule
    .box-contain-schedule
    .box-schedule
    .sche-schedule-info
    .sche-schedule-line-2
    .sche-schedule-item-1 {
    width: 30%;
    text-align: center;
}

#schedule
    .box-contain-schedule
    .box-schedule
    .sche-schedule-info
    .sche-schedule-line-2
    .sche-schedule-item-1
    p,
#schedule
    .box-contain-schedule
    .box-schedule
    .sche-schedule-info
    .sche-schedule-line-2
    .sche-schedule-item-3
    p {
    margin: 0;
}

#schedule
    .box-contain-schedule
    .box-schedule
    .sche-schedule-info
    .sche-schedule-line-2
    .sche-schedule-item-2 {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#schedule
    .box-contain-schedule
    .box-schedule
    .sche-schedule-info
    .sche-schedule-line-2
    .sche-schedule-item-3 {
    width: 30%;
    text-align: center;
}

#schedule
    .box-contain-schedule
    .box-schedule
    .sche-schedule-info
    .sche-schedule-line-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#schedule
    .box-contain-schedule
    .box-schedule
    .sche-schedule-info
    .sche-schedule-line-3
    .sche-schedule-item-1 {
    width: 30%;
    text-align: center;
    font-size: 1.6rem;
    color: #ffcb31;
}

#schedule
    .box-contain-schedule
    .box-schedule
    .sche-schedule-info
    .sche-schedule-line-3
    .sche-schedule-item-2 {
    width: 40%;
    text-align: center;
}

#schedule .box-contain-schedule .box-schedule .sche-schedule-info .sche-schedule-line-3 .sche-schedule-item-1,
#schedule .box-contain-schedule .box-schedule .sche-schedule-info .sche-schedule-line-3 .sche-schedule-item-3 {
    position: relative;
    z-index: 1;
}

#schedule
    .box-contain-schedule
    .box-schedule
    .sche-schedule-info
    .sche-schedule-line-3
    .sche-schedule-item-3 {
    width: 30%;
    text-align: center;
    font-size: 1.6rem;
    color: #189f5a;
}

#schedule
    .box-contain-schedule
    .box-schedule
    .sche-schedule-info
    .sche-schedule-line-3
    .sche-schedule-item-4 {
    position: absolute;
    border-bottom: 2px solid #006bce;
    width: 70%;
    z-index: 0;
}

#schedule
    .box-contain-schedule
    .box-schedule
    .sche-schedule-info
    .sche-schedule-line-4 {
    display: flex;
    align-items: center;
    justify-content: center;
}

#schedule
    .box-contain-schedule
    .box-schedule
    .sche-schedule-info
    .sche-schedule-line-4
    .sche-schedule-item-1 {
    width: 30%;
    text-align: center;
}

#schedule
    .box-contain-schedule
    .box-schedule
    .sche-schedule-info
    .sche-schedule-line-4
    .sche-schedule-item-1
    p,
#schedule
    .box-contain-schedule
    .box-schedule
    .sche-schedule-info
    .sche-schedule-line-4
    .sche-schedule-item-2
    p,
#schedule
    .box-contain-schedule
    .box-schedule
    .sche-schedule-info
    .sche-schedule-line-4
    .sche-schedule-item-3
    p {
    margin: 0;
}

#schedule
    .box-contain-schedule
    .box-schedule
    .sche-schedule-info
    .sche-schedule-line-4
    .sche-schedule-item-2 {
    width: 40%;
    text-align: center;
}

#schedule
    .box-contain-schedule
    .box-schedule
    .sche-schedule-info
    .sche-schedule-line-4
    .sche-schedule-item-3 {
    width: 30%;
    text-align: center;
}

#schedule
    #content-schedule-lcl
    .box-contain-schedule
    .box-schedule
    .sche-booking {
    display: flex;
    flex-direction: column;
    width: 17rem;
    margin: 0 1.5rem 0 0.5rem;
}

#schedule
    #content-schedule-fcl
    .box-contain-schedule
    .box-schedule
    .sche-booking,
#schedule
    #content-schedule-air
    .box-contain-schedule
    .box-schedule
    .sche-booking {
    width: 17rem;
    display: flex;
    flex-direction: column;
    margin: 0 1.5rem 0 0.5rem;
}

#schedule .box-contain-schedule .box-schedule .sche-booking .button-cf {
    font-weight: 600;
    margin: 0;
    border-radius: 50px;
}

#schedule .button-cf {
    background-color: var(--cofast-blue);
    color: #fff;
    padding: 0.5rem 1.2rem;
    font-size: 1.4rem;
    min-height: 5.4rem;
}
#schedule .cofast-btn {
    padding: 0.5rem 1.2rem;
    font-size: 1.4rem;
    margin-top: 1.5rem;
}

#schedule .button-cf:hover {
    border-color: var(--cofast-blue);
    color: var(--cofast-blue);
    background-color: var(--white);
}

hr {
    margin: 2rem 0;
    border: 0;
    border-top: 1px solid #eee;
    opacity: 1;
}

.box-schedule-service {
    position: relative;
    min-height: 10rem;
    font-size: 1.4rem;
}

.box-schedule-service ul {
    display: table;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    color: #000;
    background: #f1f1f1;
}

.box-schedule-service ul li {
    margin: 0;
}

.box-schedule-service ul li a {
    border-radius: 0;
    padding: 0.8rem 1.2rem;
    color: var(--black);
}

.box-schedule-service ul li a.active {
    background: var(--cofast-blue) !important;
    color: var(--white) !important;
}

.box-schedule-service .table-lcc {
    margin-bottom: 2rem;
}

.box-schedule-service .table-lcc:first-child {
    margin: 2rem 0;
}

.nav-pills li {
    float: left;
    display: block;
    position: relative;
}

.box-schedule-service ul li a:not(.active):hover {
    background: #d8d8d8;
    color: var(--black);
}

.box-schedule-service .table-lcc th {
    font-weight: 600;
    background: #dadada;
    font-size: 1.3rem;
    text-align: center;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.box-schedule-service .table-lcc td {
    text-align: center;
}

.box-schedule-service .table-lcc .checking {
    position: relative;
}

.box-schedule-service .table-lcc .checking span {
    position: absolute;
    z-index: 3;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 0.5rem;
}

.box-schedule-service .table-lcc input {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0;
}

.box-schedule-service .tab-pane.others_info {
    font-size: 1.4rem;
}

.box-schedule-service .tab-pane.others_info label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.box-schedule-service .tab-pane.others_info label {
    font-weight: 500;
}

.box-schedule-service .tab-pane.others_info span {
    margin-left: 1rem;
}

.box-request {
    max-width: 85rem;
    min-height: 10rem;
    margin: 1rem 0 0 auto;
}

.box-request.not-login {
    max-width: 100%;
}

.box-request .button-cf {
    min-height: auto !important;
}

.box-request-first {
    transition: transform 0.8s;
    display: table;
    width: 100%;
    background: #fbfcfd;
}

.box-request-first .r-img {
    width: 10rem;
    float: left;
}

.box-request-first .r-img img {
    width: 100%;
}

.box-request-first .r-title {
    padding-left: 13rem;
}

.box-request-first .r-title button {
    font-weight: 500;
    width: 16rem;
}

.pull-right {
    float: right;
}

.pagination {
    margin-top: 2rem;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 0.6rem 1.4rem;
    margin-left: -0.1rem;
    line-height: 1.42857143;
    color: var(--cofast-blue);
    text-decoration: none;
    background-color: var(--white);
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
}

.pagination > li > a.active-pag {
    color: var(--white);
    background-color: var(--cofast-blue);
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination .next-5-pages,
.pagination .prev-5-pages {
    position: relative;
    display: inline-block;
}

.pagination .next-pages-btn,
.pagination .prev-pages-btn {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    padding: 6px 12px;
    border: 1px solid #ddd;
    z-index: 9;
}

.pagination .next-5-pages:hover .next-pages-btn {
    display: inline-block;
}

.pagination .prev-5-pages:hover .prev-pages-btn {
    display: inline-block;
}

.box-contain-schedule .more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    background-color: #e2f2ff;
    opacity: 0.85;
    color: #759ab7;
    margin-right: 0;
    height: 12rem;
    border-radius: 5px;
    padding: 0.1rem 0.6rem !important;
    border: 0;
}

.box-contain-schedule .more-btn svg {
    transition: all 0.3s ease;
    width: 10px;
    position: absolute;
    fill: rgb(117, 154, 183);
}

.box-contain-schedule .more-btn:hover {
    background-color: #d4f3ff;
    opacity: 1;
}

.box-contain-schedule .more-btn svg.rotate {
    transform: rotate(180deg);
}

.sche-booking-infor {
    text-align: left;
    width: 100%;
    margin-bottom: 1rem;
}

.form-send-request {
    transition: transform 0.8s;
    transform: rotateX(-180deg);
    width: 100%;
    max-width: 100%;
    display: table;
    border: 1px solid #ccc;
    padding: 2rem;
    border-radius: 9px;
    box-shadow: 0px 0px 2px #c8c8c8;
}

.form-send-request legend {
    text-align: center;
    font-size: 2rem;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
    font-size: 2.1rem;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.form-send-request label {
    font-weight: 600;
    margin: 0;
}

.form-send-request input,
.form-send-request textarea {
    border-color: rgba(0, 107, 206, 0.5);
}

.form-send-request .input-sm {
    height: 3rem;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: 3px;
}

.form-send-request .form-group {
    margin-bottom: 1.5rem;
}

.form-send-request textarea.input-sm {
    height: auto;
    min-height: 10rem;
}

.form-send-request button {
    width: 15rem;
    font-weight: 500;
    border-radius: 50px;
    padding: 0.5rem 1.2rem;
    font-size: 1.4rem;
}

.send-request-form textarea {
    min-height: 15rem;
}

.form-send-request .button-cf {
    margin-left: 2rem;
}

.box-flipOutX {
    animation-name: flipOutX;
    animation-duration: 1s;
}

.box-flipOutX-2 {
    transform: rotateX(0deg);
}

.lowercase {
    text-transform: lowercase;
}

@keyframes flipOutX {
    0% {
        transform: rotateX(0deg);
        opacity: 1;
    }
    100% {
        transform: rotateX(180deg);
        opacity: 0;
    }
}
