a {
    text-decoration: none !important;
}

body {
  font-family: 'WorkSans-Regular';
}

a.nav-item {
  color: #5e5c5c;
  font-family: 'WorkSans-Regular';
  font-size: 18px;
}

a.nav-item:hover {
  color: black;
}

a.red-text {
  color: #ce1d37;
}

.warranty-table-link {
    font-size: 15px !important;
    background-color: none !important;
}

.highlighted-row {
    background-color: #90EE90 !important;
}

.tc-content-header h3{
  font-family: 'WorkSans-SemiBold';
  font-size: 25px !important;
}

.tc-content-header p{
  font-family: 'WorkSans-Regular';
  font-size: 25px;
  text-align: center !important;
}

.tc-header{
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: center;
}

.tc-header.less-margin{
  margin-bottom: 0rem;
}

.tc-header h2{
  font-size: 50px;
  font-family: 'WorkSans-Bold';
}

.tc-header h3{
  font-size: 50px;
  line-height: 1;
}

.tc-header .read-more-link{
  margin-top: 2rem;
  font-size: 20px;
}

.tc-header p{
  font-size: 25px;
  margin: 1rem 0;
}

.tc-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/resources/images/dropdown.png");
  background-position: right 5px top 1.5rem;
  background-repeat: no-repeat;
}

.error-message {
    text-align: center;
    justify-content: center;
}

.greyed-out {
    opacity: 0.5;
}

.upgrade-your-kit-header{
    color: white;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

.upgrade-your-kit-sub-header{
    color: white;
    text-align: center;
    padding-bottom: 38px;
}

.contact-us-text{
    font-size: 20px;
}

.contact-us-sub-headers{
    padding-top: 10px;
}

.contact-us-home-button{
    padding-top: 28px;
}

/* Landing Page */
.homeBackground{
  background-image: url("/resources/images/tech-img-left.png"),
  url("/resources/images/tech-img-right.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top left, top -4rem right;
}

.claim-select-items{
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 19px;
}

.claim-complete-description{
    font-size: 16px !important;
}

.claim-complete-location{
    font-size: 16px !important;
}

.claim-complete-pin{
    width: 15px;
    float: right;
}

.home-page{
  position: relative;
}

.claim-checkbox-agreement{
    margin-left: 54px;
}

.two-blocks >div {
  padding: 34px;
  background-color: white;
  border: black;
  box-shadow: 9px 12px 25px 0 rgba(24, 31, 42, 0.1);
}

.two-blocks {
  padding: 65px;
}

.navbar-logo{
  height: 55px;
}

@media screen and (min-width: 600px){
  .two-blocks >div{
    width: 48%;
  }

  .two-blocks >div:first-child {
    margin-right: 4%;
  }
}

.home-desc {
  padding-top: 85px;

}

.home-testimonials {
  background-color: #333030;
  position: relative;
  z-index: 2;
  padding: 2rem 4rem 4rem;
}

.testimonial-block hr, .product-block hr{
  width: 80%;
  border: 1px solid #f9dd5e;
  color: #f9dd5e;
  margin: 1.5rem auto;
}

.testimonial-block, .product-block{
  background-color: white;
  min-height: 350px;
  padding: 1rem;
  border-radius: 1rem;
}

.testimonial-block h2, .product-block h2{
  font-family: 'WorkSans-SemiBold';
  font-size: 25px;
}

.testimonial-block p, .product-block p{
  font-size: 20px;
}

.big-links {
  padding-top: 5rem;
}

.big-links a{
  border-radius: 2rem;
  padding: 1rem 3rem;
  background: #fff;
  border: 2px solid #ce1d37;
  font-family: 'WorkSans-SemiBold';
  font-size: 25px;
  color: #ce1d37;
}

.big-links a:hover{
  color: #ce1d37;
}

.footer {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.read-more-link span {
  border-top: 2px solid #ce1d37;
  border-bottom: 2px solid #ce1d37;
  color: #ce1d37;
  padding: 10px;
  font-family: 'WorkSans-SemiBold';
}

.read-more-link {
  margin-top: 25px;
}

.footer-image-background {
  position: absolute;
  width: 100%;
  margin-top: -8rem;
  z-index: 0;
}

.custom-owl-nav {
  position: absolute;
  height: 45px;
  width: 45px;
  top: 10rem;
  z-index: 3;
  cursor: pointer;
}

.custom-owl-nav-left {
  left: -5rem;
}

.custom-owl-nav-right {
  right: -5rem;
}

.tc-red-button, input[type=file]::file-selector-button {
  background-color: #ce1d37;
  color: white;
  border-radius: 20px;
  border-radius: 2rem;
  padding: 0.5rem 3rem;
  font-family: WorkSans-SemiBold;
  font-size: 24px;
}

.tc-red-button:hover, input[type=file]::file-selector-button:hover{
  color: #fff;
}

.tc-form-control::placeholder {
  text-align: center;
  font-size: 20px !important;
}

.tc-form-control {
  width: 100%;
  border: none;
  border-bottom: 1px solid black;
  padding: 15px 5px 15px 5px;
  text-align: center;
  position: relative;
  margin: auto;
  margin: 10px 0px;
  font-size: 20px;
}

.tc-eye-icon {
  width: 23px;
}

.tc-float-input-group-btn {
  right: 1rem;
  position: absolute;
  margin-top: 1.3rem;
}

.tc-login-page {
  padding-bottom: 60px;
}

.tc-login-page h2{
  font-weight: bold;
}

.tc-hover-icons {
  position: relative;
}

.tc-hover-icons img:first-child{
  position: absolute;
  z-index: 4;
  transition: 0.3s;
}

.tc-hover-icons img:first-child:hover{
  opacity: 0;
}

.tc-hover-icons img:last-child{
  z-index: 5;
  position: relative;
  opacity: 0;
  transition: 0.3s;
}

.tc-hover-icons img:last-child:hover {
  opacity: 1;
}

.user-device-serial-number{
    font-weight: bold;
}

.user-device-serial-number-input {
    text-align: left !important;
}

.dashboard-body-page {
  background-image: url("/resources/images/main v1.png");
  background-repeat: no-repeat;
  background-position-y: 50px ;
}

.terms-and-conditions-text {
    font-size: 18px;
}

/* purchase warranty */
.tc-float-box-title{
  font-weight: bold;
  padding-bottom: 4px;
  text-align: left;
}

.tc-float-box h2{
  font-family: 'WorkSans-SemiBold';
  font-size: 25px;
  text-align: left;
}

.tc-float-box h4{
  text-align: left;
  font-size: 20px;
  font-family: 'WorkSans-Regular';
}

.tc-float-box p{
  text-align: left;
}

.red-text{
  color: #ce1d37;
}

.tc-float-box {
  box-shadow: 9px 12px 25px 0 rgba(24, 31, 42, 0.1);
  margin-bottom: 20px;
  padding: 17px;
}

.tc-float-box-black {
  background-color: #363333;
  border-radius: 4px;
  color: white;
}

.tc-white-button {
  background-color: white;
  color: #ce1d37;
  border-radius: 20px;
  border-radius: 2rem;
  padding: 0.5rem 3rem;
  border: 2px solid #ce1d37;
  font-family: WorkSans-SemiBold;
  font-size: 24px;
}

.success-submit {
  color: #EBB85B;
  border-color: #EBB85B;
}

input[type=file]::-webkit-file-upload-button {
  background-color: #ce1d37;
  color: white;
  border: none;
  border-radius: 20px;
  transition: 1s;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
}

input[type=file]::file-selector-button {
  background-color: #ce1d37;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  transition: 1s;
  outline: none;
}

.wrapper-progressBar {
  width: 100%
}

.progressBar {
}

.progressBar li {
  list-style-type: none;
  float: left;
  width: 20%;
  position: relative;
  text-align: center;
  font-weight: 500;
  color: #ebebec;
}

.progressBar.threeItems li{
  width: 33.33%;
}

.progressBar.fourItems li{
  width: 25%;
}

.progressBar li:before {
  content: " ";
  line-height: 30px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 3px solid #ebebec;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  background-color: #ebebec;
}

.progressBar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ebebec;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.progressBar li:first-child:after {
  content: none;
}

.progressBar li.active {
  color: #ce1d37;
}

.progressBar li.active:before {
  border-color: #ce1d37;
  background: #fff;
}

.progressBar li.active + li:after {
  background-color: #ce1d37;
}

.warranty-purchase-checkbox {
    font-weight: bold;
    font-size: 18px;
}

/* HIDE RADIO */
[type=radio].device-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio].device-radio + img {
  cursor: pointer;
  filter: grayscale(100%) brightness(300%);
}

/* CHECKED STYLES */
[type=radio].device-radio:checked + img{
  object-fit: cover;
  filter: brightness(100%);
}

[type=radio].device-radio.no-active:checked + img{
  object-fit: cover;
  filter: grayscale(100%) brightness(300%);
}

.device-radio.no-active:hover + img{
  object-fit: cover;
  filter: brightness(100%);
}

.home-logos{
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.home-logos label{
  color: #979797;
  font-size: 14px;
  margin-top: 1rem;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #363333;
  border-radius: 4px;
  background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '✔';
  width: 12px;
  height: 12px;
  color: #ce1d37;
  position: absolute;
  top: 1px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}


[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*** custom checkboxes ***/

input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] ~ label:before {
  content: '✔';
  color:#fff;
  border: 2px solid #363333;
  border-radius: 4px;
  background: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 1px;
  position: relative;
  line-height: 1em;
}

input[type=checkbox]:checked ~ label:before {
  content: '✔';
  color: #ce1d37;
  border: 2px solid #363333;
  border-radius: 4px;
  background: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  line-height: 1em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 1px;
} /* checked icon */

.form-check-label{
  display: inline-grid;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.no-padding{
  padding-left: 0px;
  padding-right: 0px;
}

.no-padding-all{
  padding: 0;
}

.row{
  margin-left: 0px;
  margin-right: 0px;
}

.device-images-pane{
    box-shadow: 9px 12px 25px 0 rgb(24 31 42 / 10%);
    background: #fff;
    margin: 4rem 0;
    padding: 3rem 2rem;
    font-size: 25px;
}

.device-images-pane h2{
  font-family: 'WorkSans-Bold';
  font-size: 40px;
}

.info-box{
  box-shadow: 9px 12px 25px 0 rgb(24 31 42 / 10%);
  background: #fff;
  margin: 4rem 0;
  padding: 6rem 2rem;
  font-size: 25px;
}

.info-box.less-padding{
  padding: 2rem 0rem;
}

.info-box h2{
  font-family: 'WorkSans-Bold';
  font-size: 40px;
}

.info-box a{
  padding: 1rem 2rem;
  color: #fff;
  font-family: 'WorkSans-SemiBold';
  background: #ce1d37;
  font-size: 24px;
  border-radius: 2rem;
}

.info-box a:hover{
  text-decoration: none;
  border: 0;
}

.table-scroll{
  text-align: left;
}

.table-scroll{
  font-size: 16px;
}

.table-scroll th:last-of-type, .table-scroll tr td:last-of-type{
  text-align: right;
}

.table-scroll ::-webkit-scrollbar {
  width: 0px;
}
.table-scroll ::-webkit-scrollbar-button {
  background: #ccc;
}
.table-scroll ::-webkit-scrollbar-track-piece {
  background: #888
}
.table-scroll ::-webkit-scrollbar-thumb {
  background: #eee
}

.table-scroll.table {
  width: 100%;
}

.table-scroll thead,.table-scroll tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table-scroll tbody {
  display: block;
  overflow-y: auto;
  table-layout: fixed;
  max-height: 250px;
}

.table-scroll th, .table-scroll td{
  border: 0 !important;
}

.table-controls a{
  background: #fff;
}

.table-scroll td a, .table td a{
  color: #ce1d37;
  background: #fff;
  font-size: 20px;
  text-align: right;
  padding: 0;
}

.table, .table th {
  text-align: left;
}

table.dataTable thead th, table.dataTable thead td{
  padding: .75rem !important;
}

.dataTables_filter{
  font-family: WorkSans-SemiBold;
  font-size: 25px;
  width: 100%;
  float: left !important;
  text-align: left !important;
}

.dataTables_filter label{
  width: 100%;
}

.dataTables_filter input[type=search]{
  outline: 0;
  border: 0 !important;
  border-bottom: 1px solid black !important;
  font-family: WorkSans-Regular !important;
  border-radius: unset !important;
  min-width: 320px;
  width: 60%;
  padding: 1rem !important;
  margin-left: 9rem !important;
}

.rotateimg180 {
  -webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.inactive-image img{
  cursor: pointer;
  filter: grayscale(100%) brightness(300%);
}

.active-image img{
  filter: brightness(100%);
}

.truncate {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inline-radio{
  display: inline-block;
  margin-right: 1rem;
  font-size: 20px;
}

.inline-radio input[type="radio"]:checked + label:before, .inline-radio [type="radio"]:not(:checked) + label:before{
  border-radius: 100%;
  border: 1px solid #363333;
}

.inline-radio input[type="radio"]:checked + label:after, .inline-radio [type="radio"]:not(:checked) + label:after{
  content: '';
  width: 8px;
  height: 8px;
  color: #ce1d37;
  position: absolute;
  top: 6px;
  left: 6px;
  background: #ce1d37;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.clicker .arrow-down{
  background-image: url("/resources/images/dropdown.png");
  background-position: right 1rem top 1.5rem;
  background-repeat: no-repeat;
}

.clicker .arrow-up{
  background-image: url("/resources/images/dropup.png");
  background-position: right 1rem top 1.5rem;
  background-repeat: no-repeat;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  border: 2px solid #ddd;
  display: inline-flex;
  width: 100%;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  margin: 0;
  position: relative;
  color: #ce1d37;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 2px;
  background-color: #ce1d37;
  transform: translate(-50%, -50%);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  padding: .5rem;
  border: solid #ddd;
  border-width: 0 2px;
  font-size: 20px;
  height: 3rem;
  text-align: center;
  width: 100%;
}

.warranty-purchase-unit-age-input{
    font-size: 15px !important;
}


.tc-float-box-black label{
  color: #fff !important;
}

table.dataTable thead th, table.dataTable thead td{
  border-top:0;
  border-bottom: 0;
}

table.dataTable thead th, table.dataTable thead td{
  border-bottom: 0 !important;
}

.table td, .table th{
  border: 0 !important;
}

table.dataTable.no-footer{
  border-bottom: 0 !important;
}

.check-list h3{
  font-family: WorkSans-SemiBold;
  font-size: 25px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.check-list ul, .check-list ol{
  font-family: WorkSans-Regular;
  font-size: 20px;
}

.check-list ul > li {
  margin-bottom: 1rem;
  list-style-image: url('/resources/images/tick.png');
  list-style-position: inside;
  text-indent: -2rem;
  padding-left: 2rem;
}

.no-tick li {
  margin-bottom: 5px !important;
  list-style: disc !important;
}

/*Waitbox*/

.SpinArm {
  position: absolute;
  height: 15px;
  width: 150px;
  animation: spinMe 4s infinite ease;
  opacity: 0;
}

.SpinArmSmall{
  height: 5px;
  width: 25px;
}

.WaitBall {
  float: right;
  height: 15px;
  width: 15px;
  background-color: rgb(31, 31, 31);
  border: 1px solid rgb(31, 31, 31);
  border-radius: 50%;
}

.WaitBallSmall {
  float: right;
  height: 5px;
  width: 5px;
  background-color: rgb(31, 31, 31);
  border: 1px solid rgb(31, 31, 31);
  border-radius: 50%;
}

@keyframes spinMe {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }

  10%{
    opacity: 1;
  }

  75%{
    opacity: 1;
  }

  100% {
    transform: rotate(630deg);
    opacity: 0;
  }
}

.WaitBox {
  display: none;
  position: fixed;
  top: 40%;
  left: calc(50% - 75px);
  z-index: 999999999999;
}

.WaitBoxSmall {
  z-index: 999999999999;
}

.WaitBox > SpinArm {
  float: left;
}

.Mask {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: white;
  opacity: 0.3;
}

.SpinArm:nth-child(1) {
  animation-delay: 0s;
}

.SpinArm:nth-child(2) {
  animation-delay: 0.1s;
}

.SpinArm:nth-child(2) > div {
  background-color: #ce1d37;
}

.SpinArm:nth-child(3) {
  animation-delay: 0.2s;
}

.SpinArm:nth-child(4) {
  animation-delay: 0.3s;
}

.SpinArm:nth-child(5) {
  animation-delay: 0.4s;
}

.SpinArm:nth-child(6) {
  animation-delay: 0.5s;
}

.SpinArm:nth-child(7) {
  animation-delay: 0.6s;
}


/*Date Input*/

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}