@font-face {
  font-family: "PoppinsRegular";
  src: url("../../assets/fonts/Poppins/Poppins-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "PoppinsMedium";
  src: url("../../assets/fonts/Poppins/Poppins-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "PoppinsSemiBold";
  src: url("../../assets/fonts/Poppins/Poppins-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "GibsonSemiBold";
  src: url("../../assets/fonts/Gibson-SemiBold.otf");
  font-weight: 500;
}
@font-face {
  font-family: "GibsonRegular";
  src: url("../../assets/fonts/Gibson-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "PoppinsBold";
  src: url("../../assets/fonts/Poppins/Poppins-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "PoppinsLight";
  src: url("../../assets/fonts/Poppins/Poppins-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "CascadiaSemiBold";
  src: url("../../assets/fonts/CascadiaCode-SemiBold.otf");
  font-weight: 600;
}

.loading-text-header {
  font-weight: 400;
  font-size: 16px;
}

.loading-text-header-sm {
  font-weight: 300;
  font-size: 15px;
}

* {
  font-family: PoppinsRegular !important;
}
.w-3 {
  width: 20px;
}
.w-4 {
  width: 40px;
}
.mb-10-modified {
  margin-bottom: 100px;
}
.text-right {
  text-align: right;
}
.noti-alert a {
  padding: 0 10px;
  padding-right: 0;
}
.main_____header {
  font-family: PoppinsMedium !important;
  font-size: 15px;
  color: #2c236a;
}

.main-h1 {
  margin-top: 0;
  color: #2c236a;
  font-size: 20px;
  font-family: PoppinsSemiBold !important;
}
.noti-alert img {
  width: 22px;
}

.sub-title {
  color: #092c4c;
  font-size: 15px;
  padding-left: 10px;
  vertical-align: middle;
}
.wallet-img {
  width: 20px;
  vertical-align: middle;
}

.points-container {
  background-color: #2c236a;
  filter: drop-shadow(0px 3px 6px #00000029);
  height: 135px;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  gap: 60px;
}
.points-container h3 {
  font-family: CascadiaSemiBold !important;
  font-size: 15px;
  margin: 0;
  color: #cfcfcf;
}
.points-container .link-home {
  color: #59e7a7;
  font-size: 10px;
  margin: 0;
}
.points-container i {
  color: #59e7a7;
}
.points-container .link-home i {
  filter: drop-shadow(0px 6px 12px #3216366f) !important;
  background-color: #59e7a7 !important;
  color: #2c236a !important;
  border-radius: 50%;
  font-size: 17px;
  margin-left: 4px;
  border: 3px solid #4d4392;
  font-weight: bold;
  height: 28px;
  display: flex;
  width: 28px;
  justify-content: center;
  align-items: center;
}
.points-container span {
  color: #ffffff;
  font-size: 8px;
  opacity: 0.7;
  font-family: PoppinsLight !important;
}
.points-container p {
  color: #fc1d5a;
  font-size: 24px;
  margin: 0;
  font-family: PoppinsBold !important;
}
.points-container p sup {
  color: #bebebe;
  font-size: 14px;
  font-family: PoppinsMedium !important;
}
.points-container .green-line {
  height: 8px;
  width: 2px;
  background-color: #57e9a7;
  margin-bottom: 10px;
}
.logout-home {
  color: #302675;
  opacity: 0.4;
}

.home-boxes {
  border: 1px solid #2c236a;
  filter: drop-shadow(0px 3px 6px #00000029);
  height: 105px;
  width: 113px;
  color: #2c236a;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  flex-direction: column;
}
.home-boxes span {
  filter: drop-shadow(0px 3px 6px #5a8bff78);
}
.home-boxes i {
  font-size: 34px;
  color: #4837c1;
  font-weight: bold;
}
.single-carousal .splide__slide,
.carousel-small .splide__slide {
  margin-left: 0 !important;
  padding-right: 0 !important;
}
.single-carousal .splide__list {
  display: flex;
  padding-bottom: 0 !important;
  margin: 0px auto !important;
  width: 100%;
}
.single-carousal {
  margin-top: 25px !important;
}
.splide.is-active .splide__list {
  display: flex;
  margin-left: 97px !important;
  padding-bottom: 0 !important;
}

.home-cards {
  background-color: #ffffff;
  filter: drop-shadow(0px 3px 6px #00000029);
  height: 61px;
  border-radius: 20px;
  margin-bottom: 15px;
  padding: 0px 10px;
  margin-top: 10px;
}
.home-cards .bi-arrow-up-right {
  background-color: #2c236a;
  color: #59e7a7;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 10px;
}
.home-cards .yellow-arrow {
  background-color: #2c236a;
  color: #ffc107;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 10px;
}

.home-cards h5 {
  color: #454f63;
  font-size: 13px;
  font-weight: 500;
  font-family: GibsonSemiBold !important;
}
.home-cards p {
  color: #78849e;
  font-size: 11px;
  font-family: GibsonRegular !important;
}
.switch-green .ios-input:checked ~ .custom-control-label::before {
  background-color: #2c236a !important;
}
#footer-bar .circle-nav-2::after {
  border-radius: 50% !important;
  width: 70px !important;
  height: 70px !important;
}
#footer-bar .circle-nav-2 i {
  color: #e3e3e3 !important;
  transform: translateY(-35px);
  font-size: 60px !important;
}
.gradient-main {
  background-color: #fc1d5a;
  filter: drop-shadow(0px 3px 6px #00000029);
}
.gradient-newgray {
  background-color: #ececec;

  filter: drop-shadow(0px 3px 6px #00000029);
}
.gradient-newgreen {
  background-color: #59e7a7;
  /* filter: drop-shadow(0px 3px 6px #00000029); */
}
.home .lang-select {
  background-color: transparent !important;
  width: 70px !important;
}
/*settings*/

.setting-bg {
  background-color: #fdfdfd !important;
}

.setting-title {
  font-family: PoppinsSemiBold !important;
  font-size: 14px !important;
  color: #092c4c;
}

.setting-list {
  border-radius: 9px 9px 9px 9px;
  min-height: 46px;
  box-shadow: 0px 2px 4px #00000029;
  margin-bottom: 20px;
}

.setting-list-text {
  font-size: 12px !important;
  color: #454f63;
  font-family: PoppinsMedium !important;
}
/*requests*/
.requests-list {
  border: 1px solid #efefef;
  filter: drop-shadow(0px 3px 6px #0000001f);
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 20px;
}
.request-list h5 {
  color: #2c236a;
  font-size: 10px;
  font-family: PoppinsMedium !important;
}
.requests-title {
  color: #2c236a;
  font-size: 15px;
  font-family: PoppinsMedium !important ;
}
.requests-bill {
  color: #ffc107;
}
.requests-bill-container {
  color: #ffc107;
  height: 34.5px;
  width: 37px;
  border-radius: 15px;
  background-color: #2c236a;
  filter: drop-shadow(0px 3px 6px #00000029);
  display: flex;
  justify-content: center;
  align-items: center;
}
.dash-request-list {
  background-color: #d91a4e;
  height: 4px;
  width: 1px;
  margin-bottom: 3px;
}
.accept-requestlist {
  background-color: #eeeeee;
  filter: drop-shadow(0px 3px 6px #00000029);
  padding: 12px;
  font-size: 10px;
  border-radius: 9px;
}
.accept-requestlist i {
  color: #2c236a;
  font-family: PoppinsMedium !important;
}
.reject-requestlist {
  background-color: #d91a4e;
  filter: drop-shadow(0px 3px 6px #00000029);
  padding: 12px 6px;
  font-size: 7px;
  border-radius: 9px;
  color: #ffffff;
  font-family: PoppinsMedium !important;
}

.request-list .nav-tabs.capsuled {
  border: 0;
  background: #211ca0;
  border-radius: 6px;
  display: flex;
  height: 48px;
}
.request-list .nav-tabs.capsuled .nav-item .nav-link {
  color: white;
  font-weight: 500;
  font-size: 13px;
  border: 0;
  line-height: 1.2em;
  width: 100%;
  border-radius: 6px;
  padding: 20px 0px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px !important;
  background-color: transparent;
}
.request-list .price {
  color: black;
  font-size: 14px;
  font-family: PoppinsSemiBold !important;
  border-left: 1px dashed #2c236a;
  padding-left: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.request-list .nav-item .nav-link.active {
  background-color: white !important;
  font-family: PoppinsMedium !important;
  color: #2c236a !important;
}
.total-requests {
  font-size: 11px;
  color: #2c236a;
  font-family: PoppinsMedium !important;
}
/*branches*/
.branch-name {
  font-size: 13px;

  font-family: PoppinsBold !important;
  color: #2c236a;
}
.branch-list {
  background-image: url("data:image/svg+xml,%3csvg width='100%50' height='47%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='%23333' stroke-width='1' stroke-dasharray='10 %2c 15 ' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  padding: 3px !important;
  margin-top: 10px;
}
.home__branches___count {
  margin-right: 15px;
  padding: 7px;
  font-size: 13px;
  font-family: PoppinsMedium !important ;
  color: #2c236a;
  border: 2px dashed #4233b4;
  border-radius: 5px;
}
.home__req___count {
  margin-right: 15px;
  padding: 7px;
  font-size: 13px;
  font-family: PoppinsMedium !important ;
  color: #2c236a;
  border: 2px dashed #4233b4;
  border-radius: 5px;
}
.employee-list-settings {
  background-image: url("data:image/svg+xml,%3csvg width='100%50' height='47%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='%23333' stroke-width='1' stroke-dasharray='10 %2c 15 ' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  padding: 7px 19px 5px 19px !important;
  border-radius: 15px;
  margin-top: 10px;
}

.branch-title {
  color: #2c236a;
  font-size: 15px;
  font-family: PoppinsMedium !important ;
}
.branches-address {
  color: #1c1c1c;
  font-size: 13px;
  font-family: PoppinsBold !important;
}
.branches-address > span {
  color: #2c236a;
  opacity: 0.5;
  font-size: 10px;
}
.branches-phone {
  color: #1c1c1c;
  font-size: 13px;
  font-family: PoppinsBold !important;
}
.branches-phone > span {
  color: #5de0a5;
  opacity: 0.5;
  font-size: 10px;
}
.branches-active {
  font-size: 9px;
  background-color: #2c236a;
  padding: 5px 10px;
  border-radius: 7px;
  color: white;
}
.branches-inactive {
  font-size: 9px;
  background-color: #ffd341;
  padding: 5px 10px;
  border-radius: 7px;
  color: #2c236a;
}
.main-btn {
  background-color: #2c236a !important;
  color: white !important;
  filter: drop-shadow(0px 3px 6px #00000029);
  font-family: PoppinsRegular !important;
  position: relative;
}
.branchname-det {
  color: #2c236a;
  font-size: 21px;
  font-family: PoppinsSemiBold !important;
  margin-bottom: 5px;
}
.branchaddress-det {
  color: #2c236a;
  font-size: 13px;
}
.branchphone-det {
  color: #2c236a;
  font-size: 13px;
}
.branchphone-det > span {
  color: #4aba99;
  font-size: 13px;
}
.reject-btn {
  background-color: #d91a4e;
  color: white;
  filter: drop-shadow(0px 3px 6px #00000029);
  font-family: PoppinsMedium !important;
}

.branch-det .nav-tabs.capsuled {
  border: 0;
  background: #211ca0;
  border-radius: 6px;
  display: flex;
  height: 48px;
}

.nav-tabs.capsuled .nav-item {
  flex: 1;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.nav-tabs.capsuled .nav-item .nav-link {
  color: white;
  font-weight: 500;
  font-size: 13px;
  border: 0;
  line-height: 1.2em;
  width: 100%;
  border-radius: 6px;
  padding: 20px 0px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px !important;
  background-color: transparent;
}
.nav-item .nav-link.active {
  background-color: white !important;
  color: #2c236a !important;
  font-family: PoppinsMedium !important;
}
.employee-list {
  background-image: url("data:image/svg+xml,%3csvg width='100%50' height='47%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='%23333' stroke-width='1' stroke-dasharray='10 %2c 15 ' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 15px;
  margin-top: 10px;
}
.employee-name {
  color: #2c236a;
  font-size: 14px;
  font-family: PoppinsSemiBold !important ;
}
.employee-phone {
  color: #2c236a;
  font-size: 9px;
}
.employee-active {
  font-size: 9px;
  background-color: #2c236a;
  padding: 5px 10px;
  border-radius: 7px;
  color: white;
}
.addemployee-btn {
  color: #f9f8ff;
  font-size: 8px;
  padding: 10px 11px;
  background-color: #4aba99;
  border-radius: 7px;
}
.addproduct-btn {
  color: #f9f8ff;
  font-size: 8px;
  padding: 10px 11px;
  background-color: #2c236a;
  border-radius: 7px;
}
.offer-det-list {
  filter: drop-shadow(0px 3px 6px #00000029);
  background-color: white;
}
.offer-det-list .bttn {
  color: #f9f8ff;
  font-size: 8px;
  padding: 3px 11px;
  background-color: #4aba99;
  border-radius: 7px;
}
.bttn {
  color: #f9f8ff;
  font-size: 8px;
  padding: 3px 11px;
  background-color: #4aba99;
  border-radius: 7px;
}
.close-offcanvas {
  position: absolute;
  top: -10px;
  right: 10px;
}

/*login*/
.login-header,
.Register-header {
  min-height: 235px;
  background-color: white;
  text-align: center;
  /* border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  box-shadow: 0px 3px 6px #00000029; */
  font-family: PoppinsSemiBold !important;
  margin-bottom: 60px;
  /* padding-top: 100px; */
}

.setting-header {
  background-color: white;
  text-align: center;
}

.login-label {
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #092c4c;
  font-family: PoppinsMedium !important;
}

.login-h1 {
  font-size: 24px;
  color: #2f266a;
  font-weight: 700;
  margin: 0;
  font-family: PoppinsSemiBold !important;
}

.login-h2 {
  font-size: 24px;
  font-weight: 700;
}

.login-p {
  font-size: 14px;
  color: #092c4c;
}

.login-input {
  border: 1px solid #092c4c !important;
}

.login-h3 {
  font-size: 17px;
  font-weight: 700;
}

.login-h4 {
  font-size: 15px;
  font-weight: 500;
}

.login-h5 {
  font-size: 13px;
  font-weight: 500;
}

.login-h6 {
  font-size: 14px;
  color: #092c4c;
  font-family: PoppinsRegular !important;
}
.form-group.boxed .form-control {
  background: #fff;
  box-shadow: none;
  height: 42px;
  border-radius: 6px;
  padding: 0 40px 0 16px;
  border-color: #e1e1e1;
  position: relative;
}
.form-group.boxed > i {
  color: #092c4c;
  right: 30px;
  position: absolute;

  z-index: 9999;
}
.form-check-input {
  background-color: #1a22a8;
}
.form-check-label {
  font-size: 12px;
  color: #1a22a8;
}

.register-input {
  border: none;
  border-bottom: 1px solid #c4c4c4;
}

/*Offers*/
.nav-tabs.capsuled {
  border: 0;
  background: #2c236a;
  border-radius: 6px;
  display: flex;
  height: 48px;
}
.offer-det .nav-tabs.capsuled .nav-item {
  flex: 1;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.offer-det-box {
  filter: drop-shadow(0px 3px 6px #00000029);
  background-color: white;
  height: 40.5rem;
  overflow: hidden;
  border-radius: 15px;
}
.offer-det .nav-tabs.capsuled .nav-item .nav-link {
  color: white;
  font-weight: 500;
  font-size: 13px;
  border: 0;
  line-height: 1.2em;
  width: 100%;
  border-radius: 6px;
  padding: 20px 0px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px !important;
  background-color: transparent;
}
.offer-det .nav-item .nav-link.active {
  background-color: white !important;
  color: #2c236a !important;
  font-family: PoppinsMedium !important;
}
.offer-det .name {
  font-family: PoppinsBold !important;
  font-size: 16px;
  color: white;
}
.offer-det .branch {
  font-size: 11px;
  color: white;
}
.offer-det .date {
  color: white;
  font-family: PoppinsBold !important;
  font-size: 10px;
}
.offer-det .date > span {
  color: white;
  font-family: PoppinsMedium !important;
  font-size: 9px;
}
.offer-det .price {
  font-family: PoppinsSemiBold !important;
  font-size: 20px;
  color: white;
}
.offer-det .points {
  color: #4aba99;
  font-family: PoppinsBold !important;
  font-size: 20px;
}
.offer-det .header-box {
  height: 115px;
  background-color: #2c236a;

  filter: drop-shadow(0px 3px 6px #00000029);
}
.request-name {
  font-size: 13px;
  font-family: PoppinsBold !important;
  color: white;
}
.request_____name {
  font-size: 13px;
  font-family: PoppinsBold !important;
  color: #2c236a;
}
/* .branch-list {
  border: 2px dashed #2c236a;
  padding: 5px;
  border-radius: 15px;
  margin-top: 10px;
} */

.branches-address {
  color: #2c236a;
  font-size: 13px;
  font-family: PoppinsBold !important;
}
.branches-address > span {
  color: #2c236a;
  opacity: 0.5;
  font-size: 10px;
}
.request-code {
  color: #1c1c1c;
  font-size: 13px;
  font-family: PoppinsBold !important;
}
.request-code > span {
  color: #5de0a5;
  opacity: 0.5;
  font-size: 10px;
}
.request-active {
  font-size: 9px;
  background-color: #2c236a;
  padding: 5px 10px;
  border-radius: 7px;
  color: white;
}
.request-inactive {
  font-size: 9px;
  background-color: #ffd341;
  padding: 5px 10px;
  border-radius: 7px;
  color: #2c236a;
}

.requestprod-list .nav-tabs.capsuled {
  border: 0;
  background: #211ca0;
  border-radius: 6px;
  display: flex;
  height: 48px;
}
.requestprod-list .nav-tabs.capsuled .nav-item .nav-link {
  color: white;
  font-weight: 500;
  font-size: 13px;
  border: 0;
  line-height: 1.2em;
  width: 100%;
  border-radius: 6px;
  padding: 20px 0px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px !important;
  background-color: transparent;
}

.requestprod-list .nav-item .nav-link.active {
  background-color: white !important;
  font-family: PoppinsMedium !important;
  color: #2c236a !important;
}
.request____details____box {
  filter: drop-shadow(0px 3px 6px #00000029);
  background-color: white;
  height: 40rem;
  overflow: scroll;
  border-radius: 15px;
}
.request____details____box__modified {
  filter: drop-shadow(0px 3px 6px #00000029);
  background-color: white;
  height: 30rem;
  overflow: scroll;
  border-radius: 15px;
}
.request____det .header_____box {
  height: 130px;
  background-color: #2c236a;
  justify-content: center;
  filter: drop-shadow(0px 3px 6px #00000029);
}
.request____det .title {
  color: white;
  font-size: 16px;
  font-family: PoppinsBold !important;
}
.request____det .address {
  font-size: 11px;
  color: white;
  font-family: PoppinsMedium !important;
}
.request____det .user {
  font-size: 10px;
  color: white;
  font-family: PoppinsMedium !important;
}
.request____det .expired {
  font-size: 10px;
  color: #b1b1b1;
  font-family: PoppinsMedium !important;
}
.request____det .accept {
  background-color: #2a10de;
  filter: drop-shadow(0px 3px 6px #00000029);
  color: white;
  font-size: 12px;
  padding: 12px;
  border-radius: 9px;
}
.request____det .points {
  filter: drop-shadow(0px 3px 6px #00000029);
  background-color: white;
  padding: 10px 0px;
  border-radius: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.request____det .points strong {
  font-size: 25px;
  color: #2c236a;
  font-family: PoppinsBold !important;
}
.request____det .price {
  filter: drop-shadow(0px 3px 6px #00000029);
  background-color: white;
  padding: 10px 0px;
  border-radius: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.request____det .price strong {
  font-size: 25px;
  color: #2c236a;
  font-family: PoppinsBold !important;
}
.request____det .desc {
  font-size: 10px;
  color: #092c4c;
  font-family: PoppinsMedium !important;
}
.request____det .scan {
  font-size: 10px;
  color: #2c236a;
}
.request____det .bordered {
  border-left: 1px dashed #3f2cc5;
  padding-left: 10px;
}
.product_____list__active {
  filter: drop-shadow(0px 3px 6px #00000029);
  border: 1px solid #2c236a;
  text-align: center;
  height: 203px;
  width: 162px;
  margin: 6px 5px;
  border-radius: 15px;
  box-shadow: 1px 2px 1px #00000029, -1px -1px 1px #00000029;
}
.product_____list__inactive {
  filter: drop-shadow(0px 3px 6px #00000029);
  border: 1px dashed #70707047;
  text-align: center;
  height: 203px;
  width: 162px;
  margin: 6px 5px;
  border-radius: 15px;
  box-shadow: 1px 2px 1px #00000029, -1px -1px 1px #00000029;
}
.product_____list .img {
  width: 33px;
}
.product_____list .name {
  color: #2c236a;
  font-size: 10px;
  font-family: PoppinsSemiBold !important;
}
.product_____list .desc {
  color: #b2b2b2;
  font-size: 9px;
  height: 75px;
  overflow: scroll;
  line-height: 12px;
}
.product_____list .points-price {
  color: #2c236a;
  font-size: 14px;
  font-family: PoppinsSemiBold !important;
}

.product____details____box {
  filter: drop-shadow(0px 3px 6px #00000029);
  background-color: white;
  height: 40rem;
  overflow: hidden;
}
.product____details____box__modified {
  filter: drop-shadow(0px 3px 6px #00000029);
  background-color: white;
  height: 30rem;
  overflow: hidden;
  border-radius: 15px;
}
.product____det .header_____box {
  height: 104px;
  background-color: #2c236a;
  justify-content: center;
  filter: drop-shadow(0px 3px 6px #00000029);
}
.product____det .title {
  color: white;
  font-size: 16px;
  font-family: PoppinsBold !important;
}
.product____det .address {
  font-size: 11px;
  color: white;
  font-family: PoppinsMedium !important;
}
.product____det .user {
  font-size: 11px;
  color: white;
}
.product____det .expired {
  font-size: 10px;
  color: #b1b1b1;
  font-family: PoppinsMedium !important;
}
.product____det .accept {
  background-color: #2a10de;
  filter: drop-shadow(0px 3px 6px #00000029);
  color: white;
  font-size: 12px;
  padding: 12px;
  border-radius: 9px;
}
.product____det .points {
  color: #4aba99;
  font-family: PoppinsBold !important;
  font-size: 20px;
}
.product____det .main {
  color: #2c236a;
  font-family: PoppinsSemiBold !important;
  font-size: 13px;
}
.product____det .det {
  color: #2c236a;
  font-size: 11px;
}
.product____det .desc {
  color: #1c1c1c;
  font-size: 11px;
}
.product____det .desc-det {
  color: #b2b2b2;
  font-size: 9px;
}
.product____det .price {
  font-family: PoppinsSemiBold !important;
  font-size: 20px;
  color: white;
}

.product____det .desc {
  font-size: 10px;
  color: #092c4c;
  font-family: PoppinsMedium !important;
}
.product____det .scan {
  font-size: 10px;
  color: #2c236a;
}
.product____det .bordered {
  border-left: 1px dashed #3f2cc5;
  padding-left: 10px;
}
.payment-container {
  width: 326px;
  min-height: 203px;
  background: linear-gradient(120deg, #000 -15%, #0730b9 25.58%, #46007e 67.2%);
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  border-radius: 25px;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 0px;
  overflow: hidden;
  padding: 18px;
  color: #fff !important;
}
.payment-container label {
  color: #ffffff !important;
  font-weight: bold;
  font-size: 12px;
}
.payment-container select {
  height: 33px;
  border-radius: 5px;
  background: #f1f1f1;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);

  font-weight: 500;
  font-size: 10px;
  text-align: left;
  color: #092c4c;
}
.payment-container input {
  font-weight: normal;
  font-size: 10px !important;
  text-align: left;
  padding: 4px !important;
  color: #092c4c;
}
.total-pay {
  position: absolute;
  right: 16px;
  font-weight: bold;
  font-size: 17px;
  color: white;
  border-left: 1px solid black;
  padding-left: 15px;
}
.invoivces-details-card {
  padding: 20px 60px 20px 10px;
  background-color: #f1f1f1;
  border: 1px dashed #2c236a;
  filter: drop-shadow(0px 3px 6px #00000029);
  border-radius: 12px;
}
.invoivces-details h3 {
  color: #2c236a;
  font-family: PoppinsSemiBold !important;
  font-size: 15px;
}
.invoivces-details .det {
  color: #171717;
  font-size: 9px;
  font-family: PoppinsLight !important;
}
.invoivces-details .main {
  color: #2c236a;
  font-size: 11px;
  font-family: PoppinsSemiBold !important;
}
.invoivces-details .price {
  color: #2c236a;
  font-size: 22px;
}
.avatar {
  border-radius: 12px;
  border: 1px solid #2c236a;
  filter: drop-shadow(0px 3px 6px #00000045);
}
.profile-box {
  height: 311px;
  border: 1px dashed #211ca0;
  border-radius: 10px;
  overflow: scroll;
}

.profile-box .main {
  color: #2c236a;
  font-size: 11px;
  font-family: PoppinsSemiBold !important;
}
.profile-box .det {
  color: #2c236a;
  font-size: 9px;
  font-family: PoppinsLight !important;
}
.editprof-btn {
  background: transparent;
  color: #302675;
  border: 1px solid #302675;
  padding: 12px 55px;
  border-radius: 12px;
}
.profile-box .switch-green .ios-input:checked ~ .custom-control-label::before {
  background-color: #49bc28;
}
.offcanvas-style {
  border-radius: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  visibility: hidden;
  display: block;
}
.invoices-list {
  background-color: #f1f1f1;
  border: 1px dashed #59e7a7;
  border-radius: 15px;
  margin-bottom: 10px;
  filter: drop-shadow(0px 3px 6px #00000029);
  padding: 5px 10px;
}
.invoices-list .main {
  color: #211ca0;
  font-family: PoppinsSemiBold !important;
  font-size: 13px;
}
.invoices-list .det {
  font-size: 7px;
  color: #171717;
  font-family: PoppinsLight !important;
}
.invoices-list .btn {
  filter: drop-shadow(0px 3px 6px #00000029);
  color: #ffffff;
  background-color: #2c236a;
  font-size: 9px;
  padding: 6px;
  border-radius: 12px;
}

.loading-text-header {
  font-weight: 400;
  font-size: 16px;
}

.loading-text-header-sm {
  font-weight: 300;
  font-size: 15px;
}
.svg {
  width: 120px;
  display: inline-block;
}
.svg-pages {
  width: 150px;
  display: inline-block;
}
.text-sm {
  font-weight: 600;
  font-size: 12px;
}

.login-img {
  width: 200px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.login-big-img {
  width: 250px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.nothing-title {
  margin-top: 50px;
  font-weight: 500;
  font-size: 13px;
  color: red;
}

.payment-methods .head {
  font-size: 20px;
  font-weight: 600;
}
.payment_methods-list {
  color: #092c4c !important;
  font-size: 13px;
  font-weight: bold;
}
.active-payment-card {
  border: 1px solid #092c4c !important;
  border-radius: 15px;
}
