html,
body {
  font-family: "Lato", sans-serif;
  background-color: #fff;
}

/* Header Border */
/* @media screen and (max-width: 768px) {
  .desktop.border-bottom {
    border-bottom: none !important;
  }
} */

/* Header Logo */
.logo {
  height: 40px;
  padding-left: 10px;
}
.logo-left {
  height: 22px;
}
.logo-right {
  height: 40px;
  padding: 4px;
  border-right: 1px solid #ddd;
  padding-right: 12px;
}
.logo-selected {
  height: 30px;
}
.logo-selected-2 {
  height: 26px;
}

/* Header Title */
.header-title {
  margin-top: 30px;
}

.header-title a,
.header-title a:hover {
  /* text-decoration: none; */
  /* color: #000; */
}

/* Font Icons  */
.fa {
  font-size: 20px;
}

/* Submitted Icon  */
.submitted-icon {
  width: 100px;
  margin-top: 20px;
}

/* Mega Menu Chevron */
.fa-chevron-right::before {
  color: #a2a2a2;
  position: relative;
  top: -8px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .fa-chevron-right::before {
    padding-right: 5px;
  }
}

/* Ticket Search  */
.fa-magnifying-glass::before {
  position: relative;
  top: -41px;
  padding-left: 16px;
}

/* Back Arrow */
.fa-arrow-left::before {
  font-size: 24px !important;
}

/* Edit Hyperlink */
#edit,
.fa-pencil::before {
  color: #009bdf !important;
  text-decoration: none !important;
  font-size: 14px;
}

/* Password Show/Hide */
.fa-eye::before,
.fa-eye-slash::before {
  position: absolute;
  font-size: 22px;
  margin-top: -2.5em;
  right: 16px;
}

/* Message Thread */
.fa-paper-plane::before {
  background-color: #009bdf;
  color: #fff;
  padding: 0.65em;
  border-radius: 4px;
}

.fa-lock::before {
  font-size: 20px;
}

.fa-circle-info::before {
  font-size: 15px;
}

.message-lock {
  font-size: 14px !important;
}

/* ------ Global Styling ------ */
h1 {
  font-size: 40px !important;
}
h2 {
  font-size: 32px !important;
}
p {
  font-size: 16px !important;
}
p.text-muted {
  color: #ccc !important;
}

/* Bold */
b {
  font-size: 18px !important;
}
#card-title b {
  font-size: 18px !important;
}
#card-title p {
  font-size: 16px !important;
  margin-bottom: 0 !important;
  margin-top: 4px !important;
}

/* Divider */
.otp-divider {
  z-index: 30;
  display: inline-block;
  position: absolute;
  margin: -30px 0px 0px -28px;
  background-color: #fff;
  padding: 0px 20px;
}

/* TAC */
.tac {
  margin-top: 10px;
  font-size: 16px;
}

.tac a {
  text-decoration: none;
  padding: 0px 6px;
}

/* EKYC Steps */
.ekyc {
  font-size: 14px !important;
}

/* Popup */
.modal-backdrop {
  background-color: #030303 !important;
  opacity: 0.55 !important;
}

.modal-content {
  padding: 32px 16px !important;
  border-radius: 10px !important;
}

.modal b {
  font-size: 18px !important;
}

.modal p {
  font-size: 16px !important;
}

/* Global Button */
.btn-primary {
  background: #009bdf !important;
  font-size: 16px !important;
  border: 1px solid #009bdf !important;
  padding: 12px 0px !important;
  border-radius: 100px;
  color: #fff !important;
}
.btn-primary:hover {
  color: #fff !important;
}
.btn-primary:disabled {
  background: #d2d2d2 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  border: 1px solid #d2d2d2 !important;
  padding: 12px 0px !important;
}

.btn-outline-secondary {
  font-size: 16px !important;
  border: 1px solid #666 !important;
  color: #666 !important;
  padding: 12px 0px !important;
  border-radius: 100px;
}
.btn-outline-secondary:hover {
  color: #666 !important;
  background-color: #fff !important;
}

.btn-outline-secondary-blue {
  font-size: 16px !important;
  border: 1px solid #009bdf !important;
  color: #009bdf !important;
  padding: 12px 0px !important;
  border-radius: 100px;
}
.btn-outline-secondary-blue:hover {
  color: #009bdf !important;
}

.btn-outline-secondary:disabled,
.btn-outline-secondary-blue:disabled {
  color: #d2d2d2 !important;
  font-size: 16px !important;
  border: 1px solid #d2d2d2 !important;
  padding: 12px 0px !important;
}

#final-btn {
  padding: 0.8em 0em !important;
}

/* Reminder Card */
.reminder {
  border: 1px solid #f5bf41 !important;
  background-color: #fefcf4 !important;
}

.reminder.card {
  padding: 10px 16px 0px 16px !important;
}

.reminder a {
  color: #000;
}

.reminder b,
.reminder p {
  font-size: 14px !important;
}

/* Ticket Number */
#track-ticket h1 {
  color: #001c6c !important;
}
#track-ticket .fw-bold {
  font-size: 22px !important;
}

/* Forgot Password */
#forgot-password a {
  color: #009bdf !important;
  text-decoration: underline !important;
}

/* Reset Password */
#reset-password a {
  color: #fff !important;
  text-decoration: none !important;
}

/* Agent Dropdown */
#agent-dropdown a {
  text-decoration: none !important;
  font-size: 16px !important;
  color: #009bdf !important;
}
#agent-dropdown .dropdown-item {
  font-size: 16px !important;
  color: #333 !important;
}

/* Footer  */
.footer {
  margin-top: 6em;
  font-size: 14px !important;
  color: #333 !important;
  bottom: 0 !important;
  text-align: center !important;
  width: 100% !important;
}

.footer .text-muted {
  color: #999 !important;
  font-size: 14px !important;
}

.footer a {
  text-decoration: none !important;
  color: #333 !important;
}

.footer a:hover {
  text-decoration: underline !important;
}

/* -------  Form Control  ------- */
/* Input Fields */
input.form-control {
  font-size: 18px !important;
  color: #000 !important;
  background-color: #fff !important;
  /* padding: 16px !important; */
  border: 1px solid #ccc !important;
}

.form-floating {
  margin-top: 14px;
}

.form-floating label {
  font-size: 16px !important;
  color: #666 !important;
  font-weight: normal !important;
  white-space: pre-line !important;
}

@media only screen and (max-width: 600px) {
  .form-floating label {
    font-size: 16px !important;
    color: #666 !important;
    font-weight: normal !important;
    white-space: nowrap !important;
    width: 300px !important;
    display: inline-block !important;
  }
}

.form-control::placeholder {
  color: #fff !important;
}

.form-floating textarea {
  top: 538px;
  left: 356px;
  height: 150px !important;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #cccccc;
  border-radius: 8px;
  /* padding: 0.8em !important; */
  font-size: 18px !important;
}

.search .form-control::placeholder {
  font-size: 16px !important;
  color: #666 !important;
}

.error input.form-control {
  font-size: 18px !important;
  color: #000 !important;
  background-color: #fff !important;
  /* padding: 16px !important; */
  border: 1px solid #ff0000 !important;
}

.error p {
  color: #ff0000 !important;
  float: right !important;
  font-size: 14px !important;
  margin: -43px 16px 0px 0px;
}

.x-input-error-msg {
  color: #d35400 !important;
  font-family: "Lato", sans-serif !important;
  margin-top: 0px !important;
  font-size: 14px !important;
}

.character-limit {
  color: #bbb !important;
  font-family: "Lato", sans-serif !important;
  font-size: 14px !important;
}

.search input.form-control {
  font-size: 18px !important;
  color: #000 !important;
  background-color: #fff !important;
  padding: 16px !important;
  padding-left: 52px !important;
  border: 1px solid #ccc !important;
}

.search-error input.form-control {
  font-size: 18px !important;
  color: #000 !important;
  background-color: #fff !important;
  padding: 16px !important;
  padding-left: 52px !important;
  border: 1px solid #ff0000 !important;
}

.search-error p {
  color: #ff0000 !important;
  font-size: 14px !important;
  margin-top: -20px;
}

.card {
  padding: 16px 24px !important;
  border-radius: 10px !important;
}
.card-list {
  padding: 24px 0px;
  background-color: #fff;
  border-radius: 8px;
}

/* Blue Header */
.blue-header {
  background-color: #001c6c;
}

/* Language Tabs */
.nav-link {
  font-size: 14px !important;
  color: #fff !important;
  font-size: 11px;
  opacity: 0.4;
}
.nav-link.active {
  color: #fff !important;
  opacity: 1;
}

/* Inquiry Tabs */
#inquiry {
  padding: 12px 0px;
}
#inquiry .border {
  border: 1px solid #001c6c !important;
}
#inquiry .nav-pills {
  border-radius: 100px;
}
#inquiry .nav-pills .nav-link.active {
  font-size: 16px !important;
  border-radius: 100px;
  background-color: #001c6c !important;
  color: #fff !important;
  opacity: 1;
}
#inquiry .nav-pills .nav-link {
  font-size: 16px !important;
  color: #001c6c !important;
  padding: 14px !important;
  opacity: 1;
}

/* Number List */
.number {
  background: #009bdf !important;
  display: inline-block;
  height: 34px;
  width: 34px;
  padding-top: 4.5px;
  text-align: center;
  color: #fff;
  border-radius: 1.5em;
  font-size: 16px;
}

.disabled-number {
  background: #b7b5b5 !important;
  padding: 0.3em 0.8em;
  color: #fff;
  border-radius: 1.5em;
  font-size: 16px;
}

.disabled-title {
  color: #b7b5b5 !important;
  font-weight: bold;
  font-size: 18px;
}

/* Step 1 Dropdown */
#click-here .btn-outline-secondary {
  border: 1px solid #ccc !important;
  color: #222 !important;
  font-size: 18px;
  padding: 12px 15px !important;
  cursor: auto !important;
}
#click-here .dropdown-toggle:after {
  display: none !important;
}
#click-here .btn:hover,
#click-here .btn.show {
  background-color: #fff !important;
  cursor: pointer !important;
}
#click-here .dropdown-item {
  font-size: 18px !important;
  cursor: pointer !important;
}
#click-here .dropdown-menu img {
  height: 27px;
}

/* Step 3 Dropdown */
/* #dropdown .btn-outline-secondary {
  border: 1px solid #ccc !important;
  color: #666 !important;
  text-align: left !important;
  padding: 0.8em 1.2em !important;
}
#dropdown .dropdown-toggle:after {
  display: flex !important;
  float: right !important;
  margin-top: 10px;
}
#dropdown .btn:hover,
#dropdown .btn.show {
  background-color: #fff !important;
}
#dropdown .dropdown-item {
  font-size: 18px !important;
} */

/* Ticket Status */
#status-open {
  color: #56aceb;
}
#status-closed {
  color: #ff001d;
}

.fa-rotate-right {
  font-size: 16px;
}

.btn-load {
  font-size: 14px;
  color: #7c7c7c;
  border: none !important;
  border-radius: 10px;
  background: #fff;
  padding: 6px 10px;
  margin-top: 10px;
}

#ticket-list {
  cursor: pointer;
}

.x-digi-cs-tac-container {
  position: static;
  left: 397px;
  top: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.x-digi-cs-tac-text {
  font-size: 14px;
  font-family: "Lato", sans-serif !important;
  font-weight: normal !important;
  margin-top: -6px !important;
}

/* Date Label */
.x-input-label {
  font-family: "Lato", sans-serif !important;
  font-size: 14px !important;
  font-weight: normal !important;
  color: #666 !important;
  margin-top: 2px !important;
}
.x-input-text {
  background: #fff !important;
  font-family: "Lato", sans-serif !important;
  margin-top: 6px !important;
  font-size: 16px !important;
  font-weight: normal !important;
  color: #666 !important;
}

.x-input-select-2 {
  /* Layout Properties */
  top: 536px;
  left: 356px;
  height: 62px;
  /* UI Properties */
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 8px;
}

/* Step 3 */
/* Mega Menu Hover */
.parent-category {
  cursor: pointer;
}

/* Edit Link Button */
.edit-button p {
  cursor: pointer;
  color: #009bdf;
  font-size: 15px !important;
}

/* Select Categories Dropdown */
.select2-container .select2-selection--single {
  background: #fff !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  padding: 0 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 13px 8px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.select2-results__option--selectable,
.select2-results__option {
  color: #333333 !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 14px !important;
  right: 10px !important;
}

.select2-selection--single {
  height: 56px !important;
  margin-bottom: 0px !important;
  padding-right: 16px !important;
  padding-left: 10px !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #c7c9cc !important;
  border-radius: 8px !important;
  background-color: hsla(0, 0%, 96.1%, 0.5) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #333333 !important;
}

/* Categories Placeholder */
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  font-family: "Lato", sans-serif !important;
  font-size: 16px !important;
  font-weight: normal;
  color: #666 !important;
}

/* Selected Category */
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 18px !important;
}

.for-hide {
  display: none;
}

.no-search .select2-search,
.loading-results {
  display: none;
}

.a-as-button {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-input.invalid,
.w-select.invalid {
  border-color: red;
}

/* Dropdown Items */
.select2-results__option--selectable,
.select2-results__option {
  color: #333333 !important;
  font-size: 16px !important;
  padding: 8px !important;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #eee !important;
}

/* Step 4 */
.link-2 {
  font-family: "Lato", sans-serif !important;
}

/* Submitted Ticket */
.ticket-code-header {
  top: 355px;
  left: 581px;
  height: 48px;
  display: flex;
  justify-content: center;
  font: normal normal bold 40px/48px Lato;
  letter-spacing: 0px;
  color: #001976;
  opacity: 1;
}

.x-input-label {
  font-family: "Lato", sans-serif !important;
  font-size: 14px !important;
  font-weight: normal !important;
  color: #999 !important;
  top: 10px !important;
  line-height: 24px !important;
}

.x-input-label .for-idle {
  top: 10px !important;
  line-height: 24px !important;
}

input:read-only, label.readonly-label:after {
  background-color: lightgrey !important;
}

.element {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.element.expanded {
  max-height: 100vh;
}

.ticket-details-element {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.ticket-details-element.expanded {
  max-height: none;
}

.digi-logo-height {
  height: 45px !important;
}
