@font-face {
    font-family: ibm-regular;
    src: url(../fonts/IBMPlexSans-Regular.ttf)
}

@font-face {
    font-family: sar-font;
    src: url('../fonts/SAR_font.ttf') format('truetype');
}

.sar_text {
    font-family: sar-font, serif !important;
}

@font-face {
    font-family: ibm-bold;
    src: url(../fonts/IBMPlexSans-Bold.ttf)
}

body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    direction: rtl;
    overflow-x: hidden !important;
    /*font-family: ibm-regular;*/
    position: relative;
}

html {
    scroll-behavior: smooth;
}

.the-after {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: #1D1D1D;
    display: none;
    z-index: 999999999999999999999;
    opacity: 0.7;
}

img {
    object-fit: contain !important;
    object-position: center center !important;
}

ul {
    padding: 0;
    margin: 0 0 0px;
    list-style: none;
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none !important;
}

.loginSection .col-md-9 {
    padding: 0px;
}

.loginSection .pic img {
    width: 100%;
}

.loginSection .login {
    padding: 50px 10px;
}

.loginSection .login img {
    display: block;
    margin: 0 auto;
    margin-bottom: 70px;
}

.loginSection .login h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    margin: 0px;
    line-height: 26px;
    text-align: center;
    color: #495057;
}

.loginSection .login p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #74788D;
}

.loginSection .login form {
    margin-top: 50px;
}

.loginSection .login form input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CED4DA;
    border-radius: 4px;
    padding: 8px;
    outline: none;
    margin-bottom: 20px;
    position: relative;
}

.loginSection .login form label {
    display: block;
    margin-bottom: 6px;
    color: #495057;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
}

.loginSection .login form label a {
    float: left;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 21px;
    color: #4BA6EF;
}

.loginSection .login form .password input {
    position: relative;
}

.loginSection .login form .password .eye {
    position: absolute;
    background: #E9E9EF;
    cursor: pointer;
    z-index: 99999999;
    margin-right: -45px;
    font-size: 14px;
    color: #000;
    padding: 14px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #E9E9EF;
}

.loginSection .login form input::placeholder {
    font-size: 14px;
}

.loginSection .login form .custom-checkbox {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
}

.loginSection .login form .custom-checkbox input {
    display: none;
}

.loginSection .login form .checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #F05624;
    border-radius: 4px;
    margin-left: 8px;
    position: relative;
    transition: 0.3s;
    display: inline-block;
}

.custom-checkbox input:checked + .checkmark {
    background-color: #F05624;
    border-color: #F05624;
}

.custom-checkbox input:checked + .checkmark::after {
    content: "✔";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.loginSection .login form button {
    width: 100%;
    background: #F05624;
    border: 1px solid #F05624;
    border-radius: 4px;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    margin-top: 20px;
}

.navbar-header .dropdown-menu .dropdown-item {
    text-align: right;
}

.navbar-header .dropdown-menu .dropdown-item img {
    margin-left: 4px;
}

.navbar-header .dropdown-menu .m-0 {
    text-align: right;
}

.page-title-right .breadcrumb-item {
    margin-left: 10px;
}

#sidebar-menu ul li a {
    color: #74788D !important;

}

.page-content .updateTables {
    margin-top: 20px;
}

.page-content .card {
    margin-bottom: 20px;
}

.page-content .updateTables .card .card-body .icon {
    text-align: left;
    font-size: 50px;
    margin-top: 16px;
}

.page-content .updateTables .card .card-body .icon i {
    color: #DDDEE3 !important;
}

.page-content .updateTables .card .card-body .waves-light {
    font-size: 14px;
}

.page-content .updateTables .card .card-body .m-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #74788D;
}

.page-content .updateTables .card .card-body .total {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #F05624;
}

.page-content .mainCard {
    transition: all .6s ease-in-out;
}

.page-content .mainCard:hover {
    border: 1px solid #F05624;
}

.page-content .mainCard .card-body {
    height: 155px;
}

.page-content .mainCard .card-body .text-nowrap button {
    font-size: 12px;
}

.page-content .mainCard .card-body span {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    color: #74788D;
}

.page-content .mainCard .card-body .counter-value {
    font-weight: 600;
    font-size: 21px;
    line-height: 27px;
    text-align: right;
    color: #0F122C;
}

.page-content .mainCard .card-body .icon i {
    color: #DDDEE3;
    float: left;
    font-size: 40px;
}

.page-content .mainCard .card-body .total {
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    text-align: right;
    color: #F05624;
}

.page-content .card .shipping-details {
    padding: 15px;
}

.page-content .shipping-details h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    text-align: right;
    color: #495057;
    margin-top: 20px;
    margin-bottom: 16px;
    margin-right: 8px;
}

.page-content .shipping-details .card-body .icon {
    margin-top: 0px;
}

.page-content .updateTables table th, .page-content .updateTables table td {
    font-size: 10px;
}

.page-content .updateTables table th:last-child {
    text-align: center;
}

.page-content .updateTables table td button {
    padding: 5px 12px;
    gap: 8px;
    border: 1px solid #F05624;
    border-radius: 4px;
    color: #F05624;
    font-weight: bold;
    background-color: transparent;
    margin-left: 6px;
}

.page-content .updateTables table td .ready {
    display: block;
    margin: 0 auto;
    align-items: center;
    padding: 5px 12px;
    border: none;
    background: #CEF1DF;
    color: #38C67F;
    border-radius: 4px;
}

.page-content .updateTables table td .cancelOrder {
    display: block;
    margin: 0 auto;
    align-items: center;
    padding: 5px 12px;
    border: none;
    background: #F8CAC9;
    color: #E12823;
    border-radius: 4px;
}

.page-content .updateTables .card-header .card-title {
    font-style: normal;
    font-weight: 600;
    font-size: 15.44px;
    line-height: 23px;
    text-align: right;
    margin-bottom: 0px;
    color: #495057;
    padding: 10px 0px;
}

.page-content .updateTables .card-header .card-title a {
    float: left;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 26px;
    margin-left: 12px;
    color: #F05624;
}

.page-content .updateTables .card-header .card-title a i {
    margin-right: 6px;
}

.page-content .orderSetting {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.page-content .orderSetting .form-control {
    font-size: 12px;
    width: 800px;
}

.page-content .ordersFilter {
    background: #FFFFFF;
    border: 1px solid #E9E9EF;
    border-radius: 4px;
    float: right;
    width: 100%;
    padding: 15px;
}

.page-content .ordersFilter .orderSetting .synchronizeRequests, .page-content .ordersFilter .orderSetting .uploadFile {
    height: 40px;
    display: block;
    margin-right: 10px;
    font-size: 12px;
    color: #0F122C;
    border: 1px solid #0F122C;
    background-color: #fff;
    border-radius: 8px;
    font-weight: bold;
    align-items: center;
    padding: 8px 10px;
}

.page-content .ordersFilter .orderSetting .newOrder {
    height: 40px;
    display: block;
    margin-right: 10px;
    font-size: 12px;
    color: #F05624;
    border: 1px solid #F05624;
    background-color: #fff;
    border-radius: 8px;
    font-weight: bold;
    align-items: center;
    padding: 8px 14px;
}

.page-content .ordersFilter .orderForm form {
    display: flex;
}

.page-content .ordersFilter .orderForm .custom-select {
    width: 160px;
    display: inline-block !important;
    background: #FFFFFF;
    border: 1px solid #CED4DA;
    border-radius: 4px;
    margin-left: 12px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
}

.page-content .ordersFilter .orderForm .custom-input {
    width: 180px;
    display: inline-block !important;
    font-weight: 600;
    font-size: 12px;
    background: #FFFFFF;
    border: 1px solid #CED4DA;
    border-radius: 4px;
    margin-left: 12px;
    padding: 8px 12px;
}

.page-content .ordersFilter .orderForm .reset {
    border-radius: 8px;
    align-items: center;
    padding: 8px 12px;
    width: 110px;
    font-size: 12px;
    color: #0F122C;
    border: 1px solid #0F122C;
    background-color: #fff;

}

.page-content .updateTables .card-header .card-title .export {
    float: left;
    height: 40px;
    margin-top: -8px;
    display: block;
    margin-right: 10px;
    font-size: 12px;
    color: #F05624;
    border: 1px solid #F05624;
    background-color: #fff;
    border-radius: 8px;
    font-weight: bold;
    align-items: center;
    padding: 8px 14px;
}

.page-content .linkStore {
    background: #FFFFFF;
    border: 1px solid #E9E9EF;
    border-radius: 4px;
    float: right;
    width: 100%;
    padding: 15px;
}

.page-content .linkStore .upper h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: #495057;
}

.page-content .linkStore .upper p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #74788D;
}

.page-content .linkStore .one {
    background: #FFFFFF;
    margin: 12px 0px;
    border: 1px solid #E9E9EF;
    border-radius: 4px;
    padding: 12px;
}

.page-content .linkStore .one img {
    width: 100%;
}

.page-content .groups-shipments {
    background: #FFFFFF;
    border: 1px solid #E9E9EF;
    border-radius: 4px;
    float: right;
    width: 100%;
    padding: 15px;
    margin-top: 16px;
    text-align: center;
    height: 160px;

}

.page-content .groups-shipments h4 {
    font-weight: 600;
    font-size: 15.44px;
    line-height: 23px;
    text-align: center;
    color: #495057;
}

.page-content .groups-shipments p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #74788D;
}

.page-content .groups-shipments .uploading-2 {
    font-size: 14px;
    position: relative;
    margin-top: 20px;
}

.page-content .groups-shipments .upload-btn-wrapper input[type=file] {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 999999999;

}

.page-content .groups-shipments .uploading-2 .upload-btn-wrapper .btn {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
    outline: none;
    font-size: 14px;
    color: #F05624;
    border: 1px dotted #F05624;
    width: 300px;
}

.page-content .groups-shipments .upload-btn-wrapper .btn i {
    color: #F05624;
    margin-left: 12px;
    font-size: 24px;
}

.page-content .groups-shipments .upload-btn-wrapper input[type=file] {
    font-size: 20px;
    top: 0;
    opacity: 0;
    margin: 0 auto;
    width: 300px;
    height: 45px;
    right: 0px;
}

.page-content .groups-shipments .uploading-2 .upload-btn-wrapper {
    width: 100%;
    float: left;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 15px;
    top: 0px;
    right: 0px;
    left: 0px;
}

.page-content .manually {
    background: #FFFFFF;
    border: 1px solid #E9E9EF;
    border-radius: 4px;
    float: right;
    width: 100%;
    padding: 15px;
    margin-top: 16px;
    text-align: center;
    height: 160px;
}

.page-content .manually h4 {
    font-weight: 600;
    font-size: 15.44px;
    line-height: 23px;
    text-align: center;
    color: #495057;
}

.page-content .manually p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #74788D;
}

.page-content .manually button {
    margin-top: 20px;
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
    outline: none;
    font-size: 14px;
    color: #F05624;
    border: 1px dotted #F05624;
    width: 300px;
    height: 40px;
}

.page-content .manually button i {
    margin-left: 10px;
}

.page-content .ordersFilter .orderSetting .export {
    float: left;
    height: 40px;
    display: block;
    margin-right: 10px;
    font-size: 12px;
    color: #F05624;
    border: 1px solid #F05624;
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    font-weight: bold;
    align-items: center;
    padding: 8px 14px;
}

.page-content .orderSetting .import {
    float: left;
    height: 40px;
    width: 100%;
    display: block;
    margin-right: 10px;
    font-size: 12px;
    color: #0F122C;
    border: 1px solid #0F122C;
    background-color: #fff;
    border-radius: 8px;
    font-weight: bold;
    align-items: center;
    padding: 8px 14px;
}

.page-content .updateTables table td .actions {
    display: flex;
    justify-content: center;
}

.page-content .updateTables table td .actions .cancel {
    align-items: center;
    padding: 5px 12px;
    border: 1px solid #E12823;
    background: #fff;
    color: #E12823;
    border-radius: 4px;
}

.page-content .updateTables table td .actions .download {
    align-items: center;
    padding: 5px 12px;
    border: 1px solid #74788D;
    background: #fff;
    color: #74788D;
    border-radius: 4px;
}

.page-content .updateTables table td .actions .track {
    align-items: center;
    padding: 5px 12px;
    border: 1px solid #4BA6EF;
    background: #fff;
    color: #4BA6EF;
    border-radius: 4px;
}

.page-content .updateTables table td .chargeNow {
    display: block;
    margin: 0 auto;
    align-items: center;
    padding: 5px 12px;
    border: 1px solid #F05624;
    background: #fff;
    color: #F05624;
    border-radius: 4px;
}

.page-content .sending-ship h1 {
    margin: 0px;
    font-weight: 600;
    font-size: 15.4px;
    padding-top: 20px;
    line-height: 23px;
    color: #495057;
    padding-right: 20px;
}

.page-content .sending-ship hr {
    border: 1px solid #E9E9EF;
}

.sending-ship .bar-container {
    padding: 50px 0px;
    float: right;
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-evenly;

}

.page-content .sending-ship .text-content {
    text-align: center;
    margin-bottom: 30px;
}

.page-content .sending-ship .text-content h3 {
    font-weight: 600;
    font-size: 17.54px;
    line-height: 26px;
    color: #495057;
}

.page-content .sending-ship .addressForm {
    width: 100%;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
}

.page-content .sending-ship .addressForm .form-control {
    font-size: 14px;
    width: 85%;
    margin-left: 20px;
    margin-top: 14px;
    margin-bottom: 14px;
}

.page-content .sending-ship .addressForm .newAddress {
    height: 40px;
    display: block;
    margin-right: 10px;
    font-size: 12px;
    color: #F05624;
    border: 1px solid #F05624;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 10px;
    font-weight: bold;
    align-items: center;
    padding: 8px 14px;
}

.page-content .sending-ship .addressForm .newAddress i {
    margin-left: 4px;
}

.page-content .sending-ship .text-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #74788D;
}

.sending-ship .bar-container .one {
    position: relative;
    text-align: center;
    display: flex;
    z-index: 99;
    padding: 14px;
    width: 60px;
    height: 60px;
    font-weight: 700;
    border-radius: 150px;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    color: #F05624;
    border: 1px solid rgba(144, 148, 183, 0.24);
}

.sending-ship .bar-container:after {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 40%;
    height: 4px;
    border-radius: 150px;
    background-color: #EFF0F5;
    content: "";
    top: 75px;
}

.sending-ship .bar-container .one span {
    display: inline-block;
    z-index: 999999999999;
    position: relative;
    text-align: center;
}

.sending-ship .bar-container .active {
    background: rgba(240, 79, 36, 0.1);
    border: 1px solid rgba(240, 79, 36, 0.1);
    border-radius: 28px;
}

.sending-ship .bar-container .active span i, .sending-ship .bar-container .active p {
    color: #fff !important;
}

.sending-ship .bar-container .one p {
    font-weight: bolder;
    font-size: 12px;
    color: #888;
}

.sending-ship div.radio-with-Icon {
    display: flex;
    margin-bottom: 45px;
    padding: 0px 20px;
    justify-content: start;
}

.sending-ship div.radio-with-Icon .radioOption-type {
    /*display: inline-block;*/
    border: none;
    /*width: 32%;*/
    text-align: center;
    margin-left: 20px;
}

.sending-ship div.radio-with-Icon .radioOption-type label {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 0px !important;
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.24);
}

.sending-ship div.radio-with-Icon .radioOption-type label::after, .sending-ship div.radio-with-Icon .radioOption-type label:after, div.radio-with-Icon .radioOption-type label::before, div.radio-with-Icon .radioOption-type label:before {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
}

.sending-ship div.radio-with-Icon .radioOption-type label i.fa {
    display: block;
}

.sending-ship div.radio-with-Icon .radioOption-type input[type="radio"] {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.sending-ship div.radio-with-Icon .radioOption-type input[type="radio"]:active ~ label {
    opacity: 1;
}

.sending-ship div.radio-with-Icon .radioOption-type input[type="radio"]:checked ~ label {
    opacity: 1;
    border: 3px solid #F05624;
}


.sending-ship div.radio-with-Icon .radioOption-type .name {
    display: flex;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 14px;
    justify-content: space-between;
}

.sending-ship div.radio-with-Icon .radioOption-type .name .edit {
    display: flex;
    align-items: center;
    color: #4BA6EF;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
}

.sending-ship div.radio-with-Icon .radioOption-type .name a i {
    margin: 0px 5px;
}

.sending-ship div.radio-with-Icon .radioOption-type h5 {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
    color: #74788D;
}

.sending-ship div.radio-with-Icon .radioOption-type h3 {
    font-size: 12px;
    line-height: 22px;
    text-align: right;
    font-weight: bold;
    color: #0F122C;
}

.sending-ship .seeMore {
    float: left;
    text-align: left;
    margin-left: 20px;
    margin-bottom: 30px;
}

.page-content .actions {
    margin-bottom: 50px;
    display: flex;
    padding: 0px 20px;
    float: right;
    width: 100%;
    justify-content: space-between;
}

.page-content .actions .nextPage {
    width: 200px;
}

.page-content #regForm .tab {
    display: none;
}

.page-content #regForm .tab .row {
    padding: 0px 30px;
}

.page-content #regForm .tab .paymentDetails {
    margin-bottom: 20px;
    align-items: center;
    display: flex;
}

.page-content #regForm .tab .paymentDetails .form-check {
    margin-left: 20px;
}

.page-content #regForm .tab .paymentDetails .form-check-label {
    margin-top: 4px;
    float: left;
    padding-right: 40px;
}

.page-content #regForm .tab .agree .form-check {
    float: right;
}

.page-content #regForm .tab .agree .form-check-input {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.page-content #regForm .tab label {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #74788D;
}

.page-content #regForm .tab textarea {
    resize: none;
    margin-bottom: 16px;
}

.page-content #regForm .tab .agree {
    margin-bottom: 30px;
    display: block;
    width: 100%;
    margin-top: 14px;
    float: right;
}


.sending-ship .tab div.radio-with-Icon {
    display: flex;
    margin-bottom: 45px;
    justify-content: space-between;
}

.sending-ship .tab div.radio-with-Icon p.radioOption-type {
    display: inline-block;
    border: none;
    width: 30%;
    text-align: center;
}

.sending-ship .tab div.radio-with-Icon p.radioOption-type label {
    display: block;
    height: 100%;
    width: 100%;
    padding: 10px;
    margin-bottom: 0px !important;
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.24);
}

.sending-ship .tab div.radio-with-Icon p.radioOption-type label img {
    display: block;
    margin-left: 12px;
}

.sending-ship .tab div.radio-with-Icon p.radioOption-type label::after, .sending-ship .tab div.radio-with-Icon p.radioOption-type label:after, div.radio-with-Icon p.radioOption-type label::before, div.radio-with-Icon p.radioOption-type label:before {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
}

.sending-ship .tab div.radio-with-Icon p.radioOption-type label i.fa {
    display: block;
}

.sending-ship .tab div.radio-with-Icon p.radioOption-type input[type="radio"] {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.sending-ship .tab div.radio-with-Icon p.radioOption-type input[type="radio"]:active ~ label {
    opacity: 1;
}

.sending-ship .tab div.radio-with-Icon p.radioOption-type input[type="radio"]:checked ~ label {
    opacity: 1;
    border: 3px solid #F05624;
}

.sending-ship .tab div.radio-with-Icon p.radioOption-type label {
    display: flex;
    align-items: center;
    justify-content: start;
}

.sending-ship .tab .box {
    padding: 20px 0px;
    width: 100%;
}


.sending-ship .tab .chooseAddress div.radio-with-Icon {
    display: flex;
    margin-bottom: 45px;
    justify-content: start;
}

.sending-ship .tab .chooseAddress div.radio-with-Icon p.radioOption-type {
    display: inline-block;
    border: none;
    width: 30%;
    text-align: center;
}

.sending-ship .tab .chooseAddress div.radio-with-Icon p.radioOption-type label {
    display: block;
    height: 100%;
    width: 100%;
    padding: 10px;
    margin-bottom: 0px !important;
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.24);
}

.sending-ship .tab .chooseAddress div.radio-with-Icon p.radioOption-type label img {
    display: block;
    margin-left: 12px;
}

.sending-ship .tab div.radio-with-Icon p.radioOption-type label::after, .sending-ship .tab div.radio-with-Icon p.radioOption-type label:after, div.radio-with-Icon p.radioOption-type label::before, div.radio-with-Icon p.radioOption-type label:before {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
}

.sending-ship .tab .chooseAddress div.radio-with-Icon p.radioOption-type label i.fa {
    display: block;
}

.sending-ship .tab div.radio-with-Icon p.radioOption-type input[type="radio"] {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.sending-ship .tab .chooseAddress div.radio-with-Icon p.radioOption-type input[type="radio"]:active ~ label {
    opacity: 1;
}

.sending-ship .tab .chooseAddress div.radio-with-Icon p.radioOption-type input[type="radio"]:checked ~ label {
    opacity: 1;
    border: 3px solid #F05624;
}

.sending-ship .tab .chooseAddress div.radio-with-Icon p.radioOption-type label {
    display: flex;
    align-items: center;
    justify-content: start;
}

.sending-ship .tab .box {
    padding: 20px 0px;
    width: 100%;
}

.page-content .sending-ship .addressForm .form-select {
    width: 300px;
    margin-top: 12px;
    height: 38px;
    font-size: 12px;
    font-weight: bold;
}

.page-content .sending-ship .tab .table-responsive {
    margin: 30px;
    margin-bottom: 50px;
}

.page-content .sending-ship .tab .table-responsive th {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #495057;
}

.page-content .sending-ship .tab .table-responsive .table-light, .page-content .sending-ship .tab .table-responsive .table {
    border-color: transparent;
}

.page-content .sending-ship .tab .table-responsive th img {
    margin-left: 10px;
    width: 100px;
}

.page-content .sending-ship .tab .table-responsive td {
    font-weight: 700;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    color: #495057;
}

.page-content .addNewAddress .form-label {
    margin-bottom: 5px;
}

.page-content .addNewAddress .form-control {
    font-size: 14px;
    width: 100% !important;
    margin-top: 4px !important;
    margin-bottom: 14px;
}

.page-content .addNewAddress .row {
    padding: 0px 0px !important;
}

.page-content .addNewAddress .form-select {
    width: 100% !important;
    margin-top: 4px !important;
    color: #74788D !important;
    font-size: 12px !important;
    padding: 0px 20px !important;
    margin-bottom: 20px !important;
}

.page-content .addNewAddress .form-check {
    float: right;
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 15px;
}

.page-content .addNewAddress .form-check-input {
    float: right;
    margin-left: 20px !important;
}

.page-content .addNewAddress .actionsButton {
    margin-top: 30px;
    margin-bottom: 20px;
}

.page-content .addNewAddress .actionsButton button {
    width: 200px;
    margin-left: 20px;
}

.page-content .upgradeCard button {
    float: left;
}

.page-content .upgradeCard .card-body span {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    color: #F05624;
}

.page-content .upgradeCard .card-body h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #0F122C;
}

.page-content .upgradeCard .card-body p {
    font-weight: 700;
    font-size: 14px;
    line-height: 36px;
    color: #F05624;
}

.page-content .upgradeTitle {
    align-items: center;
}

.page-content .upgradeTitle h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    color: #495057;
}

.page-content .onePackage h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #495057;
}

.page-content .onePackage h1 {
    color: #495057;
    font-weight: 700;
}

.page-content .onePackage h1 span {
    color: #74788D;
}

.page-content .onePackage p {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    text-align: right;
    color: #74788D;
}

.page-content .onePackage .packageData p {
    display: flex;
    align-items: center;
    margin-left: 10px;
    font-size: 12px;
}

.page-content .onePackage .packageData p i {
    color: #38C67F;
    margin-left: 6px;
    font-size: 18px;
}

.page-content .onePackage a {
    font-size: 12px;
    font-weight: 700;
    color: #F05624;
}

.page-content .upgradeTitle li {
    background-color: transparent !important;
}

.page-content .upgradeTitle .active {
    background-color: #F05624 !important;
    color: #fff !important;
}

.register-section {
    background-color: #f8f9fa;
}

.register-section .register-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.register-section .logo {
    width: 120px;
}

.register-section .form-group {
    margin-bottom: 20px;
}

.register-section .title {
    font-size: 19px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.register-section .form-group label {
    font-weight: 500;
    margin-bottom: 5px;
}

.register-section .form-control {
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.register-section .text-danger {
    font-size: 12px;
}

.register-section .btn-primary {
    background-color: #ff6600;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 8px;
    transition: 0.3s;
}

.register-section .btn-primary:hover {
    background-color: #e65c00;
}

.verify-otp-section .text-danger {
    font-size: 12px;
}

.verify-otp-section .col-md-9 {
    padding: 0px;
}

.verify-otp-section .pic img {
    width: 100%;
}

.verify-otp-section .change-password {
    padding: 50px 10px;
}

.verify-otp-section .change-password img {
    display: block;
    margin: 0 auto;
    margin-bottom: 70px;
}

.verify-otp-section .change-password h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    margin: 0px;
    line-height: 26px;
    text-align: center;
    color: #495057;
}

.verify-otp-section .change-password p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #74788D;
}

.verify-otp-section .change-password form {
    margin-top: 50px;
}

.verify-otp-section .change-password form input {
    width: 100%;
    padding: 8px;
    outline: none;
    margin-bottom: 20px;
    position: relative;
}

.verify-otp-section .change-password form label {
    display: block;
    margin-bottom: 6px;
    color: #495057;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
}

.verify-otp-section .change-password form label a {
    float: left;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 21px;
    color: #4BA6EF;
}

/* new style from front*/

.page-content .customizeTrackPage .examplePage h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: #0F122C;
    margin-bottom: 30px;
    margin-top: 20px;
}

.page-content .customizeTrackPage .examplePage .data {
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 90%;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 40px 20px;
    margin-bottom: 50px;
}

.page-content .customizeTrackPage .examplePage .data img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.page-content .customizeTrackPage .examplePage .data .order {
    background: rgba(251, 213, 201, 0.3);
    border-radius: 10px;
    text-align: center;
    padding: 20px 0px;
    margin-bottom: 10px;
}

.page-content .customizeTrackPage .examplePage .data .order h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #F05624;
}

.page-content .customizeTrackPage .examplePage .data .order span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #F05624;
}

.page-content .customizeTrackPage .examplePage .data h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
    color: #74788D;
    margin-top: 30px;
}

.page-content .customizeTrackPage .examplePage .data hr {
    border: 1px solid #E9E9EF;
    background-color: #E9E9EF;
    margin: 0px;
    margin-bottom: 20px;

}

.page-content .customizeTrackPage .examplePage .data p {
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    text-align: right;
    color: #0F122C;
    margin-bottom: 10px;
}

.page-content .customizeTrackPage .examplePage .onTrack {
    position: relative;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.page-content .customizeTrackPage .examplePage .onTrack h3 {
    font-size: 14px;
    font-weight: 500;
    color: #74788D;
}

.page-content .customizeTrackPage .examplePage .onTrack h3 span {
    display: block;
    font-size: 12px;
    margin-top: 10px;
}

.page-content .customizeTrackPage .examplePage .onTrack h5 {
    font-size: 14px;
    font-weight: 500;
    color: #74788D;
    margin-top: 30px;
}

.page-content .customizeTrackPage .examplePage .line {
    text-align: center;
    margin-top: 30px;
    position: relative;
    z-index: 99999999999;
}

.page-content .customizeTrackPage .examplePage .line i {
    color: #DDDEE3;
}

.page-content .customizeTrackPage .examplePage .line .active {
    color: #F05624;
}

.page-content .customizeTrackPage .examplePage .trackLine {
    position: relative;
}

.page-content .customizeTrackPage .examplePage .trackLine:after {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 45px;
    width: 1px;
    height: 66px;
    background-color: #E9E9EF;
    content: "";
    margin: 0 auto;
    border-radius: 150px;
}

.page-content .customizeTrackPage .customTrack h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: #0F122C;
    margin-bottom: 30px;
    margin-top: 20px;
}

.page-content .customizeTrackPage .customTrack .customForm {
    width: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 10px 0px;
    margin-bottom: 50px;
    background: #FFFFFF;
    border: 1px solid #E9E9EF;
    border-radius: 4px;
}

.page-content .customizeTrackPage .customTrack .customForm h4 {
    margin-bottom: 10px;
    padding: 0px 16px;
}

.page-content .customizeTrackPage .customTrack .customForm p {
    font-weight: 500;
    padding: 0px 16px;
    font-size: 14px;
    line-height: 22px;
    color: #74788D;

}

.page-content .customizeTrackPage .customTrack .customForm hr {
    border: 1px solid #E9E9EF;
}

.page-content .customizeTrackPage .customTrack .customForm input {
    position: relative;
    padding: 12px;
}

.page-content .customizeTrackPage .customTrack .customForm span {
    position: absolute;
    left: 42px;
    top: 40px;
    background-color: #F05624;
    color: #fff;
    border-radius: 4px;
    padding: 4px 8px;
}

.page-content .customizeTrackPage .customTrack .customForm form {
    position: relative;
    padding: 0px 30px;
}

.page-content .customizeTrackPage .customTrack .customForm form select {
    font-size: 14px;
    padding: 12px;
}

.page-content .customizeTrackPage .customTrack .customForm form textarea {
    height: 120px;
}

.page-content .customizeTrackPage .customTrack .customForm form button {
    width: 140px;
    display: flex;
    text-align: center;
    align-items: center;
}

.page-content .customizeTrackPage .customTrack .customForm form label {
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: #0F122C;
}

.page-content .customizeTrackPage .customTrack .customForm form button i {
    margin-left: 10px;
}


.page-content .profileInfo {
    display: flex;
    margin-top: 30px;
    align-items: center;
}

.page-content .profileInfo img {
    width: 100px;
    height: 100px;
    border-radius: 150px;
    margin-left: 20px;
}

.page-content .profileInfo .uploading-2 {
    font-size: 14px;
    position: relative;
}

.page-content .profileInfo .upload-btn-wrapper input[type=file] {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 999999999;

}

.page-content .profileInfo .uploading-2 .upload-btn-wrapper .btn {
    margin: 0 auto;
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
    outline: none;
    font-size: 14px;
    color: #F05624;
    border: 1px dotted #F05624;
    width: 120px;
}

.page-content .profileInfo .upload-btn-wrapper input[type=file] {
    font-size: 20px;
    top: 0;
    opacity: 0;
    margin: 0 auto;
    width: 120px;
    height: 45px;
    right: 0px;
}

.page-content .profileInfo .uploading-2 .upload-btn-wrapper {
    width: 100%;
    float: left;
    margin: 0 auto;
    display: inline-block;
}

.page-content .profileInfo .delete button {
    margin: 0 auto;
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
    outline: none;
    font-size: 12px;
    margin-right: 12px;
    color: #E12823;
    padding: 8px;
    border: 1px dotted #E12823;
    width: 120px;
}

.page-content .profileData {
    margin-top: 30px;
}

.page-content .profileData label {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #74788D;
}

.page-content .profileData button, .page-content .bankData button, .page-content .publicData button {
    font-size: 14px;
    margin-top: 20px;
    width: 130px;
    padding: 8px;
}

.page-content .publicData h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #0F122C;
    margin-bottom: 20px;
}

.page-content .publicData label {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #74788D;
}

.page-content .publicData select {
    font-weight: 400;
    font-size: 14px;
    color: #74788D;
}

.page-content .bankData label {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #74788D;
}

.page-content .bankData select {
    font-weight: 400;
    font-size: 14px;
    color: #74788D;
}

.page-content .requestsInfo .one {
    background: #FFFFFF;
    display: flex;
    border: 1px solid #E9E9EF;
    border-radius: 4px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.page-content .requestsInfo .one .icon {
    display: flex;
    align-items: center;
}

.page-content .page-content .requestsInfo .one .icon span {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    text-align: right;
    color: #0F122C;
}

.page-content .requestsInfo .one .icon .pic {
    margin-left: 10px;
    background: rgba(251, 213, 201, 0.3);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 150px;
}

.page-content .requestsInfo .one .icon .ready {
    background: rgba(251, 213, 201, 0.3);
}

.page-content .requestsInfo .one .icon .refused {
    background: rgba(248, 202, 201, 0.3);
}

.page-content .requestsInfo .one .icon .ex {
    background: rgba(210, 233, 251, 0.3);
}

.page-content .requestsInfo .one .icon .pic img {
    width: 25px;
}

.page-content .requestsInfo .one .num h5 {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 22px;
    line-height: 36px;
    text-align: right;
    color: #0F122C;
}

.page-content .requestsInfo .one .icon span {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    text-align: right;
    color: #0F122C;
}

.page-content .refundInfo {
    display: flex;
    align-items: center;
}

.page-content .refundInfo .app-search {
    width: 100%;
}

.page-content .refundInfo .export {
    width: 120px;
    height: 40px;
    margin-right: 10px;
    font-size: 12px;
    color: #F05624;
    border: 1px solid #F05624;
    background-color: #fff;
    border-radius: 8px;
    font-weight: bold;
    align-items: center;
    padding: 8px 14px;
}


.page-content .requestsInfo .table th {
    font-weight: 700;
    line-height: 21px;
    color: #495057;
}

.page-content .requestsInfo .table td {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #0F122C;
}

.page-content .requestsInfo .table td, .page-content .requestsInfo table th {
    border-style: none !important;
}

.page-content .requestsInfo .table th, .page-content .requestsInfo .table td {
    font-size: 10px;
    vertical-align: middle;
}

.page-content .requestsInfo .table th:last-child {
    text-align: center;
}

.page-content .requestsInfo .table .returned {
    padding: 5px 8px;
    background: #CEF1DF;
    color: #38C67F;
    border-radius: 4px;
    width: 90px;
    display: block;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
}

.page-content .requestsInfo .table .waiting {
    padding: 5px 8px;
    background: #FEEDC6;
    color: #FAB818;
    border-radius: 4px;
    width: 90px;
    display: block;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
}

.page-content .requestsInfo .table .track {
    padding: 5px 8px;
    background: #fff;
    color: #4BA6EF;
    width: 90px;
    display: block;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    border: 1px solid #4BA6EF;
    border-radius: 4px;
}
