/*---------------------------------------------------
   CG Team Front-end :) Apollo Notification Custom
---------------------------------------------------*/

/*-----------------------------
	Responsive Screen
-------------------------------*/

/*
	Responsive
-------------------------------*/

.dp-flex {
  display: flex;
}

.flex-auto {
  flex: auto;
}

.align-items-center {
  align-items: center;
}

@media (min-width: 1200px) {
  .modal-xl {
    width: 1140px !important;
    max-width: 1140px !important;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

.cg_notification_list_wrapper {
  max-width: 100%;
  max-height: 100%;
}

.cg_notification_list_wrapper .dropdown-menu {
  max-width: 350px;
  min-width: 290px;
  border: none !important;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07) !important;
}

@media (max-width: 576px) {
  .cg_notification_list_wrapper .dropdown-menu {
    right: -130% !important;
  }

  .cg_notification_list_wrapper .dropdown-menu:before {
    display: none !important;
  }
}

.cg_notification_list_wrapper .dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block !important;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #002e6e !important;
  border-left: 6px solid transparent;
  content: "";
}

@media (max-width: 576px) {
  .cg_notification_list_wrapper .dropdown-menu:after {
    display: none !important;
    border-bottom: 6px solid transparent !important;
  }
}

.cg_notification_list_wrapper .cg_notification_tittle {
  padding: 1.6rem 2rem;
  background: #002e6e;
}

.cg_notification_list_wrapper .cg_notification_tittle h5 {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
}

.cg_notification_list_wrapper .notification-message {
  max-height: 450px;
  overflow: auto;
}

.cg_notification_list_wrapper .notification-message .dropdown-item {
  width: 100%;
  padding: 1rem 3rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #f2f6f9;
  text-align: left;
  border-left: none;
  border-right: none;
  transition: 0.3s ease;
}

.cg_notification_list_wrapper .notification-message .dropdown-item.active {
  background: #ffc107;
}

.cg_notification_list_wrapper .notification-message .dropdown-item .notify-details h3 {
  font-size: 1.8rem;
  color: #000;
  font-weight: 600;
  margin: 0.5rem 0;
}

.cg_notification_list_wrapper .notification-message .dropdown-item .notify-details P {
  font-size: 1.4rem;
  margin: 0.5rem 0;
}

.cg_notification_list_wrapper .notification-message .dropdown-item .notify-details span {
  font-size: 1.2rem;
  color: #aaa;
}

.cg_notification_list_wrapper .notification-message .dropdown-item:hover {
  background: #fff;
}

.cg_notification_list_wrapper .cg_button_clear_notification_wrapper {
  padding: 1rem 2rem;
  background: #fff;
  width: 100%;
  display: inline-block;
  float: right;
}

.cg_notification_list_wrapper .cg_button_clear_notification_wrapper button {
  border: none;
  background: none;
  color: #ff0010;
  float: right;
}

.vm--container {
  z-index: 10000 !important;
}

.error-text {
  color: red;
}

/*---------------------------------------------------------
   CG Team Front-end :) Apollo Notification Custom BYE BYE
-----------------------------------------------------------*/

#printContent .print-content-header,
#printContent1 .print-content-header {
  display: flex;
  justify-content: space-between;
}

#printContent .print-content-header-left,
#printContent1 .print-content-header-left {
  width: 300px;
}

#printContent .print-content-header-right,
#printContent1 .print-content-header-right {
  padding: 8px;
  width: 470px;
  font-size: 14px;
}

#printContent .table-bordered > thead > tr > th,
#printContent1 .table-bordered > thead > tr > th {
  vertical-align: middle;
}

@media print {
  #printContent {
    width: 100%;
    margin: 5px auto;
  }

  #printContent .print-content-header-left {
    width: 20%;
    font-size: 12px !important;
  }

  #printContent .print-content-header-center {
    width: 50%;
    font-size: 12px !important;
  }

  #printContent .print-content-header-center h2 {
    font-size: 20px !important;
  }

  #printContent .print-content-header-center h3 {
    font-size: 16px !important;
  }

  #printContent .print-content-header-right {
    display: flex;
    justify-content: space-around;
    width: 30%;
  }

  #printContent .print-content-header-right .text-left {
    font-size: 10px !important;
    font-weight: 700 !important;
  }

  #printContent .table-bordered {
    border-collapse: collapse;
    width: 100%;
  }

  #printContent .table-bordered th,
  #printContent .table-bordered td {
    font-size: 7px;
  }

  #printContent .table-bordered th {
    font-weight: bold;
    width: 20px;
  }

  #printContent .label-hidden-col {
    display: none !important;
  }

  #printContent .divider {
    width: 50%;
    float: left;
  }

@page {
    size: landscape;
}
}

.print-label {
  visibility: hidden;
  width: 378px;
  height: 378px;
  overflow: hidden;
}

.print-label td {
  font-size: 8px;
}

.print-label .print-label-header-middle span,
.print-label .print-label-header-right span {
  font-size: 8px;
}

.print-label .label-print-footer-right {
  display: flex;
  justify-content: space-between;
}

.print-label .table > tbody > tr > td {
  padding: 4px 8px;
  border: 1px solid #000;
}

@media print {
  .print-label {
    visibility: visible;
    page-break-after: always;
  }
}

.list_parcels_table .multiselect__content-wrapper {
  position: relative !important;
}

.apl-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1031;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: none;
}

.apl-loading img {
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.checkboxes-and-radios {
  margin-top: 5px !important;
}

.checkboxes-and-radios input {
  display: none;
}

.checkboxes-and-radios label {
  cursor: pointer;
  padding-right: 50px;
  position: relative;
  font-size: 18px;
  margin-bottom: 11px;
}

.checkboxes-and-radios input[type=checkbox],
.checkboxes-and-radios input[type=radio] {
  position: absolute;
  visibility: hidden !important;
}

.checkboxes-and-radios input[type=checkbox] + label:before,
.checkboxes-and-radios input[type=checkbox] + label:after,
.checkboxes-and-radios input[type=radio] + label:before,
.checkboxes-and-radios input[type=radio] + label:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  box-sizing: border-box;
}

.checkboxes-and-radios input[type=checkbox] + label:before,
.checkboxes-and-radios input[type=radio] + label:before {
  width: 50px;
  height: 26px;
  right: 0px;
  background: #fff;
  border: 1px solid #e4e3e1;
  border-radius: 15px;
}

.checkboxes-and-radios input[type=checkbox] + label:after,
.checkboxes-and-radios input[type=radio] + label:after {
  width: 20px;
  height: 20px;
  right: 27px;
  background: #bdbdbd;
  border-radius: 50%;
  transition: all 200ms ease-out;
  top: 3px;
}

.checkboxes-and-radios input[type=checkbox]:checked + label:after,
.checkboxes-and-radios input[type=radio]:checked + label:after {
  right: 3px;
  top: 3px;
  background: #ff9800;
}

.apl_note_color_assign_delivery {
  float: left;
  margin: 0px 10px 5px 10px;
}

.apl_note_color_assign_delivery_s {
  color: #008001;
  font-weight: bold;
}

.apl_note_color_assign_delivery_u {
  color: #8b0313;
  font-weight: bold;
}

.apl_note_color_assign_delivery_p {
  color: #fcca00;
  font-weight: bold;
}

.apl_note_color_assign_delivery_c {
  color: #ff3b3b;
  font-weight: bold;
}

.apl_note_color_assign_delivery_r {
  color: #fa931a;
  font-weight: bold;
}

.apl_note_color_assign_delivery_a {
  color: #2ab5ba;
  font-weight: bold;
}

.apl_note_color_assign_delivery_np {
  color: #0057cd;
  font-weight: bold;
}

.apl_note_color_assign_delivery_pce {
  color: #008001;
  font-weight: bold;
}

.apl_note_color_assign_delivery_pcc {
  color: #ff3b3b;
  font-weight: bold;
}

.apl_note_color_assign_delivery_prc {
  color: #fa931a;
  font-weight: bold;
}

.page-sidebar .page-sidebar-menu > li.open > a {
  background: #246ba9 !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

