.auth_section {
    padding: 200px 0;
    position: relative;
    overflow: hidden;
}

.auth_section::before {
    content: "";
    width: 50%;
    height: 100%;
    background: url(../images/JBES_65E.jpg);
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.auth_section h3 {
    font-size: 38px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

.auth_section p {
    color: #fff;
    font-size: 12px;
}

.auth_section form.auth_form {
    margin-top: 30px;
    position: relative;
}

.auth_section form.auth_form .form-field {
    margin-bottom: 10px;
}

.auth_section form.auth_form .form-field label {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

.auth_section form.auth_form .form-field input {
    width: 100%;
    border: 1px solid #f1f1f1;
    background: #fff;
    border-radius: 50px;
    height: 50px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
}

.auth_section form.auth_form button {
    height: 50px;
    width: 200px;
    background: #ffc107;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    border-radius: 50px;
    border: none !important;
}

.auth_section form.auth_form button:disabled {
    background: #c7c7c7;
    cursor: not-allowed;
}

p.user_not_found {
    color: #fd9c9c;
    margin-top: 0;
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    bottom: -40px;
    left: 0;
    opacity: 0;
    transition: all 0.2s linear;
}

.swal-title {
    padding-top: 0;
    color: #000;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 30px;
    margin-bottom: 10px !important;
}

.swal-text {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.swal-button {
    background: #FFC107;
    color: #000;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
}

.swal-button-container {
    display: block;
    margin: -10px 0 20px;
}

.swal-button:hover {
    background: #f1bb17 !important;
}

.swal-button:focus {
    box-shadow: none !important;
}

.user_section {
    background: #fff;
    padding: 100px 0;
    border-top: 1px solid #f8f8f9;
}

.sidebarMain ul.dashboard_sidebar {
    background: #fbfbfd;
    border-radius: 7px;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.sidebarMain ul.dashboard_sidebar li {
    padding: 10px 20px;
}

.sidebarMain ul.dashboard_sidebar li.active {
    background: #868da7;
}

.sidebarMain ul.dashboard_sidebar li a {
    color: #000;
    font-weight: 500;
}

.sidebarMain ul.dashboard_sidebar li.active a {
    font-weight: 600;
    color: #fff !important;
}

.user_section .user_block {
    padding-top: 5px;
}

.user_section .user_block h2 {
    font-weight: 600;
    font-size: 25px;
    letter-spacing: -1px;
}

.user_section .user_block h2 span {}

.user_section .user_block p {
    font-size: 16px;
    color: #565d75;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 15px;
}

.sidebarMain ul.dashboard_sidebar li.logoutbtn {
    background: #fff;
}

.sidebarMain ul.dashboard_sidebar li.logoutbtn a {
    color: red !important;
    font-weight: 700;
}

.user_section .user_block form.profile-form {
    margin-top: 25px;
}

.user_section .user_block form.profile-form .form-field {
    margin-bottom: 15px;
}

.user_section .user_block form.profile-form .form-field label {
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

.user_section .user_block form.profile-form .form-field input {
    width: 100%;
    border: 1px solid #f1f1f1;
    background: #fff;
    border-radius: 50px;
    height: 50px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
}

.user_section .user_block form.profile-form .form-field input[readonly] {
    background: #f1f1f1;
    cursor: not-allowed;
}

.user_section .user_block form.profile-form button {
    height: 50px;
    width: 200px;
    background: #ffc107;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    border-radius: 50px;
    border: none !important;
}

.user_section .user_block form.profile-form button:disabled {
    background: #c7c7c7;
    cursor: not-allowed;
}

a.changePasswordBtn {
    position: absolute;
    top: -5px;
    right: 0;
    background: #000;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 50px;
}

.user_section .user_block form.password-form {
    margin-top: 25px;
}

.user_section .user_block form.password-form .form-field {
    margin-bottom: 15px;
}

.user_section .user_block form.password-form .form-field label {
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

.user_section .user_block form.password-form .form-field input {
    width: 100%;
    border: 1px solid #f1f1f1;
    background: #fff;
    border-radius: 50px;
    height: 50px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
}

.user_section .user_block form.password-form .form-field input:disabled {
    background: #f1f1f1;
    cursor: not-allowed;
}

.user_section .user_block form.password-form button {
    height: 50px;
    width: 200px;
    background: #ffc107;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    border-radius: 50px;
    border: none !important;
}

.user_section .user_block form.password-form button:disabled {
    background: #c7c7c7;
    cursor: not-allowed;
}

.pack_item.pack_basic {
    border: 2px solid #FF9800;
}

.pack_item.pack_standard {
    border: 2px solid #F44336;
}

.pack_item.pack_premium {
    border: 2px solid #a51043;
}

.pack_item {
    margin-top: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
}

.pack_item .pack_title {
    padding: 15px 20px;
}

.pack_item .pack_title h2 {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 8px;
}

.pack_item .pack_title p {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}

.pack_item ul.package_item_list {
    padding: 20px 20px;
    margin-left: 20px;
    height: 320px;
    margin-bottom: 0;
}

.pack_item ul.package_item_list li {
    color: #000;
    font-size: 14px;
    list-style: disc;
    font-weight: 500;
}

.pack_item ul.package_item_list li strong {
    font-size: 16px;
}

.pack_item a.package_purchase {
    background: #4b505e;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    display: block;
    margin: -20px 20px 30px;
    width: fit-content;
}

.pack_item.pack_basic .pack_title {
    background: #FF9800;
}

.pack_item.pack_standard .pack_title {
    background: #F44336;
}

.pack_item.pack_premium .pack_title {
    background: #a51043;
}

.pack_item ul.package_item_list li:first-child {
    list-style: none;
}

.pack_item ul.package_item_list li:nth-child(3) {
    list-style: none;
    margin-top: 10px;
}

.package_box {
    display: flex;
    flex-wrap: wrap;
}

.pack_item:first-child {
    width: 30%;
}

.pack_item:nth-child(2) {
    width: 30%;
}

.pack_item:last-child {
    width: 38%;
    margin-right: 0 !important;
}

.inner_page_header {
    background: url(../images/page-header-23456.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.inner_page_header h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.inner_page_header h2 {
    font-size: 50px;
    color: #f7d939;
    font-weight: 600;
    line-height: 1;
}

.packages_section {
    background: #fff;
    padding: 70px 0;
}

.packages_section .user_block h2 {
    font-weight: 600;
    letter-spacing: 0;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

p.already_user {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
}

.not_package_box {
    margin-top: 30px;
}

.not_package_box i {
    font-size: 50px;
    color: #4b505e;
}

.not_package_box p {
    font-size: 16px;
    margin: 20px 0 20px;
    font-weight: 500;
    color: #4b505e;
}

.not_package_box a {
    background: #4b505e;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0;
    padding: 13px 20px;
    border-radius: 5px;
}


.checkout_section {
    padding: 70px 0;
    background: #fff;
}

.checkout_section h2 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.checkout_section h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 15px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: linear-gradient(45deg, black, #111111);
}

.checkout_section ul.package_item_list {
    background: #ededed;
    padding: 10px 20px 20px;
    border-bottom-left-radius: 10px;
    margin-bottom: 20px;
    border-bottom-right-radius: 10px;
}

.checkout_section ul.package_item_list li {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 14px;
}

.checkout_section ul.package_item_list li strong {
    color: #000;
    font-weight: 600;
    display: block;
    margin-top: 12px;
}

.StripeElement {
  border: 1px solid #c9c9c9;
  padding: 13px 10px;
  border-radius: 5px;
}

.checkout_section form button {
    height: 50px;
    width: 200px;
    background: #ffc107;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    border-radius: 50px;
    border: none !important;
    margin-top: 10px;
}

.security_block {
    margin-top: 30px;
}

.security_block p {
    border: 1px solid #eee;
    padding: 12px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.security_block a.changePasswordBtn {
    position: unset;
    color: #fff !important;
}

.security_block p a#enable-2fa {
    background: #237b27;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 50px;
    color: #fff !important;
}

.security_block p a#disable-2fa {
    background: #cb1c1c;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 50px;
    color: #fff !important;
}

.gfa-qr-block {
    display: flex;
    align-items: center;
    margin-top: 20px;
    height: 0px;
    position: relative;
    transition: all 0.2s linear;
    overflow: hidden;
}

.gfa-qr-block img {
    background: #eee;
    padding: 15px;
    border-radius: 10px;
    margin-right: 20px;
}

.gfa-qr-block form#google-auth-form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    flex-wrap: wrap;
}

.gfa-qr-block form#google-auth-form input {
    width: 80%;
    border: 1px solid #eee;
    font-size: 18px;
    letter-spacing: 0;
    color: #000;
    font-weight: 600;
}

.gfa-qr-block form#google-auth-form input::placeholder {
    color: #8c8c8c;
    font-size: 12px;
    font-weight: 500;
}

.gfa-qr-block form#google-auth-form button#submit_code {
    width: 20%;
    height: 50px;
    background: #faca3c !important;
    border: 1px solid #faca3c;
    color: #000;
    font-weight: 600;
}

.swal2-popup .swal2-styled {
    background: #ffa707 !important;
    color: #000 !important;
    font-weight: 600;
    padding: 11px 40px 9px !important;
    border-radius: 50px;
}

.subscription_details {
    margin-top: 10px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.subscription_details .pack_subs_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subscription_details .pack_subs_top h3 {
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 500;
}

.subscription_details .pack_subs_top h3 span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    background: #f1f1f1;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 5px;
    margin-top: 5px;
}

.subscription_details .pack_subs_top p {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    background: #878da6;
    color: #fff;
    line-height: 1;
    padding: 5px 10px 10px;
    border-radius: 7px;
}

.subscription_details .pack_subs_top p span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 3px;
}

.package_details_list {
    margin-top: 30px;
}

.package_details_list h4 {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
}

.package_details_list ul.package_item_list {}

.package_details_list ul.package_item_list strong {
    color: #000;
    display: block;
    margin-top: 10px;
}

.package_details_list ul.package_item_list li {
    display: block;
    color: #59617e;
    font-size: 16px;
    font-weight: 500;
}

.subscription_details a.changeplanbtn {
    background: #f9b43d;
    color: #000;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
}

.payment_list_item {}

.payment_list_item p {
    display: block;
    color: #59617e;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.payment_list_item p span {
    display: block;
    color: #000;
    font-weight: 700;
    font-size: 15px;
}


img#loader-image {
    max-width: 70px;
    position: absolute;
    bottom: -70px;
}

.shipment_labels {
    margin-top: 40px;
}

.shipment_labels ul {
    display: flex;
    flex-wrap: wrap;
}

.shipment_labels ul li {
    width: 48%;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    transition: all 0.2s linear;
    margin: 0 15px 15px 0;
}

.shipment_labels ul li:hover {
    background: #333847;
}

.shipment_labels ul li h3 {
    font-size: 17px;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 5px;
    transition: all 0.2s linear;
}

.shipment_labels ul li:hover h3 {
    color: #FFC107;
}

.shipment_labels ul li p {
    color: #000;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0;
    transition: all 0.2s linear;
}

.shipment_labels ul li:hover p {
    color: #fff;
}

.shipment_labels ul li h5 {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0;
    color: #000;
    padding: 20px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    transition: all 0.2s linear;
}

.shipment_labels ul li:hover h5 {
    color: #fff;
}

.shipment_labels ul li h2 {
    font-weight: 600;
    letter-spacing: 0;
    font-size: 14px;
    transition: all 0.2s linear;
}

.shipment_labels ul li:hover h2 {
    color: #ffe8a5;
}

.shipment_labels ul li p._status {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.2s linear;
}

.shipment_labels ul li:hover p._status {
    color: #fff;
}

.shipment_labels ul li p._status span {
    position: relative;
}

.shipment_labels ul li p._status span::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #309b32;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: 1px;
    border-radius: 50px;
}

.shipment_labels ul li p.actions {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.shipment_labels ul li p.actions a.btn-print {
    color: #4b505e;
    font-size: 20px;
    transition: all 0.2s linear;
}

.shipment_labels ul li:hover p.actions a.btn-print {
    color: #fff !important;
}

.shipment_labels ul li p.actions a.btn-trash {
    font-size: 19px;
    color: red;
    margin-left: 5px;
    transition: all 0.2s linear;
}

.shipment_labels ul li:hover p.actions a.btn-trash {
    color: #ff8d8d !important;
}

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

.shipment_title_block h2 {}

.shipment_title_block a {
    background: linear-gradient(45deg, #fac53c, #fce23c);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000 !important;
    font-size: 25px;
}

form#add_shipment_form {
    margin-top: 25px;
}

form#add_shipment_form p {
    margin-bottom: 5px;
}

form#add_shipment_form p label {
    display: block;
    font-weight: 500;
    color: #000;
    font-size: 13px;
    margin-bottom: 3px;
}

form#add_shipment_form p input {
    width: 100%;
    border-radius: 50px;
    border-color: #f1f1f1;
    height: 45px;
    color: #000;
    font-weight: 500;
    letter-spacing: 0;
}

form#add_shipment_form p select {
    width: 100%;
    border-radius: 50px;
    border-color: #f1f1f1;
    height: 45px;
    color: #000;
    font-weight: 500;
    letter-spacing: 0;
}

form#add_shipment_form p textarea {
    width: 100%;
    border-radius: 5px;
    border-color: #f1f1f1;
    min-height: 70px;
    resize: none;
    color: #000;
    font-weight: 500;
    letter-spacing: 0;
}

form#add_shipment_form button {
    height: 50px;
    width: 200px;
    background: #ffc107;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    border-radius: 50px;
    border: none !important;
    margin-top: 20px;
}

form#add_shipment_form p select option {
    background: #fff !important;
    color: #000 !important;
}

img#form-loader {
    max-width: 100px;
    transition: all 0.2s linear;
    display: block;
    height: 0px;
    margin: 15px 0 -10px;
    filter: hue-rotate(177deg);
}

.user_section .user_block.support_title_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user_section .user_block.support_title_block a.add-new-tckt-btn {
    background: linear-gradient(45deg, #fac53c, #fce23c);
    =: 40px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000 !important;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 15px;
}

.tickets {
    margin-top: 20px;
    margin-bottom: 20px;
}

.faqs_block {}

.faqs_block .accordion {}

.faqs_block .accordion .accordion-item {
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 10px;
}

.faqs_block .accordion .accordion-item h2 {}

.faqs_block .accordion .accordion-item h2 button {
    background: transparent;
    border: none;
    font-size: 15px;
    padding: 10px 20px;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
}

.faqs_block .accordion .accordion-item h2 button.accordion-button.collapsed {
    background: #fdfdfd;
}

.faqs_block .accordion .accordion-item h2 button.accordion-button:not(.collapsed) {
    background: #878da6;
    color: #fff !important;
}

.faqs_block .accordion .accordion-item 
 .accordion-body {
    padding: 15px 20px;
    color: #000;
    font-size: 14px;
}

.faqs_block .accordion .accordion-item .accordion-body strong {
    font-weight: 600;
}

.faqs_block .accordion .accordion-item h2 button::before {
    content: "\F64D";
    font-family: bootstrap-icons;
    position: absolute;
    right: 20px;
}

.faqs_block .accordion .accordion-item h2 button.accordion-button:not(.collapsed)::before {
    content: "\F63B";
}

form#add_ticket {
    margin-top: 30px;
}

form#add_ticket .form_item {
    margin-bottom: 10px;
}

form#add_ticket .form_item label {
    display: block;
    font-weight: 600;
    color: #000;
}

form#add_ticket .form_item input {
    width: 100%;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 5px;
    height: 50px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
}

form#add_ticket .form_item select {
    width: 100%;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 5px;
    height: 50px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
}

form#add_ticket button {
    height: 50px;
    width: 200px;
    background: #ffc107;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    border-radius: 50px;
    border: none !important;
    margin-top: 10px;
}

.tickets ul {
    display: flex;
    flex-wrap: wrap;
}

.tickets ul li {
    border: 1px solid #f1f1f1;
    padding: 20px 20px;
    border-radius: 5px;
    width: 48%;
    position: relative;
}

.tickets ul li h3 {
    font-weight: 600;
    color: #000;
    font-size: 15px;
}

.tickets ul li p {
    color: #000;
    font-size: 12px;
    line-height: 17px;
    margin: 10px 0 10px;
}

.tickets ul li span {
    font-weight: 400;
    color: #000;
    font-size: 12px;
    position: absolute;
    top: 15px;
    right: 20px;
}

.tickets ul li span strong.Low {
    background: #3F51B5;
}

.tickets ul li span strong.Medium {
    background: #FFC107;
}

.tickets ul li span strong.High {
    background: #F44336;
}

.tickets ul li span strong {
    padding: 4px 6px;
    display: inline-block;
    border-radius: 50px;
    line-height: 1;
    font-size: 11px;
    font-weight: 600;
}

.tickets ul li div {
    color: #000;
    font-weight: 600;
    font-size: 10px;
}

form#feedback_survey_form {
    margin-top: 30px;
}

form#feedback_survey_form .form_item {
    margin-bottom: 10px;
}

form#feedback_survey_form .form_item label {
    display: block;
    font-weight: 600;
    color: #000;
}

form#feedback_survey_form .form_item input {
    width: 100%;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 5px;
    height: 50px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
}

form#feedback_survey_form .form_item textarea {
    width: 100%;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    min-height: 200px;
    resize: none;
}

form#feedback_survey_form button {
    height: 50px;
    width: 200px;
    background: #ffc107;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    border-radius: 50px;
    border: none !important;
    margin-top: 10px;
}

.call_support {
    margin-top: 25px;
}

.call_support p {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 500;
    letter-spacing: -0.2px;
    font-size: 15px;
}

.call_support p i {
    margin-right: 10px;
    background: #FFC107;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #000;
    font-size: 20px;
}

.call_support p a {
    font-weight: 600;
    color: #000;
    margin-left: 10px;
    font-size: 16px;
}
