/*CUSTOM FONT CHANGES*/

@font-face {
  font-family: JosefinSans-Light;
  src: url(fonts/JosefinSans-Light.ttf);
}

@font-face {
  font-family: JosefinSans-Medium;
  src: url(fonts/JosefinSans-Medium.ttf);
}

@font-face {
  font-family: JosefinSans-Bold;
  src: url(fonts/JosefinSans-Bold.ttf);
}

body {
  font-weight: 400;
  font-family: 'Robots', sans-serif;
  color: #212529;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {

  color: #58595b;
  text-transform: uppercase;

}

/*END - CUSTOM FONT CHANGES*/

.bg-theme {
  background: #90CDFE;
}

.bg-blue {
  background: #0f366c;
}

.bg-white {
  background: #fff;
}

.bg-grey {
  background: #f2f2f2;
}

.text-theme {
  color: #199ED8;
}

.text-blue {
  color: #0f366c;
}

.font9 {
  font-size: 9px !important;
}

.font11 {
  font-size: 11px !important;
}

.font14 {
  font-size: 14px !important;
}

.font15 {
  font-size: 15px !important;
}

.font16 {
  font-size: 16px !important;
}

.font24 {
  font-size: 24px !important;
}

.banner img {
  max-height: 190px;
  width: 100%;
}

.logo {
  text-align: center
}

.logo img {
  width: auto;
  max-height: 150px;
}

.btn-seacrh-icon {
  background: none;
}

.icon-calendar:before {
  content: none !important;
}

.br-5 {
  border-radius: 5px !important;
}

.title {
  font-size: 15px;
  font-weight: 700;
  color: #58595b;
  display: block;
  margin: 0 0 25px;
  padding: 10px 0 10px 0;
  line-height: 30px;
  text-transform: uppercase;
  width: 100%;
}

.text-black {
  color: #333;
}

address {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef !important;
}

.form-control {
  border-color: #bababa;
  border-radius: 0;
  background-color: #f8f6f7;
  font-size: 16px;
  height: 42px;
}

.btn {
  white-space: nowrap !important;
}

.btn-primary {
  color: #fff;
  font-size: 16px;
  background-color: #96C331;
  border-color: #96C331;
  border-radius: 5px;
}

.btn-primary:hover {
  opacity: 0.6;
  transition: 0.3s opacity;
  background-color: #96C331;
  border-color: #96C331;
}

.btn-dgreen {
  color: #FFF !important;
  font-size: 16px;
  background-color: green !important;
  border-color: green !important;
  box-shadow: 0 0 10px 5px rgb(0 0 0 / 10%);
  border-radius: 5px;
}

.btn-dgreen:hover,
.btn-dgreen:focus {
  opacity: 0.6;
  transition: 0.3s opacity;
  background-color: green;
  border-color: green;
}


/* CH Adding Secondary & Tertiary Button */

.btn-secondary {
  color: #fff !important;
  font-size: 14px !important;
  border-radius: 5px;
}

.btn-secondary:hover {
  opacity: 0.6;
  transition: 0.3s opacity;
}

/* 
.modal-no{
  color: #fff !important;
  font-size: 14px !important;    
  border-radius: 5px;
  padding: 6px 15px;
  background-color: #0292ce !important;
  border-color: #0292ce !important;
} */

.btn-tertiary {
  color: #fff !important;
  font-size: 14px !important;
  background-color: #8b8b8b !important;
  border-color: #8b8b8b !important;
  border-radius: 5px;
}

.btn-tertiary:hover {
  opacity: 0.6;
  transition: 0.3s opacity;
  background-color: #8b8b8b;
  border-color: #8b8b8b;
}

.width-238 {
  width: 238px;
}

.width-83 {
  width: 83px
}

.min-width-1064 {
  min-width: 1064px;
}

.min-width-860 {
  min-width: 860px;
}

.min-width-1110 {
  min-width: 1110px;
}

/* CH END Adding Secondary & Tertiary Button */

.agnttitle {
  font-weight: 700;
  margin-right: 10px;
}

.text-black {
  color: black;
}

.header {
  border-top: 2px solid #1d9ed5;
  border-bottom: 2px solid #1d9ed5;
}

/*Dashboard*/
.nav-top {
  padding: 0;
}

.cs-logo {
  height: 70px;
  padding: 5px 0px 5px 35px;
}

.cs-navigation {
  width: 100%;
}

.dashboard-policy-search {
  border-radius: 50px;
  overflow: hidden;
  padding-right: 15px;
  display: inline-block;
}

.dashboard-policy-search .custom-select {
  padding: 2px 12px;
  height: 25px;
  margin: 4px 0;
  font-size: 14px;
  line-height: normal;
  border: none;
}

.dashboard-policy-search .custom-select:focus {
  box-shadow: none;
}

.dashboard-policy-search .cs-input {
  height: 25px;
  border-radius: 3px !important;
  margin: 4px 0 4px 5px;
  border: none;
}

.select-branch+.select2 {
  width: 100% !important;
  font-size: 14px;
}

.select2-results li {
  font-size: 14px !important;
}

.cs-user-profile button {
  width: 110% !important;
  font-size: 14px;
  padding: 3px 7px;
  height: 28px;
}

.btn-seacrh-icon {
  padding: 3px 10px;
}

.cs-user-profile button:after {
  margin-left: 0.9em;
  border-top: .4em solid #58595b !important;
  top: 1px;
  position: relative;
}

nav {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cs-navigation li.dropdown .dropdown-item {
  padding: 0.4rem 0.8rem;
  font-size: 14px;
  font-family: 'Robots', sans-serif;
  background: #F2F2F2;
  /* CH fix navigation drop-down style*/
  text-transform: none;
  /* CH fix navigation drop-down style*/
  color: #58595B !important;
  /* CH fix navigation drop-down style*/

}



/*CH NAV MENU CHANGES*/

.cs-navigation li.dropdown .dropdown-item:hover,
.cs-navigation li.dropdown .dropdown-item:focus {
  background: #f8f9fa;
  padding-left: 0.9rem;
  transition: 0.15s padding ease-out;
}

.navbar ul li a {
  color: #fff !important;
  text-transform: uppercase;
  font-family: JosefinSans-bold;
}

.searchbox {
  padding: 10px 15px;
  display: block;
  width: 100%;
  position: relative;
  clear: both;
  background: #e7e7e7;
  top: -8px;
}

.searchbox-close {
  color: #58595b;
}

.searchbox-close:hover,
.searchbox-close:focus {
  color: #58595b;
  opacity: .6;
}

.h32 {
  height: 32px !important;
}

/*END - NAV MENU CHANGES*/



.cs-navigation li {
  width: 20%;
  margin-left: 2px;
}

.cs-navigation li:last-child {
  /* width: 2.8% !important; */
  margin-left: 2px;
}

.cs-navigation li:first-child {
  margin-left: 0px;
}

.cs-navigation li .dropdown-menu {
  width: 100%;
  margin-top: 0px;
  background: #138bbe;
  padding: 0;
  border: 0;
}

.cs-navigation li .dropdown-menu a:hover,
.cs-navigation li .dropdown-menu a:focus {
  background: #58595b;
  transition: .3s;
}

.cs-navigation li a {
  background: #58595b;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 10px 4px 10px;
}

#cs-banner-slider .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

#cs-banner-slider .carousel-inner img {
  height: 190px;
}

.dashboard-copyrights {
  background: #58595b;
  font-size: 14px;
  color: #FFF;
  padding: 2Em 0;
}

.cs-quotes-tab-counter {
  padding: 2px 8px;
  color: #FFF;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  margin-bottom: 3px;
  border-radius: 25px;
  margin-top: 5px;
}

.cs-tab-content .nav-pills .nav-item a {
  font-weight: bold;
  background: #f2f2f2;
  color: #2d2d2d;
  text-align: left;
  border: 2px solid transparent;
}

.cs-tab-content .nav-pills .nav-item a.active {
  font-weight: 600;
  transition: .3s;
}

.cs-tab-content .nav-pills .nav-item a {
  position: relative;
}

.cs-tab-content .nav-pills .nav-item a.active::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  bottom: -15px;
  left: 50%;
  margin-left: -10px;
}

.cs-tab-content .nav-pills .nav-item a#pills-recent-tab.active::after {
  border-top: 14px solid #ffc107;
}

.cs-tab-content .nav-pills .nav-item a#pills-referrals-tab.active::after {
  border-top: 14px solid #a200d9;
}

.cs-tab-content .nav-pills .nav-item a#pills-renewals-tab.active::after {
  border-top: 14px solid #7ddb02;
}

.cs-tab-content .nav-pills .nav-item a#pills-pending-tab.active::after {
  border-top: 14px solid #e92375;
}

.cs-tab-content .nav-pills .nav-item a#pills-payments-tab.active::after {
  border-top: 14px solid #ff8923;
}

.cs-tab-content .nav-pills .nav-item a#pills-recent-tab.active {
  border: 2px solid #ffc107;
  background: #fffae9;
}

.cs-tab-content .nav-pills .nav-item a#pills-recent-tab .cs-quotes-tab-counter {
  background: #ffc107;
}

.cs-tab-content .nav-pills .nav-item a#pills-referrals-tab.active {
  border: 2px solid #a200d9;
  background: #fbefff;
}

.cs-tab-content .nav-pills .nav-item a#pills-referrals-tab .cs-quotes-tab-counter {
  background: #a200d9;
}

.cs-tab-content .nav-pills .nav-item a#pills-renewals-tab.active {
  border: 2px solid #7ddb02;
  background: #e7ffc8;
}

.cs-tab-content .nav-pills .nav-item a#pills-renewals-tab .cs-quotes-tab-counter {
  background: #7ddb02;
}

.cs-tab-content .nav-pills .nav-item a#pills-renewals-tab .cs-quotes-tab-counter-amount {
  background: #FFF;
  color: #7ddb02;
}

.cs-tab-content .nav-pills .nav-item a#pills-pending-tab.active {
  border: 2px solid #e92375;
  background: #ffeff6;
}

.cs-tab-content .nav-pills .nav-item a#pills-pending-tab .cs-quotes-tab-counter {
  background: #e92375;
}

.cs-tab-content .nav-pills .nav-item a#pills-payments-tab.active {
  border: 2px solid #ff8923;
  background: #fff6ef;
}

.cs-tab-content .nav-pills .nav-item a#pills-payments-tab .cs-quotes-tab-counter {
  background: #ff8923;
}

.cs-tab-content .nav-pills .nav-item a#pills-payments-tab .cs-quotes-tab-counter-amount {
  background: #FFF;
  color: #ff8923;
}

.cs-tab-content .nav-pills .nav-item {
  margin-left: 10px;
}

.cs-tab-content .nav-pills .nav-item:first-child {
  margin-left: 0px;
}

.cs-tab-quotes-content .title {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-bottom: 0;
}

.cs-table-ui table tr th {
  background: #22a0d5;
  color: #FFF;
}

#pills-recent .cs-table-ui table tr th {
  background: #fabb01;
  color: #FFF;
}

#pills-recent .cs-tab-quotes-content .title {
  color: #fabb01;
}

#pills-referrals .cs-table-ui table tr th {
  background: #a200d9;
  color: #FFF;
}

#pills-referrals .cs-tab-quotes-content .title {
  color: #a200d9;
}

#pills-renewals .cs-table-ui table tr th {
  background: #7ddb02;
  color: #FFF;
}

#pills-renewals .cs-tab-quotes-content .title {
  color: #7ddb02;
}

#pills-pending .cs-table-ui table tr th {
  background: #e92375;
  color: #FFF;
}

#pills-pending .cs-tab-quotes-content .title {
  color: #e92375;
}

#pills-payments .cs-table-ui table tr th {
  background: #ff8923;
  color: #FFF;
}

#pills-payments .cs-tab-quotes-content .title {
  color: #ff8923;
}

/*Dashboard*/
/* New Quote */
.text-blue {
  color: #0c97d3;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.25em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  pointer-events: none;
}

.has-feedback>.form-control-feedback {
  right: 0;
}

.has-feedback-right .form-control-feedback {
  right: 14px;
}

.has-feedback-right .form-control-feedback i {
  top: 3px;
}

.has-feedback-left>.form-control-feedback {
  left: 14px;
  border-right: 1px solid #ccc;
  height: 28px;
  width: 25px;
  top: 0px;
}

.has-feedback-left>.form-control {
  padding-left: 30px;
}


svg {
  fill: rgb(242, 242, 242);
  height: 1.4rem;
  width: 1.4rem;
  margin: 0.2rem;
}

.rating-form-2 svg {
  height: 3rem;
  width: 3rem;
  margin: 0.5rem;
}

#radios label {
  position: relative;
}

input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.rating input[type="radio"] {
  width: 58px;
  height: 58px;
}

input[type="radio"]+app-svg svg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #CCC;
  padding: 12px;
  border-radius: 10px;
}

input+app-svg svg {
  cursor: pointer;
}

input[type="radio"]:hover+app-svg svg,
input[type="radio"]:checked+app-svg svg,
input[type="radio"]:focus+app-svg svg {
  background: rgb(0, 109, 217);
}


input[class="landlordhome"]:hover+svg,
input[class="landlordhome"]:checked+svg,
input[class="landlordhome"]:focus+svg {
  background: rgb(0, 204, 79);
}

input[class="sme"]:hover+svg,
input[class="sme"]:checked+svg,
input[class="sme"]:focus+svg {
  background: rgb(232, 214, 0);
}

input[class="cyber"]:hover+svg,
input[class="cyber"]:checked+svg,
input[class="cyber"]:focus+svg {
  background: rgb(229, 132, 0);
}

input[class="motor"]:hover+svg,
input[class="motor"]:checked+svg,
input[class="motor"]:focus+svg {
  background: rgb(239, 42, 16);
}

input[class="commonmotor"]:hover+svg,
input[class="commonmotor"]:checked+svg,
input[class="commonmotor"]:focus+svg {
  background: #03c4a1;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #58595b transparent transparent transparent !important;
}

.cs-profile {
  background: #FFF;
}

.cs-profile i {
  background: #58595b;
  color: #FFF;
  border: 1px solid #58595b;
  border-radius: 50%;
  font-size: 10px;
  width: 18px;
  height: 18px;
  padding: 3px;
  position: relative;
  top: -2px;
}

.select2-selection {
  outline: none !important;
  position: relative;
}

.select2-selection .select2-selection__rendered {
  padding-left: 28px !important;
}

.select2-selection .select2-selection__rendered::before {
  content: '\f007';
  position: absolute;
  font-family: 'FontAwesome';
  width: 18px;
  height: 18px;
  background: #58595b;
  color: #FFF;
  border: 1px solid #58595b;
  border-radius: 50%;
  font-size: 10px;
  padding: 2px 4.5px;
  line-height: 12px;
  top: 4px;
  left: 7px;
}

.steps>ul>li:after,
.steps>ul>li:before {
  content: '';

  display: block;
  position: absolute;
  top: 16px;
  width: 50%;
  height: 3px;
  background-color: #58595b;
  box-shadow: 0px 3px 3px 0px rgb(29 158 213 / 30%);
  -moz-box-shadow: 0px 3px 3px 0px rgb(29, 158, 213, 0.3);
  -webkit-box-shadow: 0px 3px 3px 0px rgb(29 158 213 / 30%);
  z-index: 0;
}


.content {
  margin-left: 0 !important
}

.steps {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
}

.steps .current-info {
  position: absolute;
  left: -99999px
}

.steps>ul {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none
}

.steps>ul>li {
  display: table-cell;
  width: auto;
  vertical-align: top;
  text-align: center;
  position: relative
}

.steps>ul>li a {
  position: relative;
  padding: 0 5px;
  padding-top: 26px;
  line-height: 16px;
  margin-top: 2px;
  margin-bottom: 5px;
  display: block;
  font-size: 13px;
  letter-spacing: 0.3px;
}

.steps>ul>li a:hover {
  text-decoration: none;
}


.steps>ul>li:before {
  left: 0
}

.steps>ul>li:after {
  right: 0
}

.steps>ul>li:first-child:before,
.steps>ul>li:last-child:after {
  content: none
}

.steps>ul>li.current>a {

  margin-top: 15px;
  padding-top: 12px;
}





.steps>ul>li.disabled a,
.steps>ul>li.disabled a:focus,
.steps>ul>li.disabled a:hover {
  color: #d5d5d5;
  cursor: default;
}

.steps>ul>li.done a,
.steps>ul>li.done a:focus,
.steps>ul>li.done a:hover {
  color: #333;
}



.steps .step {
  width: 12px;
  height: 12px;
  line-height: 40px;
  border: 2px solid #F2F2F2;
  font-size: 1.3rem;
  border-radius: 100%;
  box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  background-color: #FFF;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 50%;
  margin-left: -10px;
  z-index: 10;
  text-align: center;
}

.rating-form-1 {
  display: table;
}

.rating-form-1 label {
  text-align: center;
  font-size: 14px;
  padding-right: 10px;
  display: inline-table;
}

/* New Quote */
/*Quote Summary*/

.titlehd {
  color: #fff;
  padding: 10px 15px;
}

.tableqt td,
.tableqt th,
.tableqt th {
  padding: 18px 7px;
}

.tableqt td {
  vertical-align: middle;
}

.csttable td {
  border: none;
}

.csttablesub td {
  padding: 0px 5px;
  border: 1px solid #dee2e6;
  vertical-align: inherit;
  text-align: right;
  font-weight: 700;
}

.csttablesub th {
  text-align: right;
  font-weight: 400;
}

.qoutno {
  font-size: 16px;
  font-weight: bold;
  color: black;
}

.boxdiv {
  padding: 15px;
  width: 100%;
  color: #fff;
  text-align: center;
  min-height: 282px;
  max-height: 434px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.arrow-tick {
  width: 0;
  height: 0;
  border-top: 90px solid transparent;
  border-bottom: 90px solid transparent;
  border-left: 90px solid #58595b;
  position: absolute;
  left: 0px;
  top: -90px;
}

.arrow-tick .fa-check {
  position: absolute;
  left: -74px;
  top: 15px;
  font-size: 26px;
}

.boxdiv p {
  line-height: auto;
  padding: 0px;
  margin: 0px;
}

.font-lg {
  font-size: 18px
}

.amt,
.amt button {
  font-weight: bold;
  margin-top: 5px;
  font-size: 20px !important;
  padding: 5px 20px;
}

.amt span,
.amt button span {
  font-weight: normal;
  font-size: 16px !important;
}

.tab-card {
  border: 1px solid #eee;
}


/* Default mode */
.tab-card-header>.nav-tabs {
  border: none;
  margin: 0px;
}

.tab-card-header>.nav-tabs>li {
  margin-right: 2px;
}

.tab-card-header>.nav-tabs>li>a {
  border: 0;
  border-bottom: 2px solid transparent;
  margin-right: 0;
  color: #737373;
  padding: 2px 15px;
}


.tab-card-header>.nav-tabs>li>a:hover {

  border: none;
}

.tab-card-header>.tab-content {
  padding-bottom: 0;
}


.documentlist ul {
  margin: 0px;
  padding: 0px;
}

.documentlist ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.panel-premium-info {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 15px;
}

.panel-premium-info {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 15px;
}

.media-heading {
  color: #22a0d5;
  font-weight: bold;
  font-size: 20px
}

.bdhover {
  font-size: 16px;
  padding: 8px;
  color: #000;
  cursor: pointer;
  margin: 0px
}

.bdhover:hover {
  background: #80b801;
  color: #fff;
}

/*Quote Summary*/

/* Question set */
.content-box {
  background-color: #fff;
  padding: 25px;
  box-shadow: 0px 4px 8px 0px rgb(59 92 107 / 24%);
  -moz-box-shadow: 0px 4px 8px 0px rgba(59, 92, 107, 0.24);
  -webkit-box-shadow: 0px 4px 8px 0px rgb(59 92 107 / 24%);
  margin-bottom: 25px;
  border: 1px solid #ddeaec;
  border-radius: 5px;
}

.content-box {
  box-shadow: none;
  border: 1px solid #828484;
}

.box-header {
  margin: -25px;
  margin-bottom: 20px;
  padding: 15px 15px;
  border-bottom: 1px solid #ddd;
}

.box-header.blue {
  background-color: #1d9ed5;
  padding: 6px 15px;
  color: #fff;
}

.content-box .box-header {
  background-color: #dff4fd;
  padding: 6px 25px;
}

.content-box .box-header.blue {
  background-color: #58595b;
  padding: 5px 15px;
  color: #fff;
}

.content-box .box-header h4.panel-title,
.content-box .box-header h5.panel-title {
  margin: 0;
  padding: 2px;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
}

/* Question Set */
.btn-primary:hover,
.btn-secondary:hover,
.btn-tertiary:hover {
  opacity: 0.6;
  transition: 0.3s opacity;
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* policy Summary */
.border-left {
  border-left: 1px solid #888 !important;
}

.policy-summary-card {
  background: #f2f2f2;
  border-radius: 5px;
  padding: 7px 12px;
  min-height: 80px;
}

.ml15 {
  margin-left: -15px;
  width: 105.8%;
}

.policy-summary-card-buy-now {
  background: #f2f2f2;
  border-radius: 5px;
  padding: 21px 2px;
  min-height: 80px;
}

.noteonestimate {
  white-space: break-spaces;
  padding-top: 10px;
}

.min-height66 {
  min-height: 66px !important;
}

.policy-action-list {
  display: flex;
  margin: 13px 0 0 0;
  padding: 0;
  list-style-type: none;
}

.policy-action-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  margin-left: 8px;
}

.policy-action-list li a {
  padding: 6px 12px;
  background: #FFF;
  border-radius: 5px;
  font-size: 14px;
  text-decoration: none;
}

.policy-action-list li a:hover,
.policy-action-list li a:hover {
  transition: .3s opacity;
  color: #FFF;
  opacity: .6;
}

.policy-action-list li:first-child {
  margin-left: 0;
}

.cs-radio-btn .custom-radio:nth-child(2) label {
  border-radius: 0;
  /*left: -6px;*/
  border-left: none !important;
}

.cs-radio-btn .custom-radio:last-child label {
  border-radius: 0 4px 4px 0;
  /*left: -6px;*/
}

.cs-radio-btn .custom-radio:nth-child(3) label {
  left: -12px;
}

.cs-radio-btn .custom-radio label:after,
.cs-radio-btn .custom-radio label:before {
  display: none;
}

.cs-radio-btn .custom-radio {
  margin: 0;
  padding: 0;
}

.endorse-summary-center {
  margin: 0 auto;
}

.table-td-pad-sm {
  padding: 10px 7px !important;
}

/* Policy Summary */

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr {
    margin: 0 0 1rem 0;
  }

  tr:nth-child(odd) {
    background: #ccc;
  }

  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
  }

  td:before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  td:nth-of-type(1):before {
    content: "Quote #";
    top: 12px;
  }

  td:nth-of-type(2):before {
    content: "Product";
    top: 12px;
  }

  td:nth-of-type(3):before {
    content: "Insured";
    top: 12px;
    top: 12px;
  }

  td:nth-of-type(4):before {
    content: "Detail";
    top: 12px;
  }

  td:nth-of-type(5):before {
    content: "When";
    top: 12px;
  }

  td:nth-of-type(6):before {
    content: "Status";
    top: 12px;
  }

  td:nth-of-type(7):before {
    content: "Type";
    top: 12px;
  }

  td:nth-of-type(8):before {
    content: "Comments";
    top: 12px;
  }

  .cs-quick-quote-form {
    padding: 0 15px !important;
  }

  .cs-quick-quote-form label {
    text-align: left !important;
  }

  .cs-navigation {
    margin-top: 20px;
  }

  .cs-navigation li {
    width: 100% !important;
    margin: 0 !important;
  }

  .cs-navigation li a {
    padding: 10px 15px !important;
  }

  .cs-tab-content .scrtabs-tab-container,
  .cs-tab-content .scrtabs-tabs-fixed-container {
    height: auto !important;
  }

  #pills-tabContent {
    clear: both;
  }

  .scrtabs-tab-scroll-arrow {
    height: 74px !important;
    padding-left: 0px !important;
    padding-top: 24px !important;
  }

  .scrtabs-tab-scroll-arrow .scrtabs-arrow-btn {
    background: transparent !important;
    border: none !important;
    font-size: 18px;
    outline: none !important;
  }

  .cs-logo {
    padding: 5px 0px 5px 0px;
  }

  .text-left-mb {
    text-align: left !important;
  }

  .cs-user-profile button {
    text-align: left;
  }

  .cs-profile i {
    text-align: end;
  }

  .searchbox-close {
    float: right !important;
  }

  #searchbox .custom-select {
    margin-bottom: 15px !important;
  }

  #searchbox .cs-input {
    margin-bottom: 15px !important;
  }

  .search i,
  .search i:hover,
  .search i:focus {
    font-size: 20px !important;
  }

  .policy-summary-card {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {

  .cs-tab-content .scrtabs-tab-scroll-arrow {
    display: none !important;
  }

  .cs-tab-content .scrtabs-tab-container,
  .cs-tab-content .scrtabs-tabs-fixed-container {
    height: auto !important;
    display: flex;
  }

  .cs-tab-content .scrtabs-tabs-movable-container,
  .cs-tab-content .scrtabs-tabs-fixed-container {
    width: 100% !important;
  }
}



.minheight72 {
  min-height: 72px;
}

.amountFocus1 {
  opacity: 0.6;
  transition: 0.3s opacity;
  background-color: green;
  border-color: green;
}

.amountFocus2 {
  opacity: 0.6;
  transition: 0.3s opacity;
  background-color: green;
  border-color: green;
}

#loaderDiv {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgb(255 255 255 / 62%);
  top: 0;
  left: 0;
  z-index: 100;
}

.imgloader {
  position: absolute;
  left: 50vw;
  margin-left: -100px;
  top: 50vh;
  margin-top: -100px;
  z-index: 100;
}

#initialloaderDiv {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgb(255 255 255 / 100%);
  top: 0;
  left: 0;
  z-index: 100;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #6c757d !important;
}

.footer {
  height: auto !important;
  padding: 0.8rem !important;
}

.pfooter {
  word-break: normal !important;
  overflow-wrap: break-word;
}

.bottomPadding {
  padding-bottom: 20px;
}

.bottomPaddingForSerach {
  padding-bottom: 60px;
}

.boldText {
  font-weight: bold;
}

.required {
  color: red;
}

#homeWidth {
  width: 38px;
}

.margintop17 {
  margin-top: 17px;
}

.broker-fee-dollar {
  margin-right: 225px;
  margin-top: 3px;
}

.minWidth235 {
  min-width: 235px;
}

input.ng-invalid.ng-touched {
  border: 1px solid red;
}

.mobilewidth100 {
  width: 100% !important
}

.mobilepadding10 {
  padding-left: 10px !important
}

.covercheckboxspan {
  margin-left: 5px;
  ;
}

.covercheckbox {
  margin-top: 4px;
  ;
}


input[type=checkbox] {
  float: left;
}

.transaction-h .cs-table-ui table tr th {
  color: #FFF;
}

.dollarsvg {
  fill: rgb(242, 242, 242);
  width: 0.6rem;
  margin: -0.8rem;
}

.childquestion>div {
  margin-left: 301px;
  position: inherit;
}

.width-fit-content {
  width: fit-content;
}

.errorMessage {
  color: red;
  white-space: nowrap;
  font-size: 13px;
}

.marginleft-10 {
  margin-left: -10px;
}

.btn-primary1:disabled {
  background-color: grey !important;
  border: 2px grey solid !important;
}

/*AddClient*/
.cs-radio-btn .custom-radio .decrease-padding {
  padding: 0.5em 3.2em;
}

.margin-top-bottom-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.loginname:focus {
  border: 2px solid black !important;
}

.swal-title-sm {
  font-weight: 500 !important;
  font-size: 1.5em !important;
}

.swal-sm {
  height: 250px !important;
  width: 25em !important;
}

.swal-icon-sm {
  margin-top: 20px !important;
  margin-bottom: 0px !important;
}

.bordered-section {
  margin-bottom: 15px;
  padding: 10px 20px;
  border: 1px solid rgb(255 87 16 / 50%);
  background-color: rgb(255 255 255 / 55%);
  border-radius: 12px;
  position: relative;
  transition: all .4s ease-out;
}

.bordered-section-heading {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.min-height-64 {
  min-height: 64px
}

.anchor-hover-hand {
  color: #007bff;
}

.btn-cntr {
  margin: 20px 0px 10px 0px;
}

.modal.show {
  z-index: 1000000;
}

h4.modal-title.txt-color {
  text-transform: none;
}

.dropdown-menu.show {
  display: block;
  overflow: auto;
  max-height: 250px;
}

.word-break-all {
  word-break: break-all;
}

.break-word {
  word-wrap: break-word;
}

td.break-word {
  word-wrap: break-word;
}

.pointerDatepicker {
  pointer-events: all;
}

.anchorlinks {
  cursor: pointer !important;
  color: #007bff !important;
}

.anchorlinksForColourCoding {
  cursor: pointer !important;
  color: #fff !important;
  padding: 5px 10px !important;
  border-radius: 8px !important;
}

.policynumber {
  text-align: center;
  padding-left: 40px;
}

.title-txt {
  font-size: 15px;
  font-weight: 700;
  color: #58595b;
}

.today {
  background-color: #DCDCDC
}

bs-datepicker-container,
bs-daterangepicker-container {
  z-index: 1000 !important;
}

.min-height-500 {
  min-height: 500px;
}

.boxdiv-estimate {
  background: #ffffff;
  padding: 15px;
  width: 100%;
  color: rgb(8, 8, 8);
  text-align: center;
  min-height: 285px;
  max-height: 434px;
  position: relative;
  overflow: hidden;
}

.boxdiv-estimate p {
  line-height: auto;
  padding: 0px;
  margin: 0px;
}

.tooltip .tooltip-inner {
  background-color: rgb(49, 49, 49);
  font-size: 14px;
  color: white;
}


.width-6dot25em {
  min-width: 6.25em;
}

.width-3dot55em {
  min-width: 3.55em;
}

.ml-7 {
  margin-left: 7px;
}

.ml-15 {
  margin-left: 15px;
}

.pl-30 {
  padding-left: 30px;
}

.pull-rightimp {
  float: right;
}

.pull-noneimp {
  float: none !important;
}

.loader-hidden {
  visibility: hidden;
}

#actionSection {
  display: block !important;
}

.spanBullet {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
}

.marginleft15 {
  margin-left: -15px;
}

.childspan100>div {
  width: 100%
}

.width340 {
  width: 340px !important;
}

.minheight37 {
  min-height: 37px !important;
}

.estimate_edit {
  margin-left: 30px;
  padding-left: 17px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.cursorpointer {
  cursor: pointer;
}

.marginleftplus15 {
  margin-left: 15px;
}

.padding-left-18 {
  padding-left: 18px;
}

.padding-left-15 {
  padding-left: 15px;
}

.padding-left-30 {
  padding-left: 30px;
}

.cursorpointer {
  cursor: pointer;
}

.minheight243 {
  min-height: 200px;
  ;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table td,
.table th {
  padding: 0.75rem;
}

.color-black {
  color: black;
}

.btn-buynow {
  width: 76px;
  padding-left: 0;
  padding-right: 0%;
}

.maxwidth-overflow {
  max-width: 100%;
  overflow: hidden;
}

/*QUOTE COMBINATION STYLES -- START*/

.content-box-qc {
  background-color: #fff;
  padding: 25px;
  margin-left: 15px;
  box-shadow: 0px 4px 8px 0px rgb(59 92 107 / 24%);
  -moz-box-shadow: 0px 4px 8px 0px rgba(59, 92, 107, 0.24);
  -webkit-box-shadow: 0px 4px 8px 0px rgb(59 92 107 / 24%);
  margin-bottom: 25px;
  border: 1px solid #ddeaec;
  border-radius: 5px;
}

.content-box-qc2 {
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgb(59 92 107 / 24%);
  -moz-box-shadow: 0px 4px 8px 0px rgba(59, 92, 107, 0.24);
  -webkit-box-shadow: 0px 4px 8px 0px rgb(59 92 107 / 24%);
  margin-bottom: 25px;
  border: 1px solid #ddeaec;
  border-radius: 5px;
}

.content-box-qc {
  box-shadow: none;
  border: 1px solid #1d9ed5;
}

.icon-checkmark:before {
  content: "\ed6c";
}

.qc-card {
  background: #edfaff;
  width: 100%;
  border: 1px solid #edfaff;
  border-radius: 5px !important;
  padding: 10px 15px;
  box-shadow: 0 0 4px #ccc;
  margin-bottom: 0;
  position: relative;
}

.qc-card:hover,
.qc-card input:checked {
  background: #edfaff;
  border: 1px solid #1d9ed5;
  box-shadow: 0 0 6px #ccc;
  transition: .3s;
}

.qc-card .head {
  font-size: 15px;
  font-weight: 500;
}

.qc-card .price {
  font-size: 16px;
  font-weight: 600;
  color: #1d9ed5;
}

.qc-card hr {
  margin: 1px 0 !important;
}

.text-bold {
  font-weight: 600 !important;
}

/* width */
.qc-box::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.qc-box::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #e5fff0;
}

/* Handle */
.qc-box::-webkit-scrollbar-thumb {
  background: #1d9ed5;
  border-radius: 10px;
}

/* Handle on hover */
.qc-box::-webkit-scrollbar-thumb:hover {
  background: #1d9ed5;
}


.check-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list input[type="radio"],
.check-list input[type="checkbox"] {
  position: absolute;
  overflow: hidden;
  opacity: 0;
}

.check-list label {
  background-color: #edfaff;
  border: 1px solid #edfaff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: pointer;
  width: 100%;
  padding: 10px;
}

.check-list label svg {
  width: 38px;
  margin: 0 auto;
}

.check-list label .st0 {
  fill: #505a63;
}


.check-list.choose-product input[type="radio"]+label:after,
.check-list.choose-product input[type="checkbox"]+label:after {
  content: '';
  border: 0;
  background-image: url("../images/check-bz.svg");
  position: absolute;
  top: 7px;
  right: 7px;
  display: block;
  background-size: 30px;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.check-list.choose-product input[type="radio"]:checked+label:after,
.check-list.choose-product input[type="checkbox"]:checked+label:after {
  content: '';
  background-image: url("../images/check-bz-active.svg");
}

.st0 {
  fill: #005dac;
}

.st1 {
  stroke: #005dac;
}


.check-list label img.product-image {
  width: 44px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.check-list input[type="radio"]:checked+label img.product-image,
.check-list input[type="checkbox"]:checked+label img.product-image {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  filter: alpha(opacity=100);
}


.check-list input[type="radio"]:checked+label,
.check-list input[type="checkbox"]:checked+label {
  position: relative;
  border-color: #1d9ed5;
}

.check-list input[type="radio"][disabled]+label,
.check-list input[type="checkbox"][disabled]+label {
  border-color: #CBCBCB;
  cursor: not-allowed;
  color: #CBCBCB;
}

.font-large-4 {
  font-size: 20px;
}

.text-bold {
  font-weight: 600 !important;
}

.qc-box {
  /* height:155px; */
  /* overflow:auto; */
  padding: 6px 16px;
  /* margin-bottom: -16px; */
}

/* width */
.qc-box::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.qc-box::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #e5fff0;
}

/* Handle */
.qc-box::-webkit-scrollbar-thumb {
  background: #1d9ed5;
  border-radius: 10px;
}

/* Handle on hover */
.qc-box::-webkit-scrollbar-thumb:hover {
  background: #1d9ed5;
}


.content-box-qc .panel-title {
  color: white;
}


.qc-buttons {
  margin-top: 5px;
  margin-right: -3px;
}

.qc-buttons .cs-radio-btn .custom-radio label {
  padding: 0.5em 2em;
}

.qc-buttons .switch {
  margin-left: 20px;
}

/*QUOTE COMBINATION STYLES -- END*/

.pull-left28 {
  margin-left: -28px;
}

.inst-day {
  margin-top: -25px;
  margin-left: -12px;
}

.pull-left60 {
  margin-left: 60px;
}

.pull-left260 {
  margin-left: -266px;
}

.tooltip.toolTipWidth .tooltip-inner {
  max-width: 100% !important;
  max-height: 300px !important;
  overflow-y: scroll;
}

.broker-fee {
  margin-top: 12px;
}

.broker-fee .broker-fee-dollar {
  margin-right: 218px;
  margin-top: 4px;
}

.pull-right-20 {
  margin-right: 20px;
}

.align-center {
  display: flex;
  justify-content: center;
}

.footerLinkWhite {
  color: #fff;
  text-decoration: underline;
  word-break: normal;
}

.hintTextAlign {
  white-space: nowrap;
}

.minheight145 {

  min-height: 145px;
}

.claims-info-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.claims-info-list li a {
  padding: 10px 15px;
  background: #D8F0FB;
  border: 1px solid #85B1C4;
  border-radius: 5px;
  color: #2d2d2d;
  text-decoration: none;
  display: block;
  margin-bottom: 12px;
}

.claims-info-list li a i {
  color: #22a0d5;
  margin-right: 5px;
}

.claims-info-head {
  font-size: 24px;
  color: #0D78A4;
  font-weight: 500;
}

.cs-term-btn .custom-radio .custom-control-input:checked~.custom-control-label {
  background: #f2f2f2 !important;
  color: #000 !important;
}

.cs-term-btn .custom-radio label {
  color: #ffffff !important;
  border: 1px solid #FFF !important;
  font-weight: 700 !important;
  padding: 3px 15px !important;
  line-height: 20px;
}

.cs-term-btn .custom-radio label[for="row1"] {
  border-right: 0;
}

.cs-term-btn .custom-radio label[for="row2"] {
  border-left: 0;
}

.panel,
.panel-body {
  box-shadow: none;
}

.panel-group .panel-heading {
  padding: 0;
}

.panel-group .panel-heading a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 10px 15px;
  font-size: 15px;
  text-transform: initial;
}

.panel-group .panel-heading a:after {
  content: '-';
  float: right;
}

.panel-group .panel-heading a.collapsed:after {
  content: '+';
}


.table-filter-align {
  display: grid;
  grid-template-columns: auto auto;
}

.banner-container {
  position: relative;
  text-align: center;
}

.banner-text-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-heading {
  color: white;
}

.banner-info {
  color: white;
}


.banner-search {
  margin-top: 10px;
}

.search-box .search-input {
  width: 100%;
  padding: 5px;
  color: #fff;
}



.text-inherit {
  text-transform: inherit !Important;
}


/* New Search filter */


.search-button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
}

.search-toggle {
  position: relative;
  display: block;
  top: 6px;
  height: 14px;
  width: 14px;
}

.search-toggle.active {
  height: 18px;
  top: 0;
}

.search-toggle::before,
.search-toggle::after {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.1s;
}

.search-toggle::before {
  border: 2px solid #FFF;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: -1px;
  top: -3px;
}

.search-toggle::after {
  height: 2px;
  width: 7px;
  background: #FFF;
  top: 10px;
  left: 8px;
  transform: rotate(45deg);
}

.search-toggle.active::before {
  width: 0;
  border-width: 1px;
  border-radius: 0;
  transform: rotate(45deg);
  top: 2px;
  left: 5px;
}

.search-toggle.active::after {
  width: 18px;
  left: -3px;
  top: 10px;
}

.search-input:focus {
  outline: none;
}

.search-toggle-2 {
  position: absolute;
  /* display: block; */
  top: 18px;
  /* padding: 2px; */
  height: 14px;
  width: 14px;
  margin-left: 10px;
}

.search-toggle-2.active {
  height: 18px;
  top: 0;
}

.search-toggle-2::before,
.search-toggle-2::after {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.1s;
}

.search-toggle-2::before {
  border: 2px solid #FFF;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: -1px;
  top: -3px;
}

.search-toggle-2::after {
  height: 2px;
  width: 7px;
  background: #FFF;
  top: 10px;
  left: 8px;
  transform: rotate(45deg);
}

.search-toggle-2.active::before {
  width: 0;
  border-width: 1px;
  border-radius: 0;
  transform: rotate(45deg);
  top: 2px;
  left: 5px;
}

.search-toggle-2.active::after {
  width: 18px;
  left: -3px;
  top: 10px;
}

.search-colour {
  background: #0b2e62 !important;
}

#nav2 {
  border-bottom: 2px solid #0097bf;
}

#nav2 .search-box {
  position: absolute;
  bottom: 0;
  display: none;
  width: 100%;
  height: 100%;
  max-height: 0;
  transform: translateY(100%);
  background-color: #0097bf;
  transition: all 0.3s;
}

#nav2.show .search-box {
  display: block;
}

#nav2 .search-box .search-input {
  width: 100%;
  height: 100%;
  padding: 0 1em;
  border: 0;
  background-color: transparent;
  opacity: 0;
  color: #fff;
}

#nav2 .search-box .search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

#nav2.show .search-box {
  max-height: 30px;
}

#nav2.show .search-box .search-input {
  opacity: 1;
}

#search2 {
  min-height: 33px !important;
}


.search-filter-grid {
  display: grid;
  grid-template-columns: 120px auto 100px;
  padding: 5px 6px;
}

.search-filter-grid-inner {
  display: inline-grid;
}

.search-filter-grid-inner.custom-select {
  width: 120px;
  background: #1c7b95;
  color: #FFF;
  border-color: #1c7b95;
}

#search-result {
  background: #1c7b95;
  color: #FFF;
}

/* The container */
.filter-container {
  display: block;
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.filter-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: relative;
  padding: 5px 15px;
  border-radius: 25px;
  /* font-size: 14px; */
  /* background-color: #eee; */
  color: #FFF;
}

/* On mouse-over, add a grey background color */
.filter-container:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.filter-container input:checked~.checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.filter-container input:checked~.checkmark:after {
  display: block;
}

.s-r-f-text {
  float: left;
  line-height: 38px;
}

.search-result-card {
  padding: 15px;
}

.search-result-card .s-r-heading {
  font-size: 13px;
  font-weight: 300;
  color: #878787;
}

.search-result-card .s-r-content {
  font-size: 16px;
  font-weight: 600;
  color: #00709E;
  margin-top: 5px;
}

.card-header .title {
  font-size: 17px;
  color: #000;
}

.card-header .accicon {
  font-size: 25px;
  width: 1.3em;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 0 0 6px rgb(0 0 0 / 10%);
  border-radius: 5px;
  border: 1px solid #C9EFFF;
}

.card-header-search {
  cursor: pointer;
  border-bottom: none;
}

.card-search {
  border: 1px solid #ddd;
}

.card-body-search {
  border-top: 1px solid #ddd;
}

.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

#searchresult .card {
  border: 1px solid #B7B7B7;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 5%);
}

#searchresult .card-header {
  padding: 0 !important;
  background: none !important;
}

#searchresult .card-header .card-body1 .search-magic-box {
  padding: 10px 15px;
  background: #EEFAFF;
  border-radius: 5px;
  color: #000;
}

#searchresult .search-magic-box .search-highlight {
  background: #00709E;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 2px;
}

.show-more {
  display: block;
  text-align: center;
}

.show-more a {
  background: transparent;
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  padding: 5px 10px;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.show-more a::before {
  content: '';
  position: absolute;
  border-top: 25px solid #009ADA;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.search-filter-chips .badge {
  background: #EFEFEF !important;
  margin-right: 5px;
  font-size: 12px;
  padding: 10px 15px;
  line-height: 15px;
}

.search-chips-close {
  background: #ACACAC;
  border-radius: 50px;
  width: 18px;
  height: 18px;
  padding: 2px;
  display: inherit;
  text-align: center;
}

.search-chips-close i {
  font-size: 10px;
}

.filter-select {
  width: 100px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 300;
  padding: 5px;
  color: #666;
}

.disableAnchorTag {
  pointer-events: none;
  opacity: 0.6;
}

.checkbox-border {
  border: 1px solid red;
  padding-left: 10px;
  padding-top: 10px;
}

.error-active .cs-radio-btn .custom-radio {
  box-shadow: 0 0px 4px #3baaf3;
}

div>small>div {
  display: inline;
  margin-left: 1px;
}

.width-max-content {
  min-width: max-content;
}

legend {
  display: none;
}

.label-transaction {
  color: white !important;
  padding: 2px 7px;
  border-radius: 7px;
}

.success-label {
  background-color: #31c48d;
}

/* Green */
.info-label {
  background-color: #8da2fb;
}

/* Blue */
.warning-label {
  background-color: #ff8a4c;
}

/* Orange */
.danger-label {
  background-color: #e02424;
}

/* Red */
.yellow-label {
  background-color: #faca15;
}

/* Yellow */
.blue-gray-label {
  background-color: #7e8299;
}

/* Yellow */
.padding-8-label {
  padding: 8px;
}

.displayBreadcrumb {
  display: block;
  width: 100%;
}

.min-height-62 {
  min-height: 62px
}

.landing-page {
  min-height: 86vh !important;
  position: relative;
}

.padding-left-0 {
  padding-left: 0 !important;
}

.mb25px {
  margin-bottom: 25px;
}

.visually-hidden {
  display: none !important;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }

  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }

  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

.dataLoader-container {
  position: relative;
}

#dataLoader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
}

#dataLoader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

#dataLoader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

#dataLoader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

.wsp-normal {
  white-space: normal !important;
}

.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
}

.additionalEllipsis {
  width: 200px !important;
  padding-bottom: 1.5px !important
}

.width-238-i {
  width: 238px !important;
}

.disclaimer-font-style {
  font-style: italic;
  font-size: 15px;
}

.login-card {
  box-shadow: 0 .125rem #0a0a0a1a;
  border-radius: 12px;
  padding: 5px 35px;
}

.disabled-link {
  pointer-events: none;
  color: grey;
  opacity: 0.5;
}

.width-fit-content {
  width: fit-content;
}

.mr-button {
  margin-right: 10px;
}

p-chip {
  background-color: #D3D3D3 !important;
  color: black !important;
  border-radius: 15px !important;
  margin-right: 1px !important;
  margin-bottom: 1px !important;
  padding-block: 2px !important;
}

.remove-focus:focus{
  outline: none;
}

.remove-border {
  border: none !important;
}

.add-border {
  border: 1px solid gray;
  padding: 2px !important;
  border-radius: 5px !important;
}

@media screen and (max-height: 576px) {
  #Microsoft_Omnichannel_LCWidget_Chat_Iframe_Window {
    width: 370px !important;
    left: unset !important;
    right: 20px !important;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    min-width: 1140px !important;
  }
}
/*style section started related to svg*/
.cls-1{fill:#8d8d8d}.cls-3{fill:#f57070}.cls-4{fill:#ffb248}.cls-6{fill:#8cbce7}.cls-8{fill:#2b2b4c}
.svg-fill-1{
  fill:#d94747;
}
.svg-fill-2{
  fill:#5b97c4
}
.svg-fill-3{
  fill:#f79341
}
/*style section ended related to svg */

/* ng-bootstrap modal backdrop z-index applied via CSS since inline style is blocked by CSP */
ngb-modal-backdrop {
  z-index: 1055;
}


/*style for highlighting ques*/
.highlight {
  border: 2px solid #ff4d0769 !important;
  background-color: #ffc10745 !important;
  padding: 5px !important;
  border-radius: 8px;
}
/*style for conditional quote message*/
.conditional-quote-message{
    background: #ffc10745;
    border: 2px solid #ff4d0769;
    border-radius: 5px;
    padding: 7px !important;
   
}
