.fullCableDetails
{
    border: none !important;
}
.inputCable, .outputCable
{
    border:none !important;
}
.inputCableMiddle
{
    border:none !important;
}
.smallContainer
{
    border:none !important;
}
.boxContainer
{
    border:none !important;
}
.imageCableSec
{
    padding: 0px 50px 50px 50px !important;
}
.searchCable
{
    display:none !important;
}
.tileOption
{
    width: calc(50% - 18px) !important;
}
.CameraList
{
    min-height: 330px;
}
.media-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 85px;
}
.submitBtn
{
    display:none !important;
}
.morecabledetails
{
    margin-top: -20px;
}
.pricingwithout
{
    /* text-decoration: line-through;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    margin-top: 9px; */
    text-decoration: line-through;
    color: #ff0000;
    font-weight: bold;
    font-size: 18px;
    margin-top: 9px;
}
.pricingwith
{
    color: #0099FF;
    font-weight: bold;
    font-size: 36px;
    margin-top: -5px;
}
h2
{
    font-size: 42px;
    font-weight: bold;
    color: #333333;
    margin: 5px 0 20px 0;
}
.attract-overlay
{
    display:none;
}
.attract-trigger
{
    display:none;
}

.morecabledetailspartnered
{
    display: flex;
    position: initial;
    z-index: 100;
    bottom: -40px;
    -ms-flex-align: center;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #ffffff;
    align-items: center;
    width: 100%;
    overflow-y: hidden;
    margin-top: 0px;
    height: 125px !important;
    padding-top: 22px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    transition: 0.2s all ease-in-out;
}

.confirmation, .alreadyExists
{
    display: flex;
    background-color: #5c9730;
    width: 100%;
    padding: 60px 0;
    color: #ffffff;
    position: relative;
    top: 0px;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    transition: all ease-in-out 0.3s;
}
.alreadyExists
{
    display: flex;
    background-color: #921b1b;
    width: 100%;
    padding: 60px 0;
    color: #ffffff;
    position: relative;
    top: 0px;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    transition: all ease-in-out 0.3s;
}
.confirmation-budge
{
    top: -288px;
}
.exists-budge
{
    top: -470px;
}
.confirmation h3
{
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
}
.confirmation p
{
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 16px;
}

.alreadyExists h3
{
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
}
.alreadyExists p
{
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 16px;
}

.is-bounce {
  animation: squashBounce 520ms cubic-bezier(.2,.9,.25,1) 1;
}

@keyframes squashBounce {
  /* Instant “success” flash */
  0% {
    background-color: #00ff00;          /* instant green */
    transform: translateY(0) scaleX(1) scaleY(1);
  }

  /* Squash down */
  12% {
    transform: translateY(0) scaleX(1.12) scaleY(0.86);
  }

  /* Stretch up + lift */
  28% {
    background-color: #00c9ff;          /* start drifting back toward blue */
    transform: translateY(-15px) scaleX(0.92) scaleY(1.12);
  }

  /* Squash on landing */
  50% {
    background-color: #0099FF;          /* back to your blue */
    transform: translateY(0) scaleX(1.08) scaleY(0.92);
  }

  /* Smaller rebound */
  72% {
    transform: translateY(-5px) scaleX(0.97) scaleY(1.04);
  }

  /* Settle */
  100% {
    background-color: #0099FF;
    transform: translateY(0) scaleX(1) scaleY(1);
  }
}

.detailsContent {
    /* border-top: none;
    max-width: 950px;
    width: 100%;
    min-height: 200px;
    height: 100%;
    color: #000;
    margin-top: 25px;
    padding-bottom: 40px; */
    border-top: none;
    max-width: 950px;
    width: 100%;
    min-height: 200px;
    height: 100%;
    color: #212121;
    margin-top: 25px;
    padding-bottom: 40px;
}
.cableCopyMod
{
    /* bottom: 145px !important; */
    bottom: 0px !important;
}
.header
{
    position: relative !important;
}
.sub
{
    position:relative !important;
    top: 0px;
}
.container
{
    height: 125px !important;
}
.warning-text
{
    border: 1px solid #bb0e0e;
    padding: 20px;
    border-radius: 8px;
    background-color: #ebcdcd;
    margin-top: -5px !important;
}
.cableDetailingNew
{
    display: flex;
    flex-direction: column;
    padding: 20px 20px 20px 0px;
    border-radius: 5px;
    margin: -3px 0px 0px 0px;
    width: 44%;
}
.cableWiring
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% - 325px);
    margin: 29px 0 -2px 0;
    padding: 38px 50px 47px 50px;
    background-color: #f4faff;
    border-radius: 10px;
    color: #333333;
}
.cableDetailingNew h3
{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin: -2px 0 0px 0;
}
.cableDetailingNew .reversePolaritySelector
{
    margin-top: 10px;
    padding: 12px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #93d2fb;
    color: #333;
    padding: 20px 20px;
    font-size: 10pt;
    appearance: none;
    background-image: url(Images/downarrow.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 97% 50%;
    cursor:pointer;
}
.cableWiring .holder
{
    display: flex;
    gap: 24px 0px;
    margin: 20px 0;
    color: #0099FF;
    font-weight: bold;
    flex-direction: column;
    width: 45%;
}
.cableWiring .note
{
    font-size: 11pt;
    color: #333;
    font-weight: normal;
    margin-top: 14px;
    text-align: center;
    width: 100%;
}
.inputWiringT, .outputWiringT
{
    padding: 20px 13px;
    color: #333;
    border: 1px solid #93d2fb;
    border-radius: 5px;
    min-width: 300px;
    width: calc(100% - 27px);
}
.locked
{
    background-image: url(Images/locked.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-color: #fdfdd3;
    cursor: no-drop;
    pointer-events: none;
}
.unselectable {
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.inputWiringTHolder::before {
  content: var(--before-text, "Input Wiring:");
  display: block;
  font-size: 12pt;
  font-weight: bold;
  color: #0099FF;
  width: 100%;
  margin-left: 10px;
  padding-bottom: 7px;
}

.outputWiringTHolder::before {
  content: var(--before-text, "Output Wiring:");
  display: block;
  font-size: 12pt;
  font-weight: bold;
  color: #0099FF;
  width: 100%;
  margin-left: 10px;
  padding-bottom: 7px;
}
.buttonsMain {
    border-top: none;
}