@charset "UTF-8";
.starlink-top {
  display: flex;
  flex-wrap: wrap;
}

.starlink-top-parsonal {
  flex: 1 0 100%;
  max-width: 100%;
  height: 327px;
  padding: 18px 0 0;
}

.starlink-top-parsonal .row {
  padding: 0 24px;
}



.starlink-top-parsonal .row h3 {
  display:inline;
}

.starlink-top-parsonal .row .name {
  margin-right: auto;
}

.starlink-top-parsonal .row .btn {
  margin-left: auto;
}

.starlink-top-parsonal .row .contract {
  display:inline;
  padding: 9px 12px;
  margin-left: auto;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: center;
  color: #ccc;
}

.starlink-top-parsonal .name span:nth-of-type(3) {
  font-size: 1.4rem;
}

.starlink-top-service {
  flex: 1 0 610px;
  width: 610px;
  max-width: 610px;
}

.starlink-top-service .itemlist-list > li.blank {
  padding: 12px 0;
}

.starlink-top-service .itemlist-list > li.blank p {
  text-align: inherit;
}

.starlink-top-service .itemlist-list:not(.itemlist-header) {
  min-height: 168px;
}

.starlink-top-service .itemlist-list .service-vehiclealert,
.starlink-top-service .itemlist-list .service-securityalert,
.starlink-top-service .itemlist-list .service-roadsideassistant,
.starlink-top-service .itemlist-list .service-sos,
.starlink-top-service .itemlist-list .service-aacn {
  background-position: 2px 50%;
}

.starlink-top-service .item-servicealert {
  padding: 10px 22px 10px 40px;
}

.starlink-top-service .item-servicealert ul > li:nth-of-type(1) {
  flex-basis: 220px;
  max-width: 220px;
  padding-right: 8px;
}

.starlink-top-service .item-servicealert ul > li:nth-of-type(2) {
  flex-basis: 148px;
  max-width: 148px;
  padding-right: 8px;
}

.starlink-top-service .item-servicealert ul > li .servicealert {
  font-size: 1.6rem;
  font-weight: bold;
}

.starlink-top-service .item-servicealert ul > li .servicealert + span {
  font-size: 1.2rem;
}

.starlink-top-message {
  flex: 1 0 370px;
  width: 370px;
  max-width: 370px;
  margin-left: 20px;
}

.starlink-top-message .itembox-header {
  border-bottom: none;
}

.starlink-top-message .itemlist {
  min-height: 168px;
}

.starlink-top-message .card-message {
  position: relative;
  height: 76px;
}

.starlink-top-message .card-message.unread::before {
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent #0072b1;
  border-width: 0 0 24px 24px;
}

.starlink-top-message .card-message > ul > li:nth-of-type(1) {
  flex: none;
}

.starlink-top-message .card-message > ul > li:nth-of-type(2) {
  flex-basis: 2.3em;
  max-height: 2.3em;
  margin-top: 10px;
}

.starlink-top-message .card-message > ul > li:nth-of-type(3) {
  flex: none;
  margin-top: auto;
}

.starlink-top-message .card-message .title {
  font-weight: bold;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.starlink-top-message .card-message .excerpt {
  overflow: hidden;
  height: 100%;
  font-size: 1.4rem;
  line-height: 2.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.starlink-contactaboutstarlink {
  flex: 1 0 100%;
  max-width: 100%;
  height: 160px;
  padding: 18px 0 0;
}

.starlink-contactaboutstarlink .flex-container{
  display: flex;
  flex-wrap: wrap;
}

.starlink-contactaboutstarlink-callcenter {
  flex: 1 0 320px;
  width: 320px;
  max-width: 320px;
  margin-left: 0px;
  margin-top:20px;
  font-size: 1.4rem;
}

.starlink-contactaboutstarlink-callnumber {
  flex: 1 0 400px;
  width: 400px;
  max-width: 400px;
  margin-top:20px;
  font-size: 1.4rem;
}

.starlink-mycar {
  overflow: hidden;
  height: 284px;
  padding-top: 24px;
  padding-bottom: 32px;
}

.starlink-mycar > ul {
  align-items: center;
  justify-content: center;
}

.starlink-mycar-ul3 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.starlink-mycar > ul > li {
  flex: none;
}

.starlink-mycar > ul > li:nth-of-type(n+2) {
  margin-left: 80px;
}

.starlink-mycar-carousel {
  width: 100%;
}

.starlink-mycar-carousel a:focus {
  outline: none;
}

.starlink-mycar-carousel.slick-dotted.slick-slider {
  margin: 0;
}

.starlink-mycar-carousel.slick-initialized .slick-slide {
  display: flex;
  justify-content: flex-start;
}

.starlink-mycar-carousel .slick-slide {
  box-sizing: border-box;
  padding: 0 52px;
}

.starlink-mycar-carousel .slick-slide:focus {
  outline: none;
}

.starlink-mycar-carousel .slick-slide > li:nth-of-type(n+2) {
  margin-left: 80px;
}

.starlink-mycar-carousel .slick-prev,
.starlink-mycar-carousel .slick-next {
  width: 26px;
  height: 26px;
  z-index: 500;
}

.starlink-mycar-carousel .slick-prev {
  left: 16px;
}

.starlink-mycar-carousel .slick-prev::before {
  content: url(/common/img/starlink/btn-icon-prev.svg);
}

.starlink-mycar-carousel .slick-next {
  right: 16px;
}

.starlink-mycar-carousel .slick-next::before {
  content: url(/common/img/starlink/btn-icon-next.svg);
}

.starlink-mycar-carousel .slick-dots {
  top: 230px;
}

.starlink-mycar-carousel .slick-dots > li {
  width: 8px;
  height: 8px;
  margin: 0;
}

.starlink-mycar-carousel .slick-dots > li:nth-of-type(n+2) {
  margin-left: 10px;
}

.starlink-mycar-carousel .slick-dots > li button {
  width: 8px;
  height: 8px;
  padding: 0;
}

.starlink-mycar-carousel .slick-dots > li button::before {
  width: 8px;
  height: 8px;
  color: #fff;
  font-size: .8rem;
  line-height: 1;
  opacity: .3;
}

.starlink-mycar-carousel .slick-dots > li.slick-active button::before {
  opacity: 1;
  color: #0072b1;
}

.starlink-mycar .mycar-box {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 228px;
  height: 228px;
  padding: 10px 16px 0;
  text-align: center;
}

.starlink-mycar .mycar-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
}

.starlink-mycar .mycar-box p {
  flex: none;
  position: relative;
  z-index: auto;
  width: 100%;
  color: #fff;
}

.starlink-mycar .mycar-box .contract {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  font-size: 1.3rem;
  line-height: 1;
}

.starlink-mycar .mycar-box .modelname {
  overflow: hidden;
  max-height: 2.2em;
  margin-top: 20px;
  font-size: 2rem;
  line-height: 1.2;
}

.starlink-mycar .mycar-box .grade {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.2;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.starlink-mycar .mycar-box .numberPlate {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.starlink-mycar .mycar-box .btn-white {
  position: relative;
  z-index: auto;
  width: 100px;
  min-width: 100px;
  margin-top: 24px;
  color: #000;
  line-height: 1;
}

.starlink-mycar .mycar-box .btn-white:hover {
  opacity: .65;
}

.starlink-itembox {
  padding: 24px;
}

.starlink-itembox .itembox-header {
  padding: 0 0 24px;
}
