@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Montserrat Thin'), local('Montserrat-Thin'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm45_Qphzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG7g4.ttf) format('truetype');
}
* {
  font-family: 'Montserrat', sans-serif;
}
html {
  scroll-behavior: smooth;
  min-width: 320px;
}
body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
header {
  margin-bottom: 22px;
}
header.acc-prop-header > p {
  font-weight: 600;
  font-size: 16px;
  color: #050438;
  width: 80%;
  text-align: center;
  margin-right: 10%;
}
header.acc-prop-header > img {
  width: 7%;
  max-width: 30px;
}
header.acc-prop-header .user-title p {
  font-weight: 600;
  font-size: 16px;
  color: #050438;
}
header.acc-prop-header .user-info {
  display: flex;
  align-items: center;
  line-height: 14px;
  width: 40%;
}
header.acc-prop-header .user-info > img {
  width: 48px;
  height: 48px;
  max-width: 48px;
  min-width: 48px;
  margin-right: 10px;
  border-radius: 100%;
}
header.acc-prop-header .user-info > div p {
  font-weight: 600;
  font-size: 14px;
  color: #050438;
}
p {
  margin: 0;
}
.dark-txt {
  font-weight: 500;
  font-size: 12px;
  color: rgba(5, 4, 56, 0.4);
}
.dark-txt2 {
  color: rgba(5, 4, 56, 0.6);
  font-weight: 600;
  font-size: 16px;
}
.bold-txt {
  font-weight: bold;
  font-size: 16px;
  color: #050438;
}
.orange-txt {
  color: #FF7201;
  font-weight: 500;
  font-size: 10px;
}
.blue-txt {
  color: #0F6BAC;
  font-weight: 600;
  font-size: 10px;
}
input,
button {
  outline-style: none;
}
button,
input[type="submit"],
.bttn-anim {
  transition-duration: 0.4s;
  cursor: pointer;
}
button:active:not(:disabled),
input[type="submit"]:active:not(:disabled),
.bttn-anim:active:not(:disabled) {
  transform: scale(0.9);
  transition-duration: 0.4s;
}
input {
  background: rgba(255, 255, 255);
  border: 1px solid rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  border-radius: 10px;
  height: 57px;
  padding: 20px 30px;
}
select {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(88, 85, 219, 0.4);
  box-sizing: border-box;
  border-radius: 10px;
  height: 57px;
  padding: 20px 30px;
}

.contain {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  background: linear-gradient(180deg, #F0F4F7 0%, #F4FAFF 100%);
  min-height: 100%;
}
.content {
  width: 100%;
  margin: 4vh auto;
}
.content.history {
  overflow-y: scroll;
}
.btn-fridge {
  background: #17a2b8;
  border: 1px solid #17a2b8;
  color: white;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0px 20px 20px rgba(88, 85, 219, 0.2);
  border-radius: 10px;
  height: 60px;
}
.btn-fridge:hover {
  background: #17a2b8;
  border: 1px solid #17a2b8;
}
.btn-blue {
  background: #0F6BAC;
  border: 1px solid #0F6BAC;
  color: white;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0px 20px 20px rgba(88, 85, 219, 0.2);
  border-radius: 10px;
  height: 60px;
}
.btn-blue:hover {
  background: #0c5285;
  border: 1px solid #0c5285;
}
.btn-blue.disabled {
  background: gray;
  border: 1px solid gray;
}
.btn-orange {
  background: #FF7201;
  border: 1px solid #FF7201;
  color: white;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0px 20px 20px rgba(255, 114, 1, 0.2);
  border-radius: 10px;
  height: 60px;
}
.btn-orange:hover {
  background: #db6300;
  border: 1px solid #db6300;
}
.btn-orange.disabled {
  background: gray;
  border: 1px solid gray;
}
.btn-purple {
  background: #eb0000;
  border: 1px solid #FF7201;
  color: white;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0px 20px 20px rgba(255, 114, 1, 0.2);
  border-radius: 10px;
  height: 60px;
}
.btn-purple:hover {
  background: #db6300;
  border: 1px solid #db6300;
}
.btn-purple.disabled {
  background: gray;
  border: 1px solid gray;
}
.btn-green {
  background: #86C342;
  border: 1px solid #86C342;
  color: white;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0px 20px 20px rgba(255, 114, 1, 0.2);
  border-radius: 10px;
  height: 60px;
}
.btn-green:hover {
  background: #6fa82d;
  border: 1px solid #6fa82d;
}
.btn-green.disabled {
  background: gray;
  border: 1px solid gray;
}
.btn-red {
  background: #E35858;
  border: 1px solid #E35858;
  color: white;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0px 20px 20px rgba(227, 88, 88, 0.2);
  border-radius: 10px;
  height: 60px;
}
.btn-red:hover {
  background: #cf3d3d;
  border: 1px solid #cf3d3d;
}
.btn-red.disabled {
  background: gray;
  border: 1px solid gray;
}
.btn-border {
  background: white;
  border: 1px solid #0F6BAC;
  color: #0F6BAC;
  font-weight: 600;
  font-size: 12px;
  border-radius: 10px;
  height: 60px;
}
.btn-border:hover {
  background: #0F6BAC;
  border: 1px solid #0F6BAC;
  color: white;
}
.form-bar {
  width: 100%;
}
.form-bar form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.form-bar form input[type="text"] {
  margin-bottom: 20px;
}
.form-bar form input[type="password"] {
  margin-bottom: 20px;
}
.form-bar form input[type="submit"] {
  margin-top: 20px;
}

.acc-card {
  border-radius: 10px;
}
.acc-card .card-header {
  padding: 25px 6%;
  background: #fff;
  border-radius: 10px 10px 0 0;
}
.acc-card .card-header > div {
  display: flex;
  align-items: center;
}
.acc-card .card-header > div img {
  max-width: 48px;
  border-radius: 16px;
  margin-right: 15px;
}
.acc-card .card-header > div p {
  font-weight: 600;
  color: #050438;
  text-align: center;
}
.acc-card .card-header > div span {
  font-weight: 600;
  font-size: 12px;
  color: #0F6BAC;
}
.acc-card .card-header > button {
  width: 32%;
}
.acc-card .card-bottom {
  background: #FFFFFF;
  padding: 25px 6%;
  border-radius: 0 0 10px 10px;
}
.flex-btw {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-border {
  padding: 24px 6%;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgba(88, 85, 219, 0.03);
}
.before-icon {
  display: flex;
  align-items: center;
}
.before-icon::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.package-info .flex-btw {
  margin-bottom: 20px;
}
.package-info .flex-btw > p {
  font-size: 16px;
  width: 45%;
}
.package-info .flex-btw > p::before {
  margin-right: 13px;
}
.package-info .flex-btw.map {
  margin-top: 32px;
}
.package-info .flex-btw.map > p {
  width: 100% !important;
}
.package-info .flex-btw.natali > p {
  width: 100% !important;
}
.package-info .flex-btw.shop {
  margin-bottom: 0;
}
.package-info .flex-btw.shop > p {
  width: 100% !important;
  font-size: 12px;
}
.package-cards {
  background: #EEEEFB;
  padding: 20px 24px;
  border-radius: 0 0 10px 10px;
  margin-bottom: 25px;
}
.package-cards > div {
  padding: 16px 0;
  background: #FFFFFF;
  box-shadow: 0px 5px 5px rgba(88, 85, 219, 0.05);
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.header-bottom .datepicker-here {
  border: none;
  padding: 0;
  background: #F1F5F8;
  color: #0F6BAC;
  font-weight: bold;
  font-size: 16px;
}
.header-bottom .datepicker-here::placeholder {
  color: #0F6BAC;
  font-weight: bold;
  font-size: 16px;
}
.datepicker-inline {
  left: 0;
  z-index: 199999;
  width: 100%;
  bottom: 0;
  position: fixed;
  display: none;
}
.datepicker-inline .datepicker {
  width: 80%;
  z-index: 99999999;
  border: none;
  border-radius: 10px 10px 0 0;
  padding: 5vh 10% 35px;
}
.datepicker-inline .datepicker .datepicker--nav {
  padding: 15px 5px 5vh;
  border: none;
}
.datepicker-inline .datepicker .datepicker--nav .datepicker--nav-title {
  font-weight: normal;
  font-size: 18px;
  color: #000000;
}
.datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--days-names {
  margin-bottom: 10px;
}
.datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--days-names > div {
  font-weight: normal;
  font-size: 16px;
  color: #7B8A9B;
}
.datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells > div {
  font-weight: normal;
  font-size: 16px;
  color: #000000;
  height: 40px;
  margin: 5px 0;
}
.datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .-in-range- {
  background-color: #FFEEEE;
}
.datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .-other-month- {
  color: #dedede;
}
.datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .-range-from-,
.datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .-range-to- {
  background: #E35858;
  color: white;
  font-weight: bold;
  font-size: 16px;
}
.datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .-range-from- {
  border-radius: 50px 0 0 50px;
}
.datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .-range-to- {
  border-radius: 0 50px 50px 0;
}
.datepicker-inline .datepicker .datepicker--nav-action path {
  stroke: #0F6BAC;
  stroke-width: 5px;
}
.datepicker-inline .calendar-button {
  padding: 0 10% 5vh;
  background-color: white;
}
.datepicker-inline .calendar-button > button {
  width: 100%;
}
.vc-container {
  position: fixed;
}


.notification-custom-lg .ant-notification-notice-message {
  font-size: 32px !important;
}
.notification-custom-lg .ant-notification-notice-description {
  margin-top: 30px;
  font-size: 24px !important;
  line-height: 30px;
}
.notification-custom-lg.ant-notification-notice-success div {
  color: green !important;
  font-weight: bold;
}
.notification-custom-lg.ant-notification-notice-success.ant-notification-notice-closable {
  border: 5px solid green;
  border-radius: 10px;
}

.notification-custom-md .ant-notification-notice-message {
  font-size: 26px !important;
}
.notification-custom-md .ant-notification-notice-description {
  margin-top: 24px;
  font-size: 18px !important;
  line-height: 24px;
}
.notification-custom-md.ant-notification-notice-success div {
  color: green !important;
  font-weight: bold;
}
.notification-custom-md.ant-notification-notice-success.ant-notification-notice-closable {
  border: 3px solid green;
  border-radius: 10px;
}

.notification-custom-sm.ant-notification-notice-success.ant-notification-notice-closable {
  border: 1px solid green;
  border-radius: 6px;
}
.notification-custom-sm.ant-notification-notice-success div {
  color: green !important;
  font-weight: bold;
}


.notification-custom-lg.ant-notification-notice-error div {
  color: red !important;
  font-weight: bold;
}
.notification-custom-lg.ant-notification-notice-error.ant-notification-notice-closable {
  border: 5px solid red;
  border-radius: 10px;
}

.notification-custom-md.ant-notification-notice-error div {
  color: red !important;
  font-weight: bold;
}
.notification-custom-md.ant-notification-notice-error.ant-notification-notice-closable {
  border: 3px solid red;
  border-radius: 10px;
}

.notification-custom-sm.ant-notification-notice-error.ant-notification-notice-closable {
  border: 1px solid red;
  border-radius: 6px;
}
.notification-custom-sm.ant-notification-notice-error div {
  color: red !important;
  font-weight: bold;
}
.disable-select {
  user-select: none; /* supported by Chrome and Opera */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}
