
.baj-sec-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.baj-cauto-tab-comp {
  padding: 32px 16px;
}

.baj-cauto-tab-comp > .baj-cauto-tab-items {
  gap: 16px;
  margin-left: 16px;
}

.baj-cauto-tab-items > .baj-cauto-tab {
  padding: 8px 12px;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  font-size: 12px;
  font-weight: 700;
  color: #999;
}
.baj-cauto-tab-items > .baj-cauto-tab.active {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #173555;
  border-bottom: 5px solid #173555;
  transition: all 0.3s ease-out;
}
.baj-cauto-tab-items > .baj-cauto-tab:hover:not(.active) {
  color: #717171;
}

.baj-cautos {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-style: none;
  -moz-overflow-style: none;
  cursor: grab;
}
.baj-cautos::-webkit-scrollbar {
  display: none;
}
.baj-cautos::-moz-scrollbar {
  display: none;
}
.baj-cautos > div {
  gap: 15px;
}
.baj-cauto {
  width: 419px;
  min-height: 303px;
  background-color: #eeeeee !important;
  padding: 16px 12px;
  overflow: hidden;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.baj-cauto * {
  user-drag: none;
  -webkit-user-drag: none;
}
.baj-cauto-container {
  height: 100%;
}

.baj-cauto-header {
  background: linear-gradient(to bottom, #000000, #2c2c2b);
  border-radius: 5px;
}

.baj-cauto-header-container {
  padding: 10px;
  height: 200px;
  position:relative;
}

.baj-cauto-title {
  z-index: 2;
  line-height: 64px;
  font-size: 36px;
  font-weight: 700;
  color:#eeeeee; 
}

.baj-cauto-logo {
  position:absolute; 
  right: 5px; 
  top:5px; 
  overflow: hidden; 
  padding: 5px; 
}

.baj-cauto-logo > img {
  width: 92px;
  aspect-ratio: 1/1;
  opacity: 90%;
}

.baj-cauto-img {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
}

.baj-cauto-footer{
  margin-top:48px;
  padding: 0 24px;
}

.baj-cauto-btns{
  border:1px solid #2c2c2b;
  border-radius: 5px;
  overflow: hidden;
}

.baj-cauto-btn{
  padding: 5px;
  text-align: center;
  cursor:pointer;
}

.baj-cauto-btn > a, .baj-cauto-btn:hover > a {
  text-decoration: none;
  color: #2c2c2b;
}

.baj-cauto-btn:hover{
  background-color: #dddddd;
}

.baj-btn-shaded {
  background-color: #2c2c2b;
}

.baj-btn-shaded > a, .baj-btn-shaded > a:visited {
  color: #eeeeee !important;
}

.baj-cauto-desc {
  margin-top: 64px;
  font-size:18px;
  font-weight: 400;
  padding: 16px;
  text-align: center;
}

.baj-cauto-body .offers {
  margin-top:16px;
  gap:42px;
}

.baj-cauto-body .offer-label {
  font-weight: 400px;
  font-size: 12px;
}

.baj-cauto-body .offer-value {
  font-weight: 700px;
  font-size: 32px;
}

.baj-cauto-dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.baj-cauto-dot.active,
.baj-cauto-dot:hover {
  background-color: #717171;
}
.baj-cauto-next,
.baj-cauto-previous {
  color: #bbb;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.baj-cauto-next:hover,
.baj-cauto-previous:hover {
  color: #717171;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.modal-open{
  overflow:hidden !important;
}

.modal-dialog-width {
  width: 50vw !important
}

.modal-body{
  overflow-y: auto !important;
  max-height: 80vh !important;
}

@media screen and (max-width: 767px) {
  .baj-cauto {
    width: 209px;
    min-height: auto;
    padding: 12px 8px;
  }

  .baj-cauto-header-container {
    height: 100px;
  }

  .baj-cauto-title {
    font-size: 18px;
    line-height: 18px;
  }
  
  .baj-cauto-desc {
    margin-top: 30px;
    font-size:16px;
    font-weight: 400;
  }

  .baj-cauto-body > .offers {
    margin-top:16px;
    gap:16px;
  }

  .baj-cauto-body .offer-label {
    font-weight: 400px;
    font-size: 10px;
  }

  .baj-cauto-body .offer-value {
    font-weight: 700px;
    font-size: 24px;
  }

  .baj-cauto-logo > img {
    width: 36px;
    aspect-ratio: 1/1;
  }

  .baj-cauto-img {
    bottom: -30px;
  }

  .modal-open{
   position:fixed !important;
  }

  .modal-dialog-width {
    width: 100vw !important;
    height: 100vh !important;
  }
}
