.notification {
  box-shadow: 8px 8px 0px 0px rgba(23, 43, 133, 0.2509803922);
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
}

.box {
  background-color: #fff;
  border: 1px solid #D9D9D9;
  padding: 40px 20px;
  border-radius: 15px;
}

.boxTop {
  border-bottom: 1px solid #E9EAEC;
  padding-bottom: 10px;
}

.boxIcon {
  background-color: #C7EDE7;
  color: #42B3A1;
  border-radius: 5px;
  padding: 12px;
}

.boxIcon i {
  display: block;
  font-size: 30px;
}

.boxIcon.red {
  background-color: #FFDDD0;
  color: #FF5F00;
}

.boxIcon.blue {
  background-color: #BAC3DD;
  color: #1E3784;
}

.boxDetailsBoxWhite {
  background-color: #fff;
  border: 1px solid #D9D9D9;
  padding: 40px 22px 40px 22px;
  border-radius: 15px;
  z-index: 99;
}

.boxDetailsBoxWhite.open {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.boxDetailsBoxWhite.blue {
  background-color: #F4F7FF;
}

.boxwrap {
  position: relative;
}

.boxwrap p {
  font-size: 16px !important;
}

.boxwrap h4 {
  font-size: 24px !important;
}

.boxwrap .changePlanSelect {
  font-size: 24px !important;
}

.boxwrap .arrow {
  position: absolute;
  right: 22px;
  top: calc(50% - 9px);
}

.selected-box {
  position: relative;
}

.boxDetailsWrapper .selected-box {
  /* Hide the Select2 selection */
}

.boxDetailsWrapper .selected-box .select2-container--default .select2-selection {
  display: none;
}

.boxDetailsWrapper .selected-box .select2-dropdown {
  top: -2px !important;
  border: 1px solid #D9D9D9;
  border-radius: 0px 0px 15px 15px;
  background: #fff !important;
  z-index: 9;
  padding: 20px 10px 10px;
  box-sizing: border-box;
}

.boxDetailsWrapper .selected-box .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #E9EAEC !important;
  color: #171717;
}

.boxDetailsWrapper .selected-box .select2-container--default .select2-results__option--highlighted {
  background-color: #F4F7FF !important;
}

.boxDetailsWrapper .selected-box .select2-results__option {
  border-radius: 5px;
  padding: 12px;
  color: #171717 !important;
  font-size: 16px;
}

.boxDetails {
  border: 1px solid #D9D9D9;
  background-color: #fff;
  border-radius: 15px;
  padding: 10px;
}

.detailsProduct {
  background-color: #F4F7FF;
  padding: 10px;
  padding-bottom: 5px;
  border-radius: 10px;
}

.detailsProductImg {
  width: 22%;
  aspect-ratio: 1/1.2;
  border-radius: 10px;
  overflow: hidden;
  min-width: 150px;
  max-width: 150px;
}

.detailsProductImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.quentityBox {
  width: 90px;
  position: relative;
}

.quentityBox button {
  background-color: #FFDDD0;
  border-radius: 50%;
  min-width: 30px;
  max-width: 30px;
  aspect-ratio: 1;
  color: #FF5F00;
}

.quentityBox .form-control {
  border: none;
  padding: 0;
  border-radius: 0;
  text-align: center;
  min-width: 30px;
  font-weight: 700;
  color: #000;
}

.quentityBox .myBoxSpinner {
  position: absolute;
  left: 41%;
  background: #f4f7ff !important;
}

.quentityBoxFree {
  width: 90px;
  position: relative;
}

.quentityBoxFree button {
  background-color: #E9ECF4;
  border-radius: 50%;
  min-width: 30px;
  max-width: 30px;
  aspect-ratio: 1;
  color: #000;
}

.quentityBoxFree .form-control {
  border: none;
  padding: 0;
  border-radius: 0;
  text-align: center;
  min-width: 30px;
  font-weight: 700;
  color: #000;
}

.quentityBoxFree .myBoxSpinner {
  position: absolute;
  left: 41%;
  background: #f4f7ff !important;
}

.addContainer a {
  background-color: #E9ECF4;
  color: #172B85;
  border-radius: 5%;
  min-width: 200px;
  max-width: 200px;
  height: 38px;
  padding: 8px 12px 8px 12px;
  border: none;
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline;
}

.addContainer a:hover,
.addContainer a:active,
.addContainer a:focus {
  background-color: #E9ECF4 !important;
  color: #172B85 !important;
}

.addContainer .freeBar {
  height: 38px;
  min-width: 1px;
  background-color: #9C9EA7;
}

.chooseProduct {
  border: 1px solid #FF5F00;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px 10px;
}

.chooseProduct a {
  width: 100%;
  text-align: center;
}

.chooseProduct:hover {
  background-color: #FFF4F0;
}

.chooseProduct p {
  color: #000 !important;
}

.addItem {
  border: 2px dashed #9C9EA7;
  border-radius: 10px;
  padding: 30px 10px;
  cursor: pointer;
  max-width: 250px;
  width: 250px;
  height: 215px;
  max-height: 215px;
}

.addItem .material-symbols-outlined {
  font-size: 60px !important;
}

.addItem p.fw-bold a {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.changePlanSelect {
  border: none;
  padding: 0;
  width: 100%;
  background-color: transparent;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-repeat: no-repeat;
  background-position: right center;
}

.detailsProductRight {
  min-width: 180px;
}

.freeItemBox a.btn {
  box-shadow: 4px 4px 2px #c87b5d;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 310px !important;
  border-radius: 25px;
}

.bootstrap-datetimepicker-widget::after,
.bootstrap-datetimepicker-widget::before {
  display: none !important;
}

.bootstrap-datetimepicker-widget td.active {
  padding: 0px !important;
}

.bootstrap-datetimepicker-widget td span {
  line-height: 34px !important;
  height: 35px !important;
}

.bootstrap-datetimepicker-widget td {
  border-radius: 50% !important;
  width: 20px !important;
  height: 20px !important;
}

.boxBorder {
  border: 2px dashed #FF5F00;
}

@media (max-width: 1366px) {
  .boxwrap .changePlanSelect,
  .boxwrap h4 {
    font-size: 20px !important;
  }
}

@media (max-width: 12806px) {
  .addContainer a {
    max-width: 150px;
    min-width: 150px;
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .freeContainer {
    display: block !important;
  }

  .quentityBoxFree {
    margin-bottom: 20px;
  }

  .addContainer span {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .boxProducts li {
    width: calc(33.3% - 0.4rem);
  }

  .detailsProductImg {
    min-width: 100px;
    max-width: 100px;
  }

  .quentityBoxFree {
    width: 90px;
    position: relative;
  }

  .quentityBoxFree button {
    background-color: #E9ECF4;
    border-radius: 50%;
    min-width: 30px;
    max-width: 30px;
    aspect-ratio: 1;
    color: #000;
  }

  .quentityBoxFree .form-control {
    border: none;
    padding: 0;
    border-radius: 0;
    text-align: center;
    min-width: 30px;
    font-weight: 700;
    color: #000;
  }

  .quentityBoxFree .myBoxSpinner {
    position: absolute;
    left: 41%;
    background: #f4f7ff !important;
  }
}

@media (max-width: 575.98px) {
  .detailsProductRight {
    min-width: inherit;
    width: auto;
  }

  .addItem {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 500px) {
  .boxProducts li {
    width: calc(50% - 0.4rem);
  }

  .freeDetailsWrapper {
    padding-bottom: 85px !important;
  }

  .quentityBox,
  .quentityBoxFree,
  .addContainer {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }

  .quentityBox .myBoxSpinner,
  .quentityBoxFree .myBoxSpinner,
  .addContainer .myBoxSpinner {
    left: 48%;
  }

  .detailsWrapper {
    padding-bottom: 45px;
    margin-bottom: 15px !important;
  }

  .quentityBoxFree {
    bottom: 30px;
  }

  .addContainer a {
    display: block;
    max-width: 100%;
    width: 100%;
  }

  .addContainer span {
    display: none;
  }
}

