:root, [data-bs-theme="light"], [data-bs-theme="dark"], html {
  --bs-primary: #1062fe !important;
  --bs-primary-rgb: 16, 98, 254 !important;
  --bs-primary-bg-subtle: rgba(16, 98, 254, 0.12) !important;
  --bs-primary-border-subtle: rgba(16, 98, 254, 0.25) !important;
  --bs-link-color: #1062fe !important;
  --bs-link-hover-color: #0b4ecb !important;
}

.btn-primary {
  background-color: #1062fe !important;
  border-color: #1062fe !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(16, 98, 254, 0.4) !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #0b4ecb !important;
  border-color: #0b4ecb !important;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(16, 98, 254, 0.5) !important;
}
.btn-outline-primary {
  color: #1062fe !important;
  border-color: #1062fe !important;
}
.btn-outline-primary:hover {
  background-color: #1062fe !important;
  border-color: #1062fe !important;
  color: #fff !important;
}
.text-primary {
  color: #1062fe !important;
}
.bg-primary {
  background-color: #1062fe !important;
}
.badge.bg-primary {
  background-color: #1062fe !important;
  color: #ffffff !important;
}
.badge.bg-primary.bg-opacity-10, .badge.bg-label-primary {
  background-color: rgba(16, 98, 254, 0.12) !important;
  color: #1062fe !important;
}
.badge.bg-success.bg-opacity-10, .badge.bg-label-success {
  background-color: rgba(16, 185, 129, 0.12) !important;
  color: #10b981 !important;
}
.badge.bg-danger.bg-opacity-10, .badge.bg-label-danger {
  background-color: rgba(239, 68, 68, 0.12) !important;
  color: #ef4444 !important;
}
.badge.bg-warning.bg-opacity-10, .badge.bg-label-warning {
  background-color: rgba(245, 158, 11, 0.12) !important;
  color: #f59e0b !important;
}
.badge.bg-info.bg-opacity-10, .badge.bg-label-info {
  background-color: rgba(14, 165, 233, 0.12) !important;
  color: #0ea5e9 !important;
}
.badge.bg-secondary.bg-opacity-10, .badge.bg-label-secondary {
  background-color: rgba(100, 116, 139, 0.12) !important;
  color: #64748b !important;
}
.bg-gradient {
  background: linear-gradient(135deg, #1062fe 0%, #3b82f6 100%) !important;
}
.menu-vertical .menu-item.active > .menu-link:not(.menu-toggle) {
  background: linear-gradient(72.47deg, #1062fe 22.16%, rgba(16, 98, 254, 0.7) 76.47%) !important;
  box-shadow: 0 2px 6px 0 rgba(16, 98, 254, 0.48) !important;
  color: #fff !important;
}
.form-check-input:checked {
  background-color: #1062fe !important;
  border-color: #1062fe !important;
}
.form-control:focus, .form-select:focus {
  border-color: #1062fe !important;
  box-shadow: 0 0 0 0.25rem rgba(16, 98, 254, 0.18) !important;
}
.pagination .page-item.active .page-link {
  background-color: #1062fe !important;
  border-color: #1062fe !important;
}

/* Seamless Input Groups */
.input-group > .input-group-text:first-child {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: 0 !important;
}
.input-group > .form-control:not(:first-child):not(:last-child) {
  border-radius: 0 !important;
}
.input-group > .form-control:not(:first-child):last-child {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.input-group > .form-control:first-child:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.input-group > .btn:last-child {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* ==========================================================================
   LUXURY SWEETALERT2 POPUP STYLING
   ========================================================================== */
.swal2-container {
  backdrop-filter: blur(6px) !important;
}
.swal2-popup {
  font-family: 'Alexandria', sans-serif !important;
  border-radius: 1.25rem !important;
  border: 1px solid rgba(226, 232, 240, 0.95) !important;
  box-shadow: 0 25px 60px -15px rgba(15, 23, 42, 0.25) !important;
  padding: 1.75rem !important;
}
.swal2-title {
  font-family: 'Alexandria', sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  color: #1e293b !important;
  letter-spacing: -0.3px !important;
}
.swal2-html-container {
  font-family: 'Alexandria', sans-serif !important;
  font-size: 0.92rem !important;
  color: #64748b !important;
  line-height: 1.6 !important;
}
.swal2-actions {
  gap: 0.65rem !important;
  margin-top: 1.5rem !important;
}
.swal2-styled.swal2-confirm {
  background: linear-gradient(135deg, #1062fe 0%, #2563eb 100%) !important;
  border-radius: 0.65rem !important;
  font-family: 'Alexandria', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.88rem !important;
  padding: 0.6rem 1.5rem !important;
  box-shadow: 0 4px 14px rgba(16, 98, 254, 0.3) !important;
}
.swal2-styled.swal2-cancel {
  background: #f1f5f9 !important;
  color: #475569 !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 0.65rem !important;
  font-family: 'Alexandria', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.88rem !important;
  padding: 0.6rem 1.5rem !important;
}
.swal2-styled.swal2-cancel:hover {
  background: #e2e8f0 !important;
}

/* ==========================================================================
   DEVELOPER API DOCS LUXURY DESIGN SYSTEM
   ========================================================================== */
.api-docs-sidebar {
  border-radius: 1.15rem;
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
}
.api-docs-sidebar .nav-link {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: start !important;
  font-size: 0.85rem;
  font-weight: 600;
  color: #475569;
  border-radius: 0.65rem;
  padding: 0.6rem 0.85rem;
  transition: all 0.15s ease;
  margin-bottom: 0.25rem;
  border: 1px solid transparent;
}
.api-docs-sidebar .nav-link:hover {
  background: #f8fafc;
  color: #1062fe;
}
.api-docs-sidebar .nav-link.active {
  background: linear-gradient(135deg, #1062fe 0%, #2563eb 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(16, 98, 254, 0.35) !important;
}
.api-docs-sidebar .nav-link svg {
  flex-shrink: 0 !important;
  margin-inline-end: 0.6rem !important;
}
.api-docs-sidebar .nav-link.active svg {
  color: #ffffff !important;
}
.api-docs-sidebar .sidebar-heading {
  text-align: start !important;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #94a3b8;
  padding: 0.5rem 0.85rem 0.25rem;
}
.api-card {
  border-radius: 1.25rem !important;
  border: 1px solid rgba(226, 232, 240, 0.95) !important;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05) !important;
  background: #ffffff;
}
.api-endpoint-box {
  background: #0f172a;
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  font-family: monospace;
  color: #38bdf8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #1e293b;
  margin-bottom: 1.25rem;
}
.api-method-badge {
  font-family: monospace;
  font-weight: 700;
  font-size: 0.78rem;
  padding: 0.25rem 0.6rem;
  border-radius: 0.4rem;
  letter-spacing: 0.5px;
}
.api-method-post {
  background: rgba(16, 185, 129, 0.15);
  color: #10b981;
  border: 1px solid rgba(16, 185, 129, 0.3);
}
.api-method-get {
  background: rgba(16, 98, 254, 0.15);
  color: #1062fe;
  border: 1px solid rgba(16, 98, 254, 0.3);
}
.api-method-delete {
  background: rgba(239, 68, 68, 0.15);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.3);
}
.api-table {
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}
.api-table th {
  background: #f8fafc !important;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #475569;
  letter-spacing: 0.5px;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e2e8f0;
}
.api-table td {
  padding: 0.75rem 1rem;
  font-size: 0.85rem;
  vertical-align: middle;
  border-bottom: 1px solid #f1f5f9;
}
.api-code-container {
  border-radius: 0.85rem;
  overflow: hidden;
  background: #0f172a;
  border: 1px solid #1e293b;
  margin-bottom: 1.25rem;
  box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.3);
}
.api-code-header {
  background: #1e293b;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #334155;
}
.api-code-dots {
  display: flex;
  gap: 6px;
}
.api-code-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.api-code-dot.red { background: #ef4444; }
.api-code-dot.yellow { background: #f59e0b; }
.api-code-dot.green { background: #10b981; }
.api-code-title {
  font-family: monospace;
  font-size: 0.78rem;
  color: #94a3b8;
  font-weight: 600;
}
.api-code-body {
  padding: 1rem 1.25rem;
  margin: 0;
  font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
  font-size: 0.84rem;
  line-height: 1.6;
  color: #e2e8f0;
  overflow-x: auto;
  background: transparent;
}
.api-code-body code {
  color: inherit;
}

/* ==========================================================================
   ALEXANDRIA LOCAL LUXURY FONT SYSTEM
   ========================================================================== */
@font-face {
  font-family: 'Alexandria';
  src: url('../fonts/Alexandria.ttf') format('truetype'),
       url('/fonts/Alexandria.ttf') format('truetype'),
       url('/themes/vuexy/fonts/Alexandria.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

*,
html,
body,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
input,
button,
select,
textarea,
p,
span,
a,
div,
label,
.card,
.btn,
.badge,
.table,
.table th,
.table td,
.form-control,
.form-select,
.menu-link,
.menu-item,
.menu-header,
.menu-text,
.app-brand-text,
.dropdown-item,
.modal-title,
.alert {
  font-family: 'Alexandria', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

body {
  background-color: #f6f8fb !important;
  color: #1e293b;
  letter-spacing: -0.15px;
}

/* Luxury Cards */
.card {
  border-radius: 1rem !important;
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
  box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.04), 0 2px 6px -1px rgba(15, 23, 42, 0.02) !important;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  background-color: #ffffff;
}

.card:hover {
  box-shadow: 0 12px 30px -4px rgba(16, 98, 254, 0.08), 0 4px 12px -2px rgba(0, 0, 0, 0.04) !important;
}

/* Sidebar Luxury Styling */
.layout-menu {
  background: #ffffff !important;
  border-right: 1px solid rgba(226, 232, 240, 0.8) !important;
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.02) !important;
}

.layout-menu .menu-inner > .menu-item > .menu-link {
  border-radius: 0.75rem !important;
  margin: 2px 12px !important;
  font-weight: 600 !important;
  transition: all 0.2s ease-in-out !important;
}

.layout-menu .menu-inner > .menu-item.active > .menu-link {
  background: linear-gradient(135deg, #1062fe 0%, #2563eb 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 6px 18px -2px rgba(16, 98, 254, 0.45) !important;
}

.layout-menu .menu-inner > .menu-item.active > .menu-link .menu-icon {
  color: #ffffff !important;
}

.layout-menu .menu-inner > .menu-item:not(.active) > .menu-link:hover {
  background: rgba(16, 98, 254, 0.06) !important;
  color: #1062fe !important;
}

/* Navbar Luxury Styling */
.layout-navbar {
  backdrop-filter: blur(12px) !important;
  background: rgba(255, 255, 255, 0.85) !important;
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
  border-radius: 1rem !important;
  box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.04) !important;
  margin-top: 12px !important;
}

/* Modern Badges & Buttons */
.badge {
  font-weight: 700 !important;
  letter-spacing: 0.3px;
}

.btn {
  border-radius: 0.65rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.2px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.btn-primary:hover {
  transform: translateY(-1.5px);
}

/* Form Controls */
.form-control, .form-select {
  border-radius: 0.65rem !important;
  border: 1px solid #cbd5e1 !important;
  padding: 0.6rem 0.9rem !important;
  transition: all 0.2s ease !important;
}

.form-control:focus, .form-select:focus {
  border-color: #1062fe !important;
  box-shadow: 0 0 0 4px rgba(16, 98, 254, 0.15) !important;
}

/* Table Luxury Styling */
.table {
  vertical-align: middle;
}

.table th {
  font-size: 0.75rem !important;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 700 !important;
  color: #64748b;
  background: #f8fafc !important;
  border-bottom: 2px solid #e2e8f0 !important;
}

/* ==========================================================================
   WA GOHA DUOTONE SVG ICONS SYSTEM
   ========================================================================== */
.goha-svg-icon {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.layout-menu .menu-link .goha-svg-icon {
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 0.75rem;
  color: #64748b;
  opacity: 0.85;
}

[dir="rtl"] .layout-menu .menu-link .goha-svg-icon {
  margin-right: 0;
  margin-left: 0.75rem;
}

.layout-menu .menu-item.active > .menu-link .goha-svg-icon {
  color: #ffffff !important;
  opacity: 1 !important;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.15));
}

.layout-menu .menu-item:not(.active) > .menu-link:hover .goha-svg-icon {
  color: #1062fe !important;
  opacity: 1 !important;
  transform: scale(1.08);
}

/* ==========================================================================
   KILL TEMPLATE CUSTOMIZER FROM ROOTS
   ========================================================================== */
.template-customizer-open-btn,
.template-customizer-panel,
.template-customizer-theme-css,
.template-customizer-core-css,
[class*="template-customizer"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
}

/* Hover Lift Animation */
.hover-lift {
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.hover-lift:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 16px 32px -4px rgba(16, 98, 254, 0.15), 0 6px 12px -2px rgba(0, 0, 0, 0.05) !important;
  border-color: rgba(16, 98, 254, 0.4) !important;
}

*, *:before, *:after {
    box-sizing: inherit;
  }
  
  html {
    box-sizing: border-box;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    height: 100%;
  }
  
  .page {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .marvel-device .screen {
    text-align: left;
  }
  
  .screen-container {
    height: 100%;
  }
  
  /* Status Bar */
  
  .status-bar {
    height: 25px;
    background: #004e45;
    color: #fff;
    font-size: 14px;
    padding: 0 8px;
  }
  
  .status-bar:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .status-bar div {
    float: right;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 8px;
    font-weight: 600;
  }
  
  /* Chat */
  
  .chat {
    height: calc(100% - 69px);
  }
  
  .chat-container {
    height: 100%;
  }
  
  /* User Bar */
  
  .user-bar {
    height: 55px;
    background: #005e54;
    color: #fff;
    padding: 0 8px;
    font-size: 24px;
    position: relative;
    z-index: 1;
  }
  
  .user-bar:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .user-bar div {
    float: left;
    transform: translateY(-50%);
    position: relative;
    top: 50%;
  }
  
  .user-bar .actions {
    float: right;
    margin: 0 0 0 20px;
  }
  
  .user-bar .actions.more {
    margin: 0 12px 0 32px;
  }
  
  .user-bar .actions.attachment {
    margin: 0 0 0 30px;
  }
  
  .user-bar .actions.attachment i {
    display: block;
    transform: rotate(-45deg);
  }
  
  .user-bar .avatar {
    margin: 0 0 0 5px;
    width: 36px;
    height: 36px;
  }
  
  .user-bar .avatar img {
    border-radius: 50%;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    display: block;
    width: 100%;
  }
  
  .user-bar .name {
    font-size: 17px;
    font-weight: 600;
    text-overflow: ellipsis;
    letter-spacing: 0.3px;
    margin: 0 0 0 8px;
    overflow: hidden;
    white-space: nowrap;
    width: 110px;
  }
  
  .user-bar .status {
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
  }
  
  /* Conversation */
  
  .conversation {
    height: calc(100% - 12px);
    position: relative;
    background: #efe7dd url("https://cloud.githubusercontent.com/assets/398893/15136779/4e765036-1639-11e6-9201-67e728e86f39.jpg") repeat;
    z-index: 0;
  }
  
  .conversation ::-webkit-scrollbar {
    transition: all .5s;
    width: 5px;
    height: 1px;
    z-index: 10;
  }
  
  .conversation ::-webkit-scrollbar-track {
    background: transparent;
  }
  
  .conversation ::-webkit-scrollbar-thumb {
    background: #b3ada7;
  }
  
  .conversation .conversation-container {
    height: calc(100% - 68px);
    box-shadow: inset 0 10px 10px -10px #000000;
    overflow-x: hidden;
    padding: 0 16px;
    margin-bottom: 5px;
  }
  
  .conversation .conversation-container:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Messages */
  
  .message {
    color: #000;
    clear: both;
    line-height: 18px;
    font-size: 15px;
    padding: 8px;
    position: relative;
    margin: 8px 0;
    max-width: 85%;
    word-wrap: break-word;
    z-index: -1;
  }
   .footertext {
       color : 'white' !important;
      font-size : 7px;
  }
  
  .message:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
  }
  
  .metadata {
    display: inline-block;
    float: right;
    padding: 0 0 0 7px;
    position: relative;
    bottom: -4px;
  }
  
  .metadata .time {
    color: rgba(0, 0, 0, .45);
    font-size: 11px;
    display: inline-block;
  }
  
  .metadata .tick {
    display: inline-block;
    margin-left: 2px;
    position: relative;
    top: 4px;
    height: 16px;
    width: 16px;
  }
  
  .metadata .tick svg {
    position: absolute;
    transition: .5s ease-in-out;
  }
  
  .metadata .tick svg:first-child {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: perspective(800px) rotateY(180deg);
            transform: perspective(800px) rotateY(180deg);
  }
  
  .metadata .tick svg:last-child {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: perspective(800px) rotateY(0deg);
            transform: perspective(800px) rotateY(0deg);
  }
  
  .metadata .tick-animation svg:first-child {
    -webkit-transform: perspective(800px) rotateY(0);
            transform: perspective(800px) rotateY(0);
  }
  
  .metadata .tick-animation svg:last-child {
    -webkit-transform: perspective(800px) rotateY(-179.9deg);
            transform: perspective(800px) rotateY(-179.9deg);
  }
  
  .message:first-child {
    margin: 16px 0 8px;
  }
  
  .message.received {
    background: #fff;
    border-radius: 0px 5px 5px 5px;
    float: left;
  }
  
  .message.received .metadata {
    padding: 0 0 0 16px;
  }
  
  .message.received:after {
    border-width: 0px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
    top: 0;
    left: -10px;
  }
  
  .message.sent {
    background: #e1ffc7;
    border-radius: 5px 0px 5px 5px;
    float: right;
  }
  
  .message.sent:after {
    border-width: 0px 0 10px 10px;
    border-color: transparent transparent transparent #e1ffc7;
    top: 0;
    right: -10px;
  }
  
  /* Compose */
  
  .conversation-compose {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    overflow: hidden;
    height: 50px;
    width: 100%;
    z-index: 2;
  }
  
  .conversation-compose div,
  .conversation-compose input {
    background: #fff;
    height: 100%;
  }
  
  .conversation-compose .emoji {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 5px 0 0 5px;
    flex: 0 0 auto;
    margin-left: 8px;
    width: 48px;
  }
  
  .conversation-compose .input-msg {
    border: 0;
    flex: 1 1 auto;
    font-size: 16px;
    margin: 0;
    outline: none;
    min-width: 50px;
  }
  
  .conversation-compose .photo {
    flex: 0 0 auto;
    border-radius: 0 0 5px 0;
    text-align: center;
    position: relative;
    width: 48px;
  }
  
  .conversation-compose .photo:after {
    border-width: 0px 0 10px 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    top: 0;
    right: -10px;
  }
  
  .conversation-compose .photo i {
    display: block;
    color: #7d8488;
    font-size: 24px;
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
  }
  
  .conversation-compose .send {
    background: transparent;
    border: 0;
    cursor: pointer;
    flex: 0 0 auto;
    margin-left: 8px;
    margin-right: 8px;
    padding: 0;
    position: relative;
    outline: none;
  }
  
  .conversation-compose .send .circle {
    background: #008a7c;
    border-radius: 50%;
    color: #fff;
    position: relative;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .conversation-compose .send .circle i {
    font-size: 24px;
    margin-left: 5px;
  }
  
  /* Small Screens */
  
  @media (max-width: 768px) {
    .marvel-device.nexus5 {
      border-radius: 0;
      flex: none;
      padding: 0;
      max-width: none;
      overflow: hidden;
      height: 100%;
      width: 100%;
    }
  
    .marvel-device > .screen .chat {
      visibility: visible;
    }
  
    .marvel-device {
      visibility: hidden;
    }
  
    .marvel-device .status-bar {
      display: none;
    }
  
    .screen-container {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  
    .conversation {
      height: calc(100vh - 55px);
    }
    .conversation .conversation-container {
      height: calc(100vh - 120px);
    }
  }

  /* ==========================================================================
     Global Refined Luxury Typography (Light 400 regular, 600 sleek bold)
     ========================================================================== */
  body, p, span, div, input, select, textarea, label, .form-control, .form-select, .btn, .nav-link, .breadcrumb-item {
    font-weight: 400 !important;
    letter-spacing: -0.01em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  b, strong, .fw-bold, .fw-bolder, h1, h2, h3, h4, h5, h6, .card-title, .modal-title, .table th, .phonebook-title {
    font-weight: 600 !important;
    letter-spacing: -0.015em;
  }

  .fw-semibold, .fw-medium {
    font-weight: 500 !important;
  }

  .fw-normal {
    font-weight: 400 !important;
  }

  .fw-light {
    font-weight: 300 !important;
  }