@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');
@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&amp;display=swap";
html {
  position: relative;
  min-height: 100%;
}
body {
  height: 100%;
  margin: 0;
font-family: 'Nunito', sans-serif;
font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color:#000000;
  text-align: left;
  background-color: #fff;
  overflow-x: hidden;
}
.bg-custom-1{
  background-color:#F2F8FE;
}
.text-custom-1{
  color: #0e8fea;
}
b, strong{
  font-weight:500 !important;
}
.bg-1 {
  background-color: #4e73df !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-2 {
  background-color: #1cc88a !important;
}

.bg-3 {
  background-color: #f6c23e !important;
}

.bg-4 {
  background-color: #000;
}
.bg-5{
  background-color: #1A4F77;
}
.bg-danger {
  background-color: #e74a3b !important;
}

.border-1 {
  border: 0.25rem solid #4e73df;
}

.border-left-1 {
  border-left: 0.25rem solid #4e73df !important;
}

.border-left-2 {
  border-left: 0.25rem solid #F44879 !important;
}

.border-left-3 {
  border-left: 0.25rem solid #2EA8C3 !important;
}

.border-left-4 {
  border-left: 0.25rem solid #f6c23e !important;
}
.border-left-5 {
  border-left: 0.25rem solid #32C1A4 !important;
}
.text-1 {
  color: #4e73df;
}

.text-gray-300 {
  color: #dddfeb !important;
}

.text-gray-400 {
  color: #d1d3e2 !important;
}

.text-gray-500 {
  color: #b7b9cc !important;
}

.text-gray-600 {
  color: #858796 !important;
}

/*.text-gray-800 {
  color: #5a5c69 !important;
}*/

.text-1 {
  color: #4e73df !important;
}

.text-2 {
  color: #1cc88a !important;
}

.text-3 {
  color: #2EA8C3 !important;
}

.text-4 {
  color: #f6c23e !important;
}
.text-5 {
  color: #F44879 !important;
}
.text-success{
  color:#32C1A4 !important
}
table.table-custom1 {
  text-transform: initial !important;
}
.table.table-custom1 > :not(:first-child) {
    border-top:1px solid #1A4F77 !important;
}
.bg-primary{
  background-color: #0e8fea !important;
}
.table-custom1 th,.table-custom1 tr{
border-color: #1A4F77 !important;
}
.table-striped > tbody > tr:nth-of-type(odd) > *{
--bs-table-accent-bg:#e8e8f2 !important;
}

.text-xs {
  font-size: 0.7rem;
}

.font-weight-bold {
  font-weight: 600 !important;
}
.font-weight-500 {
  font-weight:500 !important;
}
.custom-1-title{
  display:flex;
  align-items: center;
  justify-content: space-between;
  margin-top:20px;
  margin-bottom:20px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.ht-4 {
  height: 40px !important;
}

.h100 {
  height: 100px;
}
a:focus {
  outline: 0;
}
#wrapper {
  display: flex;
  min-height:100vh;
}
#wrapper #content-wrapper {
  background-color: #f8f9fc;
  background-color: #e8e8f2;
  width: 100%;
/*  overflow-x: hidden;*/
  padding-top:70px;
}
#wrapper #content-wrapper #content {
  flex: 1 0 auto;
  padding-bottom:0px;
}
.navbar-nav .dropdown-menu {
  float: none;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
  flex-wrap: nowrap;
}

.navbar-text {
  display: inline-block;
}

.accordion {
  overflow-anchor: none;
}

.bg-gradient-primary {
  background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);
  background-size: cover;
  background:#1A4F77 !important;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown .dropdown-menu .dropdown-header,
.sidebar .sidebar-heading {
  text-transform: uppercase !important;
}

.dropdown .dropdown-menu .dropdown-header {
  font-weight: 800;
  font-size: 0.65rem;
  color: #b7b9cc;
}

@-webkit-keyframes growIn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes growIn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.animated--grow-in,
.sidebar .nav-item .collapse {
  -webkit-animation-name: growIn;
  animation-name: growIn;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1),
    opacity cubic-bezier(0, 1, 0.4, 1);
  animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1),
    opacity cubic-bezier(0, 1, 0.4, 1);
}

.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after,
.topbar .nav-item.dropdown .dropdown-toggle::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
}

.sidebar .nav-item.dropdown.show .dropdown-toggle::after,
.topbar .nav-item.dropdown.show .dropdown-toggle::after {
  content: "\f107";
}

.sidebar .nav-item .nav-link,
.topbar .nav-item .nav-link {
  position: relative;
}

.sidebar .nav-item .nav-link .badge-counter,
.topbar .nav-item .nav-link .badge-counter {
  position: absolute;
  transform: scale(0.7);
  transform-origin: top right;
  right: 0.25rem;
  margin-top: -0.25rem;
}

.sidebar .nav-item .nav-link .img-profile,
.topbar .nav-item .nav-link .img-profile {
  height: 2rem;
  width: 2rem;
}

.topbar {
  height: 4.375rem;
  position: fixed;
  width: -webkit-fill-available;
  z-index: 999;
  top: 0px;
  width: calc(100% - 14rem);
}

.topbar #sidebarToggleTop {
  height: 2.5rem;
  width: 2.5rem;
}

.topbar #sidebarToggleTop:hover {
  background-color: #eaecf4;
}

.topbar #sidebarToggleTop:active {
  background-color: #dddfeb;
}

.topbar .navbar-search {
  width: 25rem;
}

.topbar .navbar-search input {
  font-size: 0.85rem;
  height: auto;
}

.topbar .topbar-divider {
  width: 0;
  border-right: 1px solid #e3e6f0;
  height: calc(4.375rem - 2rem);
  margin: auto 1rem;
}

.topbar .nav-item .nav-link {
  height: 4.375rem;
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
}

.topbar .nav-item .nav-link:focus {
  outline: 0;
}

.topbar .nav-item:focus {
  outline: 0;
}

.topbar .dropdown {
  position: static;
}

.topbar .dropdown .dropdown-menu {
  width: calc(100% - 1.5rem);
  right: 0.75rem;
}

.topbar .dropdown-list {
  padding: 0;
  border: none;
  overflow: hidden;
}

.topbar .dropdown-list .dropdown-header {
  border: 1px solid #4e73df;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
}

.topbar .dropdown-list .dropdown-item {
  white-space: normal;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-left: 1px solid #e3e6f0;
  border-right: 1px solid #e3e6f0;
  border-bottom: 1px solid #e3e6f0;
  line-height: 1.3rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image img {
  height: 2.5rem;
  width: 2.5rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
  background-color: #eaecf4;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0.125rem solid #fff;
}

.topbar .dropdown-list .dropdown-item .text-truncate {
  max-width: 10rem;
}

.topbar .dropdown-list .dropdown-item:active {
  background-color: #eaecf4;
  color: #3a3b45;
}
#myTab{
  position: sticky;
    top: 70px;
    z-index: 11;
    padding: 10px 16px 10px 16px;
    margin-left: -12px;
    background: #fff;
    width: calc(100% + 24px);
    /* border-bottom: 1px solid #000000; */
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
    gap: 15px;
}
#myTab .nav-item .nav-link{
  background-color:#1A4F77;
  color: #ffffff;
    border: 0px;
    padding: 12px 9px;
    border-radius: 5px;
    outline:0px;
}
#myTab .nav-item .nav-link.active{
  background-color:#0e8fea;
}
#myTabContent.tab-content > .tab-pane{
padding:30px 0px;
}
#myTabContent.tab-content > .tab-pane h4{
  margin-bottom:15px;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #d1d3e2;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #b7b9cc;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link:active {
  color: #858796;
}

.sidebar {
  width: 9rem;
  min-height: 100vh;
  transition: all 0.3s;
}

.sidebar .nav-item {
  position: relative;
}

.sidebar .nav-item:last-child {
  margin-bottom: 1rem;
}

.sidebar .nav-item .nav-link {
  text-align: center;
  padding: 0.75rem 1rem;
  width:9rem;
}

.sidebar .nav-item .nav-link span {
  font-size: 0.65rem;
  display: block;
}

.sidebar .nav-item.active .nav-link {
/*  font-weight: 700;*/
}

.sidebar .nav-item .collapse {
  position: absolute;
  left: calc(6.5rem + 1.5rem / 2);
  z-index: 1;
  top: 2px;
}

.sidebar .nav-item .collapse .collapse-inner {
  border-radius: 0.35rem;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}

.sidebar .nav-item .collapsing {
  display: none;
  transition: none;
}

.sidebar .nav-item .collapse .collapse-inner,
.sidebar .nav-item .collapsing .collapse-inner {
  padding: 0.5rem 0;
  min-width: 10rem;
  font-size: 0.85rem;
  margin: 0 0 1rem 0;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-header,
.sidebar .nav-item .collapsing .collapse-inner .collapse-header {
  margin: 0;
  white-space: nowrap;
  padding: 0.5rem 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.65rem;
  color: #b7b9cc;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  display: block;
  color: #3a3b45;
  text-decoration: none;
  border-radius: 0.35rem;
  white-space: nowrap;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
  background-color: #eaecf4;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {
  background-color: #dddfeb;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
  color: #4e73df;
  font-weight: 700;
}

.sidebar #sidebarToggle {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
  margin-top:1rem;
  cursor: pointer;
}

.sidebar #sidebarToggle::after {
  font-weight: 900;
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  margin-right: 0.1rem;
}

.sidebar #sidebarToggle:hover {
  text-decoration: none;
}

.sidebar #sidebarToggle:focus {
  outline: 0;
}

.sidebar.toggled {
  width: 0 !important;
  overflow: hidden;
}

.sidebar.toggled #sidebarToggle::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  margin-left: 0.25rem;
}

.sidebar.toggled .sidebar-card {
  display: none;
}

.sidebar .sidebar-brand {
  height: 4.375rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 800;
  padding: 1.5rem 1rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  z-index: 1;
}

.sidebar .sidebar-brand .sidebar-brand-icon i {
  font-size: 2rem;
}

/*.sidebar .sidebar-brand .sidebar-brand-text {
  display: none;
}*/

.sidebar hr.sidebar-divider {
  margin: 0 1rem 1rem;
  margin:0px;
}

.sidebar .sidebar-heading {
  text-align: center;
  padding: 0 1rem;
  font-weight: 800;
  font-size: 0.65rem;
}

.sidebar .sidebar-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.875rem;
  border-radius: 0.35rem;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.1);
}

.sidebar .sidebar-card .sidebar-card-illustration {
  height: 3rem;
  display: block;
}

.sidebar .sidebar-card .sidebar-card-title {
  font-weight: 700;
}

.sidebar .sidebar-card p {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

.sidebar-dark .sidebar-brand {
  color: #fff;
}

.sidebar-dark hr.sidebar-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
/*  opacity:1;*/
}

.sidebar-dark .sidebar-heading {
  color: rgba(255, 255, 255, 0.4);
}

.sidebar-dark .nav-item .nav-link {
  color: rgba(255, 255, 255,1);
}

.sidebar-dark .nav-item .nav-link i {
  color: rgba(255, 255, 255, 0.3);
  display: none;
}

.sidebar-dark .nav-item .nav-link:active,
.sidebar-dark .nav-item .nav-link:focus,
.sidebar-dark .nav-item .nav-link:hover {
  color: #fff;
}

.sidebar-dark .nav-item .nav-link:active i,
.sidebar-dark .nav-item .nav-link:focus i,
.sidebar-dark .nav-item .nav-link:hover i {
  color: #fff;
}

.sidebar-dark .nav-item .nav-link[data-toggle="collapse"]::after {
  color: rgba(255, 255, 255, 0.5);
}

.sidebar-dark .nav-item.active .nav-link {
  color: #fff;
  background-color: #0e8fea;
}

.sidebar-dark .nav-item.active .nav-link i {
  color: #fff;
}

.sidebar-dark #sidebarToggle {
  background-color: rgba(255, 255, 255, 0.2);
}

.sidebar-dark #sidebarToggle::after {
  color: rgba(255, 255, 255, 0.5);
}

.sidebar-dark #sidebarToggle:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.sidebar-dark.toggled #sidebarToggle::after {
  color: rgba(255, 255, 255, 0.5);
}

.rotate-n-15 {
  transform: rotate(-15deg);
}

.shadow {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

.badge-danger {
  color: #fff;
  background-color: #e74a3b;
}

.icon-circle {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  padding-left:16px;
  padding-right:16px;
}*/

.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: rgba(90, 92, 105, 0.5);
  line-height: 46px;
}
input.form-control,select.form-control {
  height: 47px;
  text-transform: capitalize;
}
textarea.form-control{
  height:100px;
  text-transform: lowercase;
}
.text-lowercase{
  text-transform: lowercase !important;
}
input[name="email"],input[type="email"]{
 text-transform:lowercase;
}
/* Placeholder text is capitalized */
input[name="email"]::placeholder, input[type="email"]::placeholder {
  text-transform: capitalize;
}
input[type="password"],input[name="password"]{
  text-transform:initial;
}
.form-control-with-icon{
  position: relative;
}
i.password-eye-icon{
    color: black;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container {
  min-width: 100%;
}

.select2-container--default .select2-selection--multiple {
  background: #fff;
}

.select2-container--default .select2-selection--multiple {
  border-width: 2px;
  border-color: transparent;
  padding: 5px 10px;
  line-height: 1.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 10px;
  border: 1px solid #ced4da;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: rgba(0, 0, 0, 0.1);
  border-width:1px;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-radius:0.25rem;
}

.select2-container .select2-search--inline .select2-search__field {
  color: black;
}

.select2-container--open .select2-dropdown--below {
  background: #fff;
  padding: 10px 0;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: 0px 3px 22px -15px rgb(0 0 0 / 63%);
  -moz-box-shadow: 0px 3px 22px -15px rgba(0, 0, 0, 0.63);
  box-shadow: 0px 3px 22px -15px rgb(0 0 0 / 63%);
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(255, 255, 255, 0.1);
  color: #4e73df;
}

.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #4e73df;
  border-radius: 4px;
  background-color: transparent;
  margin-right: 15px;
  margin-left: 10px;
  vertical-align: middle;
}

.select2-results__option[aria-selected="false"]:hover:before {
  content: "";
  background-image: url("../img/icons8-check-64.png");
  background-position: center;
  background-size: cover;
  color: #000;
  background-color: #4e73df;
  border: 0;
  display: inline-block;
  padding: 0;
  line-height: 1.2;
  padding-left: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
      background-size: 70%;
    background-repeat: no-repeat;
}
.select2-results__option[aria-selected="true"]:before {
  content: "";
  background-image: url("../img/icons8-check-64.png");
  background-position: center;
  background-size: cover;
  color: #000;
  background-color: #4e73df;
  border: 0;
  display: inline-block;
  padding: 0;
  line-height: 1.2;
  padding-left: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
      background-size: 70%;
    background-repeat: no-repeat;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  border: none;
  background: #4e73df;
  font-size:12px;
  padding: 2px 10px;
  color: #fff;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-right: 5px;
  color: #fff;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #fff;
}

p.file-btn {
  position: relative;
}

.amz-button {
  display: inline-block;
  padding: 8px 22px;
  cursor: pointer;
  position: relative;
  z-index: 111;
  border-radius: 5px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}

.form-group label {
  font-weight:500;
  margin-bottom: 5px;
}

input[type="file" i] {
  position: absolute;
  top: 5px;
  left: 16px;
  font-size: 14px;
  color: #b8b8b8;
}

.h-10 {
  min-height: 100vh;
}

.hte-10 {
  height: 150px;
}

.py-10 {
  padding: 100px 0;
}

.f-30 {
  font-size: 30px;
}

.f-50 {
  font-size: 50px;
}

.profile-img {
  position: relative;
  width: inherit;
}

.profile-pic {
  width: 200px;
  max-height: 200px;
  display: inline-block;
}

.file-upload {
  display: none;
}
.circle {
  border-radius: 100% !important;
  overflow: hidden;
  width: 128px;
  height: 128px;
  border: 2px solid rgba(0, 0, 0, 0.03);
  position: absolute;
  top: -32px;
  left: 133px;
  padding: 4px;
}

.profile-img.prf-img-post .circle {
  border-radius: 100% !important;
  overflow: hidden;
  width: 200px;
  height: 200px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: -73px;
  left: 133px;
}

img {
  max-width: 100%;
  height: auto;
}
.p-image {
  position: absolute;
  top: 45px;
  right: 0px;
  color:#1A4F77;
  background: #fff;
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1A4F77;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.p-image:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.upload-button {
  font-size: 1.2em;
    color: black;
    background: #fff;
    padding:10px;
    border-radius: 100%;
}

.upload-button:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #999;
}

.single-image,
.multiple-image {
  padding: 10px;
  background: #fff;
  margin-top: 0px;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0px 0px 2px;
}

.image-holder {
  height: 150px;
  position: relative;
}

.image-holder img {
  height: 100%;
}

.image-holder i {
  font-size: 150px;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.image-holder span {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}

.image-holder:hover span {
  display: block;
  cursor: pointer;
}

#imgInp,
#imgInp1 {
/*  display: none;*/
  visibility: hidden;
}

.card a {
  color: inherit;
  text-decoration: none;
}

body.sidebar-toggled footer.sticky-footer {
  width: 100%;
}

.sticky-footer {
  padding: 20px 0;
  color: #fff;
  margin-top:50px;
}

.order-summary h4 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
}

.order-summary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.order-summary ul li {
  display: flex;
  color: #000;
  justify-content: space-between;
}

.order-summary ul li h5,
.order-summary ul li h6 {
  font-size: 20px;
  font-weight: 600;
}

.order-summary ul li.total h5,
.order-summary ul li .total h6 {
  font-weight: bold;
  font-size: 30px;
}

.f20 {
  font-size: 20px !important;
}

div.dataTables_wrapper div.dataTables_length select {
  padding: 0.25rem 1rem !important;
}
table.table{
  text-transform: capitalize;
}
/*Bootstrap Calendar*/
.datepicker {
  border-radius: 0;
  padding: 0;
}
.datepicker-days table thead,
.datepicker-days table tbody,
.datepicker-days table tfoot {
  padding: 0px;
  display: list-item;
}
.datepicker-days table thead,
.datepicker-months table thead,
.datepicker-years table thead,
.datepicker-decades table thead,
.datepicker-centuries table thead {
  background: #4e73df;
  color: #ffffff;
  border-radius: 0;
}
.datepicker-days table thead tr:nth-child(2n + 0) td,
.datepicker-days table thead tr:nth-child(2n + 0) th {
  border-radius: 3px;
}
.datepicker-days table thead tr:nth-child(3n + 0) {
  text-transform: uppercase;
  font-weight: 300 !important;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 11px 13px;
}
.datepicker-months table thead td,
.datepicker-months table thead th,
.datepicker-years table thead td,
.datepicker-years table thead th,
.datepicker-decades table thead td,
.datepicker-decades table thead th,
.datepicker-centuries table thead td,
.datepicker-centuries table thead th {
  border-radius: 0;
}
.datepicker td,
.datepicker th {
  border-radius: 50%;
  padding: 0 12px;
}
.datepicker-days table thead,
.datepicker-months table thead,
.datepicker-years table thead,
.datepicker-decades table thead,
.datepicker-centuries table thead {
  background: #4e73df;
  color: #ffffff;
  border-radius: 0;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker .prev,
.datepicker .next {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  width: 37px;
  height: 37px;
}
.datepicker .prev:hover,
.datepicker .next:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.99);
  font-size: 21px;
}
.datepicker .datepicker-switch {
  font-size: 24px;
  font-weight: 400;
  transition: 0.3s;
}
.datepicker .datepicker-switch:hover {
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
}
.datepicker table tr td span {
  border-radius: 2px;
  margin: 3%;
  width: 27%;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #4e73df;
  background-image: none;
}
.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid rgba(0, 0, 0, 0.1);
}

.ck.ck-editor__editable_inline{
  height:200px !important;
  padding:10px !important;
}
span.dtr-data {
    white-space: pre-wrap;
}
button.close{
  background-color:transparent;
  border: 0px;
  font-size: 30px;
}
.alert button.close,.alert a.close{
    position: absolute;
    right:10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0px;
    font-size: 30px;
    text-decoration: none;
}
.h50{
  height:50px;
}
.template .letter-area p {
    color: #28303d;
    line-height: 22px;
}
.template .banner p {
    font-size: 13px;
}
.letter-area p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}
.upload-excel input[type="file"]{
 position: static;
 height: auto;
}
.admin-gallery-item{
   height:280px;
    position: relative;
    margin-bottom: 30px;
    border: 2px solid #000;
    border-radius: 3px;
    padding-top:50px;
    padding-bottom:20px;
}
.admin-gallery-item img{
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.admin-gallery-item form{
  position: absolute;
  top:5px;
}
.admin-gallery-item form:nth-child(2){
  left:5px;
}
.admin-gallery-item form:nth-child(3){
  right:5px;
}
.form-select:focus{
  box-shadow:none;
}
    .custom-link{
      text-decoration: none;
    }
    .loading{
      transition:.3s;
    }
    .mycustom-card{
      background-color:#ffffff;
      border-radius:5px;
      color:#000000;
      padding:15px 20px;
      box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
      height:100%;
      min-height:100vh;
    }
    .mycustom-card h2{
      font-size:22px;
      font-weight:bold;
      text-transform:capitalize;
      color: #1cc88a ;
    }
    a.producer-item{
    background-color: #ffffff;
    border-radius: 5px;
    color: #000000;
    padding: 15px 20px;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
    text-decoration: none;
    margin-bottom:15px;
    font-size: 24px;
    display: block;
    }
    .row.brandInfo {
    margin: 0px;
    border: 2px dotted #000000;
    padding: 20px 10px;
    margin-bottom: 45px;
    position: relative;
    border-radius: 5px;
}
.row.brandInfo .form-control {
    margin-bottom: 0px;
}
.login-signup-form h1{
  font-size:32px;
  text-transform:capitalize;
}
.login-form{
  border-radius:5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  border:5px solid #0e8fea;
  background-color:#ffffff;
  padding:10px 20px 15px;
}
.btn{
  border-radius:3px;
  padding:8px 32px;
}
.btn-primary{
  background-color: #1A4F77;
  border-color:#1A4F77;
}
.btn-primary1{
  background-color:#0e8fea;
  border-color:#0e8fea;
  color: #ffffff;
}
.btn-primary ,.btn-secondary,.btn-dark{
  box-shadow:none !important;
}
.btn-primary:hover {
    color: #fff;
    background-color:#0e8fea;
    border-color: #0e8fea;
}
.btn-primary1:hover {
    color: #fff;
    background-color:#1A4F77;
    border-color: #1A4F77;
}
.btn-primary:active {
    color: #fff;
    background-color:#0e8fea;
    border-color: #0e8fea;
}
.btn-primary1:active {
    color: #fff;
    background-color:#1A4F77;
    border-color: #1A4F77;
}
.btn-primary:focus {
    color: #fff;
    background-color:#0e8fea;
    border-color: #0e8fea;
    box-shadow:none;
}
.btn-primary1:focus {
    color: #fff;
    background-color:#1A4F77;
    border-color: #1A4F77;
    box-shadow:none;
}
.btn-dark:hover{
  color: #fff;
    background-color:#0e8fea;
    border-color: #0e8fea;
}
.social-profile-input{
 border:2px dotted black;
 padding:10px;
 border-radius:5px;
}
.social-profile-input .form-control{
 margin-bottom:10px;
}
.text-normal{
  text-transform: initial;
}
.brand-card{
    background-color: #ffffff;
    border-radius: 10px;
    color: #000000;
    padding:15px;
/*    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;*/
    position: relative;
    overflow: hidden;
    text-align: center;
    height:100%;
    border:1px solid #dadbdd;
/*    border-top:5px solid #1A4F77;*/
        display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    opacity:0;
     transition: opacity 1s ease;
}
#myTabContent.tab-content > .active .brand-card{
 opacity:1;
}
.brand-card .brand-image{
    width: 40%;
    height: 100%;
    position: relative;
    background: #E4E4E6;
    background-color: #e8e8f2;
    border-radius: 30px;
    padding: 20px;
}
.brand-card .brand-image .brand-image-sub {
    background: #fff;
    padding: 20px;
    height: 100%;
    width: 100%;
    border-radius: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    max-width: 100%;
        width: fit-content;
        margin: 0 auto;
}
.brand-card .brand-image img{
  max-height: 160px;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto;
        border-radius: 10px;
}
.brand-card .add_to_cart_form{
    width: 60%;
    display: flex;
    flex-direction: column;
}
.brand-card h3{
  font-size:18px;
  text-align:left;
  text-transform: capitalize;
  margin-bottom:15px;
  font-weight:400;
}
.edit-brand-card{
  position: absolute;
  top:0px;
  right:0px;
  background:rgba(0, 0, 0,.5) !important;
  border-radius:0px !important;
  width:100%;
  background-color: #1A4F77 !important;
  color:#ffffff !important;
}
.brand-card .add_to_cart{
 margin-top: 10px;
    width: 100%;
}
.cart_details{
  background:white;
  width:100%;
  max-width:400px;
  position:fixed;
  top:0px;
  right:0px;
  z-index:9999;
  box-shadow:0 3px 30px rgba(0,0,0,1);
  background:#eee;
  margin:0px;
  height:100%;
  transform:translateX(110%);
  transition:.3s transform;
}
.cart_details.show{
  transform:translateX(0%);
}
.parent-cart-item-details > ul{
  height:100%;
  overflow-y:scroll;
}
/* .cart_details .row{ */
  /* margin:0px; */
/* } */
.cart_details img{
  height:100%;
  object-fit:contain;
}
.cart_details .delete {
    position: absolute;
     top: 14px;
    right: 15px;
    width:22px;
    height:22px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
     flex: 0 0 22px; 
     padding:0px;
         padding-top: 1px;
}
.cart_details  p{
/*  color:black;*/
  font-size:14px;
  font-weight:400;
  margin:0px;
}
.cart_details .my-cart-header {
  margin:0px;
  background:#1A4F77;
  padding: 10px 0px;
  position: relative;
}
.cart_details .my-cart-header .cart-close{
color: white;
    position: absolute;
    top: 50%;
    right: 15px;
    cursor: pointer;
    transform: translateY(-50%);
    width:30px;
    height:30px;
        display: flex;
    align-items: center;
    justify-content: center;
}
.ptc.row{
  background:#1A4F77;
      margin: 0px 0px;
    padding:13px 12px;
    border-radius: 0px;
}
.ptc.row a.custom-link{
    background: #0e8fea;
    margin: 0 auto;
    padding: 10px 0px;
    border-radius:4px;
    color:#ffffff;
}
.ptc p{
  color:white;
  font-size:16px;
  font-weight:bold;
}
.cart_details ul{
  list-style-type:none;
  padding:0px;
  height:100%;
}

.cart-item-details{
  display: flex;
  align-items:stretch;
  justify-content:start;
    margin: 0px;
    background: white;
    padding:0px;
    border-bottom: 1px solid #1A4F77;
    position: relative;
}
.cart_details-image-cover{
    padding:5px;
    width:80px;
    height:auto;
    overflow: hidden;
    text-align:center;
    background-color:#e8e8f2;
    background-color:#ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cart_details-image-cover img{
    object-fit: contain;
    height: 80px;
  }
.cart_details-content-cover{
width:calc(100% - 80px);
/*margin:10px;*/
    padding: 10px;
    background: #e8e8f2;
}
.cart_details-content-cover table.table{
margin:0px;
background-color:#ffffff;
}
.cart_details-content-cover table.table tbody tr,.cart_details-content-cover table.table tbody td{
  padding:4px 6px !important;
  padding:8px 6px !important;
}
.cart_details-content-cover table.table tbody tr{
border-bottom: 1px solid #dee2e6;
}
.cart_details-content-cover table.table tbody td{
  border: 1px solid #dee2e6;
}
.cart_details-content-cover table.table tbody tr strong{
  font-size:14px;
  font-weight: bold !important;
}
.cart-empty.row{
  text-align:center;
  height:calc(100% - 53.59px);
  margin:0px;
}
.cart-empty.row i{
  font-size:100px;
  color:#1A4F77;

}
.parent-cart-item-details{
  height:calc(100% - 123.59px);
}
.cart-item-details .brand-title{
 font-size:14px;
 font-weight: bold;
 margin-bottom:0px;
 padding-right:95px;
}
.cart-item-details .brand-category{
/* margin-bottom:3px;*/
 text-transform: capitalize;
}
.cart-header{
    display: flex;
    min-width:130px;
    justify-content:flex-start;
    cursor: pointer;
}
.cart-header .w3view-cart{
background-color: #0e8fea;
background-color:#1A4F77;
border:0px;
color:#ffffff;
position: relative;
width:45px;
margin-right:10px;
}
.cart-header .cart-badge{
      position: absolute;
    top:-5px;
    right:-5px;
    background-color: red;
    width: 22px;
    height: 22px;
    font-size: 16px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-brand-image{
  height:80px;
    width:80px;
    text-align: center;
    display: block;
    object-fit:contain;
    object-position: center;
}
.text-initial{
  text-transform:initial !important;
}
.message-backdrop {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999999;
    display: none;
    align-items: center;
    justify-content: center;
}
.message-back {
    width: 100%;
    height: auto;
    background: #254470;
    z-index: 1000;
    padding: 20px 5px;
    text-align: center;
    color: #ffffff;
}
.message-back-success{
  background-color:#1cc88a !important;
  position: absolute;
  top:0px;
  left:0px;
}
.message-back-error{
  background-color:red !important;
  position: absolute;
  top:0px;
  left:0px;
}
.message-back h3{
  font-size:16px;
  font-weight:400;
}

.brand_category-cover {
    text-align: left;
    border-radius: 10px;
    margin-bottom: 15px;
/*    background: #E4E4E6;*/
    border:1px solid #dadbdd;
    overflow: hidden;
    user-select: none;
}
.brand_category-cover p{
  text-align: center;
    margin-bottom: 0px;
    background: #fafafa;
    border-bottom: 1px solid #dadbdd;
    padding: 7px 12px;
}
.brand_category-cover .form-switch{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20px;
    border-bottom: 1px solid #dadbdd;
    cursor: pointer;
}
.brand_category-cover .form-switch:last-child{
  border-bottom:0px !important;
}
.brand_category-cover .form-switch label{
  cursor: pointer;
}
.brand_category-cover .form-switch .form-check-input{
  cursor: pointer;
}
.brand_category-cover .form-switch .form-check-input:active{
 filter:none;
}
.brand_category-cover .form-switch .form-check-input:focus{
 box-shadow:none;
 border-color:rgba(0, 0, 0, 0.25);
 background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}
.brand_category-cover .form-switch .form-check-input:checked{
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.brand_category-cover .form-switch .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.brand_category-cover .form-switch input[data-color="brandInDb"]{
        display:none;
      }
.brand_category-cover .form-switch input[data-color="brandInDb"]+label{
        color: #16C60C;
    opacity: 1 !important;
    position: relative;
    width:100%;
      }
.brand_category-cover .form-switch input[data-color="brandInDb"]+label::before {
    content: '\f14a';
    font: var(--fa-font-regular);
    position: absolute;
     right:0px;
    top: 50%;
    transform: translateY(-50%);
    font-size:20px;
}
.brand-classification-cover,.olive-oil-type-cover{
  display: flex;
  justify-content:flex-start;
  height: 47px;
  align-items: center;
}
.select2-search__field{
  width:100% !important;
}
    .custom-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 111111;
}
.custom-modal-overlay.custom-modal-overlay-show{
display: flex;
}
.custom-modal {
    background: #fff;
    padding: 20px;
    padding-top:40px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    max-width:768px;
    min-width:500px;
    margin:0 auto;
    transition: transform .5s ease-out;
    transform: translate(0,-100%);
    position: relative;
}
.custom-modal.success-modal{
  padding-top:20px !important;
}
.custom-modal.custom-modal-show{
  transform:translate(0,0);
}
.close-custom-modal-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    font-size: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

}
#payment-form input.form-control {
    box-shadow: none;
    border-radius: 5px;
    height: 50px;
    border: 2px solid #17403C;
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
}
.card-elements-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.StripeElement {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    padding: 10px;
    border-radius: 4px;
    margin: 5px 0px;
    width: calc(50% - 5px);
    box-shadow: none;
    border-radius: 5px;
    height: 50px;
    border: 2px solid #17403C;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.StripeElement#card-number {
  margin:5px 0px;
      background-color: #fff;
    color: #333;
    padding: 10px;
    width: 100%;
    box-shadow: none;
    border-radius: 5px;
    height: 50px;
    border: 2px solid #17403C;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-top: 14px;
}
.StripeElement#card-expiry {
    margin-right: 5px;
    padding-top: 14px;
}
.StripeElement#card-cvc {
    margin-left: 5px;
    padding-top: 14px;
}
/* Customize the focus state of Stripe card element */
 .StripeElement--focus {
  /* Your custom styles for the focused state of the Stripe card element */
  /* For example, you can change the border or box-shadow */
  
}

/* Customize the error state of Stripe card element */
 .StripeElement--invalid {
  /* Your custom styles for the invalid state of the Stripe card element */
  /* For example, you can change the border color */
  border-color: #f44336;
}
     .profile-img{
         height:200px;
         width:100%;
         }
         .circle{
        position: relative;
    border-radius:100% !important;
    width: 160px;
    height: 160px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding:0px;
    border:2px solid #1A4F77;
         }
         .profile-pic-brand-image-circle{
     border-radius:0px !important;
         width: 100%;
    height: 100%;
         }
         .p-image{
         width: 100%;
         height: 100%;
         border-radius: 0px;
         left: 0px;
         top: 0px;
         background: transparent;
         }
         .profile-pic {
         width:100%;
         display: block;
         height:100%;
         object-fit: cover;
         object-position: center;
         margin-left: auto;
         margin-right: auto;
         max-height:100%!important;
      }
    .profile-pic.profile-pic-brand-image{
         object-fit:contain;
         border-radius:0px !important;
      }
      .profile-img-cover.hide-image{
         opacity:0;
         visibility: hidden;
      }
      .ref-inv-card{
   background-color: #ffffff;
   padding:20px;
   border-radius:3px;
   box-shadow: 0 10px 15px rgba(0,0,0,.05);
      }
      .invoice-header{

      }
      .invoice-label{
        text-transform:capitalize;
        font-size:18px;
        font-weight:500;
        font-style: italic;
      }
      .invoice-label-value{
        font-size:20;
      }
      .invoice-header h2 span{
       background-color:#7f8000;
       color:#ffffff;
       padding:0px 12px;
       font-weight:bold;
      }
      .invoice-header p{
        font-size:18px;
      }
      .show-when-cart-is-empty.d-block{
        display: block!important;
      }
      .no-wrap{
        white-space:nowrap;
      }
      .invoice-company-details{
        max-width:380px;
      }
      .bank-company-cover{
        border-top:1px solid #dee2e6;
      }
  .move-to-next-page {
  page-break-before: always;
}
.all-brands-image{
  width:90px;
  height:90px;
  object-fit:contain;
  object-position:center center;
}
.invoice-website-logo{
  width:70px;
  height:70px;
  object-fit:contain;
  object-position:center center;
  margin-right:18px;
}
.invoice-website-logo:last-child{
  width:60px;
  height:60px;
  margin-top:5px;
}
.invoice-website-logo-usiooc{
    width:60px;
  height:60px;
  margin-top:5px;
}
.table.invoice-table thead tr, .table.invoice-table thead th{
  border:1px;
}
.table-active-bg-color{
  background-color:#1A4F77 !important;
}
/*.to-hide-edition-3{
  display: none !important;
}
.heading-to-hide-edition-3,.heading-to-hide-edition-4{
  display: none !important;
}*/
.fly-animation{
  width: 20px;
    height: 20px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    display: none;
    opacity: 0;
    z-index: 1000;
  animation: fly-to-cart 0.5s ease-in-out;
}

@keyframes fly-to-cart {
  from {
/*    transform: translate(0, 0);*/
    opacity: 1;
  }
  to {
/*    transform: translate(calc(100px), calc(-50px));*/
    opacity: 0;
  }
}

.header-nav-offers-and-user-name-image{
 justify-content:space-between;
 width:calc(100% - 150px);
}
.click-for-to-switch-offer{
     background-color: #dc3545;
    color: #ffffff;
    border: 0px;
    padding: 5px 10px;
    border-radius: 3px;
    display: block;
    font-size: 14px;
}
.applied-offfer-text{
/*    position: absolute;*/
    font-size: 12px;
    background-color: #198754;
    background-color:#0e8fea;
    top: 10px;
    right: 11px;
    color: #fff;
    padding: 5px;
    width: fit-content;
    margin-left: auto;
}
.offfers-messages-li{
  display: flex;
  align-items:start;
  justify-content:center;
  font-size:14px;
  flex-direction: column;
    color:#198754;
}
.offfers-messages-li i{
    font-size:14px;
}
.offfers-messages-item{
  display: flex;
  align-items: center;
  justify-content:start;
}
.offfers-messages-item span{
  width:18px;
  height:18px;
  background-color:red;
  color:#ffffff;
  margin:0px 5px;
  display:inline-flex;
  align-items: center;
  justify-content: center;
  border-radius:100%;
}
.offfers-messages-item a{
  margin-left:5px;
  background-color:#0e8fea;
  color:#ffffff;
  text-decoration: none;
  padding:0px 10px;
  border-radius:2px;
}
.offer-buttons{
  display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:7px;
}
.jconfirm {
    background: rgba(0, 0, 0, .3);
}
.jconfirm-content b{
  font-weight:600 !important;
}
.offer-success-alert{
  display: flex;
  align-items:start;
  justify-content: start;
  gap:10px;
}
.offer-success-alert p{
  margin-bottom:0px;
}
.offer-success-alert i{
  margin-top:4px;
}
.offers-card-item{
  border-radius:10px;
  overflow:hidden;
}
.jconfirm .jconfirm-box div.jconfirm-title-c{
  font-size:18px;
  font-weight:600;
}
.offers-details-content p{
 margin-bottom:15px !important;
}
.cart_checkout .offer-buttons {
    margin-bottom: 0px;
    flex-direction: column;
    gap:10px;
    align-items:stretch;
    width:fit-content;
    margin:0 auto;
}
.cart_checkout .offer-buttons .applied-offfer-text{
 width:100%;
 display:block;
 text-align: center;
 margin: 0 auto;
}
.cart_checkout .applied-offfer-text{
   margin: 0 auto;
   padding:5px 20px;
}
.select2-container .select2-search--inline {
    float: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
  white-space:wrap;
}




@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .topbar .dropdown {
    position: relative;
  }

  .topbar .dropdown .dropdown-menu {
    width: auto;
    right: 0;
    left: auto;
  }

  .topbar .dropdown-list {
    width: 20rem !important;
  }

  .topbar .dropdown-list .dropdown-item .text-truncate {
    max-width: 13.375rem;
  }
}
@media (min-width: 768px) {
  .sidebar {
    width: 14rem !important;
  }

  .sidebar .nav-item .collapse {
    position: relative;
    left: 0;
    z-index: 1;
    top: 0;
    -webkit-animation: none;
    animation: none;
  }

  .sidebar .nav-item .collapse .collapse-inner {
    border-radius: 0;
    box-shadow: none;
  }

  .sidebar .nav-item .collapsing {
    display: block;
    transition: height 0.15s ease;
  }

  .sidebar .nav-item .collapse,
  .sidebar .nav-item .collapsing {
    margin: 0 1rem;
  }

  .sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem;
    width: 14rem;
    padding-left:30px;
  }

  .sidebar .nav-item .nav-link i {
    font-size: 0.85rem;
    margin-right: 0.25rem;
  }

  .sidebar .nav-item .nav-link span {
    font-size: 0.85rem;
    font-size:16px;
    display: inline;
  }

  .sidebar .nav-item .nav-link[data-toggle="collapse"]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
  }

  .sidebar .nav-item .nav-link[data-toggle="collapse"].collapsed::after {
    content: "\f105";
  }

  .sidebar .sidebar-brand .sidebar-brand-icon i {
    font-size: 2rem;
  }

  .sidebar .sidebar-brand .sidebar-brand-text {
    display: inline;
  }

  .sidebar .sidebar-heading {
    text-align: left;
  }

  .sidebar.toggled {
    overflow: visible;
    width: 14rem !important;
  }

  .sidebar.toggled .nav-item .collapse {
    position: absolute;
    left: calc(6.5rem + 1.5rem / 2);
    z-index: 1;
    top: 2px;
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: transform
        cubic-bezier(0.18, 1.25, 0.4, 1),
      opacity cubic-bezier(0, 1, 0.4, 1);
    animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1),
      opacity cubic-bezier(0, 1, 0.4, 1);
  }

  .sidebar.toggled .nav-item .collapse .collapse-inner {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
    border-radius: 0.35rem;
  }

  .sidebar.toggled .nav-item .collapsing {
    display: none;
    transition: none;
  }

  .sidebar.toggled .nav-item .collapse,
  .sidebar.toggled .nav-item .collapsing {
    margin: 0;
  }

  .sidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem;
  }

  .sidebar.toggled .nav-item .nav-link {
    width:14rem;
  }

  .sidebar.toggled .nav-item .nav-link span {
    font-size: 16px;
    display: block;
  }

  .sidebar.toggled .nav-item .nav-link i {
    margin-right: 0;
  }

  .sidebar.toggled .nav-item .nav-link[data-toggle="collapse"]::after {
    display: none;
  }

  .sidebar.toggled .sidebar-brand .sidebar-brand-icon i {
    font-size: 2rem;
  }

  /*.sidebar.toggled .sidebar-brand .sidebar-brand-text {
    display: none;
  }
*/
  .sidebar.toggled .sidebar-heading {
    text-align: center;
  }
}
@media only screen and (max-width: 787px) {
  .circle {
  border-radius: 100% !important;
        overflow: hidden;
        width: 110px;
        height: 110px;
        position: absolute;
  }

  .p-image {
            top: 0px;
        right: auto;
        left: 0px;
  }
  .profile-pic-brand-image-circle{
    width:100%;
    height:100%;
    border-radius:0px !important;
  }
}
@media(max-width:768px){
  .brand_category-cover{
    width:100%;
  }
  .sidebar{
    position: absolute;
    z-index: 1111;
    overflow: hidden;
    height:100%;
    top:0px;
    left:0px;
  }
  .custom-modal{
    min-width:100%;
    width:100%;
  }
  .sidebar-overlay{
   width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,.1);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1110;
}
.sidebar-overlay.overlay-hide{
 display: none;
}
.brand-card{
  flex-direction: column;
  gap:15px;
}
.brand-card .brand-image{
  width:100%;
}
.brand-card .brand-image .brand-image-sub{
  padding:10px;
}
.brand-card .brand-image img{
max-height:130px;
}
.brand-card .add_to_cart_form{
  width:100%;
}
.brand-card h3{
  text-align: center;
}
#myTab{
  padding: 10px 5px 10px 5px;
  gap:5px;
}
table.table-custom1{
  font-size:14px;
}
table.table-custom1 .d-flex.ms-1{
  font-size:13px;
}
.login-form{
  padding:10px 15px 15px;
}
.login-signup-form h1 {
    font-size: 28px;
  }
  .btn {
    padding: 8px 24px;
}
.topbar{
  width:100%;
}
.cart_details-image-cover{
  width:60px;
}
.cart_details-content-cover {
    width: calc(100% - 60px);
}
.custom-1-title {
    flex-direction: column-reverse;
    gap: 10px;
    align-items: start;
}
.parent-cart-item-details {
    height: calc(100% - 117.47px);
}
.click-for-to-switch-offer{
  font-size:12px;
}
.sidebar{
  position: fixed;
  overflow: scroll;
}
.sidebar .sidebar-brand{
  font-size:12px;
  padding:12px;
  height:auto;
}
.topbar #sidebarToggleTop{
        width: 30px;
        height: 30px;
        border-radius: 0px !important;
        background-color: #e8e8f2;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        padding: 5px 10px;
        border: 0px;
}
.cart-header{
  font-size:12px;
}
.header-nav-offers-and-user-name-image{
  width:auto;
}
.offfers-messages-item{
  font-size:12px;
  padding:10px 12px;
}
.offfers-messages-item a{
  width: fit-content;
  display: block;
  margin:0px;
}
.cart_details p{
  font-size:12px;
}
.jconfirm-box{
  width:95% !important;
}
.jconfirm .jconfirm-box div.jconfirm-title-c{
  font-size:16px;
  font-weight: 500;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content{
  font-size:14px;
}
}
