.w-full {
  width: 100%;
}

.country-selected-option {
  background-color: #f7f7f7;
  border-radius: .5rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 2px;
}

.country-selected-option div {
  display: flex;
  position: relative;
  width: 8rem;
  padding: 10px;
  gap: 10px;
  text-align: center;
  cursor: pointer;
  align-items: center;
}

.country-selected-option input {
  width: 100%;
  padding: 1rem .6rem;
  font-size: 1.1rem;
  outline: none;
  border-radius: 0 4px 4px 0 !important;
  border: 1px solid #797979 !important;
}

.country-selected-option input[type="tel"] {
  border-radius: 0 .5rem .5rem 0;
}

.country-selected-option .iconify img {
  width: 32px;
}

.cursor-pointer {
  cursor: pointer;
}

.country-code__main .modal {
  z-index: 99999 !important;
  background-color: rgb(0 0 0/ 50%);
}

.country-code__main .modal-backdrop.show {
  z-index: 100;
  display: none !important;
}

.country-code__main .modal-dialog {
  top: 7%
}

.country-code__main .modal-backdrop {
  display: none;
}

.profile-main .profile-cover .profile-details {
  min-width: 150px;
  position: absolute;
  left: 85px;
  bottom: -120px;
}

.profile-main .profile-cover .profile-details h5 {
  margin-top: 20px;
  font-size: 1.125rem;
  color: #333;
  font-weight: 500;
  white-space: nowrap;
}

.profile-main .profile-cover .profile-details .loyalty-points h4 {
  display: flex;
  flex-direction: row;
  gap: 9px;
  margin-top: 10px;
  font-size: 1rem;
  color: #333;
  font-weight: 500;
  white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 994px) {
  .order-item-colum {
    flex: 0 0 auto;
    width: 50% !important;
  }
}

@media (max-width: 991px) {
  .profile-main .profile-cover .profile-details {
    left: 35px;
  }
}

@media (max-width: 767px) {

  .order-item-colum {
    width: 100% !important;
  }

}

@media (min-width: 576px) {
  .country-code__main .modal-dialog-scrollable {
    height: calc(80% - 3.5rem);
  }

  .country-code__main .modal-dialog-centered {
    min-height: calc(80% - 3.5rem);
  }
}

.grid-colom-2 {
  grid-column: span 2;
}

.please-wait {
  z-index: 999;
  position: relative;
}

/* Social media button start */
@media (max-width: 767px) {
  .social-media-button {
    text-align: center;
  }
}

.social-media-button h4 {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 10px;
}

.social-media-button .social_login {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.social-media-button .social_login .social-button {
  width: 50px;
  height: 50px;
  border: 1px solid #d7d8db;
  border-radius: 50%;
  padding: 3px;
  background-color: transparent !important;
  line-height: 0;
}

.social-media-button img {
  width: 34px;
}

/* Social media button end */
#global-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}


.order-filter-bg {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  min-height: 90px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px;
  gap: 15px;
}

.order-filter-bg .order-filter-btn-main .order-filter-btn {
  background-color: #ffffff;
  border-radius: 9px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
}

.order-filter-bg .order-filter-btn-main .order-filter-btn img {
  width: 18px;
  height: 18px;
  margin-right: 15px;
}

.order-filter-bg .order-filter-calendar {
  background-color: #ffffff;
  border-radius: 9px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 0px 15px;
  height: 46px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}

.order-filter-bg .order-filter-calendar .clear-btn button {
  width: 20px;
  height: 20px;
  border: none;
  line-height: 0;
  padding: 4px;
  background-color: transparent;
}

.order-filter-bg .order-filter-calendar .clear-btn button img {
  width: 100%;
}

.order-filter-bg .order-filter-calendar input {
  border: none;
}

.view-more-orders {
  width: 320px;
  padding: 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 4px;}
.serach-space{
  /* width: 111px; */
  width: 127px;
    display: inline-block;
}

.serach-space {
  width: 111px;
  display: inline-block;
}

#wce-fab-btn {
  font-size: 12px;
}

.full-modal-loader {
  top: -64px !important;
}

.favicon-body {
  display: flex;
  flex-wrap: wrap;
}

.favicon-left {
  width: 80%;
}

.favicon-right {
  width: 20%;
  padding-left: 15px;
}

.favicon-border-dashed {
  border-style: dashed;
  width: fit-content;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-body-top{
  height: 15px;
  background-color: #fff;
   position: sticky;
  top: 0;
}
.fixed-search{
  position: sticky;
  top: 10px;
}

.order-filter-bg {
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
  z-index: 999;

  /*  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 6px #000;
  color: #fff; */
}
.editor-table-44 .form-control{
  height: 40px;
  border-radius: .25rem !important;
}
.modal-body tr td{
	text-align: left;
  padding: 8px 0;
}
.modal-body tr td:last-child input, select {
	width: 100%;
  height: 40px;
}
.border-radius-12{
  border-radius: .25rem !important;
}
.icons-ul-140 li{
        width: 40px;
    height: 40px;
    margin: 5px !important;
    border: none !important;

}
.profile-cover-img{
  height: 400px;
  object-fit: cover;
}
