/* login page code start */
body {
  font-family: "Inter", sans-serif !important;
}

.login-sec {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-left {
  width: 45%;
  background: #52952c;
  background-size: cover;
}

.login-right {
  width: 53%;
  padding: 40px 20px;
}

.login-main {
  border-radius: 15px;
  overflow: hidden;
  background: #113d00;
}

.input-icon {
  position: absolute;
  top: 16px;
  right: 17px;
  width: 25px;
}

@media (max-width: 1200px) {
  .navbar-custom {
    position: absolute;
    width: 100%;
    padding: 0px;
  }
}

.navbar-toggler {
  display: none;
}

@media (max-width: 1200px) {
  .navbar-toggler {
    display: block !important;
    position: relative;
  }
}

.text-small {
  font-size: 0.9rem;
}

.login-input {
  padding: 15px 48px 15px 15px;
  background: #e2f6da;
  border-radius: 9px;
  /* border: 1px solid #ffaf72; */
  font-size: 18px;
  color: rgb(29, 29, 29);
}

.form-control:focus {
  /* border: 1px solid rgb(201, 201, 201); */
  background: white;
  color: rgb(0, 0, 0) !important;
  box-shadow: none !important;
}

::placeholder {
  color: #797979 !important;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #797979 !important;
}

.btn-login {
  color: #ffffff;
  border: 0;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 10px;
  background: rgb(80 192 28);
  border-radius: 8px;
}

/* .btn-login:hover,
.btn-login:focus,
.btn-login:active {
  background: rgb(92, 222, 32) !important;
  color: #ffffff !important;
  box-shadow: none !important; 
  outline: none !important;
} */
.btn-login:hover,
.btn-login:focus,
.btn-login:disabled {
  background: rgb(92, 222, 32) !important;
  color: #ffffff !important;
  box-shadow: none !important; 
  outline: none !important;
}

.btn-login:active {
  background: rgb(60, 160, 20); /* darker green */
  transform: scale(0.97);       /* slight shrink effect */
  transition: all 0.1s ease-in-out;
}


.bg-login {
  background: url("../images/bg.jpg");
  background-size: cover;
  background-position: top center;
}

@media (max-width: 992px) {
  .login-left {
    width: 100% !important;
    display: none !important;
  }

  .login-right {
    width: 100% !important;
    padding: 20px;
  }
}

.login-mid {
  width: 1%;
}

.divider-login {
  width: 1px;
  background: rgb(9 79 110);
  background: linear-gradient(180deg,
      rgb(19 19 69) 0%,
      rgb(9 79 110) 50%,
      rgb(19 19 69) 100%);
  height: 100%;
}

.rem-chk {
  position: relative;
  top: 2px;
  border-color: #50c01c;
}

.fw-600 {
  font-weight: 600;
}

.login-heading {
  font-size: 25px;
  color: #eaeaea !important;
  font-weight: 500;
  margin: 20px;
}

.login-heading-top {
  font-size: 22px;
  color: #fc620e !important;
  font-weight: 500;
  margin: 20px;
}

.login-main a {
  color: #50c01c;
  text-decoration: underline;
  font-weight: 500;
}

.for-txt {
  color: #ede013;
}

label.fss-15 {
  color: #5eb82c;
}

.form-check-input:checked {
  background-color: #50c01c !important;
  border-color: #50c01c !important;
}

.form-check-input:focus {
  border-color: #50c01c !important;
  outline: 0;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  .login-heading {
    font-size: 22px;
  }

  .login-heading-top {
    font-size: 20px;
  }

  .btn-login {
    font-size: 1.1rem !important;
  }
}

.logo-img {
  width: 250px;
  max-width: 100%;
}

/* login page code end */

/* Home page start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Graphik";
  src: url("../font/GraphikThin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("../font/GraphikThinItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url("../font/GraphikLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("../font/GraphikLightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url("../font/GraphikRegular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("../font/GraphikRegular.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("../font/GraphikRegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url("../font/GraphikMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("../font/GraphikMediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url("../font/GraphikSemibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("../font/GraphikSemiboldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url("../font/GraphikBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("../font/GraphikBoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url("../font/GraphikBlack.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("../font/GraphikBlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url("../font/GraphikExtralight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("../font/GraphikExtralightItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url("../font/GraphikSuper.otf") format("opentype");
  font-weight: 950;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("../font/GraphikSuperItalic.otf") format("opentype");
  font-weight: 950;
  font-style: italic;
}

body {
  min-height: 100vh;
  background: #e3f6da;
  font-family: "Graphik", sans-serif;
  /* font-family: 'Inter', sans-serif; */
  /* letter-spacing: 1px;    */
}

.main-logo {
  width: 150px;
  max-width: 100%;
}

.header-sec {
  padding: 10px 20px;
  background: #133c00;
}

/* nav bar css */
.navbar-custom {
  letter-spacing: 1px;
  background-color: #0d2c00;
  position: sticky;
  top: 60px;
  z-index: 1018;
}

.nav-link,
.navbar-brand,
.dropdown-toggle {
  color: #ffffff !important;
}

.nav-link:hover,
.dropdown-toggle:hover {
  color: #acfa42 !important;
}

/* Hover dropdown */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.nav-item.dropdown>.nav-link {
  cursor: pointer;
}

.side-icon {
  width: 25px;
  margin-right: 8px;
  position: relative;
}

ul.navbar-nav {
  font-size: 1.1rem;
}

@media (min-width: 992px) {
  ul.navbar-nav {
    gap: 14px;
  }
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

@media (max-width: 1200px) {
  ul.navbar-nav {
    font-size: 1.1rem;
    padding: 10px 0px;
  }
}

button:focus:not(:focus-visible) {
  outline: 0;
  border: 1px solid black;
  box-shadow: none;
}

.navbar-nav li {
  white-space: nowrap;
}

.nav-opt .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  top: 2px;
  position: relative;
  left: 5px;
}

.txt-dash {
  font-size: 1.1rem;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

.navbar-nav .dropdown-menu .dropdown-item {
  color: white;
}

.navbar-nav .dropdown-menu {
  color: white;
  position: static;
  background: #133c00;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
  background: transparent;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #acfa42 !important;
}

.text-user {
  color: white;
}

/* middle sec css */
.middle-con {
  padding: 20px 0px;
}

.dash-sec {
  box-shadow: 0 11px 12px 0px rgb(0 0 0 / 6%) !important;
  border-radius: 15px;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  overflow: hidden;
  height: 100%;
  max-height: 330px;
  transition: transform 0.2s ease;
}

.dash-sec:hover {
  transform: scale(1.04) !important;
}

.dash-sec-title {
  background: #f9f9f9;
  text-align: start;
  padding: 15px 10px;
  border-bottom: 1px solid #ececec;
  font-size: 1.3rem;
  color: #000000;
  font-weight: 500;
}

.delete-icon:hover .dash-sec {
  transform: scale(1.04) !important;

}

.dash-sec-con {
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  text-align: center;
  flex-direction: column;
}

@media (max-width: 767px) {
  .dash-sec-con {
    font-size: 1.2rem !important;
  }

  .dash-sec-title {
    font-size: 1.1rem !important;
  }
}

.create-sec {
  background: #ffffff;
  min-height: 278px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 40px 20px;

  box-shadow: 0 11px 12px 0px rgb(0 0 0 / 6%) !important;
  border-radius: 15px;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  overflow: hidden;
  height: 100%;
  max-height: 330px;
}

.create-sec img {
  width: 60px;
  margin-bottom: 10px;
}

.create-txt {
  font-size: 1.3rem;
  margin-top: 10px;
  color: black;
  font-weight: 500;
}

.create-txt-2 {
  color: #49a925;
  font-size: 1.2rem;
}

button.btn.btn-create {
  font-size: 1.3rem;
  background: #37b201;
  color: white;
  margin-top: 20px;
  padding: 5px 30px;
}

button.btn.btn-create:hover {
  background: #418d1b !important;
}

/* middle sec css end */

/* Home page end  */

/* <!-- business page css start --> */
.buss-tab .nav-item {
  font-size: 1.3rem;
  border-radius: 0px;
  background: #ffffff;
  border: 1px solid #a2d586;
}

.buss-tab .nav-item .nav-link.active {
  background: #53b224;
  color: white !important;
}

.buss-tab .nav-item .nav-link {
  border-radius: 0px !important;
  color: #52ad24 !important;
  padding: 15px 5px;
  font-weight: 400 !important;
}

button:focus:not(:focus-visible) {
  outline: 0;
  border: 0px solid black;
  box-shadow: none;
}

.step-1-header {
  background: #0d2c00;
  color: white;
  padding: 15px 20px;
  font-size: 1.3rem;
  font-weight: 400;
}

.step-1 {
  border-radius: 8px;
  overflow: hidden;
}

.step-1-body {
  background: white;
  padding: 20px;
}

.step-title {
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: #58b430;
  font-weight: 600;
  border-bottom: 1px solid #ccf0b8;
}

.cust-label {
  font-size: 1.3rem;
}

.cust-form {
  height: 50px;
  font-size: 1.3rem;
}

.cust-select {
  height: 50px;
  font-size: 1.2rem;
}

.cust-textarea {
  font-size: 1.2rem;
}

button.btn.btn-theme {
  background: #53b224;
  color: white;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 25px;
  border: 0px solid;
}

button.btn.btn-theme:hover {
  background: #418d1b;
  color: white;
}

.btn-del {
  background: #f11515;
  color: white;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 25px;
}

.btn-del:hover {
  background: #da0f0f;
  color: white;
}

.btn-del img {
  position: relative;
  top: -2px;
}

.btn-theme img {
  position: relative;
  top: -1px;
}

.icon-set {
  position: relative;
  top: -2px !important;
}

.form-control-color {
  height: 50px;
  padding: 5px;
  width: 100px;
}

#colorCode {
  font-size: 1.3rem;
  height: 50px;
}

@media (max-width: 767px) {

  /* .form-control-color{
   height: 50px;
   padding: 5px;
   width: 100px;
} */
  #colorCode {
    font-size: 1.1rem;
  }

  .step-1-header {
    font-size: 1.1rem;
  }

  .buss-tab .nav-item {
    font-size: 1.1rem;
  }

  .step-title {
    font-size: 1.1rem;
  }

  button.btn.btn-theme {
    font-size: 1.1rem;
  }

  .btn-del {
    font-size: 1.1rem;
  }

  .cust-form {
    font-size: 1.1rem;
  }

  .cust-select {
    font-size: 1.1rem;
  }

  .color-box span {
    font-size: 0.9rem;
  }
}

@media (max-width: 500px) {
  .color-box-con {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}

.color-box-con {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.color-box {
  font-weight: bold;
  font-size: 1.1rem;
  height: 180px;
  display: flex;
  align-items: end;
}

.color-box span {
  position: relative;
  left: 10px;
  font-weight: 400;
  bottom: 5px;
  color: white;
}

.color-1 {
  background-color: #1abc9c;
}

.color-2 {
  background-color: #2ecc71;
}

.color-3 {
  background-color: #3498db;
}

.color-4 {
  background-color: #9b59b6;
}

.color-5 {
  background-color: #34495e;
}

@media (max-width: 767px) {
  .cust-select {
    font-size: 1.1rem;
  }
}

.cust-select {
  height: 50px;
  font-size: 1.2rem;
}

/* <!-- business page css end --> */

@media (min-width: 767px) {
  .my-container .container {
    max-width: 95%;
  }
}

#navbarNav {
  overflow-x: auto;
  scrollbar-color: #237500 #0d2c00;
}

.dashboard-items {
  border: 1px solid #b4dea5;
  background: white;
  border-radius: 15px;
  padding: 25px;
}

.dashboard-items-row {
  row-gap: 15px;
}

.title-header-sec {
  background: #0d2c00;
  color: white;
  padding: 15px 20px;
  font-size: 1.5rem;
  font-weight: 400;
  border-radius: 10px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .title-header-sec {
    font-size: 1.3rem !important;
  }

  .page-info-txt {
    font-size: 1.1rem !important;
  }
}

.progress-con {
  padding: 15px;
  background: aliceblue;
  background: linear-gradient(177deg,
      rgb(254 254 254) 0%,
      rgb(241 241 241) 100%);
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}

.page-info-txt {
  margin-top: 25px;
  font-size: 1.3rem;
  color: #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboard-box {
  position: relative;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: box-shadow 0.2s;
}

.dashboard-box:hover {
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  transform: scale(1.04) !important;
}
.delete-btns{
  background-color: white;
  position: absolute;
  right: 20px;
  width: 65px;
  top: 5;
  gap : 5px;
  display: none;
}
 .modal {
            background: #0000007d;
        }

        .modal-header {
            background: #0d2c00;
            padding: 10px 15px !important;
        }

        .modal-para {
            font-weight: 500;
            font-size: 1.1rem;
        }

        .modal-label {
            font-size: 1.2rem;
        }

        .cust-textarea {
            font-size: 1.2rem;
        }

        .cust-textarea:focus {
            box-shadow: none;
        }


.delete-icon {
  color: #37b201;
  cursor: pointer;
}

.regenerate-icon {
  color: #37b201;
  cursor: pointer;
}
.dashboard-box:hover .delete-btns {
  display: flex;
}

.sidebar {
  /* width: 250px; */
  background-color: #343a40;
  color: white;
  display: flex;
  flex-direction: row;
  transition: width 0.3s;
}

.sidebar.collapsed {
  width: 80px;
}

.sidebar .toggle-btn {
  background-color: #495057;
  color: white;
  border: none;
  text-align: left;
  padding: 10px;
  cursor: pointer;
}

.sidebar ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar ul li {
  padding: 15px;
  cursor: pointer;
}

.sidebar ul li:hover {
  background-color: #495057;
}

.sidebar ul li a {
  color: white;
  text-decoration: none;
  display: block;
}

.content {
  flex-grow: 1;
  padding: 20px;
}

.dashboard-boxes {
  display: grid;
  flex-wrap: wrap;
  row-gap: 0px;
  column-gap: 20px;
  row-gap: 20px;
  margin-top: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.dashboard-box {
  width: 428px;
  background-size: cover;
  background-position: center;
  height: 300px;
  position: relative;
  color: white;
  display: flex;
  padding: 10px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  border: 1px solid #ccc;
  overflow: hidden;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .dashboard-boxes {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}

@media (max-width: 767px) {
  .dashboard-boxes {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 550px) {
  .dashboard-boxes {
    grid-template-columns: 1fr !important;
  }
}

.dashboard-box>div[style*="background:#fafbfc"] {
  background: #fafbfc;
  border-radius: 0;
  margin: 0;
  padding: 0;
  min-height: 120px;
  max-height: 100px;
  border: 0;
  overflow: hidden;
}

.dashboard-box iframe {
  width: 100%;
  /* height: 220px; */
  border: none;
  background: #fafbfc;
  display: block;
  pointer-events: none;
  overflow: hidden;
}

.input-error {
  border: 2px solid #ff3333 !important;
  box-shadow: 0 0 4px #ff333388;
  background-color: #fff0f0;
}

div:where(.swal2-container).swal2-center>.swal2-popup {
  background: #133c00;
  color: white;
}

#loader-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(135deg,
      #00c853 25%,
      #b2ff59 25%,
      #b2ff59 50%,
      #00c853 50%,
      #00c853 75%,
      #b2ff59 75%,
      #b2ff59);
  background-size: 40px 40px;
  /* animation: progress-bar-stripes 1s linear infinite, progress-bar-glow 2s ease-in-out infinite; */
  box-shadow: 0 0 10px 2px #b2ff59;
  overflow: hidden;
  /* Ensure highlight stays inside */
}

.loader-highlight {
  position: absolute;
  top: 0;
  left: -60px;
  width: 60px;
  height: 100%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 100%);
  animation: loader-highlight-move 1.5s linear infinite;
  /* pointer-events: none; */
}

@keyframes loader-highlight-move {
  0% {
    left: -60px;
  }

  100% {
    left: 100%;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-glow {

  0%,
  100% {
    box-shadow: 0 0 10px 2px #b2ff59;
  }

  50% {
    box-shadow: 0 0 20px 6px #00c853;
  }
}

.dashboard-box {
  color: #222;
  cursor: pointer;
  margin-bottom: 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  border: 0px solid;
  padding: 0px;
  margin-bottom: 0px;
  width: auto;
  box-shadow: 0 11px 12px 0px rgb(0 0 0 / 6%) !important;
  transition: transform 0.2s ease;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 40px auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.box-loading {
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  /* min-height: 330px; */
  box-shadow: 0 11px 12px 0px rgb(0 0 0 / 6%) !important;
  border-radius: 15px;
  background: #ffffff;
  border: 1px solid #d6d6d6;
}

.settings-card {
  background: #133c00;
  border-radius: 16px;
  padding: 32px 32px 100px 32px;
  max-width: 85%;
  margin: 40px auto 0 auto;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
}

.settings-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.settings-info {
  color: #fff;
  font-size: 1.1rem;
  line-height: 2.2;
}

.settings-badge {
  background: #ffb300;
  color: #fff;
  border-radius: 8px;
  padding: 6px 18px;
  font-weight: 600;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.settings-badge i {
  font-size: 1.1rem;
}

.settings-btn {
  background: #5fd425;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 7px 18px;
  font-size: 1rem;
  font-weight: 500;
  margin-left: 10px;
  transition: background 0.2s;
}

.settings-btn:hover {
  background: #5fd425;
  color: #fff;
}

.settings-save-btn {
  background: #5fd425;
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 10px 28px;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  transition: background 0.2s;
}

.settings-save-btn:hover {
  background: #5fd425;
  color: #fff;
}

@media (max-width: 600px) {
  .settings-card {
    padding: 18px 6px 24px 6px;
  }

  .settings-header {
    flex-direction: column;
    gap: 18px;
  }
}

.img-pos {
  position: relative;
  top: -2px;
}


.profile-sec {
  width: 350px;
  text-align: center;
  border: 1px solid #ebebeb;
  box-shadow: 0 11px 12px rgb(0 0 0 / 7%) !important;
  padding: 20px;
  border-radius: 15px;
}

.profile-name {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 10px 0px 5px 0px;
}

.profile-img {
  width: 200px;
  max-width: 100%;
}

.profile-form {
  border: 1px solid #ebebeb;
  background: white;
  border-radius: 15px;
  padding: 25px 35px;
  box-shadow: 0 11px 12px rgb(0 0 0 / 7%) !important;
}

#creditUseInfo ,#creditUseInfoImage {
  padding: 6px;
  border-radius: 10px;
  color: grey;
}

.form-row-con {
  display: flex;
  align-items: center;
}

.form-row-con .cust-label {
  width: 250px;
  flex-shrink: 0;
}

@media (max-width:767px) {
  .form-row-con {
    flex-direction: column;
    align-items: start;
  }
}
#sliderSlidesList{
      display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}
.slider-img-con img{
  width: 100% !important;
    height: auto !important;
}
button.btn.btn-sm.btn-danger.remove-slide {
    position: absolute;
    top: -10px;
    right: -6px;
    padding: 2px 6px;
    border-radius: 50px;
}