/* $primarycolor: #852280;
$textcolor: darkblue;
$fontsize: 18px; */

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form {
    background-color: #ffffff;
    margin: -30px auto 10px auto;
}

.kt-login.kt-login--v3
    .kt-login__wrapper
    .kt-login__container
    .kt-form
    .form-control {
    border: none;
    background-color: #ebedf2;
    height: 46px;
    /* color: #852280 !important; */
    font-size: 14px;
    border: 1px solid #dde3ec;
    border-radius: 0px;
}

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form h3 {
    color: #0a52a6;
    text-align: center;
    font-size: 23px;
    font-weight: 400 !important;
}
.kt-login.kt-login--v3
    .kt-login__wrapper
    .kt-login__container
    .kt-login__head
    .kt-login__title {
    color: #0a52a6;
}

.kt-subheader .kt-subheader__main .kt-subheader__title {
    color: #0a52a6;
}

.btn-brand {
    color: #fff;
    background-color: #9ecc45;
    border-color: #9ecc45;
}
.btn-brand:hover {
    background-color: #9ecc45;
    border-color: #9ecc45;
}
input {
    font: 400 11px;
}
#kt_header {
    /*background-color: #852280;*/
}

#asidetTitle {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

#uppercase {
    text-transform: capitalize;
}

a.btn.btn-label-primary {
    background-color: #9ecc45;
    color: #ffffff;
}

.logoutMenu {
    background-color: #0a52a6;
}
.kt-widget17__desc {
    font-size: 2.5em !important;
    font-weight: 600;
    /* color: #87c4aa !important; */
}
.kt-widget17__subtitle {
    /*  color: #87c4aa !important; */
}

.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
    color: #0a52a6;
    font-size: 20px;
}

.form-group label {
    font-size: 1.1rem;
    font-weight: 500;
}

.form-control {
    border: 1px solid #e5e5e5;
    border-radius: 0px;
}

.btn.btn-icon {
    height: 2.3rem;
    width: 2.3rem;
}

.kt-heading {
    color: #0a52a6;
}

.dataTables_scrollBody {
    max-height: 100vh !important;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.dataTable td {
    vertical-align: top !important;
}

.body {
    font-weight: normal !important;
}

.kt-badge {
    font-size: 1rem !important;
    padding: 1.5rem 1.3rem !important;
}

.actionBtn {
    padding: 0.3rem 0.3rem;
}

.manifestheading {
    color: #0a52a6;
    margin-top: 20px;
}

/* Start of Delivery Option Style */

#deliveryOptions {
    background-color: #fff;
    border: 1px solid #b3e6b3;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.delivery-options .option {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.delivery-options .option:last-child {
    border-bottom: none;
}
.delivery-options .option label {
    font-weight: bold;
}
.delivery-options .status {
    padding: 5px 10px;
    background-color: #d4edda;
    color: #155724;
    border-radius: 5px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
}
.delivery-options .radio {
    margin-left: 10px;
}
/* End of Delivery Option Style */

@media (max-width: 1024px) {
    .kt-header-mobile {
        background-color: #0a52a6;
        color: #ffffff !important;
        font-weight: bold;
    }
    .toggleColor {
        color: #ffffff !important;
        font-weight: bold;
    }
}

.port {
    background-color: #0a52a6;
}

.alertify-notifier.ajs-right .ajs-message {
    color: white !important;
}

/* indexer blade */
.wrapper {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step {
    display: flex;
    position: relative;

    &:after {
        content: "";
        position: absolute;
        left: 15px;
        top: 32px;
        height: 0;
        width: 2px;
        background-color: #007ea7;
    }

    .info {
        margin: 8px 0 20px;
    }

    .title {
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 8px;
    }

    .text {
        font-size: 12px;
        color: rgba(white, 0.7);
        padding-bottom: 0;
        margin: 0;
    }

    &:not(:last-child) {
        &:after {
            height: 75%;
        }
    }
}

body.modal-open {
    overflow: hidden;
    position: fixed;
}

.number {
    width: 32px;
    height: 32px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #007ea7;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 15px;
    font-weight: 600;
    margin-right: 14px;
    background: aquamarine;

    &.completed {
        background-color: #007ea7;
    }

    svg {
        width: 16px;
        height: 16px;
        object-fit: contain;

        path {
            fill: white;
        }
    }
}

th.fixed-right,
td.fixed-right {
  background: #f8f9fa;
  position: sticky !important;
  right: 0;
  z-index: 10;
}

.order-links {
  display: flex;
  justify-content: flex-end; 
  margin-top: 1rem;
}

/* paginator */


.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.pagination a,
.pagination span {
    padding: 8px 12px;
    margin: 0 4px;
    border: 1px solid #5d78ff;
    color: #5d78ff;
    text-decoration: none;
}

.pagination .active {
    background-color: #5d78ff;
    color: white;
    border: 1px solid #5d78ff;
}

.pagination .disabled {
    opacity: 0.5;
}