@charset "UTF-8";
*,
::after,
::before {
    box-sizing: border-box;
    /* font-family: Gilmer; */
}

@font-face {
    font-family: Gilmer;
    src: url(Gilmer-Bold.woff) format("woff");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: Gilmer;
    src: url(Gilmer-Heavy.woff) format("woff");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: Gilmer;
    src: url(Gilmer-Regular.woff) format("woff");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: Gilmer;
    src: url(Gilmer-Medium.woff) format("woff");
    font-weight: 500;
    font-display: swap;
}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 7px 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 8px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev {
  right: 20px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  line-height: 1.8em;
  text-align: left;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  border: 0;
  font-size: 14px;
  margin-right: 15px;
  min-width: 65px;
}

.ui-datepicker table {
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
}

.ui-datepicker th {
  padding: 5px;
  text-align: center;
  font-weight: 500;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
  text-align: left;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25); /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Gilmer;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family:Gilmer;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  background-color: #fff;
  z-index: 9 !important;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
  padding: 0;
  font-family: "Gilmer";
}
.ui-widget-content th {
  font-family: "Gilmer";
}
.ui-widget-content tr {
  border-top: 1px solid #B7B7B7;
}
.ui-widget-content tr:first-child {
  border-top: 0;
}
.ui-widget-content tr td {
  border-right: 1px solid #B7B7B7;
}
.ui-widget-content tr td:last-child {
  border-right: 0;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
  background: #ffffff;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: none;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #FFC600;
  background: #FFC600;
  color: #ffffff;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/bundle/assets/images/common/ui-icons_555555_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/bundle/assets/images/common/ui-icons_555555_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666;
}

.ui-datepicker-calendar thead {
  background: #ffc600;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  /* padding-left: 8px;
  padding-right: 20px; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 1px 15px 0;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: Gilmer;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  /* border: 1px solid #aaa; */
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  padding-left: 10px;
}

.select2-results__option--selectable {
  cursor: pointer;
  font-size: 14px;
}

.select2-container--open .select2-dropdown {
  left: 0;
  top: 4px;
  padding: 5px;
  /* top: -22px; */
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 3px 10px;
  border: 1px solid #c2c2c2;
  border-radius: 6px;
  margin-bottom: 3px;
}

.select2-search--dropdown .select2-search__field {
  /* padding: 4px; */
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  /* border: 1px solid #aaa; */
  border: none;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ffe480;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgb(241, 241, 241);
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container {
  width: 100% !important;
  border: 0;
}

/* width */
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #FEBD11;
  border-radius: 10px;
}

/* Handle on hover */
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #ffe480;
}

@media (min-width: 1200px) {
  .select2-container--open .select2-dropdown {
    top: 1px;
  }
}

html {
  /* font-family: "Gilmer"; */
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: "Gilmer";
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

input:focus,
input:active {
  border: 0;
  outline: 0;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.p-0 {
  padding: 0 !important;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.d-flex {
  display: flex;
}

.f-wrap {
  flex-wrap: wrap;
}

.justify-content-between {
  justify-content: space-between;
}

.align-item-center {
  align-items: center;
}

.d-block {
  display: block;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: end;
}

.w-100 {
  width: 100%;
}

.p-relative {
  position: relative;
}

.mt-20 {
  margin-top: 20px;
}

.mr-5 {
  margin-right: 5px;
}

.m-0 {
  margin: 0 !important;
}

.d-column {
  flex-direction: column;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1501px) {
  .container {
    max-width: 1240px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.ml-10 {
  margin-left: 10px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.p-1 {
  padding: 15px;
}

.m-0 {
  margin-top: 0;
}

.mt-0 {
  margin-top: 0;
}

.overall-padding {
  padding: 10px 0px;
}

.text-center {
  text-align: center;
}

.transform {
  transform: rotate(180deg);
}

#navmenu {
  position: fixed;
  width: 100%;
  bottom: 15px;
}

.nav-menu {
  padding: 10px 15px;
  background: black;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.nav-link {
  display: block;
}
.nav-link svg {
  fill: white;
  width: 28px;
  height: 28px;
}

.y-line {
  display: block;
  width: 35px;
  height: 3px;
  background: blanchedalmond;
  margin-top: 0px;
  position: absolute;
  bottom: 7px;
  border-radius: 5px;
  left: 12px;
}

.nav-link.active:after {
  bottom: -3px;
  transition: all 0.3s linear;
}

.tabhd-btn {
  background: transparent;
  border: 0;
  padding: 5px 10px;
  font-size: 14px;
  color: #aaa9a9;
  width: 150px;
}
.tabhd-btn.active {
  color: black;
  font-size: 16px;
  font-weight: 600;
}
.tabhd-btn.active .btn-icon {
  width: 40px;
  height: 30px;
  display: block;
  margin: auto;
  transform: scale(1.2);
  transition: all 0.2s linear;
}
.tabhd-btn.active .btn-icon svg {
  fill: black;
}

.tab-head {
  padding-bottom: 5px;
  border-bottom: 1px solid #c2c2c2;
}

.tab-cnt-box {
  display: none;
  padding: 20px 0 0;
}
.tab-cnt-box:first-child {
  display: block;
}

.active-line {
  display: block;
  position: absolute;
  width: 70px;
  height: 4px;
  background: #ffc107;
  bottom: -2px;
  border-radius: 30px;
  left: 40px;
}

.btn-icon {
  width: 40px;
  height: 30px;
  display: block;
  margin: auto;
  transform: scale(1);
  transition: all 0.2s linear;
}
.btn-icon svg {
  width: 100%;
  fill: #C2C2C2;
}

#enter-city {
  display: none;
}

.dnt-btn {
  background: no-repeat;
  border: 0;
  color: #001AFF;
  font-size: 16px;
  text-decoration: underline;
  margin: 20px auto;
}

.or-wrap p {
  font-size: 16px;
  font-weight: 500;
}
.or-wrap p::before {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background-color: #F2F2F2;
}
.or-wrap p::after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background-color: #F2F2F2;
}

.new-car-box {
  background: #FFF5CD;
  padding: 8px 20px;
  border: 1px solid #FFF5CD;
  border-radius: 6px;
  margin-top: 20px;
}
.new-car-box .page-sub-hd {
  font-size: 18px;
  color: black;
}
.new-car-box .page-sub-p {
  color: black;
}

.new-car-right svg {
  width: 20px;
  height: 20px;
}

.icon-box p {
  font-weight: 500;
  text-align: center;
}

.icon-g img {
  width: auto;
  margin: 0 auto 6px;
  vertical-align: text-top;
  height: 25px;
}

.ache-img {
  width: 45px !important;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .active-line {
    width: 50px;
    height: 4px;
    left: 25px;
  }
  .d-m-none {
    display: none;
  }
  .t-m-center {
    text-align: center;
  }
  .dnt-btn {
    font-size: 14px;
    margin: 15px auto;
  }
  .new-car-box .page-sub-hd {
    font-size: 14px;
  }
  .new-car-box .page-sub-p {
    font-size: 14px;
  }
  .icon-box p {
    font-size: 10px;
  }
}
.body-wrapper {
  padding: 35px 0;
}

.page-hd {
  font-size: 30px;
}

.white-wrapper {
  border-radius: 6px;
  padding: 0px 20px;
}

.pt-20 {
  padding-top: 20px;
}

.reg_date label {
  top: 5px;
}

.d-back-g {
  position: absolute;
  left: 14px;
  top: -35px;
}

.st_bk_arrow {
  all: unset;
  cursor: pointer;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .pt-mb-0 {
    padding-top: 0;
  }
  .page-hd {
    font-size: 18px;
  }
  .white-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding: 25px 0 0;
  }
  .body-wrapper {
    padding: 20px 0;
  }
}
.modal {
  padding: 15px 0;
  box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px 20px 0px 0px;
  position: fixed;
  bottom: -560px;
  background: white;
  max-height: 560px;
  width: 100%;
  z-index: 100000 !important;
  transition: all 0.3s linear;
}

.modal.show {
  bottom: 10%;
  transition: all 0.3s linear;
}

.modal-hd {
  font-size: 16px;
  font-weight: 500;
  color: #fea711;
  margin-bottom: 15px;
}

.modal-hd img {
  margin-right: 12px;
}

.terms-g-txt {
  color: #707070;
  font-size: 10px;
  margin-bottom: 5px;
}

.modal-cnt ul {
  margin: 0;
  padding-left: 15px;
  margin-top: 5px;
}

::marker {
  font-size: 14px;
}

.overlay {
  background: rgba(0, 0, 0, 0.5803921569);
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.overflow {
  overflow: hidden;
}

.modal-cnt {
  max-height: 430px;
  overflow-y: auto;
  margin-bottom: 15px;
  overflow-x: hidden;
}
.modal-cnt p {
  font-size: 14px;
}

.modal-sub-hd {
  font-size: 14px;
  margin-bottom: 15px;
}

.modal-su-p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.primary-btn.disabled {
  background: #E9E9E9;
  pointer-events: none;
}

@media (min-width: 992px) {
  .modal-cnt {
    max-height: 460px;
  }
  .modal.show {
    transform: scale(1);
    transition: all 0.2s linear;
  }
  .modal {
    position: fixed;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    width: 100%;
    z-index: 2;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    border-radius: 10px;
    transform: scale(0);
    transition: all 0s linear;
  }
  .max-h-modal {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
  #idv {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.form-b {
  position: relative;
  margin-bottom: 20px;
}
.form-b label {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 14px;
  margin: 0;
  color: #808185;
  transition: all 0.3s linear;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 80%;
}
.form-b.focused label {
  left: 15px;
  top: 5px;
  font-size: 11px;
  transition: all 0.3s linear;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 80%;
}
.form-b .form-box {
  height: 50px;
  border: 1px solid #c2c2c2;
  border-radius: 6px;
  width: 100%;
  padding: 15px 15px 0;
  font-weight: 500;
  font-size: 14px;
}

.primary-btn {
  background-color: #FEBD11;
  padding: 10px 18px;
  border-radius: 6px;
  color: #000000;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  border: 0;
  height: 40px;
  margin-bottom: 15px;
  justify-content: center;
  align-items: center;
}

.form-box:focus,
.form-box:active {
  border: 1px solid #febd11;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  padding-left: 28px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  background: white;
  border: 1px solid #febd11;
  border-radius: 3px;
  margin-top: 3px;
  position: absolute;
  left: 0;
}
.styled-checkbox:checked + label:before {
  background: #febd11;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 11px;
  background: black;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 black, 4px 0 0 black, 4px -2px 0 black, 4px -4px 0 black, 4px -6px 0 black, 4px -8px 0 black;
  transform: rotate(45deg);
}

.term-btn {
  color: #FEBD11;
  font-size: 14px;
  background: none;
  border: 0;
  text-decoration: none;
  padding: 0;
}

.err-msg {
  font-size: 12px;
  display: none;
  color: #ee505a;
}

.form-b.disabled {
  pointer-events: none;
}
.form-b.disabled input {
  background-color: #f8f8f8;
}

.form-box.range-box {
  padding: 0 15px;
}

.range-as {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0px;
}
.range-as .range-val {
  width: 97%;
  display: block;
  -webkit-appearance: none;
  background-color: transparent;
  margin: 0 auto;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 2px;
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 3px solid #ffcb09;
  -webkit-appearance: none;
  background: white;
  z-index: 99;
  position: relative;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  top: -10px;
}

.range-line {
  display: block;
  width: 50%;
  background: #febd11;
  height: 3px;
  border-radius: 10px;
  max-width: 97%;
  margin-right: auto;
}

select {
  background: url(/bundle/assets/images/product/two-wheeler/arrow.svg) !important;
  -webkit-appearance: none;
  background-repeat: no-repeat !important;
  background-position: 95% center !important;
}

.common_button a {
  background-color: #FEBD11;
  padding: 10px 16px;
  border-radius: 6px;
  color: #000000;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  font-size: 16px;
  font-weight: 500;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.common_button a img {
  vertical-align: middle;
  padding-left: 7px;
  width: 20px;
}
.common_button button {
  all: unset;
  background-color: #FEBD11;
  padding: 10px 16px;
  border-radius: 6px;
  color: #000000;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  font-size: 16px;
  font-weight: 500;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  align-items: center;
}
.common_button button img {
  vertical-align: middle;
  padding-left: 7px;
  width: 20px;
}
.common_button span {
  width: 20px;
  height: 18px;
}

.right_arrow_btn a {
  background-color: #FEBD11;
  padding: 13px 18px;
  border-radius: 6px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.right_arrow_btn a img {
  vertical-align: middle;
}

.right_arrow_disable a {
  background-color: #E9E9E9;
  padding: 13px 18px;
  border-radius: 6px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.right_arrow_disable a img {
  vertical-align: middle;
}

.common_radio_button {
  display: flex;
}
.common_radio_button .radio input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.common_radio_button .radio input:checked + label::after {
  opacity: 1;
}
.common_radio_button .radio label {
  cursor: pointer;
  position: relative;
  padding-left: 22px;
  line-height: 25px;
  padding-top: 1px;
  font-size: 11px;
  color: #5E5E5E;
}
.common_radio_button .radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  border: 1px solid #707070;
  width: 14px;
  border-radius: 50%;
  aspect-ratio: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.common_radio_button .radio label::after {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 1;
  background: #FFC900;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s;
}

.common_button.disabled {
  pointer-events: none;
}
.common_button.disabled a {
  background-color: #E9E9E9;
  color: #ABABAB;
}
.common_button.disabled a svg path {
  stroke: #ABABAB;
}

.common_button a span {
  width: 20px;
  height: 18px;
}
.common_button a span svg path {
  stroke: black;
}

@media (min-width: 1200px) {
  .styled-checkbox + label {
    font-size: 16px;
  }
  .term-btn {
    font-size: 16px;
  }
}
.select-c {
  height: 50px;
  border: 1px solid #c2c2c2;
  background: white;
  border-radius: 6px;
  width: 100%;
  padding: 15px 0 0;
  font-weight: 500;
  font-size: 14px;
  background: url(/bundle/assets/images/product/two-wheeler/arrow.svg) !important;
  -webkit-appearance: none;
  background-repeat: no-repeat !important;
  background-position: 95% center !important;
}

.plus {
  background: green;
  color: white;
  display: flex;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.minues {
  background: red;
  color: white;
  display: flex;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.premium_breakup_bold {
  font-size: 19px;
  font-weight: 700;
}

header {
  padding: 5px 0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.0901960784);
  height: 60px;
}
header .head-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-icon {
  width: 22px;
  height: 22px;
  text-align: center;
}

.hed-text {
  font-size: 12px;
  color: #000000;
  font-weight: 600;
}

.right-side-logo a {
  display: flex;
  flex-direction: column;
}

/* help */
.s_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-bottom: 10px;
}
.s_flex p {
  font-size: 12px;
}

.h_num {
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  padding: 12px;
}
.h_num a {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.h_num.num_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.h_num.num_flex p {
  font-size: 14px;
  font-weight: 500;
}
.h_num.num_flex input {
  font-size: 14px;
  font-weight: 500;
  padding: 0px;
  border: 0px;
  width: 100px;
}

.or_st {
  margin: 16px 0px 12px;
  font-size: 14px;
  font-weight: 500;
}

.m-1 {
  margin-top: 10px;
}

.m-2 {
  margin-top: 20px;
}

.back_button {
  margin-top: 10px;
}
.back_button svg {
  transform: rotate(180deg);
}

/******Guru start OTP *********/
.otp-page h5 {
  font-size: 24px;
}
.otp-page .para_tag {
  font-size: 16px;
  font-weight: 400;
}
.otp-page .otp-entered {
  margin-top: 20px;
}
.otp-page .otp-entered .input_field {
  display: flex;
  justify-content: space-between;
}
.otp-page .otp-entered .input_field input {
  width: 54px;
  height: 60px;
  border: 1.5px solid #C2C2C2;
  border-radius: 8px;
  margin-top: 40px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.otp-page .otp-entered .input_field input:focus {
  border: 1.5px solid #FEBD11;
}
.otp-page .resend_otp {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background: none;
  border: 0;
}
.otp-page .resend_otp .seconds_timer {
  color: #0D3CAB;
}
.otp-page .otp_page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 42px;
}
.otp-page .otp_page .right_arrow_disable a {
  display: flex;
}
.otp-page .otp_page .right_arrow_disable a svg path {
  stroke: #ABABAB;
}

@media only screen and (min-width: 768px) and (max-width: 1920px) {
  .otp-entered {
    width: 30%;
    margin: 0 auto;
  }
}
/******Guru End OTP *********/
.step_g {
  margin-top: 20px;
}

.sp_margin {
  margin-top: 18px;
}

.page-sd {
  font-size: 16px;
  color: #4D4D4D;
  font-weight: 500;
  margin-bottom: 3px;
}

.flex-end {
  display: flex;
  justify-content: end;
}

.har-step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  position: absolute;
  right: 0px;
}
.har-step .f_step {
  background-color: #DDDDDD;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  transition: 0.5s;
}
.har-step .f_step::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  width: 50px;
  height: 3px;
  background-color: #DDDDDD;
  transition: 0.5s;
}
.har-step .f_step p {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.har-step .f_step.active {
  background-color: #6AB804;
}
.har-step .f_step.success {
  background-color: #6AB804;
}
.har-step .f_step.act_line::after {
  background-color: #6AB804;
}
.har-step .f_step:last-child::after {
  display: none;
}

.y_dot {
  background-color: #FEBD11;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.s_table {
  margin-bottom: 10px;
}
.s_table table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
}
.s_table table tbody tr td {
  font-size: 16px;
  padding-bottom: 10px;
}
.s_table table tbody tr td.s_dynamic {
  font-weight: 500;
  text-align: right;
}
.s_table table tbody tr td.s_dynamic button {
  all: unset;
  margin-left: 5px;
  cursor: pointer;
}
.s_table table tbody tr td.s_dynamic .tog-switch label {
  justify-content: end;
}
.s_table table tbody tr.t_total td {
  font-size: 18px;
  font-weight: 500;
  padding-top: 15px;
}

.s_policy {
  text-align: right;
}
.s_policy a {
  font-size: 15px;
  text-decoration: underline;
  color: #0057EC;
}

.con_text {
  padding: 15px;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  margin-bottom: 25px;
  margin-top: 15px;
}
.con_text p {
  font-size: 14px;
  color: #000;
}

.s_no_wrap .styled-checkbox + label {
  font-size: 14px;
}
.s_no_wrap .styled-checkbox + label .term-btn {
  font-size: 14px;
}

.s_hide {
  display: none;
}

.vh_text {
  margin: 8px 0px;
}
.vh_text h4 {
  font-size: 18px;
}
.vh_text h4 span {
  font-size: 14px;
  font-weight: 500;
}

.vh_price {
  font-size: 22px;
  font-weight: 500;
}
.vh_price small {
  font-size: 14px;
}

.dw_auto {
  width: auto;
}

.info-txt-g {
  font-size: 14px;
  margin-top: 15px;
}

.inspec-sec {
  margin-top: 20px;
  margin-bottom: 20px;
}

.inspec-sec .cov-price {
  font-size: 16px;
  color: black;
}

.inspec-sec .extra-cov-box {
  width: 180px;
  height: 120px;
  max-width: initial;
}

.inspec-sec .cov-title .cov-icon {
  width: 85px;
  height: 80px;
}

.extra-box.disabled {
  pointer-events: none;
  opacity: 0.3;
}

#surv-in {
  background: none;
  padding: 0;
  border: 0;
}

.hide-in {
  display: none;
}

.inside_res_flex label {
  font-size: 12px;
  margin-bottom: 0px;
  color: #ababab;
}
.inside_res_flex p {
  font-size: 15px;
  font-weight: 600;
}
.inside_res_flex p button {
  all: unset;
}

.r_gap_chng {
  row-gap: 10px;
  margin-bottom: 10px;
}

.tog_btn_flex {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.tog_btn_flex p {
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .inspec-sec .cov-price {
    font-size: 14px;
    color: black;
  }
  .info-txt-g {
    font-size: 12px;
  }
  .inspec-sec .extra-box {
    width: 50%;
  }
  .inspec-sec .extra-cov-box {
    width: 100%;
    height: 120px;
    max-width: initial;
  }
  .dark_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .dark_flex .page-hd {
    color: #fff;
    padding-top: 0px;
    font-size: 16px;
  }
  .dark_flex .vh_text {
    color: #fff;
    margin: 4px 0px;
    margin-bottom: 0px;
  }
  .dark_flex .vh_text h4 {
    font-size: 12px;
    font-weight: 400;
  }
  .dark_flex .vh_text h4 span {
    font-size: 10px;
    font-weight: 400;
  }
  .dark_flex .vh_text h4 br {
    display: none;
  }
  .dark_flex .vh_price {
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
  }
  .dark_flex .vh_price small {
    font-size: 12px;
  }
  .har-step {
    justify-content: start;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .har-step .f_step {
    width: 20px;
    height: 20px;
    border: 1px solid #6AB804;
    background-color: transparent;
  }
  .har-step .f_step p {
    font-size: 12px;
    color: #6AB804;
  }
  .har-step .f_step::after {
    width: 0px;
  }
  .har-step .f_step.active {
    width: 30px;
    height: 30px;
  }
  .har-step .f_step.active p {
    color: #fff;
  }
  .har-step .f_step.success {
    background-color: #6AB804;
  }
  .har-step .f_step.success p {
    color: #fff;
  }
  .step_g {
    margin-top: 0px;
  }
  .step_g .page-sub-hd {
    font-size: 12px;
  }
  .step_g .page-sub-p {
    font-size: 16px;
    font-weight: 500;
  }
  .s_min-heit {
    position: relative;
  }
  .har-step {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .page-sd {
    font-size: 16px;
    color: #BBBBBB;
    margin-bottom: 8px;
  }
  .s_table table tbody tr td {
    font-size: 14px;
    padding-bottom: 8px;
  }
  .s_table table tbody tr td.s_dynamic {
    display: flex;
    justify-content: end;
  }
  .s_table table tbody tr td.s_dynamic button img {
    width: 12px;
  }
  .s_table table tbody tr.t_total td {
    font-size: 14px;
  }
  .pop_full_width {
    width: -webkit-fill-available;
  }
  .s_policy a {
    font-size: 10px;
  }
  .con_text p {
    font-size: 12px;
  }
  .mob_changes {
    flex-direction: column;
    row-gap: 15px;
  }
  .mob_changes .check-b {
    flex-direction: column;
    justify-content: start;
    width: 100%;
    display: flex;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
  }
  .mob_changes .common_button {
    display: flex;
    justify-content: end;
  }
  .s_no_wrap .styled-checkbox + label {
    font-size: 11px;
  }
  .s_no_wrap .styled-checkbox + label .term-btn {
    font-size: 11px;
  }
  .inside_res_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .inside_res_flex p {
    font-size: 14px;
  }
  .tog_btn_flex {
    justify-content: space-between;
  }
  .r_gap_chng {
    row-gap: 6px;
  }
}
.pay-wro {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.pay-wro .radio {
  width: 100%;
}

.pay-wro.common_radio_button .radio label {
  padding-left: 0px;
}

.pay-wro.common_radio_button .radio label {
  margin: 0;
}

.pay-wro.common_radio_button .radio label {
  margin: 0;
  display: flex;
  width: 100%;
}

.pay-wro.common_radio_button .radio label::before {
  right: 0;
  left: auto;
}

.pay-wro.common_radio_button .radio label::after {
  right: 3px;
  left: auto;
}

.pay-wro .radio {
  height: 40px;
  width: 100%;
  margin: 10px 0px;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 15px;
  padding-right: 30px;
}

.payment-img {
  width: 90px;
  height: 30px;
}

.white-wrapper-chng {
  position: relative;
}

.pay-wro-chng {
  flex-direction: column;
}

@media (max-width: 767px) {
  .pay-wro {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
  .pay-wro .radio {
    height: 40px;
    width: 100%;
    justify-content: flex-start;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 15px;
  }
  .pay-wro.common_radio_button .radio label {
    width: 100vw;
    padding: 0;
  }
  .pay-wro.common_radio_button .radio label::before {
    right: 15px;
    left: unset;
  }
  .pay-wro.common_radio_button .radio label::after {
    right: 18px;
    left: unset;
  }
}
@media (min-width: 1200px) {
  .mt-d-20 {
    margin-top: 20px;
  }
  .price-txt .indian-rupee,
.vh_price span {
    font-size: 14px;
  }
  #payment {
    padding: 30px 20px;
  }
  #payment .info-hd {
    margin-bottom: 10px;
  }
}
.white-car {
  display: none;
}

.dark-list h2 {
  margin-bottom: 15px;
  font-size: 24px;
}
.dark-list .label-txt {
  margin: 0;
  margin-bottom: 8px;
}
.dark-list .label-value {
  font-weight: 600;
}

.prem-left h3 {
  font-size: 15px;
  font-weight: 500;
}

.edit-btn {
  padding: 0;
  border: none;
  background: no-repeat;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}

.your-plan {
  padding-top: 8px;
  margin-top: 8px;
  margin-bottom: 15px;
}

.premium-hd {
  font-size: 15px;
  color: #4D4D4D;
  font-weight: 500;
  margin-bottom: 10px;
}

.info-btn {
  border: 0;
  background: none;
  margin-left: 10px;
  padding: 0;
  width: 18px;
  height: 18px;
}
.info-btn svg {
  width: 100%;
  height: 100%;
}

.prem-card-box label {
  background: #FFFBF1;
  padding: 7px 14px;
  border: 2px solid #FEBD11;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prem-card-hd h2 {
  font-size: 16px;
  font-weight: 500;
}
.prem-card-hd p {
  color: #757575;
  margin: 0px;
  font-size: 14px;
}

.price-txt {
  font-size: 20px;
  color: black;
  font-weight: 600;
  margin: 0;
}
.price-txt .year-txt {
  font-size: 16px;
  font-weight: 500;
}

.extr-pro-label {
  width: 100%;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding: 6px 0 6px 10px;
  margin-bottom: 20px;
  border-left: 6px solid #00A6A7;
  font-size: 14px;
  height: calc(100% - 20px);
  display: flex;
  align-items: center;
  min-height: 56px;
}

.price-valb {
  text-align: center;
}

.range-box {
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 15px;
}

.sub-v-txt {
  font-size: 12px;
  font-weight: 500;
}

.range-hdtxt {
  font-size: 12px;
}

.range-amttxt {
  font-size: 14px;
  font-weight: 500;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  background: transparent linear-gradient(90deg, rgba(255, 0, 26, 0.6117647059) 0%, rgba(0, 213, 14, 0.6) 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1.5px solid #000000;
  height: 13px;
  width: 22px;
  border-radius: 5px;
  background: #FEBD11;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 6px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent linear-gradient(90deg, rgba(255, 0, 26, 0.6117647059) 0%, rgba(0, 213, 14, 0.6) 100%) 0% 0% no-repeat padding-box;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  background: transparent linear-gradient(90deg, rgba(255, 0, 26, 0.6117647059) 0%, rgba(0, 213, 14, 0.6) 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #000000;
  height: 13px;
  width: 22px;
  border-radius: 5px;
  background: #FEBD11;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 6px;
}

input[type=range]::-ms-track {
  -webkit-appearance: none;
  width: 100%;
}

input[type=range]::-ms-fill-lower {
  width: 100%;
  height: 7px;
  cursor: pointer;
  background: transparent linear-gradient(90deg, rgba(255, 0, 26, 0.6117647059) 0%, rgba(0, 213, 14, 0.6) 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px;
}

input[type=range]::-ms-fill-upper {
  width: 100%;
  height: 7px;
  cursor: pointer;
  background: transparent linear-gradient(90deg, rgba(255, 0, 26, 0.6117647059) 0%, rgba(0, 213, 14, 0.6) 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px;
}

input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #000000;
  height: 13px;
  width: 22px;
  border-radius: 5px;
  background: #FEBD11;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 6px;
}

input[type=range]:focus::-ms-fill-lower {
  background: transparent linear-gradient(90deg, rgba(255, 0, 26, 0.6117647059) 0%, rgba(0, 213, 14, 0.6) 100%) 0% 0% no-repeat padding-box;
}

input[type=range]:focus::-ms-fill-upper {
  background: transparent linear-gradient(90deg, rgba(255, 0, 26, 0.6117647059) 0%, rgba(0, 213, 14, 0.6) 100%) 0% 0% no-repeat padding-box;
}

.extra-cov-box {
  background: white;
  padding: 7px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  margin: 0;
  max-width: 160px;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.addon_bg {
  background-color: #FEBD11;
  border-radius: 4px;
  padding: 2px;
  padding: 3px 3px 1px;
  line-height: 1;
}

.cov-title {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.cov-title .cov-icon {
  width: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cov-title p {
  font-size: 12px;
  font-weight: 500;
}
.cov-title p.cov-price {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
.cov-title.cov-title-chg {
  justify-content: center;
}

.extra-card-wrap {
  gap: 10px;
  display: flex;
  display: flex;
  flex-wrap: nowrap;
}

.extr-pro-ww {
  display: flex;
}
.extr-pro-ww .extra-box {
  flex: 1;
}

.view-more-btn {
  font-size: 16px;
  width: 100%;
  background: white;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  height: 40px;
  margin: 20px 0;
  font-weight: 500;
}

.strike-txt {
  font-size: 14px;
}

.text-strike {
  text-decoration: line-through;
  color: red;
}

.exc-t {
  color: #656565;
  font-weight: 400;
  font-size: 11px;
  margin-left: 5px;
}

.share-btn-g {
  background: white;
  height: 40px;
  width: 40px;
  border: 1px solid #febd11;
  border-radius: 8px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-btn-g svg path {
  stroke: #FEBD11;
}

.d-h-m-s {
  display: none;
}

.extra-box {
  cursor: pointer;
  flex-grow: 1;
  flex-basis: 0;
  height: 100%;
}

.check-box:checked + label {
  background: #FFFBF1;
  border: 1px solid #FEBD11;
}

.here-plan .modal-box {
  padding: 10px 30px;
}

.info-p {
  font-size: 14px;
  color: #777777;
  font-weight: 500;
}

.color-black {
  color: black;
}

.cov-box img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.cov-box {
  margin-bottom: 15px;
}

.sub-red-hd {
  color: #E15454;
  font-size: 14px;
  font-weight: 500;
}

.not-cov li {
  color: #131313;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.info-hd {
  font-size: 16px;
}

.tog-circle {
  width: 36px;
  display: inline-block;
  height: 19px;
  box-shadow: 0px 3px 6px rgba(185, 185, 185, 0.1607843137);
  border: 1px solid #D6D6D6;
  border-radius: 10px;
  background: #D6D6D6;
  position: relative;
}

.top-dot {
  background: white;
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 2px;
  transition: left 0.2s linear;
}

.tog-switch {
  margin-top: 10px;
  cursor: pointer;
}
.tog-switch label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.tog-input:checked + label .tog-circle {
  box-shadow: 0px 3px 6px rgba(185, 185, 185, 0.1607843137);
  border: 1px solid #F5AE02;
  background-color: #F5AE02;
}
.tog-input:checked + label .top-dot {
  left: 17px;
  transition: left 0.2s linear;
}

.radio-wr {
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 6px 30px;
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  min-width: 90px;
  text-align: center;
}

.radio-sel-wrap {
  margin-top: 15px;
  gap: 20px;
}

.radio-input:checked + label {
  border: 1px solid #F5AE02;
}

#edit-claim {
  max-width: 560px;
}

.x-icon {
  background: no-repeat;
  box-shadow: none;
  padding: 0;
  position: absolute;
  top: -10px;
  right: 30px;
}
.x-icon svg {
  width: 15px;
  height: 20px;
}

.exx-pro:checked + label {
  background: #FFFBF1;
  border-right: 1px solid #FEBD11;
  border-top: 1px solid #FEBD11;
  border-bottom: 1px solid #FEBD11;
}

.n_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.n_price p {
  font-size: 13px;
  font-weight: 500;
}
.n_price p:nth-child(2) {
  font-size: 15px;
  font-weight: 600;
}

.g_addon {
  margin-top: 15px;
}

.sg_aon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.img_aon {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.img_aon p {
  font-weight: 500;
}

.pr_aon {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.pr_aon p {
  font-weight: 600;
  color: #000;
}
.pr_aon button {
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  padding: 5px 15px;
  font-size: 14px;
  background-color: transparent;
  color: #000;
  font-weight: 600;
  box-shadow: 0px 3px 6px rgba(107, 107, 107, 0.1607843137);
}
.pr_aon button.r_text {
  color: #AB1818;
}

.g_addon {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  margin-bottom: 20px;
}

.d_hide {
  display: none;
}

.prem_left_chg {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.prem_left_chg span {
  color: #ddd;
}

.total-wrap-chg {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 10px;
}

.vw-pbm-0 {
  padding-bottom: 0px;
}

@media (max-width: 767px) {
  .d-h-m-s {
    display: inline-block;
  }
  .mob_dark_mar {
    margin-top: 20px !important;
  }
  .dark-hd {
    margin-top: 10px;
    background: black;
    padding: 10px;
    border-radius: 10px;
  }
  .dark-list h2 {
    margin-bottom: 10px;
    font-size: 18px;
    color: white;
  }
  .white-car {
    display: block;
  }
  .white-car svg {
    fill: white;
    width: 36px;
  }
  .dark-list .label-txt {
    color: white;
    font-size: 12px;
    font-weight: 400;
  }
  .dark-list .label-value {
    font-weight: 600;
    font-size: 12px;
    color: white;
  }
  .prem-left {
    display: flex;
  }
  .prem-left h3 {
    font-size: 14px;
  }
  .prem-left h3:first-child {
    padding-right: 10px;
    border-right: 1px solid #DDDDDD;
    margin-right: 10px;
  }
  .prem-left h3 .radio-wr {
    min-width: 80px;
    padding: 6px 15px;
  }
  .dark-hd {
    margin-top: 10px;
    background: black;
    padding: 10px;
    border-radius: 10px;
  }
  .dark-list h2 {
    margin-bottom: 10px;
    font-size: 18px;
    color: white;
  }
  .white-car {
    display: block;
  }
  .white-car svg {
    fill: white;
    width: 40px;
  }
  .dark-list .label-txt {
    color: white;
    font-size: 12px;
    font-weight: 400;
  }
  .dark-list .label-value {
    font-weight: 600;
    font-size: 12px;
    color: white;
  }
  .prem-left {
    display: flex;
  }
  .prem-left h3 {
    font-size: 12px;
  }
  .prem-left h3:first-child {
    padding-right: 10px;
    border-right: 1px solid #DDDDDD;
    margin-right: 10px;
  }
  .your-plan {
    padding-top: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .prem-hd {
    border-top: 1px solid #DDDDDD;
    padding-top: 15px;
  }
  .premium-hd {
    margin-bottom: 10px;
  }
  .prem-card-box {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
  }
  .prem-card-box input:checked + label {
    background: transparent linear-gradient(76deg, #FEBD11 0%, #fff5dc 100%) 0% 0% no-repeat padding-box !important;
  }
  .exx-pro:checked + label {
    background: transparent linear-gradient(76deg, #FEBD11 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  }
  .prem-card-hd h2 {
    font-size: 14px;
  }
  .prem-card-hd p {
    margin: 5px 0 0;
    font-size: 10px;
  }
  .price-txt {
    font-size: 18px;
    min-width: 150px;
    text-align: right;
  }
  .price-txt .year-txt {
    font-size: 12px;
  }
  .extra-protect .extra-card-wrap {
    display: flex;
  }
  .extra-box {
    cursor: pointer;
    width: 33.33%;
  }
  .extr-pro-label {
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
    line-height: 1.3;
  }
  .price-value {
    text-align: center;
  }
  .range-amttxt {
    font-size: 12px;
    font-weight: 600;
  }
  .extra-cov-box {
    padding: 5px;
    min-height: auto;
  }
  .cov-title .cov-icon {
    width: 25px;
    margin-right: 7px;
  }
  .cov-title p {
    font-size: 10px;
    font-weight: 600;
    text-align: center;
  }
  .cov-title {
    flex-direction: row;
    align-items: center;
  }
  .extra-cover .extra-card-wrap .extra-box {
    cursor: pointer;
    width: 33.33%;
  }
  .cov-price {
    font-size: 16px;
  }
  .view-more-btn {
    margin: 15px 0;
  }
  .total-amt .price-txt {
    text-align: left;
  }
  .total-amt .strike-txt {
    font-size: 12px;
  }
  .share-btn-g {
    margin-right: 8px;
  }
  .exc-t {
    margin-left: 0;
  }
  .check-box:checked + label {
    background: transparent linear-gradient(76deg, #FEBD11 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    border: none;
  }
  .here-plan .modal-box {
    padding: 10px 0;
  }
  .here-plan .modal-box .mt-20 {
    margin-top: 15px;
  }
  .tog-def {
    font-size: 13px;
  }
  .info-hd {
    font-size: 14px;
  }
  .modal-cnt p,
.info-p,
.not-cov li {
    font-size: 14px;
  }
  .prem_left_chg {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .prem_left_chg span {
    display: none;
  }
  .edit-view {
    font-size: 12px;
  }
  .extra-card-wrap {
    flex-wrap: wrap;
  }
  .extra-box {
    flex: 1 0 26%;
  }
  .cov-title p br {
    display: none;
  }
}
.add_btn {
  position: relative;
}
.add_btn label {
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  padding: 5px 15px;
  font-size: 14px;
  background-color: transparent;
  color: #000;
  font-weight: 600;
  box-shadow: 0px 3px 6px rgba(107, 107, 107, 0.1607843137);
  min-width: 91px;
  height: 30px;
  text-align: center;
}
.add_btn .add-cb {
  position: absolute;
  opacity: 0;
}
.add_btn .r_text {
  color: #AB1818;
  display: none;
}

.add-cb:checked + label .a_text {
  display: none;
}
.add-cb:checked + label .r_text {
  display: block;
}

.left-arrow {
  transform: rotate(180deg);
  margin-right: 10px;
}

.card-detail_edit-bk {
  display: none;
}

#hypothe {
  display: none;
}

option:disabled {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.step_g .plan_details .start_date {
  margin-top: 0 !important;
}

.card_details .right-page .anchor_click {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: start;
}
.card_details .right-page .hed-text h5 {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
}
.card_details .right-page .hed-text .hy-creta {
  font-size: 24px;
}
.card_details .right-page .hed-text p {
  color: #000000;
  font-weight: 500;
  font-size: 18px;
}
.card_details .right-page .edit_text {
  color: #000000;
  font-size: 16px;
}
.card_details .right-page .edit_text img {
  padding-right: 5px;
}
.card_details .right-page .reg_under {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1607843137);
}
.card_details .right-page .reg_under .ind_card {
  display: flex;
  justify-content: space-between;
}
.card_details .right-page .reg_under .ind_card h6 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
.card_details .right-page .reg_under .ind_card p {
  font-size: 16px;
  font-weight: 500;
}
.card_details .right-page .reg_under .ind_card p span {
  color: #5A5A5A;
}
.card_details .right-page .previous_policy {
  padding: 30px 0;
}
.card_details .right-page .previous_policy h5 {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.card_details .right-page .common_radio_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.card_details .right-page .common_radio_button .radio input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  display: flex;
}
.card_details .right-page .common_radio_button .radio input:checked + label {
  font-weight: 700;
}
.card_details .right-page .common_radio_button .radio input:checked + label::after {
  opacity: 1;
}
.card_details .right-page .common_radio_button .radio label {
  cursor: pointer;
  position: relative;
  padding-left: 22px;
  line-height: 25px;
  padding-top: 1px;
  font-size: 14px;
  color: #000000;
  margin-bottom: 0;
  font-weight: 400;
}
.card_details .right-page .common_radio_button .radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  border: 1px solid #707070;
  width: 14px;
  border-radius: 50%;
  aspect-ratio: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.card_details .right-page .common_radio_button .radio label::after {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 1;
  background: #FFC900;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s;
}
.card_details .right-page .get_card_details {
  display: flex;
  justify-content: end;
}
.card_details .right-page .get_card_details a {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 40px;
}

#comp,
#third {
  display: none;
  margin-top: 20px;
}
#comp input[type=date],
#third input[type=date] {
  background-image: url(../../../bundle/assets/images/common/calendarFill.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 97% 20px;
  cursor: pointer;
}
#comp input[type=date]::-webkit-inner-spin-button,
#third input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  opacity: 0;
  display: none;
}
#comp input[type=date]::-webkit-calendar-picker-indicator,
#third input[type=date]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  opacity: 0;
}
#comp.expiry_date label,
#third.expiry_date label {
  top: 8px;
}

#damage {
  display: none;
  margin-top: 20px;
}
#damage p {
  color: #9A9A9A;
}
#damage input[type=date] {
  background-image: url(../../../bundle/assets/images/common/calendarFill.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 97% 20px;
  cursor: pointer;
}
#damage input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  opacity: 0;
}
#damage input[type=date]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  opacity: 0;
}
#damage .expiry_date {
  margin-top: 10px;
}
#damage .expiry_date label {
  top: 8px;
}

.card_edit-layout #company {
  display: none;
}
.card_edit-layout #company label {
  color: #AFAFAF;
}
.card_edit-layout #gst {
  display: none;
}
.card_edit-layout #gst label {
  color: #AFAFAF;
}
.card_edit-layout .reg_under_mob {
  margin-bottom: 20px;
}
.card_edit-layout .anchor_click {
  margin-bottom: 20px;
}
.card_edit-layout .previous_text {
  font-size: 16px;
  margin-bottom: 5px;
}
.card_edit-layout .reg_date input[type=date] {
  background-image: url(../../../bundle/assets/images/common/calendarFill.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 97% 20px;
  cursor: pointer;
}
.card_edit-layout .reg_date input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  opacity: 0;
}
.card_edit-layout .reg_date input[type=date]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  opacity: 0;
}
.card_edit-layout .reg_date label {
  top: 5px;
}
.card_edit-layout .common_radio_button {
  margin-top: 0;
}
.card_edit-layout .common_radio_button .radio {
  border: 1px solid #EFEFEF;
  border-radius: 8px;
  padding: 0px 11px;
}
.card_edit-layout .card-edit-button {
  display: flex;
  justify-content: center;
}
.card_edit-layout .card-edit-button a {
  font-weight: 500;
}

@media (max-width: 767px) {
  .card-detail_edit-bk {
    display: block;
  }
  .own_da_mob.dw_auto {
    width: 100%;
  }
  .card_details .layout-left {
    text-align: center;
  }
  .card_details .layout-left h2 {
    text-align: center;
    font-size: 18px;
  }
  .card_details .layout-left p {
    text-align: center;
    font-size: 12px;
  }
  .card_details .layout-left img {
    width: 50%;
  }
  .card_details .right-page #damage p {
    font-size: 12px;
  }
  .card_details .right-page .anchor_click {
    justify-content: center;
  }
  .card_details .right-page .anchor_click .edit-view {
    display: none;
  }
  .card_details .right-page .anchor_click .hed-text h5 {
    font-size: 20px;
    text-align: center;
  }
  .card_details .right-page .anchor_click .hed-text .hy-creta {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    margin-top: 5px;
  }
  .card_details .right-page .anchor_click .hed-text p {
    font-size: 14px;
    text-align: center;
  }
  .card_details .right-page .previous_policy {
    padding: 10px 0;
  }
  .card_details .right-page .previous_policy h5 {
    font-size: 12px;
  }
  .card_details .right-page .previous_policy .common_radio_button {
    margin-top: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .card_details .right-page .previous_policy .common_radio_button .radio label {
    font-size: 11px;
  }
  .card_details .right-page .previous_policy .get_card_details {
    justify-content: center;
  }
  .card_details .right-page .previous_policy .get_card_details a {
    margin-top: 10px;
  }
  .card_details .right-page .reg_under {
    border-bottom: 0;
  }
  .card_details .right-page .reg_under .ind_card {
    border-bottom: 1px solid #E3E3E3;
    padding-top: 15px;
  }
  .card_details .right-page .reg_under .ind_card h6 {
    font-size: 11px;
    font-weight: 600;
  }
  .card_details .right-page .reg_under .ind_card p {
    font-size: 14px;
    font-weight: 600;
  }
  .card_details .card_edit-layout.right-page .anchor_click {
    justify-content: space-between;
  }
  .card_details .card_edit-layout.right-page .common_radio_button {
    justify-content: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .card_details .card_edit-layout.right-page .common_radio_button .radio label {
    color: #5E5E5E !important;
    font-size: 12px;
  }
  .card_edit-layout .reg_date label {
    font-size: 11px;
  }
  .card_edit-layout .previous_text {
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
  }
}
.b_table {
  margin-top: 10px;
  margin-bottom: 25px;
  overflow-x: auto;
}
.b_table table {
  border-collapse: collapse;
  width: 100%;
}
.b_table table thead tr th {
  background-color: rgba(0, 0, 0, 0.1607843137);
  font-size: 12px;
  padding: 5px;
  border: 1px solid #ddd;
}
.b_table table tbody tr td {
  border: 1px solid #ddd;
  font-size: 12px;
  padding: 5px;
}

.exp-wrap h2 {
  font-size: 16px;
  margin-bottom: 5px;
}
.exp-wrap p {
  font-size: 14px;
  color: #999999;
}
.exp-wrap .clai-per {
  margin-bottom: 20px;
}
.exp-wrap .radio-wr {
  padding: 9px 30px;
  min-width: 130px;
  color: #7D7D7D;
}
.exp-wrap .radio-input:checked + label {
  color: black;
}

#expd-w {
  display: none;
}

.fd-al {
  position: absolute;
  right: 12px;
  margin: 0;
  bottom: 6px;
}

.recoment-rib {
  position: absolute;
  top: -4px;
  font-size: 10px;
  padding: 3px;
  border-radius: 4px;
  border: 1px solid #00A6A7;
  background: transparent linear-gradient(76deg, #FEBD11 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  border-left-width: 5px;
  left: -5px;
}

.bk-plan .prem-card-box {
  width: 49%;
}
.bk-plan .prem-card-box label {
  display: block;
  position: relative;
  padding-inline: 7px;
  padding-top: 20px;
  margin: 0;
  background: white;
  border: 1px solid #DDDDDD;
}
.bk-plan .prem-card-box .pla-rd:checked + label {
  border: 1px solid #FEBD11;
  background: #FFFBF1;
}

#extra-duration .extra-box {
  width: 33.33%;
}
#extra-duration .extra-cov-box {
  padding-top: 13px;
}

.dnt-prev {
  margin: 7px 0;
}
.dnt-prev .prev-hd {
  font-size: 16px;
  font-weight: 400;
}

.prev-det-wrap h5 {
  font-size: 14px;
}
.prev-det-wrap .common_radio_button {
  margin: 5px 0;
  justify-content: space-between;
  margin-bottom: 15px;
}
.prev-det-wrap .common_radio_button .radio input {
  position: absolute;
}
.prev-det-wrap .common_radio_button .radio label {
  font-size: 16px;
}

.dwn-arr svg {
  margin-left: 5px;
  transform: rotate(271deg);
  width: 12px;
  height: 9px;
}

.add-wrp {
  padding: 5px 10px;
  background: #F6F6F6;
  border-radius: 5px;
  margin-top: 10px;
}
.add-wrp p {
  font-size: 12px;
}
.add-wrp .s_dynamic {
  font-weight: 500;
  margin-left: 40px;
}

.prem-card-hd p {
  font-size: 13px;
  margin: 5px auto;
}

.idv-info {
  position: absolute;
  top: 10px;
  right: 10px;
}

.pla-rd {
  position: absolute;
  opacity: 0;
}

@media (max-width: 767px) {
  .bk-plan .prem-card-box.active {
    background: transparent linear-gradient(76deg, #FEBD11 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  }
  .bk-plan .prem-card-box {
    flex-direction: column;
    padding-inline: 7px;
    width: 48%;
  }
  .bk-plan .prem-card-box .prem-card-hd h2 {
    font-size: 14px;
  }
  .bk-plan .prem-card-box .prem-card-hd p {
    margin: 5px 0 5px;
    font-size: 10px;
  }
  .bk-plan .prem-card-box .price-txt {
    font-size: 16px;
    min-width: unset;
    text-align: center;
  }
  .bk-plan .prem-card-box .fd-al {
    right: 6px;
    bottom: 8px;
  }
}
.pay-head {
  font-size: 23px;
  font-weight: 600;
  color: #000000;
  padding: 15px 0;
}

.m-auto {
  margin: 0 auto;
  display: block;
}

.tickimg {
  width: 65px;
}

.w-40 {
  width: 40%;
}

.g10 {
  gap: 10px;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-50 {
  width: 50%;
}

.mb-0 {
  margin-bottom: 0;
}

.paysub {
  font-size: 16px;
  padding-bottom: 0px;
  color: #313131;
  font-weight: 400;
}

.pay-main-head {
  font-size: 16px;
  font-weight: 500;
  padding: 20px 0 10px 0px;
}

.pay-sub-head {
  font-size: 15px;
  font-weight: 500;
  padding: 0px 0 10px 0px;
}

.prefixicon {
  position: absolute;
  right: 15px;
  top: 15px;
}

.prefix-text {
  font-size: 14px;
  color: #2DC2F9;
  font-weight: 500;
}

.invite-txt {
  font-size: 14px;
  font-weight: 500;
  color: #1DAA3E;
  padding: 10px 0;
}

.left-btn-icon {
  margin-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.rate {
  padding: 0;
  display: inline-block;
  margin: 0;
}

.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}

.rate:not(:checked) > label {
  float: right;
  width: 1.1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 65px;
  color: #ccc;
}

.rate:not(:checked) > label:before {
  content: "★";
}

.rate > input:checked ~ label {
  color: #ffc700;
}

.feed-wrapper {
  padding: 10px;
  margin: 5px 0;
}
.feed-wrapper-pop{
  position: relative;
  z-index: 9999;
}

#user-feedback {
  margin: 0 auto;
  display: block;
  font-size: 14px;
  color: #000;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #c4c4c4;
}

#user-feedback:focus-visible {
outline: 1px solid #ffcb09;
border: 1px solid #ffcb09;
}

#feedbacksubmit{
  background-color: #FEBD11;
  padding: 10px 18px;
  border-radius: 6px;
  color: #000000;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  border: 0;
  height: 40px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 50px auto 0;
}

#user-feedback-error {
  display: inherit;
}

.rate #rate-error {
  position: relative;
  top: 70px;
  left: 38%;
}


@media (min-width: 768px) and (max-width: 1920px) {
  .rating-error:not(:checked) > label {
    font-size: 60px;
    right: 50px;
  }
}
@media (min-width :351px) and (max-width: 425px) {
  .rating-error:not(:checked) > label {
    font-size: 35px !important;
    width: 1em;
    right: 60px;
  }
  .rate #rate-error {
    position: relative;
    top: 40px;
    left: 30%;
  }
  #user-feedback {
    width: 100%;
  }
}
@media (min-width :426px) and (max-width: 767px) {
  .rating-error:not(:checked) > label {
    font-size: 50px !important;
    width: 1em;
    right: 60px;
  }
  .rate #rate-error {
    position: relative;
    top: 60px;
    left: 34%;
  }
}
@media(max-width:350px)
{
  .rate:not(:checked) > label {
    font-size: 30px !important;
    right: 40px;

  }
}

.rate-txt {
  padding: 10px 0 0 0;
  font-size: 16px;
  font-weight: 500;
}

.rate-counter-txt {
  position: relative;
  z-index: 1;
  /* background: red; */
  bottom: 68px;
  /* padding: 10px; */
  color: #000;
  font-size: 16px;
}

.rate label {
  position: relative;
}

.payaccord {
  background: #F9F9F9;
  padding: 10px;
}

.successcard {
  padding: 10px;
  border-radius: 6px;
  background: #E1E1E1;
}

.br-6 {
  border-radius: 6px;
}

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

.mt-100 {
  margin-top: 100px;
}

.pt-10 {
  padding-top: 10px;
}

.black-txt {
  color: #000 !important;
}

.active .successcard {
  border-radius: 6px 6px 0 0;
}

.congratz-head {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  padding: 10px 0;
}

.congratzsub {
  font-size: 14px;
  font-weight: 500;
}

.btn-fixed {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  z-index: 9999;
}

.copyrightstxt {
  font-size: 14px;
  text-align: center;
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  background: #ffffff;
  padding: 10px 0;
  z-index: 1;
  box-shadow: 0px 1px 10px #f1f1f1;
}

.mt-congratz {
  margin-top: 0px;
  margin-bottom: 0px;
}

.card-congratz {
  max-width: 400px;
  margin: 20px auto;
  border: 1px solid #dddddd;
  padding: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}

.validtxt {
  font-size: 16px;
  font-weight: 600;
}

.primary-btn-outline {
  background-color: #ffffff;
  padding: 10px 18px;
  color: #000000;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  border: 0;
  height: 40px;
  margin-bottom: 15px;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
  border-radius: 6px;
}

.share-btn {
  background: white;
  border-radius: 6px;
  width: 80px;
  min-height: 80px;
  border: 0;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}
.share-btn img {
  width: 35px;
}
.share-btn p {
  font-size: 11px;
}

.share-hd {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 15px;
  padding: 2px 15px;
}

.social-div {
  max-width: 400px;
  margin: 30px auto;
  gap: 20px;
  justify-content: center;
}

.social-img-cnt {
  display: flex;
}
.social-img-cnt img {
  width: 18px;
}

.social-btn {
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding: 5px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.social-btn span {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}

.fb-bg {
  background: #345ca7;
}

.twitter-bg {
  background: #00aeef;
}

.linked-bg {
  background: #0270ad;
}

.congratz-main {
  position: relative;
}

.con_lotti {
  position: absolute;
  top: 0px;
  z-index: 1;
}

@media (max-width: 767px) {
  .rate:not(:checked) > label {
    font-size: 50px;
    width: 1em;
  }
  .rate-counter-txt {
    bottom: 27px;
    font-size: 8px;
    font-weight: 500;
  }
  .pay-head {
    padding: 5px 0;
  }
  .tab-form p {
    text-align: right;
  }
  .btn-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    padding: 10px;
  }
  .copyrightstxt {
    display: none;
  }
  .social-div {
    max-width: 100%;
    margin: 15px auto;
    gap: 5px;
    justify-content: space-between;
  }
}
@media (min-width: 150px) and (max-width: 320px) {
  .tab-form p {
    font-size: 12px;
  }
  .primary-btn,
.primary-btn-outline {
    font-size: 14px;
  }
  .rate:not(:checked) > label {
    font-size: 45px;
  }
  .rate-counter-txt {
    bottom: 26px;
  }
  .social-btn span {
    font-size: 12px;
  }
  .social-btn img {
    width: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .rate:not(:checked) > label {
    font-size: 60px;
  }
  .rate-counter-txt {
    bottom: 53px;
    font-size: 14px;
  }
  .modalshare {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
}
@media (min-width: 768px) {
  .btn-fixed {
    max-width: 720px;
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .desk-center-btn {
    width: 320px;
    margin: 0 auto;
  }
  .congratz-head {
    font-size: 24px;
  }
  .congratzsub {
    font-size: 16px;
  }
  .pay-head {
    font-size: 18px;
  }
  .rate-txt {
    font-size: 16px;
  }
  .paysub {
    font-size: 14px;
  }
  .modalshare {
    width: 30%;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
}
/* added for lottefile start 16522*/
.lottiecontainer {
  display: flex;
  margin-top: 6px;
  position: absolute;
}
.lottiecontainer .lottiestar {
  width: 75px;
  height: 75px;
  visibility: hidden;
  z-index: 3;
}
@media (max-width: 767px) {
  .lottiecontainer .lottiestar {
    width: 54px;
    height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .lottiecontainer .lottiestar {
    width: 70px;
    height: 78px;
  }
}
@media (min-width: 220px) and (max-width: 320px) {
  .lottiecontainer .lottiestar {
    width: 48px;
    height: 51px;
  }
}

.activestar {
  visibility: visible !important;
}

.st1 {
  margin-left: -3px;
  margin-top: 2px;
}

.st2 {
  margin-left: -3px;
  margin-top: 2px;
}

.st3 {
  margin-left: -3px;
  margin-top: 2px;
}

.st4 {
  margin-left: -3px;
  margin-top: 2px;
}

.st5 {
  margin-left: -3px;
  margin-top: 2px;
}

.bg-tr {
  color: transparent !important;
}

/* added for lottefile end 16522*/
.hide-e {
  display: none;
}

.jcc {
  justify-content: center;
}

span.error {
  font-size: 12px;
  color: #ee505a;
  font-weight: 400;
}

.form-b span.error {
  position: absolute;
  bottom: -18px;
  left: 0;
}

.radio-bx, .extra-box {
  position: relative;
}
.radio-bx input[type=radio], .extra-box input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.radio-bx input[type=checkbox], .extra-box input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

button:disabled, button[disabled] {
  background-color: #E9E9E9 !important;
  color: #ABABAB !important;
  pointer-events: none;
}
button:disabled svg path, button[disabled] svg path {
  stroke: #ABABAB;
}

.common_button.disabled {
  pointer-events: none;
}
.common_button.disabled button {
  background-color: #E9E9E9;
  color: #ABABAB;
}
.common_button.disabled button svg path {
  stroke: #ABABAB;
}

input:disabled, input[disabled], select:disabled, select[disabled] {
  background-color: #efefef !important;
}

#cur_policyStartDate[readonly] {
  background-color: #efefef !important;
}

.get_card_details button {
  margin-top: 30px;
}

.common_button button span {
  width: 20px;
  height: 18px;
}

.gi-re-send-otp {
  font-size: 14px;
}

.con_lotti {
  bottom: 0;
}

.alert {
  padding: 8px 12px;
  margin: 20px 0 0;
  border: 1px solid transparent;
  border-radius: 4px;
  display: none;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

#errorMessage {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
}

@media (max-width: 576px) {
  #errorMessage {
    left: 0;
    transform: none;
    padding: 0 15px;
    right: 0;
  }
}
.showError {
  z-index: 99999 !important;
  opacity: 1 !important;
}

.showError .error-wrap {
  -webkit-animation: bounceIn 0.5s;
          animation: bounceIn 0.5s;
}

#errorMessage .error-wrap {
  background-color: #FEBD11;
  display: flex;
  padding: 10px 20px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  width: 400px;
  max-width: 100%;
  border-radius: 3px;
}

#errorMessage .error-wrap .errorText p {
  margin: 0;
  color: #000000;
  margin-right: 30px;
  padding: 0;
  line-height: 1.3;
  font-size: 14px;
}

#errorMessage .error-wrap .errorClose button {
  padding: 6px 11px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 3px;
  cursor: pointer;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.cust-loader {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 999999;
  align-items: center;
  justify-content: center;
}

.cust-loader .loader-align {
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0;
  transform: translateY(-50%);
}

.cust-loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  height: 380px;
}

.cust-loader .loader-align .load-circle {
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #ffb100;
  border-right-color: #e5e5e5;
  border-top-color: #e5e5e5;
  border-bottom-color: #e5e5e5;
  border-radius: 100%;
  -webkit-animation: c-spinner-border 0.75s linear infinite;
          animation: c-spinner-border 0.75s linear infinite;
  margin: 0 auto;
}

.cust-loader .loader-align .load-text {
  min-width: 70px;
  font-size: 16px;
  color: #e0e4f8;
  text-align: left;
  font-weight: 300;
  justify-content: center;
}

.cust-loader .loader-align lottie-player {
  height: 250px !important;
}
@media (max-width: 767px) {
  .cust-loader .loader-align lottie-player {
    height: 147px !important;
    display: block !important;
  }
}

.loading {
  -webkit-animation: extend 3s steps(3, end) infinite;
          animation: extend 3s steps(3, end) infinite;
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

.loading:before {
  content: "...";
}

@-webkit-keyframes extend {
  0% {
    width: 0.25em;
  }
  100% {
    width: 1em;
  }
}

@keyframes extend {
  0% {
    width: 0.25em;
  }
  100% {
    width: 1em;
  }
}
@-webkit-keyframes c-spinner-border {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes c-spinner-border {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.desk-center-btn, .rate {
  position: relative;
  z-index: 2;
}

.right_arrow_disable button {
  background-color: #FEBD11;
  pointer-events: all;
  padding: 12px 18px;
  border-radius: 6px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: none;
}
.right_arrow_disable button img {
  vertical-align: middle;
}
.right_arrow_disable button[disabled] {
  background-color: #E9E9E9;
}
.right_arrow_disable button[disabled] svg path {
  stroke: #ABABAB;
}

.ncbWrap {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 10px;
}

.pr-plane {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

.exc-t {
  margin-left: 0;
}

.vh_price .previewpremium_amount {
  font-size: 22px;
  font-weight: 500;
}

.ind_card p {
  text-transform: capitalize;
}

.resend-disabled {
  color: #c9c9c9;
  pointer-events: none;
}

.hasDatepicker {
  background-image: url(../../../bundle/assets/images/common/calendarFill.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 97% 50%;
  cursor: pointer;
}
.hasDatepicker::-webkit-inner-spin-button {
  -webkit-appearance: none;
  opacity: 0;
  display: none;
}
.hasDatepicker::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  opacity: 0;
}

.viewPolicy_breakup {
  cursor: pointer;
}

.dark-list .label-value {
  text-transform: capitalize;
}

.previewvehicleMake {
  text-transform: capitalize;
}

.previewveh_fuel_type, .previewpa_included {
  text-transform: capitalize;
}

.vh_text .previewvehicleMake {
  display: inline-block;
  padding-left: 6px;
}

.ui-autocomplete.ui-widget-content {
  z-index: 999999 !important;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
}

.ui-menu .ui-menu-item.ui-state-focus {
  background: #ffca03;
  border-radius: 0px;
  color: #000000;
}

.previous_text {
  align-items: center;
}

.edit_text {
  cursor: pointer;
}

.reg_under_mob .previous_text {
  font-size: 16px;
  margin-bottom: 4px;
  line-height: 16px;
}

#rangeWrap {
  margin-top: 12px;
}

#tw_covers {
  margin: 0 -5px;
}

#tw_covers .prem-card-box {
  padding: 0 5px;
  flex-basis: 0;
  flex-grow: 1;
}

.hm {
  min-height: 60px;
}

.common_radio_button {
  position: relative;
}
.common_radio_button .customError {
  position: absolute;
  bottom: -12px;
}

.hasOd {
  justify-content: unset;
}
.hasOd .radio {
  width: 50%;
}

#vehicleRegUnknown {
  padding-top: 19px;
}
#vehicleRegUnknown .form-b {
  margin-bottom: 9px;
}

#new_assetDetails .form-b {
  margin-top: 10px;
}
@media (min-width: 767px) {
  #new_assetDetails .form-b {
    margin-bottom: 15px;
  }
}

#pv_vegNumPrev .page-sub-hd {
  display: flex;
  align-items: center;
}
#pv_vegNumPrev .previewveh_reg_number {
  flex-grow: 1;
}
#pv_vegNumPrev .car-bg {
  height: 18px;
  margin-top: -7px;
  width: auto;
}

.add-tg.active p {
  width: auto;
  text-align: left;
}

.bold {
  font-weight: 500;
}

img.car-bg {
  margin: 35px auto 0;
  display: block;
  height: 290px;
}

.active.dwn-arr svg {
  transform: rotate(362deg);
}

.adon_details {
  width: 100%;
}
.adon_details .add-wrp p {
  width: 80%;
  text-align: left;
  flex-grow: 1;
}
.adon_details .add-wrp .s_dynamic {
  width: auto;
}

.add-tg.active svg {
  transform: rotate(360deg);
}

.view-more-btn {
  cursor: pointer;
}

.s_policy a {
  cursor: pointer;
}

.tplus2-con {
  display: flex;
}
.tplus2-con svg {
  margin-right: 10px;
}
.tplus2-con p {
  font-size: 14px;
  color: #000;
}

@media (max-width: 767px) {
  .tplus2-con p {
    font-size: 12px;
  }
  .mb-mb0 {
    margin-bottom: 0;
  }
  .prev-det-wrap .common_radio_button .radio label {
    font-size: 10px;
  }
  .dnt-prev .prev-hd {
    font-size: 12px;
  }
  .hm {
    min-height: auto;
  }
  .vh_text2 .vh_text {
    margin-top: 0;
  }
  .vh_text2 .policyType {
    line-height: 1.3;
  }
  .vh_text2 .mak-var {
    font-size: 10px !important;
  }
  .cust-loader img {
    height: 240px;
  }
  .login-ag-wrap {
    flex-wrap: wrap;
  }
  .login-ag-wrap .common_button {
    width: 100%;
    justify-content: right;
    display: flex;
    margin-top: 10px;
  }
  .common_button button {
    font-size: 14px;
  }
  .otp-page .resend_otp {
    font-size: 14px;
    padding-left: 0;
  }
  .car-prev p {
    font-size: 12px !important;
  }
  .car-prev .car-bg {
    display: block;
    margin: 30px auto 20px;
    height: 43px;
    width: auto !important;
  }
  .car-prev lottie-player {
    display: none !important;
  }
  .d-back-g {
    position: absolute;
    left: 14px;
    top: -11px;
  }
  .hed-text #prev_model {
    font-size: 12px;
    font-weight: 400;
  }
  .hide-md {
    display: none;
  }
  .hide-mb {
    display: none;
  }
  .show-mb {
    display: block !important;
  }
  .modal-cnt .info-hd {
    font-weight: 500;
  }
  .epError {
    font-size: 12px;
    color: rgb(238, 80, 90);
    font-weight: 400;
  }
  .info-btn {
    width: 12px;
    height: 12px;
  }
  .premium-hd {
    font-size: 12px;
    color: #BBBBBB;
    font-weight: 500;
  }
  .prem-card-box {
    padding: 14px 14px;
  }
  #policyDetails .d-back-g {
    top: -30px;
  }
  #policyDetails .dark-hd {
    text-align: left;
  }
  #policyDetails .dark-hd h2 {
    text-align: left !important;
  }
  .vh_price .previewpremium_amount {
    font-size: 16px;
    font-weight: 600;
  }
  .ncbWrap {
    padding-top: 6px;
  }
  .ncbWrap label {
    margin-bottom: 2px;
  }
  .edit-view {
    text-decoration: underline;
  }
  .cov-title p {
    text-align: left;
    min-height: 30px;
  }
  .cov-title p br {
    display: block !important;
  }
  .view-more-btn {
    font-weight: 600;
    font-size: 12px;
    border: 1px solid #000000;
  }
  .exc-t {
    font-size: 10px;
  }
  .pp-info {
    font-size: 11px;
  }
  .previewveh_reg_number {
    font-size: 18px;
  }
  .s_table table tbody tr td {
    font-size: 12px;
  }
  .page-sd {
    font-size: 14px;
    color: #000000;
    margin-bottom: 8px;
  }
  .total-wrap {
    width: 100%;
  }
  .edit-mob {
    align-items: center;
    justify-content: center;
  }
  .edit-mob #prev_vegNum {
    margin-right: 6px;
  }
  #tw_covers {
    flex-wrap: wrap;
  }
  #tw_covers .prem-card-box {
    flex-grow: unset;
    flex-basis: unset;
    width: 50%;
  }
  #od_Wrap {
    margin-top: 10px;
  }
  .inside_res_flex {
    flex-wrap: wrap;
  }
  .inside_res_flex .inside_res_flex label {
    width: 50%;
  }
  .inside_res_flex p {
    width: 50%;
    text-align: right;
    line-height: 1.2;
  }
  .dark-list {
    flex-wrap: wrap;
  }
  .dark-list .label-txt {
    width: 30%;
    text-align: left;
  }
  .label-value {
    width: 70%;
    text-align: right;
  }
  .inside_res_flex label {
    width: 50%;
  }
  #tw5_Wrap .prem-card-hd p {
    min-height: 45px;
  }
  .d-m-none {
    display: none !important;
  }
}
@media (max-width: 350px) {
  .bk-plan .prem-card-box .prem-card-hd h2 {
    font-size: 13px;
  }
  .bk-plan .prem-card-box .prem-card-hd p {
    min-height: 44px;
  }
}
@media (max-width: 328px) {
  .bk-plan .prem-card-box .prem-card-hd h2 {
    font-size: 13px;
    line-height: 1.2;
    min-height: 30px;
  }
}
.body-wrapper-landing {
  padding: 35px 0 0;
}

.landing-left .lp-w {
  max-width: 420px;
  margin: 0 auto;
}
.landing-left .langing-tit {
  text-align: center;
}
.landing-left .langing-tit span {
  display: block;
}
.landing-left .langing-tit .lt1 {
  font-weight: 400;
}
.landing-left .langing-tit .lt2 {
  font-weight: 600;
}
.landing-left .car-bg {
  margin: 20px auto 0;
  display: block;
  height: 285px;
  display: block !important;
}
@media (max-width: 767px) {
  .landing-left .car-bg {
    width: auto;
    height: 130px;
  }
}

.landing-info {
  display: flex;
  margin: 30px -10px 0;
}
.landing-info .info-bl {
  padding: 0 5px;
  width: 33.33%;
}
.landing-info .info-bl img {
  width: 100%;
}

.login-ag-wrap .check-b {
  margin: 30px 0;
}
.login-ag-wrap .common_button button {
  width: 100%;
  justify-content: center;
  margin-top: 19px;
  padding: 14px 19px;
  box-sizing: border-box;
}
.login-ag-wrap .common_button button span {
  height: 22px;
}

.login-ag-wrap button:disabled svg path, .login-ag-wrap button[disabled] svg path {
  stroke: none;
  fill: #ababab;
}

#regform {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  #regform {
    margin-top: 0;
  }
}
#regform .form-b {
  margin-bottom: 30px;
}

#flowBtn {
  color: #000000;
}

.dnt-btn {
  margin: 50px 0;
}

.sgi-ot-op {
  display: flex;
  justify-content: center;
}
.sgi-ot-op .sep {
  margin: 0 35px;
}
.sgi-ot-op .sep .sep-line {
  height: 24px;
  width: 1px;
  background-color: #000000;
  margin-top: 10px;
}
.sgi-ot-op .look-opt {
  display: flex;
}
.sgi-ot-op .look-opt img {
  height: 41px;
}
.sgi-ot-op .look-opt p {
  text-decoration: underline;
  margin-left: 9px;
  font-size: 14px;
  color: #000000;
}

footer {
  padding: 0 15px;
  text-align: center;
  margin: 35px 0 10px;
}
footer p {
  text-align: center;
  font-size: 14px;
}
footer p a {
  color: #000000;
  text-decoration: underline;
}

.help-info {
  display: flex;
  align-items: center;
}
.help-info .call-icon {
  margin-right: 10px;
}
.help-info .call-icon img {
  vertical-align: middle;
  width: 32px;
}
.help-info .toll-free {
  margin-right: 10px;
}
.help-info .toll-free p {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
}
.help-info .toll-number p {
  font-weight: 500;
  font-size: 14px;
}
.help-info p {
  color: #000000;
}

@media (max-width: 768px) {
  .login-ag-wrap .common_button button span {
    height: 18px;
  }
  .sgi-ot-op .look-opt p {
    font-size: 12px;
  }
  .sgi-ot-op .sep {
    margin: 0 23px;
  }
  .sgi-ot-op .look-opt img {
    height: 34px;
  }
  .sgi-ot-op .sep .sep-line {
    margin-top: 6px;
  }
  .login-ag-wrap .check-b {
    margin: 15px 0 0px;
  }
  #regform .login-ag-wrap .common_button {
    margin-top: 5px;
  }
  .dnt-btn {
    margin: 30px 0;
  }
  footer p {
    text-align: center;
    font-size: 12px;
  }
  footer {
    margin: 35px 0 20px;
  }
  .landing-info {
    margin: 25px -10px 0;
  }
  .help-info .call-icon img {
    width: 25px;
  }
  .help-info .toll-free p {
    font-size: 10px;
  }
  .help-info .toll-number p {
    font-size: 14px;
  }
  .help-info .toll-free {
    margin-right: 5px;
  }
  .help-info .call-icon {
    margin-right: 6px;
  }
}
@media (max-width: 1200px) {
  .sgi-ot-op .look-opt p br {
    display: none;
  }
}
@media (max-width: 370px) {
  .sgi-ot-op .sep {
    margin: 0 15px;
  }
  .sgi-ot-op .look-opt p {
    font-size: 10px;
  }
  footer p {
    text-align: center;
    font-size: 10px;
  }
}
@media (min-width: 767px) {
  #premiumPrevData .dark-list h2 {
    margin-bottom: 0;
  }
  .make-st {
    margin-top: 15px;
  }
}
.adon_details {
  width: 100%;
}

.add-wrp {
  padding: 5px 10px;
  background: #F6F6F6;
  border-radius: 5px;
  margin-top: 10px;
}

.adon_details .add-wrp p {
  width: 80%;
  text-align: left;
  flex-grow: 1;
}

.adon_details .add-wrp .s_dynamic {
  width: auto;
}

.adon_details .add-wrp p {
  width: 80%;
  text-align: left;
  flex-grow: 1;
}

.add-wrp .s_dynamic {
  font-weight: 500;
  margin-left: 40px;
}

.pointer {
  cursor: pointer;
}

button[type=submit]:hover, .common_button a:hover {
  cursor: pointer;
}

@media (max-width: 767px) {
  #coverfour {
    display: none !important;
  }
}
.right_arrow_disable.acitve a {
  background-color: #FEBD11;
  pointer-events: all;
}

.otp-page .otp_page .right_arrow_disable.acitve a svg path {
  stroke: black;
}

.right_arrow_disable {
  pointer-events: none;
}

.common_button button {
  display: flex;
}

.hide {
  display: none;
}

#pnds-info {
  display: flex;
}
#pnds-info .info-content {
  background: #fff5e5;
  border-radius: 6px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
#pnds-info .info-content .info-btn {
  border: 0;
  background: none;
  margin-left: 10px;
  padding: 0;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.new-design {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 25px;
}

@media (max-width: 768px) {
  .new-design p {
    font-size: 14px;
  }
  .new-design p br {
    display: none;
  }
}
#g_addon .sg_aon .img_aon img {
  width: 29px;
}
.upload-file {
  position: relative;
  display: flex;
  width: auto;
  line-height: 3;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  border-radius: 8px;
  border: 1px solid #C4C4C4;
  font-weight: 500;
  margin-bottom: 20px;
}

.upload-file .file-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  padding: 15px 15px 0;
  flex: 1;
  cursor: pointer;
  font-size: 1em;
  opacity: 0;
  height: 50px;
}

.upload-file .file-input:focus-visible {
  outline: none;
}

@media (max-width: 992px) {
  .upload-file .file-input {
    width: 100%;
  }
}

.upload-file .file-input-lbl {
  font-style: normal;
  font-size: 14px;
  line-height: 15px;
  color: #000000;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  padding: 17px;
  cursor: pointer;
}

.upload-file:after {
  content: "";
  background-image: url(../../../bundle/assets/images/product/two-wheeler/upload.svg);
  height: 22px;
  width: 26px;
  display: block;
  position: absolute;
  top: 13px;
  right: 13px;
  background-repeat: no-repeat;
  background-position: center;
}

.ckyc-left {
  text-align: justify;
  width: 327px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  margin: auto;
}
.uploadError {
  font-size: 12px;
  color: #ee505a;
  font-weight: 400;
  position: absolute;
  top: 80%;
  left: 15px;
}/*# sourceMappingURL=style.css.map */

.premium-breakup-btn{
  font-size: 15px;
    text-decoration: underline;
    color: #0057EC;
    cursor: pointer;
}

.navBack {
  cursor: pointer;
}

@media (max-width: 480px) {
  .total-wrap .total-amt{
    width: 35%;
  }
}
.share-wrap .common_button button .amt-price{
  width: auto;
  height: auto;
  margin-right: 20px;
}
.amt-price abbr{
  display: block;
  font-size: 9px;
}
.amt-price var{
  display: block;
  font-style: unset;
  font-size: 14px;
  font-weight: bold;
}
.ui-autocomplete-input {
  background-image: url(../../../bundle/assets/images/common/arrow.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 97% 50%;
  cursor: pointer;
}

.cov-box p {
  font-family: Gilmer;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}

/* NCB style Start */

.border-bottom {
  border-bottom: 1px solid gray;
  margin-top: 25px;
  width: 100%;
  margin-left: 15px;
}

.ncb-toggle {
  margin-top: 32px;
}

.ncb-toggle .row {
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .ncb-toggle .row {
    flex-direction: column;
    padding: 0 15px;
    margin-left: 0 !important;
  }

  .border-bottom {
    margin: 15px;
    margin-top: 30px;
  }
}

.ncb-toggle .row p {
  width: 50%;
}

@media (max-width: 768px) {
  .ncb-toggle .row p {
    width: 100%;
  }

  .ncb-toggle {
    margin-top: 10px;
  }
}

.ncb-toggle .row .clime-bonus {
  list-style: none;
  width: 50%;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-top: 0;
}

@media (max-width: 768px) {
  .ncb-toggle .row .clime-bonus {
    width: 100%;
    justify-content: start;
    padding: 0;
    margin-top: 10px;
  }

  .ontitle {
    margin-top: 10px;
  }
}

.ncb-toggle .row .clime-bonus li {
  border: 1px solid #d7d7d7;
  border-radius: 30px;
  padding: 7px 24px;
  text-align: center;
  min-width: 80px;
  cursor: pointer;
}

.is_active {
  background-color: #f4c045;
  border: 1px solid #f4c045 !important;
}

.adds-on-card {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.card-data {
  min-width: 124px;
  background: #fffbf3;
  border: 1px solid #f4c145;
  border-radius: 6px;
  padding: 11px;
}

.card-data p {
  font-weight: 700;
  font-size: 12px;
  line-height: 10px;
}

.card-data p span {
  display: block;
  padding-top: 5px;
}

.card-data .covers {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-data .covers p {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}

.onoff {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  width: 72px;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
  margin: 0;
}

.onoff label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #c4c4c4;
  border-radius: 20px;
  font-weight: bold;
  color: #fff;
  text-indent: 27px;
}

.onoff input[type=checkbox] {
  border: 0;
  display: none;
}

.onoff label:after {
  content: "No";
  display: block;
  position: absolute;
  top: 1px;
  left: 15px;
  width: 100%;
  font-size: 12px;
  color: #000;
  z-index: 1;
}

.onoff label:before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 20px;
  background: #fff;
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 3px;
  display: block;
  transition: left 0.3s;
}

.onoff input:checked+label {
  background: #f4c045;
}

.onoff input:checked+label:after {
  content: "Yes";
  color: #091707;
  left: -13px;
  top: 2px;
  transition: left 0.3s;
}

.onoff input:checked+label:before {
  left: 44px;
}

.onoff input[type=checkbox]:checked {
  border: none;
  background-color: rgba(255, 75, 0, 0);
}

.ontitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: left;
}

.ncb-toggle .row {
  margin-left: 15px;
  margin-right: 0;
}

/* NCB Style End */

.intimate_claim__step2_popup_contact .modal {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.intimate_claim__step2_popup_contact .modal.is-visible {
  visibility: visible;
  transform: scale(1);
  background: unset;
}
.intimate_claim__step2_popup_contact .modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0deg, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.intimate_claim__step2_popup_contact .modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.intimate_claim__step2_popup_contact .modal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  max-width: 570px;
  width: 100%;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0deg, 0%, 0%, 0.35);
}
@media (max-width: 768px) {
  .intimate_claim__step2_popup_contact .modal-wrapper {
    width: 90%;
  }
}
.intimate_claim__step2_popup_contact .modal-transition {
  transition: all 0.3s 0.12s;
  opacity: 0;
}
.intimate_claim__step2_popup_contact .modal.is-visible .modal-transition {
  opacity: 1;
}
.intimate_claim__step2_popup_contact .modal-content {
  padding: 40px 80px;
}
@media (max-width: 767px) {
  .intimate_claim__step2_popup_contact .modal-content {
    padding: 24px 32px;
  }
}
.intimate_claim__step2_popup_contact .modal-content > *:first-child {
  margin-top: 0;
}
.intimate_claim__step2_popup_contact.modal-content > *:last-child {
  margin-bottom: 0;
}
.intimate_claim__step2_popup_contact .btn {
  margin-top: 40px;
  display: block;
}
.intimate_claim__step2_popup_contact img {
  width: 100px;
  margin-bottom: 30px;
  height: 100%;
}
.intimate_claim__step2_popup_contact form {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.intimate_claim__step2_popup_contact form input {
  max-width: 45px;
  margin: 10px;
  text-align: center;
}
.intimate_claim__step2_popup_contact h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .intimate_claim__step2_popup_contact h3 {
    font-size: 16px;
    line-height: 26px;
  }
}

.intimate_claim__step2_popup_contact .modal-wrapper {
  top: 50%;
}

#ckycSuccessPopup .uploader {
  text-align: center;
}

#ckycSuccessPopup .uploader img {
  width: 116px;
}

#ckycSuccessPopup .uploader .kyc-para {
  margin: 10px 0;
}

#ckycSuccessPopup .edid-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}

#ckycSuccessPopup .edid-btns button {
  min-width: 240px;
  background-color: #f4c045;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 67px;
  border-radius: 8px;
  color: #000000;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  font-size: 16px;
  font-weight: 500;
  border: none;
}

#ckycSuccessPopup .edid-btns .editPan {
  background: #ffffff;
  /* border: 1px solid #cacaca; */
  /* width: 185px; */
  border-radius: 8px;
}

#ckycSuccessPopup .popup__content {
  padding: 65px 4px;
}

@media (max-width:992px) {
  #ckycSuccessPopup {
    transition: all 0.3s linear;
    width: 90%;
    margin: 0 auto;
    left: 6%;
    border-radius: 10px;
  }

}

.fetch-pop #ckycSuccessPopup .fetch-model {
  width: 25rem;
}

.fetch-pop #ckycSuccessPopup .fetch-model .modal-content .modal-body img {
  width: 90px;
}

.fetch-pop #ckycSuccessPopup .fetch-model .modal-content .modal-body {
  padding: 35px;
}


.KYCverify .text-center {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-direction: row;
}

.KYCverify .primary-btn {
  width: 185px;
  margin: 0;
  border-radius: 8px;
}

.KYCverify .primary-btn:first-child {
  width: 185px;
  margin: 0;
  border-radius: 8px;
  background: none;
  border: 1px solid #CACACA;

}

.KYCverify h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.KYCverify .modal .fetch-model .modal-content .modal-body p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.KYCverify .modal .fetch-model .modal-content .modal-body .name-fetch {
  background-color: #FEF1F1;
  border: 1px solid #F17575;
  padding: 16px 30px;
  border-radius: 5px;
  margin: 0;
  display: inline-block;
  width: auto;
}

.KYCverify .modal .fetch-model .modal-content .modal-body .name-fetch span {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.KYCverify #ckycSuccessPopup .fetch-model {
  width: 41%;
  min-width: 635px;
}
@media (max-width:768px) {
  .KYCverify #ckycSuccessPopup .fetch-model {
    width: 90%;
    min-width: auto;

  }
  .KYCverify .text-center {
    flex-wrap: wrap;
  }
}
.KYCverify #ckycSuccessPopup .fetch-model .modal-content .modal-body img {
  width: 126px;
}

.fetch-pop .modal .fetch-model {
  width: 200px;
  margin: 0 auto;
}
.fetch-pop .modal .fetch-model .modal-content {
  padding: 0;
}
.fetch-pop .modal .fetch-model .modal-content .modal-body {
  text-align: center;
}
.fetch-pop .modal .fetch-model .modal-content .modal-body img {
  width: 100%;
}
.fetch-pop .modal .fetch-model .modal-content .modal-body p {
  line-height: 24px;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  margin: 0 auto;
}

.fetch-pop .modal .fetch-model {
  width: 200px;
  margin: 0 auto;
}

.fetch-pop .modal .fetch-model .modal-content {
  padding: 0;
}

.fetch-pop .modal .fetch-model .modal-content .modal-body {
  text-align: center;
}

.fetch-pop .modal .fetch-model .modal-content .modal-body img {
  width: 100%;
}

.fetch-pop .modal .fetch-model .modal-content .modal-body p {
  line-height: 24px;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  margin: 0 auto;
}

.fetch-pop .modal .fetch-model .modal-content .modal-body .mb-4 {
  margin-bottom: 20px;
}

.previewveh_chasis_number{
  word-break: break-all
}
.previewveh_engine_number{
  word-break: break-all
}

@media (min-width: 992px) {
  .fetch-pop .modal {
    width: 45%;
  }
.previewveh_chasis_number{
  word-break: break-all
}
}

.social-scheme-file-section{
  overflow: unset;
  margin-bottom: 37px;
}
.social-scheme-file-section span.error {
  bottom: -31px;
  position: absolute;
}






.modal-backdrop {
  display: none;
}

.modal-close {
  position: absolute;
  top: 25px;
  right: 15px;
  text-decoration: none;
  color: #000000;
  font-size: 15px;
}

.countdownbtn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
  column-gap: 5px;
  font-weight: 500;
  margin-bottom: 10px;

}

.otpBtnGrp {
  display: block;
  flex-direction: column;
  align-items: center;
  gap: 16px;

}

.otpBtnGrpCustom {
  display: flex;
  flex-direction: row;
  justify-content: center;

}

.otpErrorAlert {
  margin: 0;
}


#otpCkycPopup .modal-content .modal-body input {
  padding: 14px 10px;
}

#otpCkycPopup .modal-content {
  margin: 10px;
}

#otpCkycPopup .modal-dialog {
  max-width: 500px;
  margin: 0 auto;
}

@media (max-width:350px) {
  #otpCkycPopup .modal-content {
    margin: 0px;
  }
}

#otpCkycPopup .modal-header .btn-close {
  padding: 0.5rem 1.5rem;
}

  #otpCkycPopup .modal-content .modal-body input {
  padding: 14px 10px;
}

#otpCkycPopup .modal-content {
  margin: 10px;
}

#otpCkycPopup .modal-dialog {
  max-width: 500px;
  margin: 0 auto;
}

@media (max-width:350px) {
  #otpCkycPopup .modal-content {
    margin: 0px;
  }
}

#otpCkycPopup .modal-header .btn-close {
  padding: 0.5rem 1.5rem;
}

#otpVerifyForm .modal-content .modal-body input{
    padding:14px 10px;
}
.modal-content .modal-body input{
        max-width: 45px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: center;
    font-size: 14px;
    color: rgb(0, 0, 0);
    padding:10px;
    border-radius: 8px;
   
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(196, 196, 196);
    border-right-color: rgb(196, 196, 196);
    border-bottom-color: rgb(196, 196, 196);
    border-left-color: rgb(196, 196, 196);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}
/* .numericonly.otp-check{
    width: 48px;
    height: 48px;
} */
.numericonly.otpCkyc-check{
    max-width: 45px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: center;
    font-size: 14px;
    color: rgb(0, 0, 0);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 8px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(196, 196, 196);
    border-right-color: rgb(196, 196, 196);
    border-bottom-color: rgb(196, 196, 196);
    border-left-color: rgb(196, 196, 196);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}
#otpVerifyForm .modal-content{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
   padding: 40px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
/* .modal-content{
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%;
} */
 div#otpVerifyForm {
    max-width: 570px;
    width: 100%;
}
#otpVerifyForm .modal-body{
        padding-bottom: 40px;
flex: 1 1 auto;
    padding: 1rem;
    position: relative;
}
.otpErrorAlert{
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    text-align: center;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
}
.alert{
        border: 1px solid transparent;
        border-radius: .25rem;
}
.otpBtnGrpCustom{
    display: flex;
    flex-direction: column;
    justify-content: center;
        align-items: center;
gap: 16px;
}
.otpBtnGrp {
    align-items: center;
    display: block;
    flex-direction: column;
    gap: 16px;
}

.btn .primary-btn {
      min-width: 210px;
text-align: center;
}

.btn.otpBtnGrp.otpBtnGrpCustom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-top: 16px;
}
.btn.otpBtnGrp h4{
    text-align: center;
}
.modal-header{
    align-items: center;
    /* border-bottom: 1px solid #dee2e6; */
    /* border-top-left-radius: calc(.3rem - 1px); */
    border-top-right-radius: calc(.3rem - 1px);
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: 1rem;
}

.intimate_claim__step2_popup_policy .modal-wrapper .modal-body .modal-content p {
    line-height: 24px;
    font-weight: 0;
    font-size: 14px
}

.intimate_claim__step2_popup_otp .intimate_claim__step2_popup_otptimer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -moz-column-gap: 50px;
    column-gap: 50px;
    font-weight: 500
}
#otpVerifyForm .modal-header{
        justify-content: center;
    padding-bottom: 0;
}
#otpVerifyForm .modal-body .mb-4{
    margin-bottom: 16px;
}
.intimate_claim__step2_popup_otptimer{
    text-align: center;
}
@media (max-width: 992px) {
   #otpVerifyForm.modal.show {
        top: unset;
        max-width: 100%;
    }
#otpVerifyForm .modal-content{
        padding: 16px;
}
.modal-content .modal-body input{
        margin-left: 0;
}
#otpVerifyForm .modal-body{
    padding-bottom: 0;
}
}

#initErrorPopup{
    margin: 0 auto;
    font-size: 14px;
    line-height: 22px;
}
@media(max-width:768px)
{
  #initErrorPopup{
    margin: 0 16px;
  text-align: center;
}  
}
#initErrorFailedPopup{
    margin: 0 auto;
    font-size: 14px;
    line-height: 22px;
}
@media(max-width:768px)
{
  #initErrorFailedPopup{
    margin: 0 16px;
  text-align: center;
}  
}
input {
    font-family: 'Gilmer';
}
button {
    font-family: 'Gilmer';
}
textarea{
font-family:'Gilmer';
}