/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/ngx-bootstrap/datepicker/bs-datepicker.css ***!
  \*************************************************************************************************************************************************************************************************************************************************/
/* .bs-datepicker */
.bs-datepicker {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  background: #fff;
  box-shadow: 0 0 10px 0 #aaa;
  position: relative;
  z-index: 1;
  /* button */
  /* .bs-datepicker-head */
  /* .bs-datepicker-body */
  /* .current-timedate */
  /* .bs-datepicker-multiple */
  /* .bs-datepicker-btns */
  /*.bs-datepicker-custom-range */
  /* .bs-datepicker-predefined-btns */
  /* .bs-datepicker-buttons */
}
.bs-datepicker:after {
  clear: both;
  content: "";
  display: block;
}
.bs-datepicker bs-day-picker {
  float: left;
}
.bs-datepicker button:hover,
.bs-datepicker button:focus,
.bs-datepicker button:active,
.bs-datepicker input:hover,
.bs-datepicker input:focus,
.bs-datepicker input:active, .bs-datepicker-btns button:hover, .bs-datepicker-btns button:focus, .bs-datepicker-btns button:active, .bs-datepicker-predefined-btns button:active, .bs-datepicker-predefined-btns button:focus {
  outline: none;
}
.bs-datepicker-head {
  min-width: 270px;
  height: 50px;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  text-align: justify;
  /* .bs-datepicker-head button */
}
.bs-datepicker-head:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.bs-datepicker-head button {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  height: 30px;
  line-height: 30px;
  border: 0;
  background: transparent;
  text-align: center;
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
}
.bs-datepicker-head button[disabled], .bs-datepicker-head button[disabled]:hover, .bs-datepicker-head button[disabled]:active {
  background: rgba(221, 221, 221, 0.3);
  color: #f5f5f5;
  cursor: not-allowed;
}
.bs-datepicker-head button.previous span {
  transform: translate(-1px, -1px);
}
.bs-datepicker-head button.next span {
  transform: translate(1px, -1px);
}
.bs-datepicker-head button.next, .bs-datepicker-head button.previous {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.bs-datepicker-head button.next span, .bs-datepicker-head button.previous span {
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.bs-datepicker-head button.current {
  border-radius: 15px;
  max-width: 155px;
  padding: 0 13px;
}
.bs-datepicker-head button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.bs-datepicker-head button:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.bs-datepicker-body {
  padding: 10px;
  border-radius: 0 0 3px 3px;
  min-height: 232px;
  min-width: 278px;
  border: 1px solid #e9edf0;
  /* .bs-datepicker-body table */
}
.bs-datepicker-body .days.weeks {
  position: relative;
  z-index: 1;
}
.bs-datepicker-body table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  /* .bs-datepicker-body table.days */
  /* .bs-datepicker-body table.weeks */
}
.bs-datepicker-body table th {
  font-size: 13px;
  color: #9aaec1;
  font-weight: 400;
  text-align: center;
}
.bs-datepicker-body table td {
  color: #54708b;
  text-align: center;
  position: relative;
  padding: 0;
  /* todo: check first :not(.disabled) usage */
}
.bs-datepicker-body table td span {
  display: block;
  margin: 0 auto;
  font-size: 13px;
  border-radius: 50%;
  /*z-index: 1;*/
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
  cursor: pointer;
}
.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  transition: 0s;
}
.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  transition: 0s;
  cursor: pointer;
}
.bs-datepicker-body table td span.disabled, .bs-datepicker-body table td.disabled span {
  color: #9aaec1;
}
.bs-datepicker-body table td span.selected, .bs-datepicker-body table td.selected span {
  color: #fff;
}
.bs-datepicker-body table td span.is-other-month, .bs-datepicker-body table td.is-other-month span {
  color: rgba(0, 0, 0, 0.25);
}
.bs-datepicker-body table td.active {
  position: relative;
}
.bs-datepicker-body table td.active.select-start:before {
  left: 35%;
}
.bs-datepicker-body table td.active.select-end:before {
  left: -85%;
}
.bs-datepicker-body table td span.active.select-start:after,
.bs-datepicker-body table td span.active.select-end:after, .bs-datepicker-body table td.active.select-start span:after, .bs-datepicker-body table td.active.select-end span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  top: 0;
  border-radius: 50%;
}
.bs-datepicker-body table td:before,
.bs-datepicker-body table td span:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 6px;
  bottom: 6px;
  left: -3px;
  right: -2px;
  box-sizing: content-box;
  background: transparent;
}
.bs-datepicker-body table td.active.select-start + td.active:before {
  left: -20%;
}
.bs-datepicker-body table td:last-child.active:before {
  border-radius: 0 3px 3px 0;
  width: 125%;
  left: -25%;
}
.bs-datepicker-body table td span[class*=select-], .bs-datepicker-body table td[class*=select-] span {
  border-radius: 50%;
  color: #fff;
}
.bs-datepicker-body table.days td.active:not(.select-start):before, .bs-datepicker-body table.days td.in-range:not(.select-start):before,
.bs-datepicker-body table.days span.active:not(.select-start):before,
.bs-datepicker-body table.days span.in-range:not(.select-start):before {
  background: #e9edf0;
}
.bs-datepicker-body table.days span {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.bs-datepicker-body table.days span.select-start {
  z-index: 2;
}
.bs-datepicker-body table.days span.is-highlighted.in-range:before {
  right: 3px;
  left: 0;
}
.bs-datepicker-body table.days span.in-range.select-end:before {
  right: 4px;
  left: 0;
}
.bs-datepicker-body table.days td.select-start + td.select-end:before, .bs-datepicker-body table.days td.select-start + td.is-highlighted:before, .bs-datepicker-body table.days td.active + td.is-highlighted:before, .bs-datepicker-body table.days td.active + td.select-end:before, .bs-datepicker-body table.days td.in-range + td.is-highlighted:before, .bs-datepicker-body table.days td.in-range + td.select-end:before {
  background: #e9edf0;
  width: 100%;
}
.bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
  border-radius: 3px 0 0 3px;
  left: 0;
  width: 100%;
}
.bs-datepicker-body table:not(.weeks) tr td:first-child:before {
  border-radius: 3px 0 0 3px;
}
.bs-datepicker-body table.years td span {
  width: 46px;
  height: 46px;
  line-height: 45px;
  margin: 0 auto;
}
.bs-datepicker-body table.years tr:not(:last-child) td span {
  margin-bottom: 8px;
}
.bs-datepicker-body table.months td {
  height: 52px;
}
.bs-datepicker-body table.months td span {
  padding: 6px;
  border-radius: 15px;
}
.bs-datepicker .current-timedate {
  color: #54708b;
  font-size: 15px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  margin-bottom: 10px;
  cursor: pointer;
  text-transform: uppercase;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bs-datepicker .current-timedate span:not(:empty):before {
  content: "";
  width: 15px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: text-bottom;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC);
}
.bs-datepicker-multiple {
  border-radius: 4px 0 0 4px;
}
.bs-datepicker-multiple + .bs-datepicker-multiple {
  margin-left: 10px;
}
.bs-datepicker-multiple .bs-datepicker {
  box-shadow: none;
  position: relative;
}
.bs-datepicker-multiple .bs-datepicker:not(:last-child) {
  padding-right: 10px;
}
.bs-datepicker-multiple .bs-datepicker + .bs-datepicker:after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
  position: absolute;
  top: 25px;
  left: -8px;
}
.bs-datepicker-multiple .bs-datepicker .left {
  float: left;
}
.bs-datepicker-multiple .bs-datepicker .right {
  float: right;
}
.bs-datepicker-container {
  padding: 15px;
}
.bs-datepicker .bs-media-container {
  display: flex;
}
@media (max-width: 768px) {
  .bs-datepicker .bs-media-container {
    flex-direction: column;
  }
}
.bs-datepicker .bs-timepicker-in-datepicker-container {
  display: flex;
  justify-content: space-around;
}
.bs-datepicker-custom-range {
  padding: 15px;
  background: #eee;
}
.bs-datepicker-predefined-btns button {
  width: 100%;
  display: block;
  height: 30px;
  background-color: #9aaec1;
  border-radius: 4px;
  color: #fff;
  border: 0;
  margin-bottom: 10px;
  padding: 0 18px;
  text-align: left;
  transition: 0.3s;
}
.bs-datepicker-predefined-btns button:hover {
  background-color: #54708b;
}
.bs-datepicker-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  padding-top: 10px;
  border-top: 1px solid #e9edf0;
}
.bs-datepicker-buttons .btn-default {
  margin-left: 10px;
}
.bs-datepicker-buttons .btn-today-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.bs-datepicker-buttons .clear-right,
.bs-datepicker-buttons .today-right {
  flex-grow: 0;
}
.bs-datepicker-buttons .clear-left,
.bs-datepicker-buttons .today-left {
  flex-grow: 1;
}
.bs-datepicker-buttons .clear-center,
.bs-datepicker-buttons .today-center {
  flex-grow: 0.5;
}
/* .bs-timepicker */
.bs-timepicker-container {
  padding: 10px 0;
}
.bs-timepicker-label {
  color: #54708b;
  margin-bottom: 10px;
}
.bs-timepicker-controls {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.bs-timepicker-controls button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 0;
  background-color: #e9edf0;
  color: #54708b;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
  line-height: 0;
  padding: 0;
  transition: 0.3s;
}
.bs-timepicker-controls button:hover {
  background-color: #d5dadd;
}
.bs-timepicker-controls input {
  width: 35px;
  height: 25px;
  border-radius: 13px;
  text-align: center;
  border: 1px solid #e9edf0;
}
.bs-timepicker .switch-time-format {
  text-transform: uppercase;
  min-width: 54px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  background: #fff;
  color: #54708b;
  font-size: 13px;
}
.bs-timepicker .switch-time-format img {
  vertical-align: initial;
  margin-left: 4px;
}
bs-datepicker-container,
bs-daterangepicker-container {
  z-index: 1080;
}
/* screen size < 1024px */
@media (max-width: 768px) {
  .bs-datepicker {
    width: min-content;
    justify-content: center;
  }
  .bs-datepicker-multiple {
    display: flex;
  }
  .bs-datepicker-multiple + .bs-datepicker-multiple {
    margin-top: 10px;
    margin-left: 0;
  }
}
/* theming */
.theme-default .bs-datepicker-head {
  background-color: #777;
}
.theme-default .btn-today-wrapper .btn-success, .theme-default .btn-clear-wrapper .btn-success {
  background-color: #777;
  border-color: #777;
}
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-default .btn-today-wrapper .btn-success:focus, .theme-default .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #616161;
  border-color: #616161;
}
.theme-default .btn-today-wrapper .btn-success:hover, .theme-default .btn-clear-wrapper .btn-success:hover {
  background-color: #6F6E6E;
  border-color: #6F6E6E;
}
.theme-default .bs-datepicker-predefined-btns button.selected {
  background-color: #777;
}
.theme-default .bs-datepicker-body table td span.selected, .theme-default .bs-datepicker-body table td.selected span,
.theme-default .bs-datepicker-body table td span[class*=select-]:after, .theme-default .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #777;
}
.theme-default .bs-datepicker-body table td.week span {
  color: #777;
}
.theme-default .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #777;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-green .bs-datepicker-head {
  background-color: #5cb85c;
}
.theme-green .btn-today-wrapper .btn-success, .theme-green .btn-clear-wrapper .btn-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-green .btn-today-wrapper .btn-success:focus, .theme-green .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #1e7e34;
  border-color: #1e7e34;
}
.theme-green .btn-today-wrapper .btn-success:hover, .theme-green .btn-clear-wrapper .btn-success:hover {
  background-color: #218838;
  border-color: #218838;
}
.theme-green .bs-datepicker-predefined-btns button.selected {
  background-color: #5cb85c;
}
.theme-green .bs-datepicker-body table td span.selected, .theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*=select-]:after, .theme-green .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #5cb85c;
}
.theme-green .bs-datepicker-body table td.week span {
  color: #5cb85c;
}
.theme-green .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5cb85c;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-blue .bs-datepicker-head {
  background-color: #5bc0de;
}
.theme-blue .btn-today-wrapper .btn-success, .theme-blue .btn-clear-wrapper .btn-success {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-blue .btn-today-wrapper .btn-success:focus, .theme-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #2AA8CD;
  border-color: #2AA8CD;
}
.theme-blue .btn-today-wrapper .btn-success:hover, .theme-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #3AB3D7;
  border-color: #3AB3D7;
}
.theme-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td span.selected, .theme-blue .bs-datepicker-body table td.selected span,
.theme-blue .bs-datepicker-body table td span[class*=select-]:after, .theme-blue .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td.week span {
  color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5bc0de;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-dark-blue .bs-datepicker-head {
  background-color: #337ab7;
}
.theme-dark-blue .btn-today-wrapper .btn-success, .theme-dark-blue .btn-clear-wrapper .btn-success {
  background-color: #337ab7;
  border-color: #337ab7;
}
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-dark-blue .btn-today-wrapper .btn-success:focus, .theme-dark-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #266498;
  border-color: #266498;
}
.theme-dark-blue .btn-today-wrapper .btn-success:hover, .theme-dark-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #2C6FA9;
  border-color: #2C6FA9;
}
.theme-dark-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td span.selected, .theme-dark-blue .bs-datepicker-body table td.selected span,
.theme-dark-blue .bs-datepicker-body table td span[class*=select-]:after, .theme-dark-blue .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td.week span {
  color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #337ab7;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-red .bs-datepicker-head {
  background-color: #d9534f;
}
.theme-red .btn-today-wrapper .btn-success, .theme-red .btn-clear-wrapper .btn-success {
  background-color: #d9534f;
  border-color: #d9534f;
}
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-red .btn-today-wrapper .btn-success:focus, .theme-red .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #D23531;
  border-color: #D23531;
}
.theme-red .btn-today-wrapper .btn-success:hover, .theme-red .btn-clear-wrapper .btn-success:hover {
  background-color: #E33732;
  border-color: #E33732;
}
.theme-red .bs-datepicker-predefined-btns button.selected {
  background-color: #d9534f;
}
.theme-red .bs-datepicker-body table td span.selected, .theme-red .bs-datepicker-body table td.selected span,
.theme-red .bs-datepicker-body table td span[class*=select-]:after, .theme-red .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #d9534f;
}
.theme-red .bs-datepicker-body table td.week span {
  color: #d9534f;
}
.theme-red .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #d9534f;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-orange .bs-datepicker-head {
  background-color: #f0ad4e;
}
.theme-orange .btn-today-wrapper .btn-success, .theme-orange .btn-clear-wrapper .btn-success {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-orange .btn-today-wrapper .btn-success:focus, .theme-orange .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #ED9C29;
  border-color: #ED9C29;
}
.theme-orange .btn-today-wrapper .btn-success:hover, .theme-orange .btn-clear-wrapper .btn-success:hover {
  background-color: #FFAC35;
  border-color: #FFAC35;
}
.theme-orange .bs-datepicker-predefined-btns button.selected {
  background-color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td span.selected, .theme-orange .bs-datepicker-body table td.selected span,
.theme-orange .bs-datepicker-body table td span[class*=select-]:after, .theme-orange .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td.week span {
  color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #f0ad4e;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
/*# sourceMappingURL=bs-datepicker.css.map */

/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/ngx-toastr/toastr.css ***!
  \****************************************************************************************************************************************************************************************************************************/
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */

.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */

.toast-title {
  font-weight: bold;
}

.toast-message {
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.toast-container * {
  box-sizing: border-box;
}

.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}

.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */

.toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */

.toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */

.toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */

.toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}

.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

/* Responsive Design */

@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./node_modules/slick-carousel/slick/slick.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./node_modules/slick-carousel/slick/slick-theme.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url('ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url('slick.eot');
  src: url('slick.eot?#iefix') format("embedded-opentype"), url('slick.woff') format("woff"), url('slick.ttf') format("truetype"), url('slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/intl-tel-input/build/css/intlTelInput.css ***!
  \************************************************************************************************************************************************************************************************************************************************/
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-left: -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__dropdown-content--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.iti__search-input {
  width: 100%;
  border-width: 0;
}
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}
[dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: 6px;
}
.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type=text],
.iti--allow-dropdown input.iti__tel-input[type=tel], .iti--separate-dial-code input.iti__tel-input,
.iti--separate-dial-code input.iti__tel-input[type=text],
.iti--separate-dial-code input.iti__tel-input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
[dir=rtl] .iti--allow-dropdown input.iti__tel-input,
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text],
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel], [dir=rtl] .iti--separate-dial-code input.iti__tel-input,
[dir=rtl] .iti--separate-dial-code input.iti__tel-input[type=text],
[dir=rtl] .iti--separate-dial-code input.iti__tel-input[type=tel] {
  padding-right: 52px;
  padding-left: 6px;
  margin-right: 0;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--separate-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover {
  cursor: default;
}
.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
}
[dir=rtl] .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.iti--fullscreen-popup.iti--container.iti--country-search {
  justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (min-resolution: 2x) {
  .iti__flag {
    background-size: 5762px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 12px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cq {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1269px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1357px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1379px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1467px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1511px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1555px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1577px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1599px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1621px 0px;
}
.iti__flag.iti__ez {
  height: 14px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1731px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1775px 0px;
}
.iti__flag.iti__fx {
  height: 14px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1863px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2149px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2171px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2237px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2303px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2325px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2369px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2391px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2413px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2435px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2457px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2479px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2501px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2567px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2589px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2611px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2633px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2655px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2699px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2743px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2809px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2853px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2875px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2897px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2985px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -3051px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3073px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3095px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3117px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3139px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3161px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3183px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3205px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3226px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3270px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3556px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3622px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3666px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3688px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3710px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3732px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3752px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3774px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3818px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3840px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3862px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3899px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3921px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3965px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -4031px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4097px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4163px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4185px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4207px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4229px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4251px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4273px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4361px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4405px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4537px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4647px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4669px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4713px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4735px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4757px 0px;
}
.iti__flag.iti__su {
  height: 10px;
  background-position: -4779px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4801px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4823px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4889px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4911px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4977px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -5021px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5109px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5175px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5197px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5219px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5263px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uk {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5329px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5351px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5373px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5395px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5417px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5439px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5456px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5522px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5566px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5610px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5632px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5654px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5676px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5698px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5720px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5742px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('flags.png?1');
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (min-resolution: 2x) {
  .iti__flag {
    background-image: url('flags@2x.png?1');
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css ***!
  \********************************************************************************************************************************************************************************************************/
/* common css */
p {
  word-wrap: break-word !important;
}
.info_icon img {
  cursor: pointer;
}
.radio_box,
.radio_box label {
  cursor: pointer;
}
.innerHTML p{ margin:0px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}
/* form css */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
#country-search-box,
.form-control,
textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 60px;
  line-height: 1.42857143;
  color: #3E3F40 !important;
  border: none;
  border: 1px solid #EFEFEF;
  outline: none;
  border-radius: 10px;
  box-shadow: none;
  background: #fff 0% 0% no-repeat padding-box;
  padding: 0 18px;
  font: normal normal normal 16px Poppins;
}
.color_text {
  color: #3E3F40 !important;
}
/* form css */
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="search"]::placeholder {
  color: #959494;
  font: normal normal 400 16px Poppins;
}
/*-webkit-appearance: none;-moz-appearance: none;appearance: none;*/
.form-group {
  position: relative;
  margin: 15px 0;
  display: inline-block;
  width: 100%;
}
.form-group select:focus {
  border: transparent;
}
.form-group input:focus {
  outline: none;
}
.greenbox.greentbox, .accordionlist li h6, .whtappliesBtn{
  word-wrap: break-word;
}
.calculatedTotal ul li p.priceName{
  width: 80%;
  text-align: left;
}
.calculatedTotal ul li p.price{
  width: 20%;
  text-align: right;
}
.form-group label {
  font-weight: 500;
  transition: all 200ms ease 0s;
  color: #0e1217;
  letter-spacing: 1px;
  margin-bottom: 3px;
  display: block;
  margin-left: 12px;
  word-wrap: break-word;
}
.list .form-group label {
  white-space: normal;
}
.form-group label.checkbox {
  cursor: pointer;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}
/***********************/
.forgotpswd {
  text-align: right;
}
.forgotpswd a {
  font: normal normal 600 16px/42px Poppins;
  letter-spacing: 0.14px;
  color: #e88500;
  text-decoration: none;
}
body {
  font-family: 'Poppins', sans-serif;
  color: #1b1c1d;
  margin: 0;
}
.main_content {
  display: flex;
  font: normal normal Poppins;
}
.main_content .left-side {
  background: #E1EDF7 url('side-pattern.png') no-repeat padding-box;
  opacity: 1;
  width: 30%;
  background-size: cover;
  min-height: 100vh;
  background-position: center;

}
.main_content .container {
  width: 450px;
}
.container_internal {
  margin-top: 100px;
}
.main_content .header {
  font: normal normal 600 28px Poppins;
  color: #1b1c1d;
  margin: 0;


}
.main_content .sub_head {
  font: normal normal 500 14px Poppins;
  color: #4E4E4E;
  font-weight: 500;
}
.main_content .sub_head span {
  color: #2b3991;
}
.main_content .right-side {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  padding: 40px;
}
/* buttons */
.button-primary {
  border: none;
  color: #fff;
  background: #2b3991 0% 0% no-repeat padding-box;
  opacity: 0.5;
}
.button-secondary {
  border: none;
  color: #A5A7B7;
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #D3D4DC;
  opacity: 0.3;
}
.fillBtn {
  opacity: 1 !important;
}
.btn {
  height: 56px;
  border-radius: 12px;
  text-align: center;
  font: normal normal 600 16px Poppins;
  letter-spacing: 0.54px;
  width: 100%;
  outline: none;
  box-shadow: none !important;
  text-transform: capitalize;
}
.register_now {
  font: normal normal medium 14px/65px Poppins;
  text-align: center;
}
.register_now a {
  color: #e88500;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
.back_button {
  text-decoration: none;
}
.back_button span {
  font: normal normal 500 13px/51px Poppins;
  letter-spacing: 0px;
  color: #2b3991;
  opacity: 1;
  margin-left: 5px;
  cursor: pointer;
}
.showPass {
  position: absolute;
  right: 10px;
  top: 45px;
  cursor: pointer;
}
/*  common use */
.text-center {
  text-align: center;
}
.full_lenght_right .container {
  width: calc(100% - 100px);
}
.d-flex {
  display: flex !important;
}
.field_head {
  margin-top: 10px;
  font: normal normal 500 18px Poppins;
  letter-spacing: 0.61px;
  font-size: 16px;
  color: #1b1c1d;
}
.field_value {
  font: normal normal normal 14px Poppins;
  letter-spacing: 0.48px;
  color: #4E4E4E;
}
.option-box {
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #EFEFEF;
  border-radius: 12px;
  padding: 18px 25px;
  position: relative;
  width: calc(50% - 15px);
}
.active_option {
  background: #FFF9F0 0% 0% no-repeat padding-box;
  border: 1px solid #e88500;
}
/* radio btn */
.radio {
  position: absolute;
  top: 15px;
  right: 15px;
}
input[type="radio"] {
  display: none;
}
input[type="radio"]+label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  position: relative;
  width: 20px;
  cursor: pointer;
}
input[type="radio"]:checked+label {
  border: 1px solid #e88500;
}
input[type="radio"]:checked+label:after {
  border: solid #e88500;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  height: 8px;
  left: 7px;
  position: absolute;
  top: 4px;
  transform: rotate(45deg);
  width: 4px;
}
/* dropedown */
.dropdown-menu.show {
  width: 100%;
}
.dropdown-menu.show ul {
  list-style: none;
  padding: 0;
}
.dropdown-menu.show li {
  padding: 10px 20px;

}
.dropdown-menu.show li:hover {
  background-color: #ededed;
}
.dropdown-menu.show ul li label,
.iti__country-name,
.iti__dial-code {
  padding: 0px 0;
  text-align: left;
  font: normal normal normal 14px Poppins;
  letter-spacing: 0px;
  color: #1B1C1D;
  cursor: pointer;
  margin-bottom: 0px;
  font-size: 14px;
  white-space: unset;
}
.table-box .grlistDropDwon.dropdown-menu.show {
  border: transparent;
  border-radius: 10px;
  width: 230px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, .28);
  position: absolute !important;
  left: -100px !important;
  top: -40px !important;


}
.grlistDropDwon.threedot.dropdown-menu.show .autoComplete li {
  padding: 7px 20px;
  border-bottom: 1px solid #f1f1f1;
}
.dropdown-menu {
  padding: 0px;
}
.closeSearch {
  background-size: 9px auto;
  width: 18px;
  height: 27px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 18px;
  opacity: 0.5;
  left: 20px;
}
.closeSearch.search {
  background: url('Search.svg') no-repeat 98% 4px;
  background-size: 16px auto;
  opacity: 1;
}
.searchBox {
  background: #F5F6F8 0% 0% no-repeat padding-box;
  border-radius: 10px;
  margin: 10px;
}
#country-search-box,
.searchBox input[type="text"] {
  border: none !important;
  height: 40px;
  background: #F5F6F8 0% 0% no-repeat padding-box;
  padding-left: 40px;
}
.selectItem {
  line-height: 60px !important;
  font: normal normal 400 16px Poppins;
  color: #959494;
}
.form-control.date-icon {
  background: url('ic_dropdown.svg') no-repeat calc(100% - 10px) center / 11px;
}
.dropdown.show .date-icon {
  background: url('rev_dropdown.svg') no-repeat calc(100% - 10px) center / 11px;
}
.show .down-icon {
  transform: rotate(180deg);
}
.sub_lable {
  font: normal normal normal 12px Poppins;
  letter-spacing: 0.24px;
  color: #4E4E4E;
}
/* Calculate popup css  */
.calculate-popup {
  max-width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  min-height: 100%;
  background: #fff;
}
.calculate-popup .modal-content {
  padding: 30px 80px !important;
  box-shadow: none !important;
}
.calculate-popup .modal-content .dropdown-menu {
  border: 1px solid #EFEFEF;
  border-right: transparent;
}
.calculate-popup .modal-content .whtappliesBtn {
  margin-bottom: 15px;
}
.calculate-popup .modal-content input#inlineFormInputGroup {
  border: 1px solid #EFEFEF;
  border-left: transparent;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.calculate-popup .modal-content .calculateBtn {
  margin-top: 15px;
}
.calculate-popup .form-control {
  height: 45px !important;
}
.calculate-popup .whiteBoxIddetails .ukSingaporeBtn {
  padding: 5px 10px !important;
  display: block;
  text-align: left;
}
.modal-confirm .modal-header {
  padding: 0px !important;
}
.modal-confirm .modal-body {
  padding: 0px !important;
}
/* end */
.option_head {
  text-align: left;
  font: normal normal 600 22px Poppins;
  letter-spacing: 0.75px;
  color: #1b1c1d;
  margin-top: 50px;
}
.option_margin {
  margin-right: 30px;
}
.cnt_btn {
  width: calc(50% - 15px);
  float: right;
  margin-top: 50px;
}
.full_width .container {
  width: 100%;
}
.full_width_internal .container {
  width: 100%;
  padding: 50px 100px 0 100px;
}
.heading_box {
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
}
.plans_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  justify-content: center;
}
.plans_box .plan_box {
  width: 300px;
  min-height: 430px;
  background: #E8F0F8 0% 0% no-repeat padding-box;
  border-radius: 18px;
  margin: 0 20px;
  padding: 25px 20px 60px;
  margin-bottom: 30px;
  position: relative;
}
.plan_box .form-group{
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: auto;
  right: 20px;
}
.tag {
  border-radius: 19px;
  padding: 9px 20px;
  color: #fff !important;
  font: normal normal 500 12px Poppins;
}
.plan_box .tab_head {
  font: normal normal 600 18px Poppins;
  letter-spacing: 0.2px;
  color: #1b1c1d;
  padding: 20px 0;
  word-break: break-word;
}
.border-bottom {
  border-bottom: 1px solid #D3D4DC;
}
.border-bottom.dashed {
  border-bottom: 1px dashed #E1E7ED !important;
}
.plans_box ul,
.detail_box ul {
  padding: 0;
  list-style: none;
}
.plans_box ul li,
.detail_box ul li {
  padding: 8px 0;
  font: normal normal 500 12px Poppins;
  background: transparent url('/assets/images/ic_tick.svg') 0% 0% no-repeat padding-box;
  background-position: left 14px;
  padding-left: 20px;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  word-wrap: break-word;
}
a {
  cursor: pointer;
}
.back_orange {
  background: #EAB063 0% 0% no-repeat padding-box;
}
.back_neon {
  background: #39C3CB 0% 0% no-repeat padding-box;
}
.back_purple {
  background: #9881DD 0% 0% no-repeat padding-box;
}
.back_red {
  background: #FA6D76 0% 0% no-repeat padding-box;
}
.head_text {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1rem;
}
.amount {
  font: normal normal 600 22px Poppins;
  letter-spacing: 0.24px;
  color: #1b1c1d;
}
.years {
  font: normal normal normal 12px Poppins;
  letter-spacing: 0.14px;
  color: #7c7a7a;
}
.plan_box .desc {
  font: normal normal 400 12px Poppins;
  letter-spacing: 0.48px;
  color: #1b1c1d;
}
.plan_box .send_head {
  text-align: left;
  font: normal normal 600 12px Poppins;
  letter-spacing: 0.48px;
  color: #1b1c1d;
  margin-top: 50px;
}
.plan_box .mail_to {
  font: normal normal 500 12px Poppins;
  letter-spacing: 0.48px;
  color: #2b3991;
}
.summary .container {
  max-width: 800px !important;
}
.summary .container .heading_box {
  text-align: left !important;
  max-width: 100% !important;
}
.summary_box {
  background: #F4F8FC 0% 0% no-repeat padding-box;
  border-radius: 18px;
  width: 100%;
  margin-top: 30px;
  padding: 30px;
}
.summary_box .summary_head {
  font: normal normal 600 18px Poppins;
  letter-spacing: 0.68px;
  color: #1b1c1d;
}
.summary_box .detail_box {
  background: #E8F0F8 0% 0% no-repeat padding-box;
  border-radius: 18px;
  padding: 20px;
}
.summary_box .detail_box .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}
.detail_box ul {
  padding-top: 15px;
  margin-bottom: 0;
}
.white_box {
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 18px;
  padding: 20px;
  margin: 10px 0;
}
.white_box p {
  font: normal normal 500 14px Poppins;
  margin: 0;
  letter-spacing: 0.54px;
  color: #1b1c1d;
}
.calculation {
  color: #4E4E4E;
  font: normal normal 400 14px Poppins;
}
.calculation_total {
  color: #1b1c1d;
  font: normal normal 500 14px Poppins;
}
.calculation .value,
.calculation_total .value {
  text-align: right;
}
.summary .field,
.summary .value {
  padding: 5px 0;
}
.summary .count_btn {
  background: #2b3991 0% 0% no-repeat padding-box;
  border: 1px solid #2b3991;
  border-radius: 3px;
  padding: 6px 15px;
  font: normal normal 600 14px/21px Poppins;
  color: #fff !important;
  margin: 0 10px;
}
/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}
.slider.round:before {
  border-radius: 50%;
}
.main_header input:focus+.slider {
  box-shadow: 0 0 1px #328337;
}
.main_header input:checked+.slider:before {
  transform: translateX(26px);
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}
.main_header input:checked+.slider {
  background-color: #328337;
}
.switch {
  display: inline-block;
  width: 52px;
  height: 25px;
  position: absolute;
  right: 0;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* internal compenent */
.main {
  width: calc(100% - 280px);
  padding: 100px 30px;
  margin-left: 280px;
}
.main .head {
  font: normal normal 600 28px Poppins;
  color: #1b1c1d;
}
.pointer {
  cursor: pointer;
}
.table_content .searchBox {
  position: relative;
  max-width: 400px;
  background: #F5F6F8 0% 0% no-repeat padding-box;
  margin: 10px 0 !important;
}
.table_content .searchBox input::placeholder {
  font: normal normal 400 14px Poppins;
  letter-spacing: 0px;
  color: #b2b2b2 !important;
}
.table_content .closeSearch {
  top: 8px;
  left: 13px;
}
.table_content {
  margin-top: 30px;
}
.table_head {
  font: normal normal 600 18px Poppins;
  letter-spacing: 0.68px;
  color: #1b1c1d;
}
.table-box {
  margin-top: 30px;
}
.scroller {
  margin-bottom: 15px;
  overflow: auto;
}
.table-box table {
  width: 100%;
}
.table-box table thead {
  border-bottom: 5px solid white;
}
.table-box table thead th {
  background: #F4F8FC 0% 0% no-repeat padding-box;
  padding: 10px;
  font: normal normal 600 13px Poppins;
  letter-spacing: 0.3px;
  color: #1b1c1d;
  height: 80px;
  vertical-align: text-bottom;
}
.table-box table tbody tr {
  font: normal normal 400 12px Poppins;
  letter-spacing: 0.3px;
  color: #1b1c1d;
  height: 80px;
  border-bottom: 5px solid white;
}
.table-box table tbody tr td {
  padding: 10px;
  min-width: 100px;
}
.table-box table thead th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.table-box table thead th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.table-box table tbody td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.table-box table tbody td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.table_row_red {
  background: #F9EEEE;
}
.table_row_yellow {
  background: #FAF7E5;
}
.table_row_green {
  background: #EDFAF3;
}
.table_row_grey {
  background: #F8F9FA;
}
.radio_box {
  border: 1px solid #EFEFEF;
  border-radius: 10px;
  position: relative;
  min-height: 50px;
  margin: 20px 0;
}
.radio_box .radio_label {
  text-align: left;
  font: normal normal 400 15px Poppins;
  letter-spacing: 0px;
  color: #4E4E4E;
  padding: 12px 35px 12px 15px;
}
.activeBorder{
  border:1px solid #e88500 !important;
}
.question_box{
  word-wrap: break-word;
}
.info {
  background: url(/assets/images/ic_info.svg) 0% 0% no-repeat padding-box;
  height: 25px;
  width: 25px;
}
p.profileName {
  word-wrap: break-word;
}
/* body.sidebar-mini */
body.sidebar-mini .page-sidebar ul.sidebar>li>a>span {
  display: none;
}
body.sidebar-mini .page-sidebar {
  width: 100px !important;
}
body.sidebar-mini .main {
  width: calc(100% - 100px) !important;
  margin-left: 100px;
}
/* ======  whatsPopup start ======== */
i.ic_red {
  width: 12px;
  height: 12px;
  background: #F31B26;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50px;
  margin-right: 5px;
}
i.ic_yellow {
  width: 12px;
  height: 12px;
  background: #F2B626;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50px;
  margin-right: 5px;
}
i.ic_green {
  width: 12px;
  height: 12px;
  background: #15AD55;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50px;
  margin-right: 5px;
}
.whatsPopup .modal-content {
  border-radius: 24px;
}
.whatsPopup .modal-content h4.modal-title {
  font-size: 20px;
  margin-bottom: 25px;
  text-align: center !important;
  color: #1B1C1D;
  font-weight: 600;
}
.whatsPopup .modal-content h6 {
  font-size: 16px;
  margin: 10px 0px;
  color: #1B1C1D;
  font-weight: 600;
}
.whatsPopup .modal-content .modal-header {
  padding: 30px 30px 15px;
}
.whatsPopup .modal-content p {
  font-size: 14px;
  font-weight: 600;
  color: #1B1C1D;

}
.whatsPopup .modal-content ul {
  margin: 0px;
  padding: 0px !important;
}
.calculate-popup.modal-confirm.modal-dialog.modal-dialog-centered.w-5 {
  align-items: unset !important;
}
.whatsPopup .modal-content ul li {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
  position: relative;
  padding-left: 25px;
}
.whatsPopup .modal-content ul li i.ic_check {
  position: absolute;
  top: 0px;
  left: 5px;

}
.whatsPopup .modal-content .modal-body {
  padding: 40px;
}
/* ======  whatsPopup start end ======== */
/* share Popup css  */
.sharePopup .modal-content {
  border-radius: 24px;
}
.sharePopup .ic_cross {
  position: absolute;
  top: -10px !important;
  right: 0px !important;
  display: inline-block;
  vertical-align: middle;
}
.sharePopup .modal-content {
  padding: 40px !important;
  border-radius: 20px !important;
}
.sharePopup h4.text-center {
  margin-bottom: 24px;
}
.sharePopup .modal-body p.text-center {
  font-size: 14px;
}
.sharePopup input.form-control {
  height: 50px;
}
.sharePopup input.form-control.pr-5 {
  font-size: 14px;
}
/*   quitPopup    */
.question-mark {
  max-width: 120px;
}
.quitPopup .modal-content {
  padding: 40px !important;
  border-radius: 24px !important;
}
.quitPopup .modal-content .modal-body {
  padding: 0px !important;
}
.btn.active {
  border: 1px solid #B2B2B2;
  border-radius: 12px;
  color: #E61313;
}
.modal-body h6 {
  font-size: 20px;
  margin: 30px 0px 10px;
}
/* no_result_found css */
.no_result_found {
  max-width: 350px;
  margin: 40px auto;
  text-align: center;
  padding: 20px;
}
.no_result_found img {
  max-width: 250px;
  margin-bottom: 10px;
}
.no_result_found p {
  color: #3E3F40;
}
/* no_result_found css end */
/* ====== Add User Popup ======== */
.sideBar-modal {
  max-width: 60%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  min-height: 100%;
  background: #fff;
  transition: transform .3s ease-out;
  transform: translate(25%, 0);
  transform: translate(0, 0);
}
.sideBar-modal .modal-content {
  border-bottom: transparent;
}
.modal.fade.show .modal-dialog.sideBar-modal {
  transform: translate(0, 0);
}
.modal.fade .modal-dialog.sideBar-modal {
  transition: transform .3s ease-out;
  transform: translate(25%, 0);
}
.modal-lg.sideBar-modal .modal-header {
  padding: 30px 80px 0px 80px;
  border-bottom: 0px;
}
.modal-lg.sideBar-modal .modal-body .form-group label {
  color: #1B1C1D;
  margin-bottom: 10px;
}
.modal-lg.sideBar-modal .modal-body .form-group .form-control {
  border: 1px solid #EFEFEF;
  border-radius: 10px;
  color: #3E3F40 !important;
  height: 50px;
  padding: 0px 10px;
  appearance: none;
}
.modal-lg.sideBar-modal .form-group .tagline {
  display: inline-block;
  font-size: 11px;
  margin: 0px 0px 10px 10px;
}
.modal-lg.sideBar-modal .modal-body {
  padding: 10px 80px 30px 80px;
}
.modal-lg.sideBar-modal h4.modal-title {
  font-size: 24px;
}
.modal-lg.sideBar-modal h5.sub-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.myLicensewrap {
  margin-top: 30px;
}
.license-option {
  width: 100%;
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #EFEFEF;
  border-radius: 10px;
  padding: 18px 25px;
  position: relative;
  margin: 10px 0px;
  display: flex;
  justify-content: space-between;

}
.license-option li {
  display: inline-block;
  vertical-align: middle;
}
.license-option li .radio {
  top: 25px;
}
.license-option li span {
  display: block;
  font-size: 12px;
}
.license-option li strong {
  font-size: 14px;
  display: block
}
.license-option.active_option {
  background: #FFF9F0 0% 0% no-repeat padding-box;
  border: 1px solid #e88500;
}
/* button bottom space only use class name */
.bottom_space {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 80px);
}
.bottom_btn {
  margin: auto;
}
/* button bottom space only use class name */
.editrolepopup.modal-dialog.modal-lg.sideBar-modal {
  width: 40% !important;
}
.editrolepopup.modal-dialog.modal-lg.sideBar-modal .form-group.bottom_btn button {
  width: 100%;
}
.modal-dialog.modal-lg.reassignlicensePopup.sideBar-modal {
  width: 40%;
}
/* ======== pagination-wrapper css ============ */
/* .table-box {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 300px);
}

.pagination-wrapper {
  margin-top: auto;
  background: #fff;
  padding: 10px;
  text-align: right;

} */
.main {
  position: relative;
}
.pagination-wrapper {
  position: absolute;
  bottom: 0;
  right: 0px;
  background: #fff;
  padding: 10px 30px;
  text-align: right;
  width: 100%;
}
.pagination-wrapper .pagination-previous a:before {
  display: none !important;
}
.pagination-wrapper .pagination-previous.disabled:before {
  display: none !important;
}
.pagination-previous a:before {
  display: none !important;
}
.pagination-next a:after {
  display: none !important;
}
.ngx-pagination .current {

  background: #2B3991 !important;
  color: #fefefe !important;
  cursor: default !important;
  border-radius: 5px !important;
}
.ngx-pagination a {
  border: 1px solid #D3D3D3 !important;
  border-radius: 5px !important;
}
.pagination-next a {
  border: transparent !important;
}
.ngx-pagination li {
  margin-right: 5px !important;
}
.pagination-previous a {
  border: transparent !important;
}
.buyLicence.btn {
  height: 50px !important;
}
.white_box ul .li.totalprice p {
  font-weight: 600;
}
/* media query for tab and mobile */
@media(max-width: 1200px) {

  /* profile-option css  */
  .full_lenght_right .container {
    width: 100%;
  }

  .main_content .header {
    padding-top: 20px;
    font-size: 20px;
  }

  .main_content .right-side {
    padding: 40px;
  }
}
@media (max-width: 1080px) {

  .sideBar-modal {
    max-width: 80%;
  }

  .editrolepopup.modal-dialog.modal-lg.sideBar-modal {
    width: 80% !important;
  }

  .modal-dialog.modal-lg.reassignlicensePopup.sideBar-modal {
    width: 80%;
  }

  .main_content .left-side {
    background-size: contain;
    background-position: top;
  }

  .radio_box .radio_label {
    font-size: 14px;
  }

  .radio {
    top: 13px;
  }


  .modal-lg.sideBar-modal .modal-header {
    padding: 30px 40px 0px 40px;
    border-bottom: 0px;
  }

  .modal-lg.sideBar-modal .modal-body {
    padding: 10px 40px 30px 40px;
  }

}
@media (max-width: 900px) {
  .main_content {
    margin-top: 30px;
  }

  .main_content .left-side {
    display: none;
  }

  .main_content .right-side {
    width: 100%;
  }

  .ngx-otp-input {
    margin: 50px 15px 50px 0 !important;
  }

  .full_lenght_right .container {
    padding: 20px 20px;
    box-sizing: border-box;
    width: 100%;

  }

  .option_container .option-box {
    width: 100%;
  }

  .option_container {
    flex-wrap: wrap;
  }

  .option_container .option_margin {
    margin-bottom: 30px !important;
    margin-right: 0px;
  }

  .w-8 {
    min-width: 350px !important;
  }

  .main {
    width: 100%;
    margin-left: 0px;
    padding: 0px;
    padding-top: 100px;
  }


  .calculate-popup .modal-content {
    padding: 20px !important;
    box-shadow: none !important;
  }


}
.w-8 {
  min-width: 800px;
}
.iti {
  width: 100%;
}
.country-dropdown {
  max-width: 375px;
}
.search-container {
  padding: 5px;
}
.iti__country-list {
  max-height: 150px;
}
.dropdown-menu {
  max-height: 300px;
  overflow: auto;
}
.cancel {
  opacity: 1 !important;
}
.modal-confirm .modal-content {
  padding: 20px;
  border-radius: 24px;
  border: none;
  text-align: center;
  font-size: 14px;
  box-shadow: 10px 10px 20px #00000029;
}
.modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
  display: block;
}
.modal-confirm .blueText {
  color: #2b3991;
}
.modal-confirm .form-group label {
  text-align: left;
}
.modal-confirm .modal-header span img {
  padding-right: 5px;
}
.modal-confirm h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 10px;
}
.modal-confirm .modal-body {
  color: #1b1c1d;
}
.modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  padding: 10px 15px 10px;
}
.modal-confirm .modal-footer a {
  color: #999;
}
.modal-confirm .icon-box {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 9;
  text-align: center;
  border: 3px solid #f15e5e;
}
.modal-confirm .icon-box i {
  color: #f15e5e;
  font-size: 46px;
  display: inline-block;
  margin-top: 13px;

}
.modal-confirm .btn,
.modal-confirm .btn:active {
  color: #fff;
  border-radius: 4px;
  background: #60c7c1;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  min-width: 120px;
  border: none;
  min-height: 40px;
  border-radius: 3px;
  margin: 0 5px;
}
.modal-confirm .btn-secondary {
  background: #c1c1c1;
}
.modal-confirm .btn-secondary:hover,
.modal-confirm .btn-secondary:focus {
  background: #a8a8a8;
}
.modal-confirm .btn-danger {
  background: #f15e5e;
}
.modal-confirm .btn-danger:hover,
.modal-confirm .btn-danger:focus {
  background: #ee3535;
}
.modal-confirm .trigger-btn {
  display: inline-block;
  margin: 100px auto;
}
.modal-confirm .modal-footer {
  display: block;
}
.modal-confirm button.delete_account {
  width: 100%;
  border: 1px solid #b2b2b2;
  display: block;
  padding: 10px;
  width: 100%;
  background: transparent;
  color: #E61313;
  border-radius: 8px;
  outline: none;
}
.modal-confirm .cancel_btn {
  border: 1px solid transparent;
  display: block;
  padding: 10px;
  width: 100%;
  background: transparent;
  color: #A5A7B7;
  outline: none;
}
.iti__selected-flag {
  max-width: 50px;
}
.iti.separate-dial-code input {
  padding-left: 75px !important;
}
.No_found {
  padding-left: 12px;
}
.dropdown-menu.show ul li label,
.iti__country-name,
.iti__dial-code,
.selectItem {
  text-transform: auto;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.text-danger {
  text-align: left;
}
.img_up {
  max-width: 80px;
  cursor: pointer;
}
.dropdown-menu.country-dropdown.show {
  width: 300px !important;
}
.iti__flag {
  display: none;
}
input#country-search-box {
  padding-left: 15px !important;
}
.dropdown-menu.show ul .iti__flag {
  display: block
}
@media(max-width:900px) {
  a.menu_btn {
    display: none;
  }

  .page-sidebar {
    display: none
  }

  body.sidebar-mobile .page-sidebar {
    display: block;
    z-index: 2;
  }

  .banner {
    min-width: 100% !important;
    height: 250px !important;
  }

  img.banner_img {
    display: none
  }

  .no-insight-block {
    display: block !important;
  }

  .banner_sub_text {
    top: 90px !important;
  }

  button.btn.button-primary.insight_btn {
    top: 135px !important;
  }

  .block {
    margin-bottom: 40px !important;
    display: block !important;
  }

}
@media(max-width: 767px) {

  .main_content .right-side {
    padding: 0px;
    padding-bottom: 30px;
  }

  .btn {
    border-radius: 5px !important;
  }

  .main {
    padding: 100px 15px;
  }

  /* header new csss  */

  .left-header a {
    display: inline-block !important;
  }


  .full_width_internal .container {
    padding: 20px 20px 0 20px;
  }


  .form-group.mt-5 {
    margin-top: 0px !important;
  }

  .selectItem {
    font-size: 14px;
  }

  .quitPopup .modal-content {
    padding: 20px !important;
    border-radius: 24px !important;
  }

  .question-mark {
    max-width: 70px;
  }

  .calculate-popup {
    max-width: 100%;
  }

  /* modal css  */

  .sideBar-modal {
    max-width: 100%;
  }

  .modal-lg.sideBar-modal .modal-header {
    padding: 20px 30px 0px 30px;
    border-bottom: 0px;
  }

  .modal-lg.sideBar-modal .modal-body {
    padding: 5px 30px 20px 30px;
  }

  .editrolepopup.modal-dialog.modal-lg.sideBar-modal {
    width: 100% !important;
  }

  .modal-dialog.modal-lg.reassignlicensePopup.sideBar-modal {
    width: 100%;
  }

  .form-group.bottom_btn .btn {
    max-width: 100%;

  }

  .cnt_btn {
    width: 100%;
  }


  .blueBox ul li button {
    height: 40px;
  }

}
@media(max-width:499px) {
  .table-box .grlistDropDwon.dropdown-menu.show {
    top: auto !important;
  }

  a.headermenuBtn {
    top: 14px !important;
    left: 75px !important;
  }

  .swal2-html-container {
    font-size: 16px !important;
  }

  .swal2-icon {
    width: 60px !important;
    height: 60px !important;
  }

  .swal2-icon .swal2-icon-content {
    font-size: 3em !important;
  }

  .grlistDropDwon.dropdown-menu.show {
    width: auto;
  }

  .quitPopup .modal-content {
    width: 300px;
    margin: 0 auto;
  }


}
.tooltip-inner {
  background-color: #fff;
  color: black;
}
.No_found_data {
  text-align: center;
  margin-top: 40px;
  width: 100%;
}
.btn.text-blue {
  letter-spacing: 0.54px;
  color: #2B3991;
  text-transform: capitalize;
  border: 1px solid #2B3991;
  border-radius: 8px;
}
.modal-body.infopopup h6 {
  font-weight: 600;
}
.modal-body.infopopup p {
  font-size: 14px;
}
.Notification_msg p{
 margin-bottom: 5px;
}
.Notification_msg{
  background: rgb(215 221 255)!important;
}
.Notification_msg p, .Notification_msg h4{
  font-size: 15px;
  color: #333;
}
.pulse1 {
  display: block;
  position: absolute;
  top: 5px;
  left: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2b3991;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(50, 68, 179, 0.9);
  animation: pulse1 2s infinite;
}
.pulse1:hover {
  animation: none;
}
@keyframes pulse1 {
  0% {
    box-shadow: 0 0 0 0 rgba(9, 173, 149, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(9, 173, 149, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(9, 173, 149, 0);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
    transform: translate3d(0, 0, 0);
  }
}
a.link p a:hover{
  color: #007FFF!important;
}
.betaVersion{
  font-size: 12px;
  background-color: #E88500;
  color: #fff;
  padding: 2px 6px;
  border-radius: 12px;
  border: 2px solid #E88500;
  position: absolute;
    top: 30px;
    left: 40px;
    z-index: 1;
}

/*# sourceMappingURL=styles.css.map*/