@font-face {
  font-family: Montserrat-Bold;
  src: url(/assets/fonts/Montserrat/Montserrat-Black_0.ttf)
}

@font-face {
  font-family: Montserrat-Regular;
  src: url(/assets/fonts/Montserrat/Montserrat-SemiBold_0.ttf)
}

::selection {
  color: #fff;
  background-color: #0074fc;
}

::placeholder {
  color: #7a7b97 !important
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
a {
  text-decoration: none !important;
  color: #535353 !important;
}
.text-end {
  text-align: end !important;
}
.form-control {
  border: 1px solid #d1d2db
}

.text-gray {
  color: #6c757d
}

.eye-toggle {
  position: relative;
}

.eye-check,
.eye-check-two {
  background: transparent !important;
  cursor: pointer;
  border: none;
}

.eye-toggle .eye-check {
  position: absolute;
  top: 1px;
  right: 7px;
}

.eye-toggle .eye-check-two {
  position: absolute;
  top: 30px;
  right: 24px;
}

.btn-orio-auth {
  background: #0074FC;
  color: #fff;
  height: 38px;
  line-height: 10px;
  min-width: 150px
}

.Montserrat-Bold {
  font-family: Montserrat-Bold;
  color: #222
}

.Montserrat-Regular {
  font-family: Montserrat-Regular;
  color: #495057
}

.logo-wrapper {
  margin-bottom: 40px
}

.bg-orio {
  background-image: url(.././img/Orio-Pattern.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  background-repeat: no-repeat;
  height: 100vh !important;
  overflow: hidden;
}

/*=========================BTN STYLES=========================*/
.text-orio,
.text-orio:hover {
  color: #0074FC;
}

.btn-orio {
  background: #0074FC !important;
  color: #fff !important;
  height: 42px;
  min-width: 185px;
  border-radius: 10px;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn-orio:hover {
  background: #005DCA !important;
  color: #fff !important;
}

.btn-secondary-orio {
  background: #e4e6e9;
  color: #4e4d4d;
  height: 42px;
  min-width: 175px;
  border-radius: 10px;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn-secondary-orio:hover {
  background: #cecfcf;
  color: #4e4d4d;
}

.btn-logout {
  border-radius: 6px !important;
  font-weight: 400 !important;
  border: none !important;
}

.btn-logout:hover {
  background-color: red !important;
  color: #FFE2E6 !important;
}

.btn-logout-icon {
  color: #b5b8ba;
}

.btn-logout-icon:hover {
  color: red;
}

.badge-error,
.badge-error a {
  background-color: #FFE2E6;
  color: #F64E60;
}

/*=================== SIDEBAR WORK ===================*/
.app-sidebar {
  background: #fff !important;
}

.nav-logo>a.brand-logo {
  width: 100px;
  transition: all .3s;
  margin: 0 auto;
}

.sidebar-collapsed .nav-logo>a.brand-logo {
  width: 60px;
  transition: all .3s;
}

.nav-logo>a.brand-logo>img {
  width: 100%;
}

.table td,
.table th {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

div#reportrange {
  font-size: 13px;
  width: 330px !important;
}

.fx-ul-scroll-list {
  height: 250px;
  overflow-y: auto;
}

.fx-ul-scroll-list-cities {
  height: 450px;
  overflow-y: auto;
}

.list-cities-min-height {
  min-height: 350px;
}

.coursor-pointer {
  cursor: pointer;
}

/*=================== DASHBOARD PAGE CSS ===================*/
.swal2-styled.swal2-cancel {
  background-color: #ccc !important;
}

.swal2-styled.swal2-confirm {
  background-color: #e72d52 !important;
}

.text-address {
  height: 3em;
  overflow: hidden;
}

.select2-container .select2-search--inline,
.select2-container .select2-selection--multiple .select2-selection__choice {
  line-height: 22px;
  font-size: 13px;
}

.sidebar-navigation ul .fade.mm-collapse {
  display: none;
  height: 0px;
  opacity: 0;
  transition: all .3s;
}

.sidebar-navigation ul .fade.mm-collapse.mm-show {
  display: block;
  height: auto;
  opacity: 1;
  transition: all .3s;
}

form label {
  font-size: 12px;
  font-weight: 600;
}

form input.form-control,
form textarea.form-control,
form select.form-control {
  font-size: 12px;
  line-height: 18px;
  padding: 10px;
}

.dt-buttons button {
  background: #e4e6e9 !important;
  display: inline-block;
  border: 1px solid #ababab !important;
  color: #4e4d4d !important;
}

.dt-button-collection.dropdown-menu {
  visibility: visible;
  opacity: 1;
}

div.dt-button-background {
  background: rgba(0, 0, 0, 0.7);
  background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7)));
  background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
}

div.dt-button-collection.dropdown-menu .dt-button {
  margin-bottom: 5px;
  border-radius: 5px !important;
  border: 1px solid #4E4D4D;
  text-align: center;
  color: #4E4D4D;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #4E4D4D !important;
  text-decoration: none !important;
  border: 1px solid #E4E6EB !important;
  background-color: #E4E6EB !important;
}

.dt-button-collection.dropdown-menu.fixed.two-column {
  padding: 30px;
  border-radius: 10px;
}

div.dt-button-collection.dropdown-menu.two-column {
  padding-bottom: 1px;
  -webkit-column-count: 5 !important;
  -moz-column-count: 5 !important;
  -ms-column-count: 5 !important;
  -o-column-count: 5 !important;
  column-count: 5 !important;
}

div.dt-button-collection.dropdown-menu .dt-button:nth-child(2) {
  display: none !important;
}

div.dt-button-collection.dropdown-menu.fixed.two-column {
  margin-left: 0 !important;
  width: 90%;
  top: 54% !important;
  left: 5% !important;
  right: 0% !important;
}

div.dt-button-collection.dropdown-menu.fixed.three-column {
  margin-left: 0 !important;
  width: 70%;
  top: 54% !important;
  left: 16% !important;
  right: 0% !important;
  padding: 30px;
  border-radius: 10px;
}

div.dt-button-collection.dropdown-menu.fixed.four-column {
  margin-left: 0 !important;
  width: 80%;
  top: 54% !important;
  left: 11% !important;
  right: 0% !important;
  padding: 30px;
  border-radius: 10px;
}

div.dt-button-collection.dropdown-menu.fixed.column {
  margin-left: 0 !important;
  width: 50%;
  top: 54% !important;
  left: 25% !important;
  right: 0% !important;
  padding: 30px;
  border-radius: 10px;
}

.daterangepicker.ltr {
  display: none;
}

.table thead th {
  display: table-cell;
}

.user-right ul li {
  margin-bottom: 8px;
}

.user-right ul {
  list-style: none;
}

.daterangepicker .ranges li.active,
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #0074fc !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
  top: 25px !important;
  background-color: transparent !important;
  font-size: 22px;
  color: #828282 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: none !important;
}

table.dataTable>tbody>tr.child ul.dtr-details {
  display: flex !important;
}

table.dataTable>tbody>tr.child,
table.dataTable>tbody>tr.child>td.child {
  padding: 0px !important;
}

table.dataTable>tbody>tr.child ul.dtr-details li {
  display: grid !important;
  border: none !important;
  text-align: center !important;
  padding: 0.75rem !important;
}

.cursor-pointer {
  cursor: pointer;
}

.text-decoration {
  text-decoration: underline !important;
}

.badge-replacement {
  background: #66cccc2e;
  color: #66cccc;
}

.badge-deleted {
  background: #46464629;
  color: #464646;
}

.badge-deactive,
.badge-returned {
  color: #f83245;
  background: #f832452e;
}

.badge-accepted {
  background: #9b51e029;
  color: #9b51e0;
}

.badge-trial,
.badge-in-transit {
  background: #f2d01636;
  color: #f2d016;
}

/*=========================== Arrow Spinner ===========================*/
.arrowSpinner {
  width: 45px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 6px;
  background: conic-gradient(from 135deg at top, #0074FC 90deg, #0000 0) 0 calc(50% - 4px)/17px 8.5px,
    radial-gradient(farthest-side at bottom left, #0000 calc(100% - 6px), #0074FC calc(100% - 5px) 99%, #0000) top right/50% 50% content-box content-box,
    radial-gradient(farthest-side at top, #0000 calc(100% - 6px), #0074FC calc(100% - 5px) 99%, #0000) bottom /100% 50% content-box content-box;
  background-repeat: no-repeat;
  animation: l11 1s infinite linear;
}

@keyframes l11 {
  100% {
    transform: rotate(1turn)
  }
}

/*=========================== Arrow Spinner ===========================*/
.badge-rejected {
  background: #ff740036;
  color: #ff7400;
}

.badge-active,
.badge-delivered {
  background: #1bc9432b;
  color: #15ad38;
}

.badge-onroute {
  background: #caf7d4;
  color: #29d250;
}

.badge-info,
.badge-shipped {
  color: #4191ff;
  background: #4191ff2e;
}

.action-perform-btns>a {
  display: inline-block;
  margin-right: 5px;
}

.action-perform-btns>a>svg {
  width: 15px;
  height: 15px;
}

.select2-container--bootstrap4 .select2-selection,
.rd-100 {
  border-radius: 5px !important;
}

.notechat {
  position: relative;
  opacity: 1;
  border: 0;
  padding: 0.83333rem 2rem;
  border-radius: 1.5rem;
  border-top-left-radius: 0.29rem;
  max-width: 50%;
  min-width: 100%;
  font-size: 0.83125rem;
}

/*=========================Notification Bell=========================*/
@keyframes ring {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(20deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.dot {
  position: absolute;
  top: -10px;
  right: -5px;
  width: 10px;
  height: 10px;
  background-color: green;
  border-radius: 50%;
  opacity: 0;
  animation: blink 5s infinite;
}

.ringing {
  animation: ring 0.5s infinite;
}

/*=========================Notification Bell=========================*/
.spinner-sm {
  --uib-size: 28px;
  --uib-speed: 0.9s;
  --uib-color: #183153;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--uib-size);
  width: var(--uib-size);
}

.spinner-md {
  --uib-size: 50px;
  --uib-speed: 0.9s;
  --uib-color: #183153;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--uib-size);
  width: var(--uib-size);
}

.spinner-lg {
  --uib-size: 80px;
  --uib-speed: 0.9s;
  --uib-color: #183153;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--uib-size);
  width: var(--uib-size);
}

.spinner-circle {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

.spinner-circle::before {
  content: "";
  height: 20%;
  width: 20%;
  border-radius: 50%;
  background-color: var(--uib-color);
  transform: scale(0);
  opacity: 0.5;
  animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
  box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
}

.spinner-circle:nth-child(2) {
  transform: rotate(45deg);
}

.spinner-circle:nth-child(2)::before {
  animation-delay: calc(var(--uib-speed) * -0.875);
}

.spinner-circle:nth-child(3) {
  transform: rotate(90deg);
}

.spinner-circle:nth-child(3)::before {
  animation-delay: calc(var(--uib-speed) * -0.75);
}

.spinner-circle:nth-child(4) {
  transform: rotate(135deg);
}

.spinner-circle:nth-child(4)::before {
  animation-delay: calc(var(--uib-speed) * -0.625);
}

.spinner-circle:nth-child(5) {
  transform: rotate(180deg);
}

.spinner-circle:nth-child(5)::before {
  animation-delay: calc(var(--uib-speed) * -0.5);
}

.spinner-circle:nth-child(6) {
  transform: rotate(225deg);
}

.spinner-circle:nth-child(6)::before {
  animation-delay: calc(var(--uib-speed) * -0.375);
}

.spinner-circle:nth-child(7) {
  transform: rotate(270deg);
}

.spinner-circle:nth-child(7)::before {
  animation-delay: calc(var(--uib-speed) * -0.25);
}

.spinner-circle:nth-child(8) {
  transform: rotate(315deg);
}

.spinner-circle:nth-child(8)::before {
  animation-delay: calc(var(--uib-speed) * -0.125);
}

/* =============================Dropzone================================= */
.dropzone_upload {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.65rem;
  z-index: 9;
}

.dropzone_upload img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =============================Dropzone================================= */
/* =============================CK Editor================================= */
.cke_notification {
  display: none !important;
}

/* =============================CK Editor================================= */

@keyframes pulse0112 {

  0%,
  100% {
    transform: scale(0);
    opacity: 0.5;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}

/* =============================Apex Chart================================= */
.apexcharts-tooltip-custom {
  background: white;
  border: 1px solid #e0e0e0;
  padding: 10px;
  border-radius: 4px;
  font-size: 12px;
  color: #333;
}

.tooltip-series {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.tooltip-header {
  font-size: 14px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 5px;
}

.tooltip-marker {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}

.tooltip-text {
  margin: 0;
}

/* =============================Apex Chart================================= */
/* =======================Tags======================== */
.system_tags .label-info {
  background-color: #cbd0d6;
}

.system_tags .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 80%;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.bootstrap-tagsinput .tag {
  color: #4e4d4d !important;
  background: #e4e6e9 !important;
}

.system_tags .bootstrap-tagsinput {
  display: block;
  width: 100%;
  height: fit-content;
  padding: 10px;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3b3e66;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #cccccc;
  border-radius: 0.6rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* =======================Tags========================= */

/* =======================Full Calendar========================= */
.btn-group button,
.fc-left button {
  text-transform: capitalize !important;
}

.fc-scroller {
  overflow: hidden !important;
}

.fc-day-grid .fc-day {
  min-height: 40px !important;
}

.fc-event-container .fc-content {
  white-space: normal !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.fc-event {
  font-size: 14px !important;
  padding: 2px 4px !important;
}

.fc-description {
  font-size: 10px;
  color: white;
  margin-top: 3px;
  white-space: normal;
  word-wrap: break-word;
}

.calendar-legend {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}

.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.calendar-legend {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
  font-size: 14px;
}

.legend-item {
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  user-select: none;
}

.legend-item:not(.active) {
  opacity: 0.5;
  text-decoration: line-through;
}
/* =======================Full Calendar========================= */

.resize-none{
  resize: none;
}


.w-1200 {
    max-width: 1200px !important;
}

/* =======================Track========================= */
#third_party_tracking .ticketinfowrap .infodiv {
  text-align: center !important;
}

#third_party_tracking .ticketcreatewrap .popheading > h4 {
  font-size: 20px;
  line-height: 22px;
  color: #727272;
  font-weight: 500;
  margin-bottom: 0px;
}

.ticketinfowrap {
  background: #f4f5fd;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  justify-content: space-around;
}

.px-34 {
  padding: 0px 34px;
}

#third_party_tracking .ticketinfowrap .infodiv {
  width: auto;
  height: auto;
  overflow: hidden;
}

#third_party_tracking .ticketinfowrap .infodiv span {
  font-size: 14px;
  font-weight: 400;
  display: block;
}

#third_party_tracking .ticketinfowrap .infodiv span.boldspan {
  font-weight: 600;
}

.orderview .ticketinfowrap .infodiv span.btn {
  padding: 0.35rem 1.25rem;
  min-width: 80px;
  height: 24px;
  line-height: 12px;
}

#third_party_tracking .ticketinfowrap .infodiv span {
  font-size: 14px;
  font-weight: 400;
}

#third_party_tracking .ticketinfowrap .infodiv span.btn-orio {
  font-size: 13px;
  line-height: 10px;
}

#third_party_tracking .ticketcreatewrap .popheading > h4 {
  font-size: 20px;
  line-height: 22px;
  color: #727272;
  font-weight: 500;
  margin-bottom: 0px;
}

#third_party_tracking .ticketcreatewrap .shipdetails {
  margin-top: 15px;
}

#third_party_tracking .ticketcreatewrap .shipdetails > span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #727272;
}
/* =======================Track========================= */
