html,
body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}
a {
  text-decoration: none !important;
}
* {
  box-sizing: border-box;
}

.loader,
.loader:before,
.loader:after {
  background: #b5cea8;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader {
  color: #b5cea8;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

#search_results {
  position: absolute;
}

.logInBox {
  padding: 9px;
  border: 1px solid #eee;
  border-radius: 5px;
  font-weight: 500;
}

.nav-icon-design {
  line-height: 40px;
  color: #555 !important;
  font-size: 12px;
}
/* Define your primary button style */
.pdfAndprintbutton {
  background-color: #007bff; /* Replace with your primary color */
  color: #fff; /* Text color */
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 12px;
  border-radius: 1px;
}

/* Add hover effect for the button */
.pdfAndprintbutton:hover {
  background-color: #0056b3; /* Change the color on hover */
}

a {
  text-decoration: none !important;
}
.action {
  list-style: none outside none;
  display: inline-flex;
  float: left;
  padding: 0 3px;
  align-items: center;
  margin: 0;
}

.eyttke:last-child {
  min-width: 155px !important;
}

.sc-kAyceB.sc-imWYAI.sc-cPiKLX.jyHemG.jkrUys.iPutqj.rdt_TableCol {
  min-width: 155px !important;
}
.sc-kAyceB.sc-imWYAI.sc-jXbUNg.brslDD.jkrUys.ftMjmQ.rdt_TableCell {
  text-transform: capitalize !important;
}

.action-list {
  list-style: none outside none;
  display: inline-flex;
  float: left;
  align-items: center;
  margin: 0px !important;
  padding: 0px !important;
}

.action li {
  margin-right: 10px !important;
}

.action-list li {
  margin-left: 7px !important;
}

.tree-view {
  /* overflow: scroll !important; */
  /* overflow:auto !important; */
  height: 100vh !important;
}

.table-price-details td {
  text-align: right !important;
  padding: 0.2rem 0.75rem !important;
}

.form-check {
  padding-left: 1.875em !important;
}

.custom-toggle {
  margin-top: 74px !important;
}

.accordion-collapse td {
  background-color: #ffeb3b29 !important;
}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}

.box div {
  width: 100px;
  height: 100px;
}

/* card */
.card {
  margin-bottom: 30px !important;
  border-radius: 5px !important;
  overflow: visible !important;
}

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

/* Custom Css */
.custom-dialog {
  width: 60%;
}

label img {
  height: 100px;
  width: 100px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  border-radius: 5px;
}

:checked + label img {
  transform: scale(0.9);
  box-shadow: 0 0 5px #333;
  z-index: -1;
  border: 1px solid red;
  padding: 5px;
}

/* room dashboard checkbox */

label span {
  height: 30px;
  width: 100px;
  transition-duration: 0.5s;
  transform-origin: 40% 40%;
}

/* :checked + label span {
    transform: scale(0.9);
    box-shadow: 0 0 8px #5218f2;
    z-index: -1;
    border-color: red;
    background-color: red;
  } */

:checked + .tower-btn > span {
  transform: scale(0.9);
  box-shadow: 0 0 8px #5218f2;
  z-index: -1;
  border-color: red;
  background-color: red;
}

.room-status {
  line-height: 2rem;
}

.flex-gap {
  display: inline-flex;
  flex-wrap: wrap;
}

.flex-gap > div {
  margin: 6px;
}

.flex-gap-inline {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
}

.truncate-text {
  width: 100px; /* Set a fixed width for the container */
  white-space: nowrap; /* Prevent text from wrapping to the next line */
  overflow: hidden; /* Hide any overflowing text */
  text-overflow: ellipsis; /* Add an ellipsis (...) when text overflows */
}

.custom-badge {
  height: 40px !important;
  padding: 10px 10px !important;
}

.select-bg {
  z-index: 3 !important;
}

/* Pagination */
.page-item .page-link {
  border-radius: 50%;
}

/* Custom checkbox */
.available:checked {
  background-color: #0acc95 !important;
  overflow: hidden !important;
}

.free:checked {
  background-color: #186dde !important;
  overflow: hidden !important;
}

.occupied:checked {
  background-color: #ef5350 !important;
  overflow: hidden !important;
}

.dirty:checked {
  background-color: #7460ee !important;
  overflow: hidden !important;
}

.cleaning:checked {
  background-color: #545b62 !important;
  overflow: hidden !important;
}

.reserved:checked {
  background-color: #ffb22b !important;
  overflow: hidden !important;
}

.maintenance:checked {
  background-color: #99abb4 !important;
  overflow: hidden !important;
}

.form-check {
  display: block;
  min-height: 1.40625rem;
  padding-left: 1.875em;
  margin-bottom: 0.125rem;
}

/* Room pricing */
div.scrollmenu {
  overflow: auto;
  white-space: nowrap;
}

.add-btn {
  color: #157347;
  font-size: 40px;
  margin-top: -12px;
  cursor: pointer;
  position: absolute;
}
.remove-btn {
  color: #dc3545;
  font-size: 40px;
  margin-top: -12px;
  cursor: pointer;
  position: absolute;
}
.room-form-border {
  background: radial-gradient(
        circle at 100% 100%,
        #ffffff 0,
        #ffffff 5px,
        transparent 5px
      )
      0% 0%/8px 8px no-repeat,
    radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 5px, transparent 5px)
      100% 0%/8px 8px no-repeat,
    radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 5px, transparent 5px)
      0% 100%/8px 8px no-repeat,
    radial-gradient(circle at 0 0, #ffffff 0, #ffffff 5px, transparent 5px) 100%
      100%/8px 8px no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 6px)
      calc(100% - 16px) no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 16px)
      calc(100% - 6px) no-repeat,
    linear-gradient(90deg, #8cd2e4 0%, #48abe0 100%);
  border-radius: 8px;
  margin: 25px 0px !important;
  padding: 15px 0px !important;
}

/* .search-input{
    margin-top: -104px;
  }
  
  .search-input_RESERVATIONS{
    margin-top: -214px;
  } */
@media (max-width: 768px) {
  #default-currency-save-btn {
    margin-top: 5px !important;
  }
}

/* choose file button css */
input[type="button"][value="Choose File"] {
  width: 150px;
  margin-top: 19px;
  margin-left: 15px;
}

/* BarcodeGenerator.css */
.custom-barcode {
  height: 10px !important; /* Adjust the height as needed */
}

.custom-datepicker-input {
  width: 160% !important;
  font-size: 16px !important;
}

.dotted-underline {
  text-decoration: none;
  border-bottom: 1px dashed #000;
  margin-left: 10px;
  margin-right: 10px;
}

.item-box-container {
  /* Adjust the gap between boxes as needed */
  display: inline-flex;
  flex-wrap: wrap;
  gap: 20px;
}

.box-item {
  border: 1px solid #ddd;
  /*padding: 10px;*/
  text-align: center;
  width: 104px;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.box-top-price-banner {
  top: -23px;
  background: #f2e8c8c9;
  border-left: 1px solid orange;
  border-top: 1px solid orange;
  border-right: 1px solid orange;
  font-size: 14px;
  color: #07457b;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  left: -1px;
  padding: 0 8px;
}


.box-item:hover{
  border-color: orangered;
}

.box-item img {
  max-width: 100%;
  height: auto;
}

.box-item p {
  font-size: 13px;
}


.box-item-category {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  width: 238px;
  height: 229px;
  /* background-color: rgb(233, 236, 239); */
  background-color: rgba(233, 236, 239, 0);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.2s ease, width 0.2s ease;
  cursor: pointer;
}

.box-item-category:hover {
  background-color: rgba(233, 236, 239, 0.8); /* Reduced opacity */
  width: 240px; /* Slightly increased width */
  transform: scale(1.05); /* Slight scaling effect */
}


.box-item-category img {
  width: 140px; 
  height: 140px; 
  object-fit: cover; 
  margin-bottom: 10px; 
}

.box-item-category p {
  font-size: 13px;
  line-height: 1.2; 
  margin: 0; 
}






p {
  margin-top: 0 !important;
  margin-bottom: 0rem !important;
}

.breadcrumb .breadcrumb-item.active a {
  font-weight: bold;
  color: #545b62 !important;
}

.layout-setting {
  margin-bottom: 15px;
  font-size: 11px !important;
}

/* styles.css */
.primary-text {
  color: #007bff;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 15px;
  margin-left: 495px;
  margin-top: 15px;
  transition: color 0.3s; /* Add a transition for smooth color change on hover */
}

.primary-text:hover {
  color: #0056b3; /* Change the color on hover to a different shade */
  cursor: default;
}

.channel_view_all {
  color: #007bff;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 15px;
  margin-left: 720px;
  margin-top: 15px;
  transition: color 0.3s; /* Add a transition for smooth color change on hover */
}

.radio-label {
  display: inline-block;
  padding: 5px 10px; /* Adjust padding as needed */
  background-color: #e0e0e0; /* Change to your desired background color */
  border-radius: 5px; /* Adjust the border-radius for rounded corners */
}

/* Additional styling for text color and font size */
.radio-label {
  color: #333; /* Change to your desired text color */
  font-size: 16px; /* Adjust font size as needed */
}

.custom-radio-label {
  border: 1px solid #337ab7;
  background-color: #337ab7;
  padding: 5px 25px;
  color: #fff;
  margin: 5px 10px 5px 5px;
  cursor: pointer;
  border-radius: 3px;
}

.payment-details {
  border: 1px solid;
  padding: 10px;
  background-color: #0073b7;
  color: white;
  font-weight: bold;
}

.payment-details.amt{
  background: #848206;
}

.payment-details.payable-amt{
  background: #843506;
}

.payment-container {
  padding-right: 50px !important;
  padding-left: 101px !important;
}

.custom-modal {
  max-width: 900px !important;
  width: 90% !important;
  max-height: 80vh !important;
  /* margin: auto !important;  */
  transform: translate(-50%, -50%) !important;
  top: 50% !important;
  left: 50% !important;
  position: absolute !important;
}

.swal-title {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
  text-transform: none;
  position: relative;
  display: block;
  padding: 13px 16px;
  font-size: 27px;
  line-height: normal;
  text-align: center;
  margin-bottom: 0;
}

.warning-icon {
  font-size: 6em !important;
  /* color: yellow  !important; */
  border-color: #f8bb86 !important;
  -webkit-animation: pulseWarning 0.75s infinite alternate !important;
  animation: pulseWarning 0.75s infinite alternate !important;
}

.badge {
  position: absolute;
  top: 17px;
  right: 4px;
  background-color: red;
  color: white;
  padding: 3px 6px;
  border-radius: 50%;
  font-size: 12px;
  padding: 0.25em 0.4em !important;
  font-size: 62% !important;
}

@media print {
  .restaurant-inv-content {
    display: block !important;
  }
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.9) !important;
}

.cust-dropdown-style {
  position: absolute !important;
  top: 100% !important;
  left: -14rem !important;
  max-height: 60vh;
  min-height: 30vh;
  overflow-y: auto;
}

.logout-btn:hover {
  color: #009efb !important;
}
/* custome css */

.res-nav {
  background-color: rgb(48, 86, 211);
  height: 45px;
}

.cust-dropdown-toggle::after {
  display: none !important;
}

.notification-menu {
  color: rgb(233, 236, 239) !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding-left: 2px !important;
  height: 45px !important;
}

.res-navbar-menu-list {
  list-style-type: none;
}
.res-navbar-menu-list li {
  padding: 4px 0;
}
.res-navbar-menu-list li a {
  color: #939699;
}
.res-navbar-menu-list li > a:hover {
  background: aliceblue !important;
}

.toggle-secondary-navbar {
  display: none;
  width: 100% !important;
}

/* .view-all-btn {
  padding: 10px;
  display: block;
  text-align: center;
  font-weight: bold;
  background: #f9f9f9;
  color: #007bff;
} */

.view-all-btn {
  padding: 2px;
  display: block;
  text-align: center;
  font-weight: bold;
  background: #034EA2;
  color: white;
  width: 100px;
}


.tab-pane + header {
  display: none !important;
}
.tab-pane > header {
  display: none !important;
}

.sc-hzhJZQ.jkcQWT {
  display: none !important;
}
.custom-data-table > .sc-hzhJZQ.jkcQWT {
  display: block !important;
}

.MuiAccordionSummary-content.Mui-expanded {
  margin: 0 !important;
}

.MuiIconButton-root {
  padding: 3px !important;
}

.MuiAccordion-root.Mui-expanded {
  margin: 0 !important;
}

.MuiAccordionDetails-root {
  display: flex;
  padding: 0px 24px 0px !important;
}

.MuiAccordionSummary-root.Mui-expanded {
  min-height: 0 !important;
}

.cust-pr-3 {
  padding-right: 1rem !important;
}

.cust-p-0 {
  padding: 0;
}

.cust-w-75 {
  width: 75%;
}

.cust-w-25 {
  width: 25%;
}

.react-datepicker-wrapper {
  width: 100%;
}

.cust-text-end {
  text-align: end;
}

.cust-d-block {
  display: block;
}

.cust-d-none {
  display: none;
}

.cust-mt-2\.2rem {
  margin-top: 2.2rem;
}

.cust-mt-1\.2 {
  margin-top: 1.2rem;
}

.cust-ms-5 {
  margin-left: 10px;
}

.bar-dawer-btn {
  display: none;
}
.grid-dawer-btn {
  display: none;
}

.brand-logo {
  width: 230px;
  height: 100px;
  padding: 10px;
}

.cust-bg-success {
  background-color: #28a745b2;
  padding: 0.3rem 0.5rem;
  text-align: center;
  color: white;
  border-radius: 2px;
}

.cust-bg-warning {
  background-color: #e68734b2;
  padding: 0.3rem 0.5rem;
  text-align: center;
  color: white;
  border-radius: 2px;
}

.sc-gsFSXq.MbeHM.rdt_TableHeadRow {
  background: #eee !important;
  font-size: 1rem !important;
  font-weight: 501 !important;
  text-transform: capitalize !important;
}

.sc-gsFSXq.iORPrU.rdt_TableHeadRow {
  background: #eee !important;
  font-size: 1rem !important;
  font-weight: 501 !important;
  text-transform: uppercase !important;
}

.card .card-title {
  text-transform: uppercase;
  font-weight: 700;
}

.action li a .icon {
  background: #daddda4a;
  color: #000 !important;
  padding: 0.2rem 0.4rem;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #c8c8c8;
}
.action li a .icon:hover {
  background: #fff;
}

/* .action li:nth-child(2) a .icon {
  background: #04aad0;
  color: #000 !important;
  padding: 0.2rem 0.4rem;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.action li:last-child a .icon {
  background: #d47901;
  color: #000 !important;
  padding: 0.2rem 0.4rem;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.booking-warning-icon {
  font-size: 20px !important;
  color: red;
}

.green-check-icon {
  color: green !important;
  font-size: 20px !important;
}

.custom-container {
  background-color: #f9f9f9;
  margin-top: 10px;
}

.custom-link {
  padding: 10px;
  display: block;
  text-align: center;
  font-weight: bold;
}

.multi-step-btn {
  background: #708fe8;
  color: aliceblue;
  position: relative;
}
.multi-step-btn:hover {
  color: aliceblue;
}

.multi-step-btn::after {
  position: absolute;
  right: -6px;
  top: 14px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent aliceblue;
  z-index: 1;
  bottom: 14px;
}

.multi-step-btn.active {
  background-color: #2957df;
}
.multi-step-btn.success {
  background-color: #1dae7d;
}

.last-multi-step-btn::after {
  width: 0 !important;
  height: 0 !important;
  border-width: 0 !important;
  border-color: transparent !important;
}

.cust-p-0\.5rem {
  padding: 0.5rem;
}

.page-item .page-link {
  padding: 5px 6px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
  border-radius: 0;
  min-width: 30px;
}

.tbl-loader {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  background: #ffffff9c;
  bottom: 0;
  top: 0;
  text-align: center;
}

.horizontal-devider::after {
  position: absolute;
  top: 33px;
  bottom: 25.5px;
  left: 0;
  content: "";
  width: 1px;
  height: 30px;
  background-color: #a8a899;
}

.pdf-and-print-btn {
  /* position: absolute; */
  display: flex;
  z-index: 1;
  right: 0;
  top: 45.65px;
  width: max-content;
}

.pdf-and-print-btn > .devider {
  width: 2px;
  height: 19px;
  background: #616467ab;
  margin-right: 7px;
}

.filter-reset-btn-con {
  margin-bottom: 1.5rem;
}

header.sc-hzhJZQ.jkcQWT {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
header.sc-hzhJZQ.jkcQWT > div > input.form-control {
  width: 318px !important;
}

header.sc-hzhJZQ.guuQtD {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
header.sc-hzhJZQ.guuQtD > div > input.form-control {
  width: 318px !important;
}

.custom-form-check-room-status {
  padding-left: 0 !important;
  margin-bottom: 0.5rem;
}
.custom-form-check-room-status > input {
  left: 38px;
}
.custom-form-check-room-status > .form-check-label {
  width: 100%;
  padding-left: 41px;
  border-radius: 5px;
}

.custom-form-check-room-status > .form-check-label.label-bg-green {
  background: #00800012;
  border: 1px solid #08ec08;
}

.custom-form-check-room-status > .form-check-label.label-bg-sky {
  background: #00e7ff14;
  border: 1px solid #00e7ff;
}

.custom-form-check-room-status > .form-check-label.label-bg-red {
  background: #ff000014;
  border: 1px solid #ff00004d;
}

.custom-form-check-room-status > .form-check-label.label-bg-blue {
  background: #0887f71c;
  border: 1px solid #0887f7;
}

.custom-form-check-room-status > .form-check-label.label-bg-gray {
  background: #8080801c;
  border: 1px solid #808080ad;
}

.custom-form-check-room-status > .form-check-label.label-bg-orange {
  background: #ffa50012;
  border: 1px solid #f7a000;
}

.custom-form-check-room-status > .form-check-label.label-bg-pink {
  background: #ff69b412; 
  border: 1px solid #ff69b4; 
}

.text-pink {
  color: #ff69b4;
}


.custom-form-check-room-status > .form-check-label.label-bg-light-primary {
  background: #e1dcff;
  border: 1px solid #7b67f5;
}

.btn-outline-light-primary {
  outline: 1px solid #806fe8 !important;
  color: #654df2 !important;
}

.btn-outline-category {
  color: #fff;
  background-color: #ce362a96;
  border-color: black !important;
}

.css-1nmdiq5-menu {
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  padding: 0 5px;
  min-width: max-content !important;
}

.custom-input-emp {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  height: 35px !important;
  font-size: 12px !important;
}

.custom-label-emp {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  /* height: 40px !important; */
  font-size: 15px !important;
}

/* action-column */
@media print {
  .action-column {
    display: none;
  }
}

/* payment method style */
.payment-method-ul {
  list-style: none;
  display: flex;
  margin-left: 0;
  padding-left: 0;
}

.payment-method-ul > li {
  border-right: 2px solid #a9a9a970;
  padding-right: 8px;
  padding-left: 8px;
}
.payment-method-ul > li:first-child {
  padding-left: none;
}

.payment-method-ul > li:last-child {
  border-right: none;
}

.refund-fieldset {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  position: relative;
}

.refund-legend {
  padding: 0 10px;
  font-weight: bold;
  font-size: 1.1em;
  position: absolute;
  top: -10px;
  left: 15px;
  background: white;
}

.custom-radio-style {
  border: 1px solid #80808061;
  border-radius: 5px;
  padding: 10px 10px;
  text-align: left;
  padding-left: 46px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-tb0-lr12 {
  padding: 0 12px !important;
}
.p-tb0-lr12 {
  padding: 0px 10px !important;
}

/* .custom-full-header{
  background: #1f3a6f !important;
} */


.pay-now-btn {
  margin-left: 1rem;
  font-size: .8rem;
  color: orangered;
  border: 1px solid #ff450078;
  padding: 0 .2rem;
  border-radius: 3px;
  cursor: pointer;
}

.pay-now-btn:hover {
  background: #ff45002e;
  border: 1px solid #f5460666;
  color: #2f1d0f;
}
/*@@ POS @@ */
.accordion-body {
  font-size: 13px;
}

.skeleton-card {
  width: 100%;
  /*padding: 16px;*/
  border-radius: 12px;
  background: #fff;
  /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);*/
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.skeleton-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  margin: auto;
}

.skeleton-text-line {
  height: 14px;
  border-radius: 3px;
  background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

.skeleton-text-line.short {
  width: 60%;
  margin: auto;
}

.skeleton-text-line:not(.short) {
  width: 100%;
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}



.quick-link-card{
  background: transparent;
  padding: 11px;
  border: 3px solid #ddd;
  border-radius: 5px;
}

.quick-link-card .title {
  margin-top: 11px !important;
  margin-bottom: 0 !important;
  text-align: center;
  font-size: 16px;
  font-weight: 1000;
  color: #373737;
}


.quick .social-link{
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2d4b63;
  color: aliceblue;
  font-size: 18px;
  margin: 10px;

}

.quick .social-link:first-child{
  margin-left: 0;
}

.quick .social-link:last-child{
  margin-right: 0;
}

.quick .social-link:hover{
  background: #5a98cf;
}

.justify-content-space-evenly{
  justify-content: space-evenly;
}
.quick-link-edit-btn{
  position: absolute;
  bottom: 10px;
  right: 30px;
  }