.navbar {
  box-shadow: 0px 5px 21px -5px #CDD1E1;
  display: flex;
  background: #ffffff;
  height: 70px;
  width: 100%;
  margin-bottom: 0px;
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  /*test*/
}

.navbar .navbar-brand-wrapper {
  transition: width 0.25s ease, background 0.25s ease;
  -webkit-transition: width 0.25s ease, background 0.25s ease;
  -moz-transition: width 0.25s ease, background 0.25s ease;
  -ms-transition: width 0.25s ease, background 0.25s ease;
  width: 235px;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  /* margin-top: -25px; */
}

.navbar .navbar-brand-wrapper .navbar-brand {
  color: #27367f;
  font-size: 1.5rem;
  margin-right: 0;
  padding: 10px;
}

.navbar .navbar-brand-wrapper .navbar-brand img {
  max-width: 100%;
  height: 34px;
  margin: auto;
  vertical-align: middle;
}

.text-center {
  text-align: center !important;
}

.navbar .navbar-menu-wrapper {
  background: #ffffff;
  transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease;
  -moz-transition: width 0.25s ease;
  -ms-transition: width 0.25s ease;
  color: #6C7383;
  /* padding-right: 2.375rem;
  padding-left: 2.375rem; */
  width: calc(100% - 235px);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.navbar .navbar-menu-wrapper .navbar-toggler:not(.navbar-toggler-right) {
  transform: rotate(0deg);
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}

.navbar .navbar-menu-wrapper .navbar-toggler {
  border: 0;
  padding: 5px;
  border-radius: 6px;
  margin-left: 10px;
  width: 30px;
  height: 40px;
  color: white;
  background: #2EBB84;
  display: none;
}

.hedear_profile .nav-item.nav-profile {
  margin-left: .2rem;
}

.hedear_profile .nav-item .nav-link {
  color: inherit;
  font-size: 1rem;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.hedear_profile .nav-item.nav-profile img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.p-0 {
  padding: 0 !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.flex-row,
.email-wrapper .message-body .attachments-sections ul li,
.hedear_profile {
  flex-direction: row !important;
}

.hedear_profile .nav-item.dropdown .navbar-dropdown {
  position: absolute;
  font-size: 0.9rem;
  margin-top: 0;
  right: 0;
  left: auto;
  top: 70px;
}

.hedear_profile .nav-item .nav-link {
  color: inherit;
  font-size: 1rem;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.hedear_profile .nav-item.dropdown .navbar-dropdown .dropdown-item {
  margin-bottom: 0;
  padding: 0.687rem 1.562rem;
  cursor: pointer;
}

.hedear_profile .nav-item.dropdown .navbar-dropdown .dropdown-item i {
  font-size: 17px;
}

.hedear_profile .nav-item.dropdown i {
  margin-right: .5rem;
  vertical-align: middle;
}

.hedear_profile .nav-item.dropdown .dropdown-menu {
  border: none;
  -webkit-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
}

/* .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #CED4DA;
  border-radius: 0.25rem;
} 
*/
.navbar .dropdown-toggle::after {
  content: none;
  position: absolute;
  border-top: .5em solid;
  border-right: .5em solid transparent;
  border-bottom: 0;
  border-left: .5em solid transparent;
  right: 10px;
  top: 48%;
}

.sidebar {
  position: relative;
  min-height: 100%;
  background: #ededed;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  padding: 0;
  width: 200px;
  z-index: 11;
  transition: width 0.25s ease, background 0.25s ease;
  -webkit-transition: width 0.25s ease, background 0.25s ease;
  -moz-transition: width 0.25s ease, background 0.25s ease;
  -ms-transition: width 0.25s ease, background 0.25s ease;
}

.page-body-wrapper {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: row;
  padding-left: 0;
  padding-right: 0;
  padding-top: 60px;
}

.main-panel {
  /* overflow: auto; */
  transition: width 0.25s ease, margin 0.25s ease;
  width: calc(100% - 200px);
  min-height: calc(100vh - 60px);
  display: -webkit-flex;
  display: flex;
  background: rgb(247, 247, 247);
  -webkit-flex-direction: column;
  flex-direction: column;
}

.content-wrapper {
  background: #F5F7FF;
  padding: 2.375rem 2.375rem;
  width: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.sidebar .nav:not(.sub-menu) {
  margin-top: 1.45rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.container-scroller {
  overflow: none !important;
}

.sidebar .nav {
  overflow: hidden;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-bottom: 60px;
}

.sidebar .nav:not(.sub-menu)>.nav-item {
  margin-top: .2rem;
}

.sidebar .nav .nav-item.active {
  border-radius: 8px;
  color: white;
}

.padd-profile {
  padding: 30px !important;
}

.sidebar .nav .nav-item {
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  transition-property: background;
  -webkit-transition-property: background;
}

.sidebar .nav:not(.sub-menu)>.nav-item>.nav-link {
  margin: 0;
}

.sidebar .nav .nav-item .nav-link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  padding: 0.8125rem 1.937rem 0.8125rem 1rem;
  color: #101410;
  border-radius: 8px;
  -webkit-transition-duration: 0.45s;
  -moz-transition-duration: 0.45s;
  -o-transition-duration: 0.45s;
  transition-duration: 0.45s;
  transition-property: color;
  -webkit-transition-property: color;
}

.sidebar .nav:not(.sub-menu)>.nav-item.active {
  background: #08261B;
  color: #fff;
}

.main-panel .service-sec {
  padding: 0px;
  margin-top: 20px;
}

.main-panel .service-sec .container {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 30px;
}

.sidebar .nav {
  overflow: hidden;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-bottom: 60px;
}

.sidebar .nav .nav-item {
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  transition-property: background;
  -webkit-transition-property: background;
}

.sidebar .nav .nav-item .collapse {
  z-index: 999;
}

.sidebar .nav .nav-item .nav-link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  padding: 0.8125rem 1.937rem 0.8125rem 1rem;
  color: #6C7383;
  border-radius: 8px;
  -webkit-transition-duration: 0.45s;
  -moz-transition-duration: 0.45s;
  -o-transition-duration: 0.45s;
  transition-duration: 0.45s;
  transition-property: color;
  -webkit-transition-property: color;
}

.sidebar .nav .nav-item .nav-link i {
  color: inherit;
}

.sidebar .nav .nav-item .nav-link i.menu-icon {
  font-size: 1rem;
  line-height: 1;
  margin-right: 1rem;
  color: #6C7383;
}

.rtl .sidebar .nav .nav-item .nav-link i.menu-icon {
  margin-left: 2rem;
  margin-right: 0;
}

.sidebar .nav .nav-item .nav-link i.menu-icon:before {
  vertical-align: middle;
}

.sidebar .nav .nav-item .nav-link i.menu-arrow {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: auto;
  margin-right: 0;
  color: #686868;
}

.rtl .sidebar .nav .nav-item .nav-link i.menu-arrow {
  margin-left: 0;
  margin-right: auto;
}

.sidebar .nav .nav-item .nav-link i.menu-arrow:before {
  content: "\e649";
  font-family: "themify";
  font-style: normal;
  display: block;
  font-size: 0.687rem;
  line-height: 10px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.sidebar .nav .nav-item .nav-link .menu-title {
  color: inherit;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
}

.sidebar .nav .nav-item .nav-link .badge {
  margin-left: auto;
}

.rtl .sidebar .nav .nav-item .nav-link .badge {
  margin-left: 0;
  margin-right: auto;
}

.sidebar .nav .nav-item .nav-link[aria-expanded="true"] i.menu-arrow:before {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidebar .nav .nav-item.active {
  border-radius: 8px;
}

.sidebar .nav .nav-item.active>.nav-link {
  background: #2EBB84;
  position: relative;
}

.sidebar .nav .nav-item.active>.nav-link i,
.sidebar .nav .nav-item.active>.nav-link .menu-title,
.sidebar .nav .nav-item.active>.nav-link .menu-arrow {
  color: #fff;
}

.sidebar .nav .nav-item.active>.nav-link i.menu-arrow::before {
  content: "\e64b";
}

.sidebar .nav .nav-item:hover>.nav-link i,
.sidebar .nav .nav-item:hover>.nav-link .menu-title,
.sidebar .nav .nav-item:hover>.nav-link .menu-arrow {
  color: #fff;
}

.sidebar .nav:not(.sub-menu) {
  margin-top: 1.45rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.sidebar .nav:not(.sub-menu)>.nav-item {
  margin-top: .2rem;
}

.sidebar .nav:not(.sub-menu)>.nav-item:hover>.nav-link,
.sidebar .nav:not(.sub-menu)>.nav-item:hover[aria-expanded="true"] {
  background: #2EBB84;
  color: #fff;
}

.sidebar .nav:not(.sub-menu)>.nav-item>.nav-link {
  margin: 0;
}

.sidebar .nav:not(.sub-menu)>.nav-item>.nav-link[aria-expanded="true"] {
  border-radius: 8px 8px 0 0;
  background: #2EBB84;
  color: #fff;
}

.sidebar .nav:not(.sub-menu)>.nav-item.active {
  background: #2EBB84;
}

.sidebar .nav.sub-menu {
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
  padding: 0.25rem 0 0 3.07rem;
  background: #2EBB84;
  padding-bottom: 12px;
}

.sidebar .nav.sub-menu .nav-item {
  padding: 0;
}

.sidebar .nav.sub-menu .nav-item::before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  margin-top: 16px;
  border-radius: 50%;
  background: #b2b2b2;
}

.sidebar .nav.sub-menu .nav-item .nav-link {
  color: #fff;
  padding: 0.7rem 1rem;
  position: relative;
  font-size: 0.875rem;
  line-height: 1;
  height: auto;
  border-top: 0;
}

.sidebar .nav.sub-menu .nav-item .nav-link:hover {
  color: #ffffff;
}

.sidebar .nav.sub-menu .nav-item .nav-link.active {
  color: #ffffff;
  background: transparent;
}

.sidebar .nav.sub-menu .nav-item:hover {
  background: transparent;
}

.sidebar-dark .sidebar {
  background: #232227;
}

.sidebar-dark .sidebar .nav .nav-item .nav-link {
  color: #FFFFFF;
}

.sidebar-dark .sidebar .nav .nav-item .nav-link i {
  color: inherit;
}

.sidebar-dark .sidebar .nav .nav-item .nav-link i.menu-icon {
  color: #FFFFFF;
}

.sidebar-dark .sidebar .nav .nav-item .nav-link .menu-title {
  color: inherit;
}

.sidebar-dark .sidebar .nav .nav-item .nav-link[aria-expanded="true"] .menu-title {
  color: #FFFFFF;
}

.sidebar-dark .sidebar .nav .nav-item.active>.nav-link {
  background: #2EBB84;
}

.sidebar-dark .sidebar .nav .nav-item.active>.nav-link .menu-title,
.sidebar-dark .sidebar .nav .nav-item.active>.nav-link i {
  color: #ffffff;
}

.sidebar-dark .sidebar .nav:not(.sub-menu)>.nav-item:hover>.nav-link {
  background: #2EBB84;
  color: #fff;
}

.sidebar-dark .sidebar .nav:not(.sub-menu)>.nav-item .nav-link[aria-expanded="true"] {
  background: #1a1f26;
}

.sidebar-dark .sidebar .nav.sub-menu {
  background: #1a1f26;
}

.sidebar-dark .sidebar .nav.sub-menu .nav-item .nav-link {
  color: #FFFFFF;
}

.sidebar-dark .sidebar .nav.sub-menu .nav-item .nav-link:before {
  color: white;
}

.sidebar-dark .sidebar .nav.sub-menu .nav-item .nav-link.active {
  color: #ffffff;
  background: transparent;
}

.sidebar-dark .sidebar .nav.sub-menu .nav-item .nav-link:hover {
  color: #9a94a7;
}

.sidebar-dark .sidebar .nav.sub-menu .nav-item:hover {
  background: transparent;
}

.flex-row {
  flex-direction: row !important;
  display: flex;
}

/* style for off-canvas menu*/
@media screen and (max-width: 991px) {
  .sidebar-offcanvas {
    position: fixed;
    max-height: calc(100vh - 60px);
    top: 70px;
    bottom: 0;
    overflow: auto;
    right: -235px;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .sidebar-offcanvas.active {
    right: 0;
  }
}

.header-img--block {
  position: absolute;
  top: 10px;
  background: #213C32;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  color: white;
  letter-spacing: .04em;
  /* text-transform: uppercase; */
  text-align: center;
  width: 118px;
  height: 39px;
  padding-top: 10px;
  opacity: .8;
}

.card-dash {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e3e3;
  border-radius: 14px;
}

.card-dash .card-body-dash {
  padding: 10px 10px;
}

.card-body-dash {
  flex: 1 1 auto;
  min-height: 1px;
}

.img-his {
  border-radius: 5px;
  width: 100%;
  height: 30rem
}

.mb-3 {
  margin-bottom: 20px;
}

.padd-list-shop {
  padding: 34px 30px 40px 30px !important;
}

.padd-shop {
  padding: 30px !important;
}

.list-shop {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
}

.list-shop img {
  width: 200px;
  height: 200px;
}

.list-shop .card-dash {
  width: 260px;
  margin-right: 20px;
  flex: 0 0 auto;
  text-align: center;

}

.mb-5 {
  margin-bottom: 40px;
}

.title-shop {
  color: #101410;
  font-family: 'Montserrat';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}

.list-shop .card-dash h5 {
  color: #101410;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  overflow: hidden;
  white-space: initial;
  text-overflow: ellipsis;
}

.list-shop .card-dash span {
  color: #2EBB84;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

@-webkit-keyframes spinner-border-rtl {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes spinner-border-rtl {
  to {
    transform: rotate(-360deg);
  }
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

.spinner-border-lg {
  width: 3rem;
  height: 3rem;
  border-width: 0.3em;
}

.card-credit {
  /* width: 100%; */
  height: 90px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #2EBB84;
}

.padd-20 {
  padding: 20px !important;
}

.card-credit p {
  color: var(--white-main, #FFF);
  text-align: center;
  font-family: 'Montserrat';
  font-size: 18px;
  font-style: normal;
  text-align: left;
  font-weight: 700;
  line-height: normal;
  margin-left: 4px;
}

.number-credit {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  margin-bottom: 8px;
  margin-left: 4px;
}

.dropdown-toggle {
  white-space: nowrap;
}

.msg-empty {
  color: #000;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}


/****************************/
.redisgn .nav-link:hover {
  transition: all 0.4s;
}

.redisgn .nav-link-collapse:after {
  float: right;
  content: '\f067';
  font-family: 'FontAwesome';
}

.redisgn .nav-link-show:after {
  float: right;
  content: '\f068';
  font-family: 'FontAwesome';
}

.redisgn .nav-item ul.nav-second-level {
  padding-left: 0;
}

.redisgn .nav-item ul.nav-second-level>.nav-item {
  padding-left: 20px;
}

.redisgn .sidenav {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  padding-left: 10px;
  padding-right: 10px;
  /* height: calc(100vh - 3.5rem); */
  /* margin-top: 3.5rem; */
  background: #ededed;
  box-sizing: border-box;
  /* border-top: 1px solid rgba(0, 0, 0, 0.3); */
}

.redisgn .sidenav .menu-title {
  color: inherit;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
}

.redisgn .sidenav .nav-item.active {
  background: #2EBB84;
  position: relative;
}

.redisgn .sidenav .nav-item:hover {
  background: #2EBB84;
  position: relative;
}

.redisgn .sidenav .nav-item:hover>.nav-link {
  color: white !important;
}

.redisgn .sidenav .nav-item.active>.nav-link {
  color: white !important;

}

.d-flex {
  display: flex !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.navbar-nav-right {
  align-items: center !important;
}

.redisgn .navbar-nav .nav-item {
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
}

/* .redisgn .navbar-nav .nav-item .nav-link{
    width: 100px  !important;
} */
@media (max-width: 992px) {
  .marg-disp {
    margin-bottom: 20px;
  }

  .redisgn .sidenav {
    width: 200px;
    padding-left: 30px;
    padding-right: 0px;
  }

  .navbar .navbar-menu-wrapper .navbar-toggler {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 30px;
  }

  .navbar .navbar-menu-wrapper .navbar-nav .dropdown {
    position: static;
  }


  .main-panel {
    width: 100% !important;
  }

  .nav-active {
    display: block;
  }
}

@media (min-width: 992px) {
  .redisgn .sidenav {
    position: absolute;
    top: 0;
    left: 0;
    /* height: 100v; */
    /* margin-top: 3.5rem; */
    background: #ededed;
    box-sizing: border-box;
    /* border-top: 1px solid rgba(0, 0, 0, 0.3); */
  }

  .redisgn .navbar-expand-lg .sidenav {
    flex-direction: column;
  }

  .redisgn .content-wrapper {
    margin-left: 230px;
  }
}

#alert-dialog-slide-description {
  font-size: 16px;
}

#button-upg {
  display: inline-flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  color: var(--white-main, #FFF);
  font-family: "DM Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #2EBB84;
}

.generate:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.navbar .navbar-menu-wrapper .navbar-nav .dropdown .navbar-dropdown {
  position: absolute;
  font-size: 0.9rem;
  margin-top: 0;
  right: 0;
  left: auto;
  top: 60px;
}

.navbar .navbar-menu-wrapper .navbar-nav .dropdown .dropdown-menu {
  border: none;
  -webkit-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
  background-color: #FFF;
}

.navbar .navbar-menu-wrapper .navbar-nav .dropdown .navbar-dropdown .dropdown-item:hover {
  background-color: #2EBB84;
  color: #FFF;
  text-decoration: none;
}

.navbar .navbar-menu-wrapper .navbar-nav .dropdown .navbar-dropdown .dropdown-item {
  margin-bottom: 0;
  cursor: pointer;
  display: flex !important;
  font-size: 16px;
  align-items: center !important;
  color: #101410;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 100%;
  padding: 10px 15px;
  font-weight: 400;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* .dropdown-menu.show {
  display: block;
} */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar .navbar-menu-wrapper .navbar-nav .dropdown .dropdown-menu {
  width: 10rem !important;
  min-width: 15rem !important;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #CED4DA;
  border-radius: 0.25rem;
}

.list-shop a:hover {
  text-decoration: none;
}

.text-right {
  text-align: right;
}

.visb {
  display: block !important;
}

.inVisb {
  display: none !important;
}

.upload-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 15px;
  justify-content: center;
  align-items: center;
  gap: var(--textfield-select-arrow-mr, 10px);
  border-radius: 6px;
  background: rgb(23, 51, 41);
  color: var(--white-main, #FFF);
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#read-photo:hover .upload-button {
  opacity: 1;
}

#read-photo:hover {
  opacity: 0.9;
}

.download-button {
  position: absolute;
  top: 10px;
  border: #213C32;
  right: 15px;
  background: #213C32;
  color: white;
  text-align: center;
  width: 40px;
  height: 40px;
  opacity: 0.8;
  display: none;
  cursor: pointer;
}

.image-hover:hover .download-button {
  display: block;
}

.image-hover:hover img {
  opacity: 0.9;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 50px;
  right: 15px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  color: #101410;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  cursor: pointer;
}

.dropdown-content a:hover {
  background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

/* .img-after:hover .download-button {
  opacity: 1  !important;
}
.download-button:hover {
  background-color: #FFF;
  color:#213C32
}
.img-after:hover {
  opacity: 0.9;
}
.fa-upload::before{
  width: 50px  !important;
  height: 50px !important;
} */