body {
    font-family: "Nunito Sans", sans-serif;
    direction: rtl;
}

.logo {
    width: 60px;
    height: auto;
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus,
.btn-check:focus+.btn-warning,
.btn-warning:focus {
    box-shadow: none;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: white !important;
    border-color: white white rgba(0, 17, 51, 0.05) aliceblue !important;
    border-style: solid !important;
    border-width: 1px !important;
}

.btn-warning {
    background: rgb(255, 124, 43);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 149, 84);
}

.btn-warning:hover,
.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle,
.btn-check:focus+.btn-warning,
.btn-warning:focus {
    background-color: rgb(149, 55, 9);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(198, 100, 39);
}

.trackTransfer {
    font-weight: bold;
    font-size: 40px;
    line-height: 52px;
    margin-top: 0px;
    margin-bottom: 24px;
}

.FindTheStatus {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 17, 51, 0.6);
    margin-top: 0px;
    margin-bottom: 16px;
    font-weight: 400;
}

.orderNumber {
    font-family: "Nunito Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: rgb(0, 17, 51);
    margin-bottom: 5px;
}

.inputOrderNumber {
    padding: 12px;
    width: 100%;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(198, 100, 39);
    border-radius: 6px;
    font-family: "Nunito Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    transition: all 0.3s ease 0s;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: rgb(198, 100, 39);
    outline: 0;
    box-shadow: none;
}
button.order-help {
    background: none;
    border: medium;
    outline: none;
    align-self: center;
    color: rgb(198, 100, 39);
    cursor: pointer;
    height: 40px;
    margin-top: 24px;
    font-family: "Nunito Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 48px;
}
.card{
    border-radius: 30px;
    border: none;
}
button.details-handler {
    float: inline-end;
    border: medium;
    outline: none;
    background: rgb(198, 100, 39);
    border-radius: 42px;
    height: 43px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: "Nunito Sans";
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    padding: 0px 32px;
    cursor: pointer;
    margin: 0px;
    transition: all 0.3s ease 0s;
}
button.details-handler.disabled {
    pointer-events: none;
    background: #d9dbe0;
    color: #979eab;
}
@media (min-width: 0px) and (max-width: 767px) { 
    .card{
        width: 100%;
    }
    button.details-handler {
        width: 100%;
    }
}
@media (min-width: 0px) and (max-width: 400px) { 
    .trackTransfer {
        font-size: 30px;
    }
}