﻿/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/*********** Login ********************/
.login-header {
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: bold;
  font-size: 1.25em;
  text-decoration: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}

.loginContainer {
  padding-left: 5px;
  padding-right: 5px;
}
.loginContainer hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

/************Wizard***********/
.wizard-step {
  clear: both;
}

/********New Equipment Page layout************/
.equipment-sum-grp-message {
  min-height: 50px;
}

.equipment-sum-grp-msgtxt {
  margin-top: 20px;
  font-size: larger;
  font-weight: bold;
}

.equipment-sum-grp-tagline {
  line-height: normal;
  border-top-style: solid;
  border-color: white;
  border-width: 1px;
}

.equipment-sum-grp-tagline-txt {
  color: white;
  padding: 10px 0px 10px 20px;
}

.equipment-sum-grp-hdr {
  padding-top: 10px;
  padding-bottom: 7px;
}

.equipment-sum-grp-footer {
  padding-top: 10px;
  padding-bottom: 5px;
}

.equipment-sum-ctor-hdr .control-group {
  padding-left: 10px;
  margin-bottom: 10px;
}

.equipment-sum-ctor-hdr {
  padding-top: 5px;
  padding-bottom: 5px;
}

.equipment-sum-grp-hdrtxt {
  color: white;
}

.equipment-sum-grp-hdrtxt a:link,
.equipment-sum-grp-hdrtxt a:visited,
.equipment-sum-grp-hdrtxt a:hover,
.equipment-sum-grp-hdrtxt a:active {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.1em;
}

.equipment-sum-grp-hdrtxt .fa {
  font-size: 2rem;
  margin-right: 15px;
  vertical-align: middle;
  margin-left: 20px;
}

.equipment-sum-grp-ftrtxt {
  vertical-align: middle;
  color: black;
  padding-left: 20px;
  font-size: large;
}

.equipment-sum-total-footer {
  padding-top: 10px;
  padding-bottom: 5px;
}

.equipment-sum-total-txt {
  vertical-align: middle;
  color: white;
  padding-left: 20px;
  font-size: large;
}

/****News and updates***********/
.news-header {
  background-color: #0062a0;
  color: #fff;
  line-height: 50px;
}

.news-header-text {
  vertical-align: middle;
  font-size: x-large;
  padding-left: 20px;
}

.news-item {
  background-color: lightgray;
  color: #1F497D;
  margin: 3px 0px 3px 0px;
  padding: 3px 0px 5px 0px;
}

.news-item-header {
  vertical-align: middle;
  font-size: medium;
  font-weight: bold;
  padding-left: 20px;
}

.news-item-text {
  font-size: medium;
  padding: 5px 0px 0px 20px;
}

.news-item-text [class*=span] {
  min-height: 20px !important;
}

.news-date-line {
  font-weight: bold;
  min-height: 20px !important;
  padding-right: 7px;
}

.news-item-space-line {
  min-height: 10px;
}

/* Home */
.home-actions {
  margin-bottom: 20px;
}
.home-actions img {
  display: block;
  margin: auto;
}

.homeBox {
  width: 100%;
}
.homeBox.inner {
  margin: 0 auto;
  width: 95%;
}
.homeBox a h3 {
  font-size: 14px;
  font-weight: bold;
  float: none;
  text-align: center;
}

.newApp, .inProgApp, .subApp {
  height: 150px;
  text-align: center;
}

.newApp a, .inProgApp a {
  border-right: 1px solid #a69f88;
  display: block;
}

.bigbutton {
  clear: both;
  height: 78px;
  margin-left: auto;
  margin-right: auto;
  width: 69px;
}

.newApp .bigbutton {
  background: url("../images/New-Application.png") no-repeat scroll 0 0;
}

.newApp.reserve .bigbutton {
  background: url("../images/reserve_icon.png") no-repeat scroll 0 0;
}

.inProgApp .bigbutton {
  background: url("../images/Progress-Applications.png") no-repeat scroll 0 0;
}

.inProgApp .bigbutton:hover {
  background: url("../images/Progress-Applications-hover.png") no-repeat scroll 0 0;
}

.subApp .bigbutton {
  background: url("../images/Submitted-Applications.png") no-repeat scroll 0 0;
}

.home-actions {
  margin-bottom: 20px;
}
.home-actions img {
  display: block;
  margin: auto;
}
.home-actions .homeBox, .home-actions .span4 {
  margin-left: 0;
}

/***********ManageAcct*************/
.password {
  background: url("../../Content/images/icon_lock.png") no-repeat scroll 0 0;
  margin-bottom: 15px;
  margin-left: 30px;
  margin-top: 15px;
  clear: both;
  padding-left: 40px;
  width: 300px;
  float: left;
}

.account {
  background: url("../../Content/images/User-Management.png") no-repeat scroll 0 0;
  margin-bottom: 15px;
  margin-left: 30px;
  margin-top: 15px;
  clear: both;
  padding-left: 40px;
  width: 300px;
  float: left;
}

.k-select .k-icon.k-i-calendar:before {
  color: #999;
}

/*******Budget Dashboards**********/
.notifications {
  background-color: #AAFFAA;
  min-height: 20px;
  padding: 10px;
  margin-bottom: 10px;
}

.inline {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

.programInfo {
  background-color: #fff;
  padding: 10px;
  border-left: 5px solid #065f12;
  border-right: 1px solid #c1c1c1;
  clear: both;
  margin: 20px 0;
}
.programInfo h4 {
  font-weight: bold;
  margin-bottom: 20px;
}
.programInfo div {
  padding: 10px 0;
}
.programInfo div span {
  float: right;
}

#budgetChartLabel {
  /*position: absolute;
  top: 0px;
  width: 238px;
  font-size: 22px;
  font-weight: bold;
  color: #065f12;*/
}

.dashboard {
  background: #e1e1e1;
  padding-bottom: 30px;
}

.right {
  float: right;
}

.generatedChart {
  background: #fff;
  border-left: 5px solid #065f12;
  border-right: 1px solid #c1c1c1;
  padding: 0 20px;
}

.budgetLabel {
  font-weight: bold;
  margin-top: 20px;
  padding-top: 20px;
}

.chartTitle {
  font-weight: bold;
  font-size: 1.75em;
  line-height: 1.25em;
  margin-top: 50px;
}

.budgetInfo {
  padding: 10px;
  border-left: 5px solid #065f12;
  border-right: 1px solid #c1c1c1;
  clear: both;
  margin: 20px 0;
  background: #fff;
}
.budgetInfo h3 {
  margin-top: 10px;
  font-weight: bold;
  margin-bottom: 20px;
}
.budgetInfo h4 span {
  float: right;
}
.budgetInfo div {
  padding: 10px 0;
}
.budgetInfo div span {
  float: right;
  font-weight: bold;
}
.budgetInfo .budgetRemainingDiv {
  border-top: 1px solid #065f12;
}

@media (max-width: 1200px) {
  .dashboard .col-md-5 {
    width: 350px;
  }
  .dashboard .col-md-7 {
    float: right;
  }
}
@media (max-width: 990px) {
  .dashboard .col-md-5, .dashboard .col-md-7 {
    width: 100%;
    float: left;
    clear: both;
    padding: 0;
  }
  .dashboard .col-md-5 .right, .dashboard .col-md-7 .right {
    float: left;
  }
  .dashboard .col-md-5 .programInfo, .dashboard .col-md-5 .budgetInfo, .dashboard .col-md-5 .generatedChart, .dashboard .col-md-7 .programInfo, .dashboard .col-md-7 .budgetInfo, .dashboard .col-md-7 .generatedChart {
    border-right: none;
    width: 100%;
  }
}
/***privacy******8*/
#PrivacyPageModel,
#TCPageModel {
  text-align: left;
  font-size: 12px;
  white-space: normal;
  line-height: normal;
}
#PrivacyPageModel p, #PrivacyPageModel p a,
#TCPageModel p,
#TCPageModel p a {
  color: #000 !important;
}
#PrivacyPageModel li,
#TCPageModel li {
  list-style: circle;
  color: #000 !important;
}
#PrivacyPageModel p,
#PrivacyPageModel h3,
#PrivacyPageModel h4,
#PrivacyPageModel h5,
#TCPageModel p,
#TCPageModel h3,
#TCPageModel h4,
#TCPageModel h5 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  color: #000 !important;
  white-space: normal;
  line-height: normal;
}
#PrivacyPageModel h3,
#TCPageModel h3 {
  font-size: 15px !important;
  line-height: normal !important;
  font-weight: bold !important;
}
#PrivacyPageModel h4, #PrivacyPageModel h5,
#TCPageModel h4,
#TCPageModel h5 {
  font-size: 13px !important;
  line-height: normal !important;
}
#PrivacyPageModel th td,
#TCPageModel th td {
  background-color: #ccc;
}
#PrivacyPageModel tr td,
#TCPageModel tr td {
  background-color: #fff;
}
#PrivacyPageModel tr td,
#TCPageModel tr td {
  border-bottom: 1px solid #000;
}

/*****skip********/
#skip {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-left: 0;
  text-align: center;
  list-style: outside none;
}

#skip li {
  list-style-type: none;
}

#skip a {
  position: absolute;
  left: -99999px;
  top: 30px;
}

#skip a:focus, #skip a:active {
  position: relative;
  left: 0;
  z-index: 9999;
  width: 75%;
  height: auto;
  margin: 0 auto;
  padding: 30px 45px;
  text-align: center;
  text-decoration: none;
  font: 12px "Arial", sans-serif !important;
  /* color information, edit this to suit the colors of your layout */
  border: 1px dotted #222;
}

/*******focus styles*******/
:focus {
  outline: 1px dotted #999;
}

/*** Steps Callout ***/
.steps-callout {
  margin-bottom: 30px;
  width: 100%;
  float: left;
}
.steps-callout .step-one {
  z-index: 3;
}
.steps-callout .step-two {
  z-index: 2;
}
.steps-callout .step-three {
  z-index: 1;
}
.steps-callout .step-four {
  z-index: 0;
}
.steps-callout h4, .steps-callout p {
  margin: 0;
}
.steps-callout h4 {
  font-size: 20px;
}
.steps-callout p {
  font-size: 12px;
  line-height: 1.5em;
}

.steps-callout > div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: table;
  float: left;
  padding: 0 3%;
  position: relative;
  width: 25%;
}

.steps-callout > div.last {
  background: none;
}

.steps-callout > div .inner {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
}

.step-count-1 > div {
  width: 100%;
}

.step-count-2 > div {
  width: 50%;
}

.step-count-3 > div {
  width: 33.333333333%;
}

.step-count-4 > div {
  width: 25%;
}

.step-count-5 > div {
  width: 20%;
}

.step-count-6 > div {
  width: 16.66666%;
}

.step-count-7 > div {
  width: 14.2857142857%;
}

.step-count-8 > div {
  width: 12.5%;
}

/******new style***********/
.steps-callout > div.previous,
.steps-callout > div.last,
.steps-callout > div.current.last, .steps-callout > div.active.last,
.steps-callout > div.previous-highlight {
  background-color: transparent !important;
}

.steps-callout.step-count-3 div .inner {
  padding: 0px;
}

/*NS: Adjusted from 30px 40px 0 145px for responsiveness issues*/
.steps-callout.step-count-4 div .inner {
  padding: 0px;
}

/*NS: Adjusted from 30px 40px 0 100px for responsiveness issues*/
.steps-callout {
  list-style: none;
  display: inline-table;
}

.steps-callout div {
  display: inline;
  padding: 0;
}

.steps-callout div .inner {
  display: block;
  height: 80px; /*NS: Adjusted from 50 to 80 due to responsiveness issues*/
  text-align: center;
  padding: 0px 40px 0 0px; /*NS: Adjusted from 30px 40px 0 80px for responsiveness issues*/
  position: relative;
  margin: 0 3px 0 0; /*NS: Adjusted from 10px to 3px for responsiveness issues*/
  font-size: 20px;
  text-decoration: none;
}

.steps-callout div .inner:after {
  content: "";
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid;
  position: absolute;
  right: -40px;
  top: 0;
  z-index: 1;
}

.steps-callout div.current .inner:after,
.steps-callout div.previous .inner:after {
  content: "";
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid;
  position: absolute;
  right: -40px;
  top: 0;
  z-index: 1;
}

.steps-callout div.current-highlight .inner:after,
.steps-callout div.previous-highlight .inner:after {
  content: "";
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid;
  position: absolute;
  right: -40px;
  top: 0;
  z-index: 1;
}

.steps-callout div .inner:before {
  content: "";
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid;
  position: absolute;
  left: 0;
  top: 0;
}

.steps-callout div:first-child .inner {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.steps-callout div:first-child .inner:before {
  display: none;
}

.steps-callout div:last-child .inner {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.steps-callout div:last-child .inner:after {
  display: none;
}

/*	.steps-callout div .inner:hover,*/
/*.steps-callout div .inner:hover:after {
					border-left-color: #24933C;
				}*/
.steps-callout .inner,
.steps-callout > div,
.steps-callout > div.previous,
.steps-callout > div,
.steps-callout > div.current, .steps-callout > div.active {
  background-image: none !important;
  background-color: transparent;
}

.steps-callout {
  background-color: transparent;
}

.steps-callout h4, .steps-callout p {
  color: #fff;
  position: relative;
}

.steps-callout h4 {
  padding-top: 5%; /*NS: Added for responsiveness issues*/
  padding-bottom: 5%; /*NS: Added for responsiveness issues*/
  padding-left: 45px; /*NS: Added for responsiveness issues*/
}

.steps-callout p {
  padding-left: 45px; /*NS: Added for responsiveness issues*/
  width: 85%; /*NS: Adjusted from 175 for responsiveness issues*/
  text-align: left;
}

.step-count-5.steps-callout p {
  padding-left: 45px; /*NS: Added for responsiveness issues*/
  width: 85%; /*NS: Adjusted from 175 for responsiveness issues*/
}

.step-count-5.steps-callout h4 {
  left: 0;
}

@media (max-width: 1200px) {
  .steps-callout p {
    font-size: 10px;
    width: 10%;
  }
  .steps-callout h4 {
    font-size: 16px;
  }
}
/*@media (max-width:750px) {
    .chevron .steps-callout div,
    .steps-callout.step-count-4 div,
    .steps-callout.step-count-5 div,
    .chevron .step-count-6.steps-callout div {
        clear: both;
        width: 80%;

        &:first-child .inner, &:last-child .inner {
            border-radius: 0;
        }

        .inner {
            height: 40px;
            padding: 0;
        }

        .inner:before {
            border-top-width: 20px;
            border-bottom-width: 20px;
            border-left: 20px solid #fff;
            //border-left: 40px solid $blue;
        }

        .inner::after {
            border-top-width: 20px !important;
            border-bottom-width: 20px !important;
            border-left-width: 20px !important;
            right: -19px !important;
        }
    }

    .steps-callout p {
        // font-size: 8px;
        width: 40%;
        word-wrap: break-word;
        padding-bottom: 10px;
    }

    .steps-callout h4 {
        //font-size:9px;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
}*/
/*@media (max-width:650px) {
    .steps-callout > div {
        width: 90%;
        min-height: 45px;

        .inner {
            height: auto;
        }
    }

    .step-count-4 {
        div.current .inner::after, div.previous .inner::after {
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            border-left: 15px solid;
            right: -14px;
        }

        div .inner::after {
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            border-left: 15px solid;
            right: -14px;
        }

        div.inner::before {
            content: "";
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            border-left: 15px solid #fff;
        }
    }
}*/
/* steps-callout Dots version  */
@media (max-width: 767px) {
  .step-container {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .step-container > .steps-callout {
    display: table-row;
  }
  .step-container > .steps-callout > .step > div {
    display: none;
  }
  .step-container > .steps-callout > .step {
    display: table-cell;
    width: 10px;
    height: 10px;
    padding: 0px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-right: 10px;
    margin-left: 10px;
    background-image: none !important;
  }
}
/* Chevron Dots */
/* steps-callout Dots version - set dot colors  */
@media (max-width: 767px) {
  .step-container > .steps-callout > .step {
    background: #d7d7d7 !important;
    box-shadow: 0 0 1px 1px #d7d7d7;
  }
  .step-container > .steps-callout > .current {
    background: #069bd7 !important;
    box-shadow: 0 0 1px 1px #069bd7;
  }
  .step-container > .steps-callout > .previous {
    background: #d7d7d7 !important;
    box-shadow: 0 0 1px 1px #d7d7d7;
  }
}
/* Chevron Dots */
/* CUSTOM */
.main_headerbar {
  background-color: #00538B;
}

.sub_headerbar {
  height: 60px;
  background-color: #728692;
}

.main_logo_div {
  height: 60px;
}

.main_logo_div img {
  max-height: 100%;
}

.main_footer {
  height: 197px;
  background-color: #728692;
}

.tagline {
  font-size: 1.5em;
  font-weight: 700;
}

.tagline a {
  text-decoration: none;
  color: black;
}

.tagline a:hover {
  text-decoration: none;
  color: black;
}

.oit-main-needsattention-row {
  margin: 5px;
}

.oit-content-col {
  padding: 20px;
}

.oit-kgrid-norows {
  padding: 20px 5px 20px 5px;
  font-size: large;
}

.disabled {
  pointer-events: none;
  cursor: default;
}

.disabled-card {
  opacity: 0.4;
}

/* FORMS */
form label {
  text-align: right;
  font-weight: bold;
}

fieldset legend {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

fieldset {
  margin-bottom: 20px;
}

label.form-check-label {
  font-weight: normal;
}

/* DEFAULT FROM PROJECT */
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  /*padding-bottom: 60px;*/
}

.footer {
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/* xs */
.retailer-card {
  width: 80%;
  height: auto;
}

/* Bootstrap 3 hold overs for Typeahead*/
.form-control-feedback {
  position: absolute;
  top: 0.5rem;
  right: 1.5rem;
  z-index: 2;
  display: block;
  text-align: center;
  pointer-events: none;
}

#typeaheadAddress::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  font-weight: 400;
  opacity: 1; /* Firefox */
}

.retailer-barcode > div {
  text-align: center;
  margin: auto;
}

.retailer-barcode > div > svg {
  overflow: visible !important;
}

.typeAheadAddress {
  height: calc(3.5rem + 2px);
}

.widthCoupon {
  width: 70%;
}

.minHeightError {
  min-height: 300px;
}

.bgColorLightGray {
  background-color: lightgray;
}

.wordbreak {
  word-break: break-word;
}

palette popup {
  background: rgba(0, 0, 0, 0.7);
}
palette button {
  background: #FF1A58;
}

/* sm */
@media (min-width: 768px) {
  .retailer-card {
    width: 80%;
  }
}
/* md */
@media (min-width: 992px) {
  .retailer-card {
    width: 30%;
  }
}
/* lg */
@media (min-width: 1200px) {
  .retailer-card {
    width: 30%;
  }
}
.screen-reader-only {
  position: absolute;
  width: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}

/*****modal********/
.modal-header .close {
  position: absolute;
  right: 10px;
}

@media (max-width: 530px) {
  .form-floating > label {
    font-size: 0.85em;
    text-align: left;
  }
}
.cc-window {
  background: rgba(0, 0, 0, 0.7);
  color: white;
}

.cc-window a {
  color: white;
}

.cc-window a:hover {
  color: lightgray;
  text-decoration: none;
}

.cc-link {
  color: white;
}

.cc-link:hover {
  color: lightgray;
  text-decoration: none;
}

.cc-link:visited {
  color: lightgray;
  text-decoration: none;
}

.cc-btn {
  background: #0581c1;
}

.cc-message a {
  color: white;
}

.cc-message a:hover {
  color: lightgray;
  text-decoration: none;
}

.cc-message a:visited {
  color: lightgray;
  text-decoration: none;
}

.tooltip-inner {
  border: 2px solid #d7d7d7;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  color: black;
  background: #f5f9fd;
  min-width: 300px;
  text-align: left;
}
.tooltip-inner .title {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.tooltip-inner .btn {
  margin-top: 1rem;
  padding: 0 inherit;
}

.tooltip {
  pointer-events: none;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top: none;
  top: -10px;
  left: -15px;
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.175 18.23 28.32 3.19C29.3 1.87 28.356 0 26.714 0H4.05C2.393 0 1.455 1.9 2.463 3.216l11.517 15.04a2 2 0 0 0 3.195-.025Z' fill='%23F5F9FD'/%3E%3Cpath d='m5.479 8.727 8.897 9.88a2 2 0 0 0 3.052-.094l7.776-9.786' stroke='%230072CE' stroke-width='2'/%3E%3C/svg%3E");
  width: 41px;
  height: 31px;
  background-repeat: no-repeat;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  border-right: none;
  transform: rotate(90deg);
  top: -5px;
  right: -20px;
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.175 18.23 28.32 3.19C29.3 1.87 28.356 0 26.714 0H4.05C2.393 0 1.455 1.9 2.463 3.216l11.517 15.04a2 2 0 0 0 3.195-.025Z' fill='%23F5F9FD'/%3E%3Cpath d='m5.479 8.727 8.897 9.88a2 2 0 0 0 3.052-.094l7.776-9.786' stroke='%230072CE' stroke-width='2'/%3E%3C/svg%3E");
  width: 41px;
  height: 31px;
  background-repeat: no-repeat;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom: none;
  transform: rotate(180deg);
  top: -15px;
  right: -15px;
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.175 18.23 28.32 3.19C29.3 1.87 28.356 0 26.714 0H4.05C2.393 0 1.455 1.9 2.463 3.216l11.517 15.04a2 2 0 0 0 3.195-.025Z' fill='%23F5F9FD'/%3E%3Cpath d='m5.479 8.727 8.897 9.88a2 2 0 0 0 3.052-.094l7.776-9.786' stroke='%230072CE' stroke-width='2'/%3E%3C/svg%3E");
  width: 41px;
  height: 31px;
  background-repeat: no-repeat;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  border-left: none;
  transform: rotate(270deg);
  top: -15px;
  left: -20px;
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.175 18.23 28.32 3.19C29.3 1.87 28.356 0 26.714 0H4.05C2.393 0 1.455 1.9 2.463 3.216l11.517 15.04a2 2 0 0 0 3.195-.025Z' fill='%23F5F9FD'/%3E%3Cpath d='m5.479 8.727 8.897 9.88a2 2 0 0 0 3.052-.094l7.776-9.786' stroke='%230072CE' stroke-width='2'/%3E%3C/svg%3E");
  width: 41px;
  height: 31px;
  background-repeat: no-repeat;
}
