:root {
  --bs-primary: #e1056d;
  --bs-dark: #343a40;

}


.cover {
  margin: 0;
  /* background: linear-gradient(120deg, rgb(235 11 117 / 11%) 0%, rgb(231 8 114 / 4%) 51%, rgba(255,255,255,1) 51.05%, rgba(255,255,255,1) 100%); */
  background: linear-gradient(-312deg, rgb(235 11 117 / 11%) 46%, rgb(231 8 114 / 4%) 55%, rgba(255, 255, 255, 1) -8.95%, rgba(255, 255, 255, 1) 2%);
}

body {
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.9rem;
  font-weight: 400;
  color: #262626;
  border-radius: 0.7rem;
}

p {
  font-size: 0.8rem;
}

/* Nav */
.top-header {
  background: #e1056d;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #f91380, #e1056d);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #f91380, #e1056d);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
  /* border-bottom: 2px solid #e80973; */
}

.nav-link {
  padding: 0.9rem 1rem;
}

.nav-item:focus,
.nav-item:hover {
  text-decoration: none;
  border-bottom: 2px solid #e80973 !important;
}

.margin-left {
  margin-left: 15px !important;
}

/* END Nav */


/* Color */
.bg-dark {
  background-color: var(--bs-dark) !important;
}

.text-primary {
  color: var(--bs-primary) !important;
}

/* border */
.border-dashed {
  border-width: 1px;
  border-style: dashed;
}

/* text,font */
.cursor-pointer {
  cursor: pointer;
}

.small {
  font-size: 75%;
}

.fs-7 {
  font-size: 0.75rem;
}

.fs-8 {
  font-size: 0.25rem;
}

.fw-600 {
  font-weight: 600;
}

a {
  font-size: 0.8rem;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: var(--bs-primary) !important;
  text-decoration: underline;
}

.claim-card:hover {
  text-decoration: none;
  color: var(--bs-primary);
}

/* button */
.rounded {
  border-radius: 0.7rem !important;
}

.btn {
  border-radius: 0.7rem;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
  border-color: unset;
}

.btn-primary,
.bg-primary {
  background: #e1056d;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #f91380, var(--bs-primary));
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #f91380, var(--bs-primary));
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-color: var(--bs-primary) !important;
  color: #fff;
}

.btn-primary:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.25rem rgb(236 11 117 / 27%);
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(236 11 117 / 27%);
}

.btn-hover:hover {
  outline: 0 !important;
  box-shadow: 0 0 0 0.25rem rgb(236 11 117 / 27%) !important;
}

/* END: Button */

/* Progress Bar */
.progress {
  height: 0.5rem;
}

/* Card */
.card {
  border-radius: 0.7rem;
  box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 6%), 0px 6px 10px 0px rgb(0 0 0 / 4%), 0px 1px 18px 0px rgb(0 0 0 / 4%);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.card-body {
  padding: 0.8rem;
}

.card-label {
  font-size: 11px;
  color: #5c5d5e;
}

.card-value {
  font-size: 10px;
  color: #242424;
  font-weight: bold;

}

.card-header:first-child {
  border-top-right-radius: 0.7rem;
  border-top-left-radius: 0.7rem;
}

.card-header {
  background: #f3f5f7;
}

/* .card-header{
  background: #87b7ff; 
  background: -webkit-linear-gradient(to bottom, #87b7ff, #cbdaff); 
  background: linear-gradient(to bottom, #87b7ff, #cbdaff); 
  border-bottom: #5c5d5e;
} */

.card-icon {
  width: 30px;
  margin-right: 10px;
}


/* Form */
.form-control,
.input-group-text {
  border-radius: 0.7rem;
  background: whitesmoke;
}

.form-control-lg {
  font-size: 0.9rem;
}

.form-control:focus {
  border-color: #e1056d54;
  box-shadow: 0 0 0 0.25rem rgb(225 5 109 / 15%);
}

.form-label {
  margin-bottom: 0.3rem;
}

.form-select,
.form-label,
.form-control,
.btn {
  font-size: 0.8rem;
}

.form-check-input {
  cursor: pointer;
}

.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.col-form-label {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 0;
}

.form-control-plaintext {
  font-size: 12px;
  padding-top: 0;
}

/* width */
.w-156 {
  width: 156px;
}

.w-4em {
  width: 4em;
}

/* START NAV */
.nav-profile {
  /* width: 25px;
  height: 25px; */
  width: 20px;
  /* height:25px; */
  height: 20px;
  margin-right: 12px;
  border-radius: 50%;
}

.nav-profile img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.pointer {
  cursor: default !important;
}

.profile-container img {
  width: 86px;
  height: 86px;
  border-radius: 50% !important;
}

/* Accordian */
.accordion-button-2 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.9rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

/* Tab Menu */
.tab-menu .active {
  color: #fff;
  background-color: var(--bs-primary);
}


.ribbon {
  position: absolute;
  top: -4px;
  right: -4px;
}

/* START: Dashboard */
/* RM Details */
.initial-text {
  text-align: center;
  line-height: 2.01em;
  font-size: 40px;
  font-weight: bold;
  color: #939799;
  width: 90%;
  height: 90%;
  background-color: #f1f1f1;
  border-radius: 50px;
  margin: auto;
  margin-top: 4px;
}

/* Policy status */
.total_policies_div {
  border-bottom: 2px solid #b90258;
  border-radius: 0.7rem;
  border: unset;
}

.active_policies_div {
  border-bottom: 2px solid #8bca57;
  border-radius: 0.7rem;
  border: unset;
}


.profile-section {
  /* background-color: #ffc13a; */
  border: unset;

}

.profile-container {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 6%), 0px 6px 10px 0px rgb(0 0 0 / 4%), 0px 1px 18px 0px rgb(0 0 0 / 4%);
}

.edit-icon {
  right: 0;
  width: 32px;
  background-color: #f1eeee;
  border-radius: 50px;
  padding: 2px 6px;
  bottom: -3px;
  text-align: center;
  border: 3px solid #fff;
}



/* Recommended policy */
._insurance-card {
  background-blend-mode: soft-light;
  /* background-blend-mode: color-burn; */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: none;
  padding-top: 6px;
  padding-bottom: 6px;
}

.car._insurance-card {
  background: #14b1df url(../images/icon/svg/car_bg.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.travel._insurance-card {
  background: #8154eb url(../images/icon/svg/travel_bg.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.health._insurance-card {
  background: #ff4081 url(../images/icon/svg/health_bg.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.cyber._insurance-card {
  background: #00796b url(../images/icon/svg/cyber_bg.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.term._insurance-card {
  background: #f25723 url(../images/icon/svg/term_bg.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.text-shadow {
  text-shadow: 2px 2px #7a7c7c;
}

.policy-card {
  transition: all 0.3s;
}

/* Policies */
.policy-card:hover {
  cursor: pointer;
  box-shadow: 0px 3px 1px 2px rgb(0 0 0 / 6%), 0px 6px 14px 1px rgb(0 0 0 / 56%), 21px -9px 7px 0px rgb(0 0 0 / -29%);
}

.policy-card:hover .card-header {
  font-weight: bold;
}

/* BLOGS */
.blog-title {
  font-size: 12px;
  font-weight: 600;
}

.blog-date {
  font-size: 0.8em;
  color: #b5b8bb !important;
}

/* START: footer collapsed using css*/

.collapse-icon:before {
  font-family: 'FontAwesome';
  content: "\f068";
  float: right;
  font-size: x-small;
  font-weight: lighter;
  font-style: normal;
}

.collapsed .collapse-icon:before {
  /* symbol for "collapsed" panels */
  content: "\f067";
  font-size: x-small;
  font-weight: lighter;
}

/* END: footer collapsed using css*/

.notification-menu {
  max-width: 500px;
  width: 500px;
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-y-auto {
  overflow-y: auto;
  height: 200px;
}

.cmpny_container {
  height: 147px;
  cursor: pointer;
  overflow-y: auto;
  overflow-x: hidden;
}

.cmpny_lsit {
  padding: 1px;
}

.cmpny_lsit:hover {
  background-color: #eceaea;
  border-radius: 10px;
}

/* START: custom scroll */

/* width */
.cmpny_container::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.cmpny_container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.cmpny_container::-webkit-scrollbar-thumb {
  background: var(--bs-primary);
  border-radius: 10px;
}

/* Handle on hover */
.cmpny_container::-webkit-scrollbar-thumb:hover {
  background: #ac0352;
}

/* END: custom scroll */

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.2rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.activeroute {
  text-decoration: none;
  color: var(--bs-primary) !important;
  border-bottom: 2px solid #e80973;

}

.dropdown-item:active {
  background-color: #e9ecef !important;
}

.flatpickr-months .flatpickr-month {
  background: #e1056d !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  background: #e1056d !important;
}

.flatpickr-weekdays {
  background: #e1056d !important;
}

span.flatpickr-weekday {
  background: #e1056d !important;

}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #e1056d !important;
  border-color: #e1056d !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #e1056d !important;
}

.newsletter-container-card {
  /* background-image: url("https://png.pngtree.com/thumb_back/fh260/background/20210713/pngtree-cute-thanksgiving-newsletter-image_740435.jpg"); */
  background-image: url("../images/newsletter_background.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.newsletter-container-card-button {
  background-color: #f08e8b;
}

/* Button */
.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff !important;
  background-color: #e1056d !important;
  border-color: #e1056d !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #e1056d !important;
  border-color: #e1056d !important;
}

.btn-outline-primary-select {
  color: #fff !important;
  background-color: #e1056d !important;
  border-color: #e1056d !important;
}

.btn-outline-primary {
  color: #e1056d !important;
  border-color: #e1056d !important;
}

.calendar:before {
  position: absolute;
  content: '';
  top: -2px;
  left: 14px;
  height: 10px;
  min-width: 81%;
  background-size: 9px 12px;
  background-image: -webkit-radial-gradient(5% 40%, circle, transparent 70%, #555 20%);
  background-image: -moz-radial-gradient(5% 40%, circle, transparent 70%, #555 20%);
  background-image: -ms-radial-gradient(5% 40%, circle, transparent 70%, #555 20%);
  background-image: -o-radial-gradient(5% 40%, circle, transparent 70%, #555 20%);
  background-image: radial-gradient(circle at 5% 40%, transparent 70%, #555 20%);
}

.nav-profile ._name {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #939799;
  color: #fff;
  padding: 1px;
  font-size: 10px;
  margin: auto;
  text-align: center;
  line-height: 17px;
}

.user-card ._img img {
  width: 70px;
  height: 70px;
}

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

.casualty._insurance-card {
  background: #14b1df url(../images/icon/svg/casualty_policy.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.bike._insurance-card {
  background: #8bca57 url(../images/icon/svg/bike_bg.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.group._insurance-card {
  background: #f25723 url(../images/icon/svg/group_medicalim.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.office._insurance-card {
  background: #8bca57 url(../images/icon/svg/office_package.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.personal._insurance-card {
  background: #8154eb url(../images/icon/svg/personal_accident.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.shopkeeper._insurance-card {
  background: #ff4081 url(../images/icon/svg/shopkeeper.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.financial._insurance-card {
  background: #00796b url(../images/icon/svg/financial.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.group_travel._insurance-card {
  background: #14b1df url(../images/icon/svg/casualty_policy.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.industrial._insurance-card {
  background: #8154eb url(../images/icon/svg/industrial_pakage.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.marine._insurance-card {
  background: #f25723 url(../images/icon/svg/marine_cargo.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.notification-count {
  width: 19px;
  height: 19px;
  font-size: 10px;
  text-align: center;
  line-height: 8px;
}

.unread {
  background-color: #e3e3e3;
}


@media screen and (max-width: 768px) {

  p {
    font-size: 0.7rem;
  }

  .btn {
    font-size: 10px;
  }

  .h4,
  h4 {
    font-size: calc(0.8rem + .3vw);
  }

  .h6,
  h6 {
    font-size: 0.8rem;
  }

  .blog-title {
    font-size: 10px;
  }

  .blog-date {
    font-size: 0.7em;
  }
}

@media screen and (max-width: 425px) {
  .w-75 {
    width: 35% !important;
  }
}