@import '@angular/material/prebuilt-themes/deeppurple-amber.css';

.table-modal .swal2-icon.swal2-info {
  font-size: 12px !important;
}

.table-modal .swal2-popup {
  width: 200em !important;
}

.table-modal .swal2-html-container {
  max-height: none !important;
  overflow: auto !important;
}

body, * {
  font-family: 'SF Pro Display Regular' !important;
}


*:focus {
  outline: none !important;
}

.sidebar-wrapper {
  height: 100% !important;
  overflow-y: scroll;
  overflow-x: hidden !important;
}

.header-left {
  padding-left: 0px !important;
}

.header-right {
  text-align: right;
}

.content .card-header .col-md-6 {
  margin-bottom: 30px;
}

.swal2-html-container {
  max-height: 300px;
  overflow: scroll;
}

.card {
  border-radius: 12px;
  box-shadow: 0 6px 10px -4px rgb(0 0 0 / 15%);
  background-color: #ffffff;
  color: #252422;
  margin-bottom: 20px;
  position: relative;
  border: 0 none;
}

.card .card-body {
  padding: 15px 15px 10px 15px;
}

.card label {
  font-size: 0.8571em;
}

/* SKU TABLE */
.sku-table tbody,
.sku-table th,
.sku-table td {
  border: 1px solid grey;
}

table.sku-table {
  display: flex;
  justify-content: center;
}

tr.t-header {
  height: 40px;
}

.t-header th {
  text-align: center;
  padding: 0px 40px;
}

.t-body td {
  padding: 5px 10px;
  text-align: center;
}

.dataTables_wrapper {
  /* overflow: scroll; */
}
/* END SKU TABLE */

/* SKU LABEL */

/* visibility: hidden; */

/* .label-wrapper {
    display: flex;
    width: 227px;
    height: 55px;
}

.sku-qr {
    width: 50%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr-wrapper {
    width: 50px;
    height: 50px;
}

.sku-data {
    width: 50%;
    height: 55px;
}

.label-table {
    width: 100%;
    height: 55px;
    font-size: 10px;
}

.label-table tr.single-row td {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.label-table tr.two-col {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.label-table tr.two-col td {
    width: 50%;
    text-align: center;
    font-weight: bold;
} */

/* .page-break{
    break-after: page;
    overflow: hidden;
}

.page-break:last-child {
    break-before: auto;
    overflow: hidden;
} */

@page {
  size: 60mm 15mm;
  margin: 0px;
}
@media print {
  .label-wrapper {
    width: 60mm;
    height: 15mm;
    display: flex;
    box-sizing: border-box;
    page-break-after: always;
  }

  .label-wrapper:last-child {
    page-break-after: unset;
  }

  .sku-qr {
    width: 60mm;
    height: 15mm;
  }

  .bshadow {
    display: flex;
  }

  .bshadow img {
    height: 12mm;
    width: auto;
    text-align: center;
  }

  .sku-data {
    width: 30mm;
    font-size: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0.2mm;
    padding-right: 0mm;
  }

  .sku-model {
    font-size: 10px;
    text-align: center;
    width: 100%;
    font-weight: bold;
  }

  .sku-code {
    font-size: 10px;
    text-align: center;
    width: 100%;
    font-weight: bold;
  }

  .sku-detail {
    text-align: center;
    width: 100%;
    display: flex;
  }

  .sku-kadar {
    font-size: 7px;
    text-align: center;
    width: 33.33333%;
    font-weight: bold;
  }

  .sku-unit {
    font-size: 7px;
    text-align: center;
    width: 33.33333%;
    font-weight: bold;
  }

  .sku-gramasi {
    font-size: 7px;
    text-align: center;
    width: 33.33333%;
    font-weight: bold;
  }

  #print .page-break {
    page-break-after: always;
  }

  #print .page-break:last-child {
    page-break-before: unset;
  }

  .label-wrapper:last-child {
    /* page-break-after: unset; */
    /* break-after: unset; */
  }

  .no-print {
    display: none !important;
  }

  #print {
    display: block !important;
  }
}
/* END SKU LABEL */

/* Select 2 */
.select2-wrapper span.select2-container {
  width: 100% !important;
}

.select2-wrapper span.select2-selection {
  background-color: none !important;
  border: none !important;
  border-radius: none !important;
}
/* End Select 2 */

/* Login */
app-login {
  width: 100vw;
  height: 100vh;
  display: flex;
}

app-login .container {
  width: 45%;
  height: 100%;
}

app-login .login-bg {
  width: 55%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

app-login .input-field {
  border: 2px solid #dddddd !important;
  height: 50px;
}

app-login .input-field:focus {
  color: black !important;
}

app-login .mns-logo {
  width: 30px;
  height: auto;
}

app-login .login-btn {
  background-color: #005aa9 !important;
}

app-login .info-text {
  color: #8c8c8c;
}

app-login .link-button {
  text-decoration: underline;
}

app-login .password-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

app-login .unhide-pwd {
  width: 20px;
  height: 20px;
  background-image: url(../images/eye-icon.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 30px;
}
/* End Login */

/* Sidebar */
sidebar-cmp {
  width: 260px;
}

sidebar-cmp .logo {
  padding: 16px 16px 16px 24px !important;
}

sidebar-cmp .logo-image-small img {
  width: 150px;
  height: auto;
}

sidebar-cmp .side-profile {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 16px;
}

sidebar-cmp .side-user-pp {
  width: 96px;
  height: 96px;
  margin-top: 24px;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 60px;
}

sidebar-cmp .user-pp {
  width: 100%;
  height: 100%;
}

sidebar-cmp .side-user-name {
  font-weight: bold;
  text-align: center;
}

sidebar-cmp .side-user-email {
  text-align: center;
  font-weight: 300;
  color: #9a9a9a;
  font-size: 12px;
}

sidebar-cmp .sidebar-wrapper {
  background-color: white;
}

sidebar-cmp ul.nav {
  margin-top: 24px !important;
}

sidebar-cmp ul.nav li p {
  padding: 12px 24px 6px 24px;
}

sidebar-cmp ul li b {
  color: #005aa9;
  font-weight: bold !important;
}

sidebar-cmp ul li a {
  margin: 0px !important;
  padding: 12px 24px !important;
}

sidebar-cmp ul li i.nc-icon {
  color: #b0ded4 !important;
  font-size: 20px !important;
  line-height: 20px !important;
  left: -10px;
  margin-right: 10px !important;
}

sidebar-cmp .sidebar .nav i,
.off-canvas-sidebar .nav i {
  margin-right: 6px !important;
}

sidebar-cmp ul.nav-child li p {
  color: black;
  text-transform: none !important;
  padding: 0px !important;
  line-height: 20px !important;
  font-weight: 600;
  font-size: 12px;
}

sidebar-cmp ul li i.nc-icon {
  color: #5ecad5 !important;
  font-size: 20px !important;
  line-height: 20px !important;
  left: -7px;
  margin-right: 10px !important;
}

sidebar-cmp ul li a:hover i.nc-icon {
  color: white !important;
}

sidebar-cmp ul .double-sub.active {
  background-color: #5ec9d5d6;
}

sidebar-cmp ul li.double-sub.active i.nc-icon {
  color: white !important;
}

sidebar-cmp ul li a:hover,
sidebar-cmp ul li a:focus {
  background: #9cf5ffa9;
  text-decoration: none !important;
}

sidebar-cmp .nav-child-wrapper {
  display: none;
  overflow: hidden;
}

sidebar-cmp .collapsible {
  font-weight: 600;
  color: #005aa9;
  display: block;
  text-decoration: none;
  position: relative;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 12px;
  padding: 8px 24px !important;
  line-height: inherit;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

sidebar-cmp .collapsible:hover {
  background: #9cf5ffa9;
}

sidebar-cmp button.collapsible::after {
  transition: 0.2s all ease-in-out;
  content: "\f105";
  color: lightgrey;
  font-family: "FontAwesome";
  float: right;
  font-weight: bold;
  font-size: 14px;
}

sidebar-cmp button.active.collapsible::after {
  transform: translateX(-3px) rotate(90deg);
}
/* End Sidebar */

/* Navbar */
navbar-cmp .navbar-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between;
}

navbar-cmp .navbar-brand {
  height: auto;
  padding: 0px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-left: 20px !important;
  font-size: 16px !important;
  text-transform: none !important;
}

navbar-cmp .burger-wrapper {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

navbar-cmp .burger-wrapper:hover {
  background-color: #eaedf1;
}

navbar-cmp .settings-btn {
  margin-right: 20px;
}

navbar-cmp nav.navbar.navbar-transparent {
  border-radius: 0px !important;
  background-color: white !important;
  border-bottom: 2px solid #ddd !important;
}

navbar-cmp .information-btn,
navbar-cmp .settings-btn,
navbar-cmp .notif-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
}

navbar-cmp .information-btn:hover,
navbar-cmp .settings-btn:hover,
navbar-cmp .notif-btn:hover {
  background-color: #eaedf1;
  cursor: pointer;
}

navbar-cmp .notif-btn img,
navbar-cmp .information-btn img,
navbar-cmp .settings-btn img {
  width: 40px;
  height: 25px;
}

navbar-cmp i.nc-button-power::before {
  font-size: 20px !important;
}

navbar-cmp .check-price-button {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  padding: 13px 30px;
  background: white;
  border-radius: 10px;
  box-shadow: 2px 15px 30px 5px rgba(0, 0, 0, 0.2);
  letter-spacing: -0.5px;
}

navbar-cmp .check-price-button svg {
  width: 23px;
  height: auto;
  color: #5accab;
}
/* End Navbar */

/* Content */
app-admin-layout div.main-panel {
  background-color: #f1f4f9 !important;
}

app-admin-layout div.main-panel div.content {
  padding: 0 !important;
  background-color: transparent !important;
}

app-admin-layout .content .router-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

app-admin-layout .content .router-wrapper {
  width: 100vw;
  padding-left: 3rem;
  padding-right: 3rem;
}
/* End Content */

/* Page */
.title-header {
  color: #21262f;
}

.title-desc {
  color: #99a0ae;
}

.width39 {
  width: 39%;
}

.width48 {
  width: 48%;
}

.width60 {
  width: 60%;
}

.card {
  overflow: hidden;
}
/* End Page */

/* Datatables */
div.card.no-radius {
  border-radius: 4px !important;
}

div.dataTables_filter {
  padding: 10px 16px;
  border: 1px solid #cfd8e3;
  border-radius: 6px;
}

div.dataTables_filter label {
  margin-bottom: 0px !important;
}

div.dataTables_length {
  height: 50px;
  display: flex;
  align-items: center;
  float: right !important;
  margin-right: 12px;
}

div.dataTables_length label {
  margin-bottom: 0px !important;
}

div.dataTables_paginate {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right !important;
  padding-top: 0px !important;
}

table.custom-table {
  width: 100% !important;
}

table.custom-table thead th {
  padding: 25px 15px !important;
  border-bottom: 2px solid lightgray !important;
  color: gray !important;
  font-weight: 500 !important;
}

table.custom-table tbody td {
  padding: 5px 15px !important;
}

table.custom-table thead th::after {
  display: none !important;
}

table.custom-table.dataTable.no-footer {
  border-bottom: 3px solid lightgray !important;
}

table.custom-table button {
  padding: 12px 14px;
  background: #ecf1fa;
  border-radius: 4px !important;
  margin-right: 8px !important;
}

table.custom-table button.btn.edit-btn {
  background: #a6e8c4 !important;
}

table.custom-table button.btn.edit-btn img {
  width: 16px;
  height: 18px;
}

table.custom-table button.btn.catalogue-btn img {
  width: 16px;
  height: 18px;
}

table.custom-table button.btn.print2-btn {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
}

table.custom-table button.btn.print2-btn img {
  width: 16px;
  height: 18px;
}

button.add-btn::before {
  content: "\f067";
  font-family: "FontAwesome";
  margin: 0 8px 0px 0px;
}

button.download-btn::before {
  content: "\f019";
  font-family: "FontAwesome";
  margin: 0 0px 0px 0px;
}

button.upload-btn::before {
  content: "\f093";
  font-family: "FontAwesome";
  margin: 0 0px 0px 0px;
}

button.del-btn::before {
  content: "\f00d";
  font-family: "FontAwesome";
  margin: 0 0px 0px 0px;
}

button.print-btn::before {
  content: "\f02f";
  font-family: "FontAwesome";
  margin: 0 8px 0px 0px;
}

button.back-btn::before {
  content: "\f060";
  font-family: "FontAwesome";
  margin: 0 8px 0px 0px;
}

button.check-btn::before {
  content: "\f00c";
  font-family: "FontAwesome";
  margin: 0 8px 0px 0px;
}

button.primary-check-btn::before {
  content: "\f00c";
  font-family: "FontAwesome";
  margin: 0 0px 0px 0px;
}

button.primary-check-btn {
  margin-right: 8px;
}

table.custom-table button.btn.delete-btn {
  background: #fbe8e7 !important;
}

table.custom-table button.btn.delete-btn img {
  width: 16px;
  height: 19px;
}

table.custom-table button.btn.approved-btn {
  background: #78df3c !important;
}

table.custom-table button.btn.approved-btn img {
  width: 16px;
  height: 19px;
}

table.custom-table button.btn.view-btn:after {
  content: "\f06e";
  color: grey;
  font-family: "FontAwesome";
}

table.custom-table button.btn.submit-btn:after {
  content: "\f0c7";
  color: grey;
  font-family: "FontAwesome";
}

table.custom-table button.btn.qr-btn:after {
  content: "\f029";
  color: grey;
  font-family: "FontAwesome";
}

#datatable-custom-search {
  color: #333333;
  width: 100%;
  padding-left: 12px;
}

#datatable-custom-search::placeholder {
  color: #b1bccb;
}

div.datatable-search-icon::before {
  font-family: "FontAwesome";
  content: "\f002";
  color: #97a6ba;
  font-size: 18px;
}

.datatable-search {
  padding: 10px 14px;
  border: 1px solid #cfd8e3;
  border-radius: 6px;
  float: right;
}
/* End Datatables */

/* QR Scanner */
zxing-scanner {
  width: 100%;
  height: 100%;
}

zxing-scanner video {
  height: 100% !important;
}

.scanner-container {
  width: 250px !important;
  height: 250px !important;
  max-width: 250px !important;
  max-height: 250px !important;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
}

.qr-camera-btn {
  color: white;
  background: #005aa9;
  border-radius: 8px;
  padding: 15px 18px;
  letter-spacing: -0.5px;
  cursor: pointer;
}

.qr-camera-btn svg {
  width: 22px;
  height: auto;
  color: white;
}
/* End QR Scanner */

/* Hamburgers */
.hamburger {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  visibility: visible;
  width: 20px !important;
  height: 20px !important;
}

.hamburger .hamburger-box {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

span.hamburger-inner,
span.hamburger-inner::before,
span.hamburger-inner::after {
  width: 18px !important;
  height: 2px !important;
  background-color: #64748b !important;
}

span.hamburger-inner::before {
  top: -5px !important;
}

span.hamburger-inner::after {
  bottom: -5px !important;
}

span.hamburger.is-active span.hamburger-inner,
span.hamburger.is-active span.hamburger-inner::before,
span.hamburger.is-active span.hamburger-inner::after {
  background-color: #64748b !important;
}

button.hamburger--arrowalt.is-active .hamburger-inner::before {
  transform: none !important;
  /* top: 0 !important; */
  /* transform: translate3d(-7px, -5px, 0) rotate(-45deg) scale(0.7, 1) !important; */
}

button.hamburger--arrowalt.is-active .hamburger-inner::after {
  transform: none !important;
  /* top: 0 !important; */
  /* transform: translate3d(-7px, 5px, 0) rotate(45deg) scale(0.7, 1) !important; */
}
/* End Hamburgers */

/* Sidebar */
.sidebar {
  z-index: 1050 !important;
  transition: all 0.2s cubic-bezier(0.685, 0.0473, 0.346, 1) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.toggle-sidebar {
  -webkit-transform: translate3d(-260px, 0, 0) !important;
  transform: translate3d(-260px, 0, 0) !important;
}
/* End Sidebar */

/* Main Panel */
.main-panel {
  width: calc(100% - 260px) !important;
  transition: all 0.2s cubic-bezier(0.685, 0.0473, 0.346, 1) !important;
}

.full-panel {
  width: 100% !important;
}
/* End Main Panel */

/* Menu Card */
.menu-card {
  visibility: hidden;
  opacity: 0;
  width: 360px;
  height: 200px;
  max-width: calc(100vw - 80px);
  max-height: calc(100vh - 80px);
  background-color: white;
  position: absolute;
  right: 0;
  top: 40px;
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-color: #e2e8f0;
  transition: 0.4s all ease-in-out;
}

.menu-card-header {
  height: 60px;
  display: flex;
  align-items: center;
  background: #f1f5f9;
  padding: 12px 16px 12px 24px;
  border-top: 4px solid #005aa9;
  border-bottom: 1px solid #e2e8f0;
}

.menu-card-header:hover {
  cursor: initial;
}

.menu-card-title {
  font-size: 16px;
  font-weight: 500;
}

.menu-box {
  width: 50%;
  height: 140px;
  transition: 0.3s all ease-in-out;
}

.menu-card.menu-active,
.notif-card.menu-active {
  opacity: 1;
  visibility: visible;
}

.menu-icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e5edff;
}

.menu-icon-wrapper img {
  width: 16px;
  height: 18px;
}

.menu-title {
  font-size: 15px;
  font-weight: 500;
}

.menu-subtitle {
  color: #64748b;
  font-size: 13px;
}

.menu-card .menu-card-content .menu-box:nth-child(odd) {
  border-right: 1px solid #e2e8f0;
}

.menu-box:hover {
  background: #f1f5f9;
}

.notif-card {
  width: 360px;
  max-height: 70vh;
  background-color: white;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 40px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-color: #e2e8f0;
  transition: 0.4s all ease-in-out;
}

.notif-body-card {
  height: calc(70vh - 60px);
  overflow-y: scroll;
}

.notif-box {
  border-bottom: 1px solid #80808026;
}

.notif-title {
  font-weight: 700 !important;
  font-size: 22px !important;
  line-height: 1 !important;
  margin-top: 0.5rem !important;
}

.notif-desc {
  line-height: 1 !important;
  font-size: 12px !important;
}

.notif-msg {
  line-height: 1 !important;
  font-size: 16px !important;
}

.notif-box:hover {
  background-color: #005aa94d;
  cursor: pointer;
}

.notif-status {
  width: 10px;
  height: 10px;
  background: red;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 5px;
}
/* End Menu Card */

/* Rekapitulasi */
.width24 {
  width: 24%;
}

.width49 {
  width: 49%;
}

.width95 {
  width: 95%;
}

.date-container {
  height: 45px;
  background: white;
}

.rate-wrapper {
  height: 150px;
}

.rate-container {
  background: white;
  border-left: 4px solid #5fcbd4;
  border-radius: 1px;
}

.rate-desc-title,
.stock-desc {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
}

.rate-desc-subtitle {
  color: #79838c;
  font-size: 11px;
}

.rate-value,
.stock-rate-value,
.other-rate-value {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -1px;
}

.stock-wrapper {
  height: 120px;
}

.stock-container {
  background: white;
}

.other-container {
  background: white;
  height: 220px;
  border-top: 4px solid #5fcbd4;
}

.other-desc {
  font-size: 20px;
  letter-spacing: -1px;
  color: #79838c;
  line-height: 1;
}

.rekap-icon {
  width: 25px;
  height: auto;
}

table.table-detail {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

table.table-detail td,
table.table-detail th {
  /* border: 1px solid #9ee6d388; */
  text-align: left;
  padding: 15px;
}

table.table-detail tr:nth-child(odd) {
  background-color: #ffffff;
}

table.table-detail tr:nth-child(even) {
  background-color: #9ee6d388;
}
/* End Rekapitulasi */

/* Check Price */
.prod-desc-img {
  width: 200px;
  height: 200px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}

/* .prod-price {
  float: right;
} */
/* End Check Price */

/* Model */
span.mat-checkbox-frame {
  border-width: 0.5px;
}

span.mat-checkbox-inner-container input {
  height: 100% !important;
  margin-top: 0px !important;
}

span.mat-checkbox-label {
  color: black !important;
}
/* End Model */

.swal2-icon.swal2-info {
  font-size: 14px !important;
}

.swal2-popup {
  width: 55em !important;
}

.swal2-html-container {
  max-height: none !important;
  overflow: auto !important;
  font-size: 2.5em !important;
}

.swal2-modal .swal2-title {
  font-size: 35px !important;
}

div.dataTables_length {
  display: none;
}

#page-content-wrapper .router-container {
  min-height: 100vh;
}

.invoice-sales mat-checkbox .mat-checkbox-background {
  display: none;
}

.approve-btn.hidden {
  display: none;
}

.cursor-p {
  cursor: pointer;
}

.mat-radio-button ~ .mat-radio-button {
  margin-left: 16px;
}
.arrow {
  position:relative;
  display:inline-block;
}
.arrow:after {
  content: " ";
	height: 0;
	width: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid black;
	position: absolute;
	right: 8px;
	top: 15px;
}

.read-only{
  pointer-events: none;
}

mat-panel-title.mat-expansion-panel-header-title {
  color: white;
}

sidebar-cmp .sidebar-wrapper{
  overflow-y: auto;
}

.swal2-modal h2.swal2-title {
  margin-top: 20px;
}

li.list-approval::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
}

li.list-approval.rejected::before {
  background-color: red;
}

li.list-approval.approved::before {
  background-color: #a3f3a3;
}


li.list-approval {
  display: flex;
  align-items: center;
  padding-left: 40px;
  position: relative;
}

