.choose-color-modal-dialog.modal-dialog {
  max-width: 1100px;
  width: 85%;
  margin-top: 230px;
  height: auto
}

@media screen and (max-width:992px) {
  .choose-color-modal-dialog.modal-dialog {
    margin-top: 48px
  }
}

@media screen and (max-width:768px) {
  .choose-color-modal-dialog.modal-dialog {
    margin: 0;
    width: 100%
  }
}

.choose-color-modal-dialog.modal-dialog .modal-body {
  padding: 0
}

.choose-color-modal-dialog.modal-dialog .modal-content {
  border: 1px solid #666666;
  border-radius: 20px;
  padding: 24px
}

@media screen and (max-width:1500px) {
  .choose-color-modal-dialog.modal-dialog .modal-content {
    padding: 20px
  }
}

@media screen and (max-width:992px) {
  .choose-color-modal-dialog.modal-dialog .modal-content {
    padding: 0 24px;
    border: none
  }
}

@media screen and (max-width:768px) {
  .choose-color-modal-dialog.modal-dialog .modal-content {
    border-radius: 0
  }
}

.choose-color-modal-dialog.modal-dialog .close img {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 30px;
  width: 30px
}

@media screen and (max-width:992px) {
  .choose-color-modal-dialog.modal-dialog .close img {
    top: 20px;
    right: 5px;
    height: 16px;
    width: 16px
  }
}

.choose-color-modal-dialog.modal-dialog .header {
  padding-bottom: 24px
}

.choose-color-modal-dialog.modal-dialog .header h3 {
  color: var(--behr-navy-primary);
  font-family: var(--behr-heading-font);
  font-size: 80px;
  font-weight: 500;
  font-style: normal;
  line-height: 100px;
  text-align: center;
  text-transform: uppercase
}

@media screen and (max-width:992px) {
  .choose-color-modal-dialog.modal-dialog .header h3 {
    font-size: 60px;
    line-height: 50px
  }
}

@media screen and (max-width:768px) {
  .choose-color-modal-dialog.modal-dialog .header h3 {
    font-size: 40px;
    line-height: 50px
  }
}

@media screen and (max-width:420px) {
  .choose-color-modal-dialog.modal-dialog .header h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
  }
}

.choose-color-modal-dialog.modal-dialog .header p {
  font-family: var(--behr-body-and-label-font);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: var(--behr-navy-primary)
}

@media screen and (max-width:768px) {
  .choose-color-modal-dialog.modal-dialog .header p {
    font-size: 16px;
    margin: 0
  }
}

@media screen and (max-width:768px) {
  .choose-color-modal-dialog.modal-dialog .header {
    padding-bottom: 24px
  }
}

.choose-color-modal-dialog.modal-dialog .cards {
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  height: 400px;
  max-width: 100%
}

@media screen and (max-width:992px) {
  .choose-color-modal-dialog.modal-dialog .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    height: unset
  }
}

@media screen and (max-width:768px) {
  .choose-color-modal-dialog.modal-dialog .cards {
    gap: 0
  }
}

.choose-color-modal-dialog.modal-dialog .card {
  padding: 48px 40px;
  border: none;
  max-width: 368px;
  max-width: 33%;
  border-radius: 0
}

@media screen and (max-width:992px) {
  .choose-color-modal-dialog.modal-dialog .card {
    max-width: 100%;
    padding: 16px
  }
}

@media screen and (max-width:768px) {
  .choose-color-modal-dialog.modal-dialog .card {
    padding: 24px 0
  }
}

.choose-color-modal-dialog.modal-dialog .card .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 88px;
  padding-bottom: 12px
}

@media screen and (max-width:768px) {
  .choose-color-modal-dialog.modal-dialog .card .icon {
    padding-right: 24px
  }
}

.choose-color-modal-dialog.modal-dialog .card h4,
.choose-color-modal-dialog.modal-dialog .card h4 a {
  white-space: nowrap;
  font-family: var(--behr-heading-font);
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  text-transform: uppercase;
  color: #353A3F
}

@media screen and (max-width:768px) {
  .choose-color-modal-dialog.modal-dialog .card h4,
  .choose-color-modal-dialog.modal-dialog .card h4 a {
    color: var(--behr-red-primary);
    font-family: var(--behr-body-and-label-font--bold);
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 12px
  }
}

.choose-color-modal-dialog.modal-dialog .card p {
  font-style: normal;
  font-family: var(--behr-body-and-label-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding-bottom: 24px;
  color: var(--behr-navy-primary)
}

@media screen and (max-width:768px) {
  .choose-color-modal-dialog.modal-dialog .card p {
    padding-bottom: 0
  }
}

.choose-color-modal-dialog.modal-dialog .card .card-btn {
  color: #fff;
  font-family: var(--behr-body-and-label-font);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  background-color: var(--behr-navy-primary);
  border-radius: 100px;
  min-height: 40px;
  border: none;
  min-width: 168px;
  padding: 10px 0
}

@media screen and (max-width:768px) {
  .choose-color-modal-dialog.modal-dialog .card .card-btn {
    color: var(--behr-red-primary);
    background-color: transparent;
    border-radius: 0;
    min-height: unset;
    min-width: unset;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
  }
}

.choose-color-modal-dialog.modal-dialog .card .card-btn:hover {
  text-decoration: underline
}

.choose-color-modal-dialog.modal-dialog hr {
  border: none;
  width: 2px;
  background-color: var(--behr-grey-light);
  height: 90%
}

@media screen and (max-width:992px) {
  .choose-color-modal-dialog.modal-dialog hr {
    width: 100%;
    height: 2px;
    margin: 0;
    margin-left: -24px
  }
}

@media screen and (max-width:768px) {
  .choose-color-modal-dialog.modal-dialog hr {
    width: 100vw
  }
}

.choose-color-modal-dialog.modal-dialog .card.d-none {
  display: none !important
}

.choose-color-modal-dialog.modal-dialog .card:not(.d-none) {
  position: relative;
  border-bottom: 2px solid var(--behr-grey-light)
}

.choose-color-modal-dialog.modal-dialog .card:not(.d-none):last-of-type {
  border-bottom: 0
}

@media screen and (min-width:992px) {
  .choose-color-modal-dialog.modal-dialog .card:not(.d-none) {
    border-bottom: 0
  }
  .choose-color-modal-dialog.modal-dialog .card:not(.d-none)::after {
    content: "";
    height: calc(100% - 40px);
    width: 1px;
    background-color: var(--behr-grey-light);
    position: absolute;
    right: -12px;
    top: 20px
  }
  .choose-color-modal-dialog.modal-dialog .card:not(.d-none):last-of-type::after {
    display: none
  }
}

@media screen and (max-width:768px) {
  .choose-color-modal-dialog.modal-dialog .card:not(.d-none) {
    border-bottom: 0
  }
  .choose-color-modal-dialog.modal-dialog .card:not(.d-none):first-of-type::after {
    display: none
  }
  .choose-color-modal-dialog.modal-dialog .card:not(.d-none)::after {
    content: "";
    height: 2px;
    width: 100vw;
    background-color: var(--behr-grey-light);
    position: absolute;
    right: -24px;
    top: 0
  }
}

.choose-color-modal-dialog.modal-dialog strong {
  font-family: var(--behr-body-and-label-font--bold)
}
