.hpCommentContainer {
  display: none;
}

.table th {
  font-size: 13px;
}
.table th {
  color: #555;
}
.table > :not(:first-child) {
  border-top: 1px solid #ccc;
}

header .navbar-brand {
  font-size: 15px;
  font-weight: bold;
}
header .navbar {
  background: #b8000f !important;
}
header .main-nav li {
  font-size: 1rem;
  padding-bottom: 0.4rem;
  padding-right: 20px;
  font-weight: 500;
}
header .main-nav li .nav-link {
  color: rgba(255, 255, 255, 0.8) !important;
}
header .main-nav li .nav-link:hover {
  color: white !important;
}
header .main-nav .dropdown-menu .dropdown-item {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
}
header .main-nav .dropdown-menu .dropdown-item:hover {
  color: #b8000f;
}
header .main-nav .dropdown-menu .dropdown-item:active {
  background-color: #b8000f;
  color: #fff;
}
header .navbar-collapse {
  flex-grow: unset !important;
}

main {
  min-height: calc(85vh - 95px);
}
main > .container {
  padding: 60px 15px 0;
}

@media (max-width: 768px) {
  main {
    min-height: calc(65vh - 65px);
  }
  main > .container {
    padding: 30px 15px 0;
  }
}
/**
* Components
*/
.post-card-widget {
  min-height: 403px;
}
.post-card-widget .card-body {
  padding-bottom: 0px;
}

.post-container {
  display: flex;
  flex-direction: column;
}
.post-container .btn-more-post {
  height: 34px;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  font-size: 12px;
  text-decoration: none;
}

.post-content {
  min-height: 40.5px;
  display: flex;
  padding: 10px 16px;
  margin-left: -16px;
  margin-right: -16px;
  text-decoration: none;
}
.post-content:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.post-content .title {
  flex: 1;
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #555;
  padding-right: 20px;
}
.post-content .created {
  font-size: 10px;
  align-items: end;
  display: flex;
  color: #888;
}
.post-content:hover {
  background: #e6f8ff;
}
.post-content:hover .title {
  color: #2696ff;
}
.post-content:hover:not(:last-child) {
  border-bottom: 1px solid #75d9ff;
}

.nav-tabs {
  margin-top: 15px;
}
.nav-tabs .nav-item i {
  margin-right: 10px;
}
.nav-tabs .nav-item .nav-link {
  color: #888;
  padding: 10px 35px;
  font-size: 1.1rem;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.nav-tabs .nav-item .nav-link.active {
  color: #b8000f;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.dashboard-widget .card-title {
  display: flex;
}
.dashboard-widget .card-title span {
  flex: 1;
}
.dashboard-widget .card-title .icon {
  font-size: 25px;
}
.dashboard-widget .footer {
  display: flex;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: -16px;
  margin-top: 25px;
}
.dashboard-widget .footer > div {
  flex: 1;
  background: #f1f1f1;
  text-align: center;
  padding: 10px;
}
.dashboard-widget .footer > div:nth-child(2) {
  border-left: 1px solid #CCC;
}
.dashboard-widget .footer .label {
  font-size: 12px;
  color: #888;
}

.user-badge {
  display: flex;
  justify-content: end;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 30px;
}
.user-badge .link {
  color: #0d6efd;
  font-size: 13px;
}
.user-badge .user-avatar-container {
  display: flex;
}
.user-badge .user-avatar-icon {
  display: flex;
  align-items: center;
  font-size: 35px;
  color: #CCC;
  margin-left: 15px;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.datepicker-dropdown {
  margin-top: 7px;
  margin-left: 5px;
}
.datepicker-dropdown .table-condensed {
  width: 230px;
  font-size: 13px;
  height: 250px;
}
.datepicker-dropdown .table-condensed tbody td {
  width: 30px;
  height: 30px;
}
.datepicker-dropdown .table-condensed tbody td.active {
  background: #005ebd;
}
.datepicker-dropdown .table-condensed tbody td.active:hover {
  background: #005ebd;
}

.datepicker-container {
  position: relative;
}
.datepicker-container .icon {
  color: #AAA;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  top: 0px;
  font-size: 14px;
}

.btn-lg {
  font-size: 15px;
  padding: 13px 20px;
}

.btn-primary {
  background: rgba(184, 0, 15, 0.8);
  border-color: #b8000f;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  border-color: #b8000f;
  background: #b8000f;
}
.btn-primary:disabled {
  background-color: rgba(184, 0, 15, 0.3);
  border-color: rgba(184, 0, 15, 0.3);
}

.btn-secondary {
  color: #333;
  background-color: #f1f1f1;
  border-color: #CCC;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  color: #333;
  background-color: #CCC;
  border-color: #aaa;
}
.btn-secondary:disabled {
  color: #888;
  background: #CCC;
}

.error-tooltip .tooltip-inner {
  background-color: #dc3545;
}
.error-tooltip .tooltip-arrow::before {
  border-top-color: #dc3545;
}

.data-input-table .form-control {
  display: table-cell;
  width: unset;
}
.data-input-table .is-invalid {
  border: unset;
  border-bottom: 2px solid #dc3545 !important;
}

.tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #FFF;
  padding: 3px 12px;
  height: unset !important;
  border-radius: 15px;
  border: 1px solid #B0B0B0;
  color: #505050;
  font-size: 13px;
  min-width: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tag.progress {
  color: #346beb;
  border: 1px solid #346beb;
}
.tag.success {
  color: #4FC400;
  border: 1px solid #4FC400;
}
.tag.error {
  color: #eb4034;
  border: 1px solid #eb4034;
}

.toast-container {
  margin: 25px;
  display: block;
  z-index: 999;
}
.toast-container .toast {
  padding-top: 3px;
  padding-bottom: 3px;
}
.toast-container .toast-body {
  display: flex;
}
.toast-container .toast-body .message {
  margin-left: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.toast-container .toast-body .icon {
  font-size: 20px;
}

@media (max-width: 768px) {
  .toast-container {
    margin: 0px 0px 20px 0px;
    display: block;
    max-width: 90%;
  }
}
.state-city-picker-container {
  display: flex;
}
.state-city-picker-container .state-picker-container {
  flex: 0.4;
}
.state-city-picker-container .city-picker-container {
  flex: 0.6;
  margin-left: 8px;
}

.modal-dialog .modal-header {
  padding: 9px 15px;
}
.modal-dialog .modal-header .modal-title {
  font-size: 15px;
}
.modal-dialog .modal-header .btn-close {
  font-size: 12px !important;
}
.modal-dialog .modal-body {
  padding: 5px 16px;
  font-size: 15px;
}
.modal-dialog .modal-footer {
  padding: 5px 9px;
}
.modal-dialog .modal-footer .btn {
  font-size: 13px;
}

.loading {
  display: flex;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: #ffffffb3;
}
.loading .spinner-grow {
  background: #b8000f !important;
}
.loading .text {
  margin-left: 20px;
}

.pjax-container {
  position: relative;
}

.loading-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1030;
  display: none;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: red;
  -webkit-animation: lds-grid 1.2s linear infinite;
          animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
}

@-webkit-keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.filter-form label {
  font-size: 12px;
  color: #555;
}

.table .btn-table-action {
  border-radius: 5px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
.table .btn-table-action i {
  font-size: 11px;
  margin-top: -1px;
}
.table .btn-table-action span {
  font-size: 11px;
  margin-left: 5px;
}

.otp-input-container {
  align-items: center;
  justify-content: center;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}
.otp-input-container .otp {
  width: 40px;
  font-size: 20px;
}
.otp-input-container .otp:not(:first-child) {
  margin-left: 10px;
}

.select2-results__group {
  font-size: 13px !important;
  color: #888 !important;
}

.select2-results__option {
  font-size: 13px !important;
}

.select2-selection {
  height: 34px !important;
  border: 1px solid #ced4da !important;
}
.select2-selection .select2-selection__rendered {
  font-size: 14px !important;
  line-height: 14px !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.select2-selection .select2-selection__clear {
  height: 30px !important;
  margin-right: 22px !important;
  color: #ccc !important;
}
.select2-selection .select2-selection__clear:hover {
  color: #888 !important;
}
.select2-selection .select2-selection__arrow {
  height: 32px !important;
  right: 2px !important;
}

/**
* Page Specifics
*/
.reload-credit-modal #inputAmount {
  margin-bottom: 40px;
}
.reload-credit-modal #inputAmount.is-invalid {
  margin-bottom: 0px;
}
.reload-credit-modal .modal-dialog {
  width: 400px;
}
.reload-credit-modal .reload-standard-amount {
  display: flex;
  margin-top: 10px;
}
.reload-credit-modal .reload-standard-amount button {
  flex: 1;
  font-size: 13px;
  border-radius: 30px;
}
.reload-credit-modal .reload-standard-amount button:not(:first-child) {
  margin-left: 30px;
}
.reload-credit-modal .reload-standard-amount:last-child {
  margin-bottom: 40px;
}

.current-balance-page .current-balance-container {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.current-balance-page .current-balance {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.current-balance-page .reload {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.current-balance-page .reload .btn {
  min-width: 220px;
  margin-top: 20px;
}

.posts-page .empty-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  color: #555;
}
.posts-page .subtitle {
  border-bottom: 1px dotted #CCC;
  padding-bottom: 10px;
}
.posts-page .categorize-list li a {
  font-size: 13px;
}

.login-form {
  width: 100%;
  max-width: 330px;
  padding: 15px;
}

.login-form-container {
  display: flex;
  justify-content: end;
}

@media (max-width: 992px) {
  .login-form-container {
    justify-content: center;
  }
}
.form-floating > label {
  color: #888;
}

.form-container {
  display: flex;
  justify-content: center;
}
.form-container .form-floating {
  margin-bottom: 10px;
}
.form-container form {
  width: 100%;
  max-width: 500px;
  padding: 15px;
}

.create-order-page .btn-new-address {
  color: #999;
  font-size: 30px;
  cursor: pointer;
  border: 1px #CCC dashed;
  height: 162px;
  vertical-align: middle;
  margin: auto;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
}
.create-order-page .btn-new-address:hover {
  border: 1px dashed #34baeb;
  color: #34baeb;
  box-shadow: 0px 3px 10px #ccc;
}
.create-order-page .address-list .card-body {
  min-height: 163px;
  cursor: pointer;
  border: 1px solid #CCC;
  border-radius: 8px;
  position: relative;
}
.create-order-page .address-list .card-body i.fa-circle-check {
  position: absolute;
  top: 10px;
  display: none;
  right: 10px;
  font-size: 20px;
  color: #4FC400;
}
.create-order-page .address-list .card-body:hover {
  border: 1px solid #34baeb;
  box-shadow: 0px 3px 10px #ccc;
}
.create-order-page .address-list .card-body.checked {
  border: 1px solid #4FC400;
}
.create-order-page .address-list .card-body.checked i.fa-circle-check {
  display: block;
}
.create-order-page .address-list .card-title {
  font-size: 14px;
}
.create-order-page .address-list .footer {
  font-size: 13px;
  line-height: 16px;
}

.purchase-request-new-application-modal .services .list-group-item {
  display: flex;
  align-items: center;
}
.purchase-request-new-application-modal .services .list-group-item .icon {
  font-size: 35px;
  margin-right: 10px;
}
.purchase-request-new-application-modal .services .list-group-item .text {
  font-size: 18px;
  color: #555;
}

.page-create-purchase-request #payableAmount {
  color: #eb3d34;
}
.page-create-purchase-request .summary {
  margin-top: 10px;
  display: flex;
}
.page-create-purchase-request .summary .box {
  text-align: center;
  padding: 20px;
  background: #EEE;
}
.page-create-purchase-request .summary .box .description {
  font-size: 12px;
  color: #888;
}
.page-create-purchase-request .summary .symbol {
  padding: 20px;
}

.manage-address-page .recipient {
  font-size: 12px;
  color: #888;
}
.manage-address-page .recipient .fa-envelope {
  margin-right: 5px;
}
.manage-address-page .recipient .fa-phone {
  margin-left: 10px;
  margin-right: 5px;
}

body {
  background-color: #f1f2f7;
}

header .navbar {
  margin-bottom: 1.5rem;
  box-shadow: 0px 8px 26px -9px #363136;
}
header .dropdown-menu i {
  padding-right: 1rem;
}

.page_header_block {
  background-color: white;
}
.page_header_block .page_header_title {
  font-size: 1.5rem;
  margin: 0px;
  padding: 5px 20px;
  float: left;
}
.page_header_block .page_header_title i {
  color: #b8000f;
}
.page_header_block .page_header_shortmessage {
  float: right;
  padding-top: 0.7rem;
  padding-right: 20px;
  margin: 0px;
  color: #8b8b8b;
}

.clientportal_account {
  float: right;
  position: absolute;
  right: 1em;
}
.clientportal_account i {
  color: #b8000f;
  font-size: 1.2rem;
}

.user-avatar-container {
  text-align: center;
}

.user-avatar-icon {
  display: flex;
  align-items: center;
  font-size: 4.5rem;
  color: #ccc;
  margin-left: 0px;
}

.cp_greetings {
  margin-top: 0.6rem;
}
.cp_greetings span {
  font-size: 0.8rem;
}

.footer_grey {
  background-color: #333333;
  color: white;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.dashboard-widget {
  border-radius: 8px;
  padding: 0;
  border: 0px solid transparent;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 1rem;
}

.card-body .card-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 10px;
}
.card-body .card-title span {
  font-size: 1rem;
}
.card-body .card-title .icon {
  font-size: 1.2rem;
  padding-right: 0.8rem;
  color: #b8000f;
}

.cp_order_status {
  display: flex;
}
.cp_order_status div {
  text-align: center;
}
.cp_order_status .label {
  font-size: 12px;
  color: #888;
}
.cp_order_status .cp_order_count {
  font-weight: 500;
  color: black;
  font-size: 1.2rem;
}
.cp_order_status .cp_dashboard_payment {
  background-color: #ffebeb;
  border-color: #f6d7d7;
  width: 50%;
  padding: 10px;
  margin: 5px 5px;
  border-radius: 8px;
}
.cp_order_status .cp_dashboard_inprogress {
  background-color: #fff3cd;
  border-color: #ffeeba;
  width: 50%;
  padding: 10px;
  margin: 5px 5px;
  border-radius: 8px;
}

.clearpage {
  margin: 2rem 0rem;
}

.footer_card {
  padding: 2rem 15px 2rem 15px;
}
.footer_card a {
  text-decoration: none !important;
  color: white !important;
  margin-bottom: 0.5rem !important;
}
.footer_card a i {
  padding-right: 10px;
}
.footer_card ul {
  list-style: none;
  padding-left: 0px;
}
.footer_card ul li {
  padding-bottom: 8px;
}
.footer_card .cp_footer_social_links {
  font-size: 2em;
}
.footer_card img {
  height: 45px;
}
.footer_card .footer_title_sm {
  color: #919191;
  margin-bottom: 8px;
}
.footer_card .cp_social_btn {
  padding-right: 10px;
}

.cp_footer_copyright {
  padding-top: 10px;
  margin: 0px;
}
.cp_footer_copyright .copyright {
  padding: 20px;
  color: #9b9b9b;
}

.login_title {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 300;
}

.login_box input {
  border-radius: 6px;
}

.account_actions {
  margin-top: 16px;
  margin-bottom: 40px;
  text-align: center;
}
.account_actions a {
  text-decoration: none;
  color: #434343;
}

/*Right Side sticky button*/
.sticky-container {
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -9.8rem;
  top: 72%;
  width: 15rem;
  z-index: 99;
}
.sticky-container ul {
  margin: 0px;
  padding: 0px;
}
.sticky-container .sticky img {
  width: 5rem;
  z-index: 999 !important;
  display: block;
  position: relative;
}

.sticky li {
  list-style-type: none;
  background-color: none;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.sticky p {
  float: left;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
  position: relative;
  margin: 0px;
  display: block;
  background-color: transparent !important;
  padding: 10px 15px 10px 30px;
  top: 1.3rem;
  z-index: 99;
  right: 2.5rem;
}

.sticky li:hover {
  margin-left: -115px;
}
.sticky li:hover p {
  background-color: #333 !important;
}

.sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}

/*Right Side Buttons End*/
/**Register Page**/
.register_form {
  margin: auto;
  text-align: center;
}

.form-container form {
  max-width: 600px;
}
.form-container h4 {
  text-align: left;
  margin-bottom: 2rem;
}
.form-container h4 i {
  color: #b8000f;
}
.form-container button {
  margin-bottom: 1rem;
}
.form-container .registration_declare p {
  font-size: 0.8rem;
}
.form-container .registration_declare a {
  color: #5d9cec;
}
.form-container .button_90w button {
  width: 90%;
}

.back_to_login {
  background-color: white;
  color: #8d8d8d;
  font-size: 0.8rem;
  border: 1px solid #cbcbcb;
  border-radius: 0.25rem;
  width: 90%;
  margin: auto;
  padding: 5px;
  margin-bottom: 2rem;
}
.back_to_login a {
  color: #999999;
}

.back_to_login:hover {
  background-color: #efefef;
  color: #8b8b8b;
  border-color: #cbcbcb;
}

/**Tracking Page**/
.tracking_side_right {
  justify-content: center;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.tracking_side_right img {
  width: 92%;
}

.tracking_details_table h4 {
  text-align: left;
  margin-bottom: 2rem;
}
.tracking_details_table h4 i {
  color: #b8000f;
}

.tracking_details_listing {
  margin-top: 2rem;
}
.tracking_details_listing p {
  text-align: center;
  font-size: 1rem;
  color: #8b8b8b;
}

@media (max-width: 768px) {
  .tracking_side_right img {
    width: 100%;
  }

  .tracking_details_table button {
    width: 100% !important;
  }
}
/**end tracking page**/
/**Parcel Page**/
.tab-content {
  background-color: white;
}

/**End Parcel Page**/
/**Responsive SCSS General**/
@media (max-width: 768px) {
  .form-container button {
    width: 90%;
  }

  .registration_declare p {
    width: 90%;
    margin: auto;
    padding-bottom: 1.2rem;
  }

  .page_header_block .page_header_shortmessage {
    padding-top: 0.9rem;
    font-size: 0.8rem;
  }

  .nav-tabs .nav-item .nav-link {
    padding: 10px 20px;
  }
}
/**End Responsive SCSS*/
rightbox {
  width: 100%;
}

.rb {
  width: 100%;
}

.rb-container ul.rb {
  margin-top: 2.5em;
  padding: 0;
  display: inline-block;
}

.rb-container ul.rb li {
  list-style: none;
  margin: auto;
  min-height: 50px;
  border-left: 2px solid #888888;
  padding: 0 10px 50px 40px;
  position: relative;
  margin-left: 25px;
}

.rb-container ul.rb li:last-child {
  border-left: 0;
}

.rb-container ul.rb li::before {
  position: absolute;
  left: -16px;
  content: " ";
  border: 8px solid white;
  border-radius: 500%;
  background: #126fb1;
  height: 30px;
  width: 30px;
  transition: all 400ms ease-in-out;
}

.rb-container ul.rb li:hover::before {
  border-color: #b8000f;
  background: #ffffff;
  transition: all 500ms ease-in-out;
}

ul.rb li .timestamp {
  color: #3272a9;
  position: relative;
  width: 100%;
  font-size: 12px;
}

.item-title {
  color: #000000;
}
