:root {
  color-scheme: light; /* IMPORTANT */
}

/* Base “reveal” behaviour */
.slide-in-left,
.slide-in-right,
.slide-in-up,
.slide-in-down {
  opacity: 0;
  transition:
    opacity 0.6s ease var(--delay, 0s),
    transform 0.6s ease var(--delay, 0s);
  will-change: opacity, transform;
}

/* Direction start positions (no layout impact) */
.slide-in-left  { transform: translateX(-50px); }
.slide-in-right { transform: translateX( 50px); }
.slide-in-up    { transform: translateY( 50px); }
.slide-in-down  { transform: translateY(-50px); }

/* Active state */
.slide-in-left.is-active,
.slide-in-right.is-active,
.slide-in-up.is-active,
.slide-in-down.is-active {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.attract-overlay {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 10000;
    background: rgb(255 255 255);
}

.attract-overlay.is-active {
  display: block;
}

.attract-stage {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

/* Slides are stacked; only active is visible */
.attract-slide {
  position: absolute;
    max-width: 100%;
    width: min(90vw, 720px);
    background: #ffffff;
    color: #000000;
    border-radius: 18px;
    padding: 18px;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 0, 0);
}

.attract-slide img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  margin-bottom: 12px;
}

.attract-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* --- Transition styles (enter/exit) --- */
.attract-slide.is-entering,
.attract-slide.is-leaving {
  transition: opacity 800ms ease, transform 800ms ease;
}

/* Fade */
.attract-slide[data-anim="fade"].is-entering { opacity: 0; }
.attract-slide[data-anim="fade"].is-active  { opacity: 1; }
.attract-slide[data-anim="fade"].is-leaving { opacity: 0; }

/* Slide left */
.attract-slide[data-anim="slide-left"].is-entering { opacity: 0; transform: translateX(24px); }
.attract-slide[data-anim="slide-left"].is-active   { opacity: 1; transform: translateX(0); }
.attract-slide[data-anim="slide-left"].is-leaving  { opacity: 0; transform: translateX(-24px); }

/* Slide right */
.attract-slide[data-anim="slide-right"].is-entering { opacity: 0; transform: translateX(-24px); }
.attract-slide[data-anim="slide-right"].is-active   { opacity: 1; transform: translateX(0); }
.attract-slide[data-anim="slide-right"].is-leaving  { opacity: 0; transform: translateX(24px); }

/* Slide up */
.attract-slide[data-anim="slide-up"].is-entering { opacity: 0; transform: translateY(24px); }
.attract-slide[data-anim="slide-up"].is-active   { opacity: 1; transform: translateY(0); }
.attract-slide[data-anim="slide-up"].is-leaving  { opacity: 0; transform: translateY(-24px); }

.attract-trigger {
    display: none;
}

.attract-trigger:hover {
  transform: translateY(-2px);
  background: #222;
}

.attract-trigger:active {
  transform: translateY(0);
}


.attract-box{
  text-align:center;
  padding: 26px 22px;
}

.big-stack{
  font-size: 50pt;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-family: 'Poppins', arial black, sans-serif;
}
.accent-red
{
    color: #bb0e0e;
    display:inline;
}

.attract-button
{
    background-color: #bb0e0e;
    color: #ffffff;
    padding: 16px 24px;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    position: fixed;
    bottom: -190px;
    left: calc(50% - 89px);
    font-size: 16pt;
}

.expose-animated-cables
{
    z-index: 100001;
    top: -33px;
}
.subline{
  margin-top: 14px;
  opacity: 0.85;
  font-size: 19pt;
  margin-bottom: -40px;
}
.qrcode-cable
{
    width: 200px;
    height: 200px;
    background-image: url(https://www.hawkwoods.co.uk/Cine/CustomCables/images/qrcode.jpeg);
    background-size: cover;
    margin-top: 40px;
    margin-bottom: -20px;
    display: inline-block;
}
.fs0{
  font-size: 42px !important;
    margin-bottom: -11px !important;
    font-weight: 100 !important;
    font-family: arial, sans-serif;
}
.fs1{
  font-size: 124px !important;
    margin-bottom: -19px !important;
    font-weight: 100 !important;
    font-family: arial, sans-serif;
}
.fs2{
  font-size: 55px !important;
    margin-bottom: -11px !important;
    font-weight: 100 !important;
    font-family: arial, sans-serif;
}
.fs3{
  font-size: 102px !important;
    font-weight: 900 !important;
    margin-bottom: -20px;
    font-family: 'Poppins', arial black, sans-serif;
}
.fs4{
  font-size: 64px !important;
    font-weight: 900 !important;
    font-family: 'Poppins', arial black, sans-serif;
}

.slide-in-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: var(--delay, 0s);
  will-change: opacity, transform;
}

.slide-in-left.is-active {
  opacity: 1;
  transform: translateX(0);
}


.headline{
  font-size: 56px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.headline.accent{
  opacity: 0.95;
  /* leave colour alone unless you want a specific brand colour */
}

.attract-box .subline{
  margin-top: 16px;
}

.attract-overlay *{
  user-select: none; /* stops highlighting on tablets */
  -webkit-user-select: none;
}


.media-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    overflow:hidden;
}

#myVideo, #fallbackImage {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: inline-block;
}

#fallbackImage {
    display: inline-block; /* Show by default */
}

.logo
{
    background-image: url(https://www.hawkwoods.co.uk/Assets/Images/UI/HW-web-new_logo.png) !important;
    background-position: 19px 50%;
    background-size: 471px;
    height: 90px;
}
.header {
    height: 90px;
}
.headerlink {
    margin: 32px 17px;
}
.sub {
    top: 100px;
}
.pagewhitecontent
{
    min-height: 100px;
}
.search
{
    border-right: none;
    height: 27px;
}
.pagecontent
{
    margin-bottom: 54px;
}
.smallContainer
{
    width:50%;
}
.maintenance
{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    background-color: #FFF;
    border: 1px solid #dedede;
    max-width: calc(1208px - 40px);
    width: calc(100% - 60px);
    margin: 18px auto;
    padding: 55px 20px;
    flex-direction: column;
}
.maintenance h3
{
    margin: 0;
    font-size: 1.8em;
    color: #0099FF;
}
.maintenance p
{
    margin: 5px 0 0 0;
    font-size: 1em;
    color: #333;
}
.maintenance a
{
    color: #0099FF;
    font-weight: bold;
    text-decoration: none;
}
.copyIcon
{
    display: inline-block;
    position: relative;
    margin-right: 11px;
    top: 5px;
    height: 20px;
    width: 20px;
}
.confirmSub
{
    display: none;
}
.confirm
{
    background-color: #00c925;
    color: #FFF;
}
.showDetails
{
    display:none !important;
}
.refcode
{
    display: inline;
    background-color: #f3f3f3;
    font-size: 12pt;
    padding: 8px 22px;
    margin-right: 29px;
    margin-left: -7px;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
}
.btn
{
    margin: 10px 5px 10px 5px;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 10px 13px;
    color: #141414;
    border-radius: 7px;
    cursor: pointer;
    display: inline-block;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
    transform: scale(1);
    box-shadow: 0px 0px 0px 0px #cdcdcd;
    position: relative;
    top: 0px;
}
.btn:hover
{
    transform: scale(1);
    box-shadow: 0px 5px 4px -1px #cdcdcd;
    position: relative;
    top: -5px;
    cursor:pointer;
}
.copyToClipBoardAlt
{
    padding: 25px 30px;
    margin-bottom: 20px;
    color: #333;
    cursor: pointer;
}
.refdesc
{
    color: #333;
    margin-top: 30px;
}
.mobileSummaryBox
{
    display:none;
}
.btnactive
{
    background-color: #0099FF;
    color: #FFF;
    border: 1px solid #0099FF;
}
.copied
{
    display: none;
    background-color: #818181;
    padding: 10px 13px;
    color: #232323;
    font-weight: bold;
    border-radius: 7px;
    cursor: pointer;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
    transform: scale(1);
    box-shadow: 0px 0px 0px 0px #cdcdcd;
    position: relative;
    top: 0px;
}
.cableCount
{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    color: #333;
    margin: 30px 0 !important;
    max-width: 60% !important;
}
.method-bg
{
    width: 100vw;
    height: 100vh;
    background-color: #fffffff6;
    position: fixed;
    z-index: 20004;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.method-closebtn
{
    padding: 5px 5px;
    position: relative;
    top: -7px;
    color: #0099FF;
    font-weight: bold;
    font-size: 15pt;
    right: -51%;
    margin: -21px;
    cursor: pointer;
}
.method-window
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f4faff;
    border: 1px solid #0099FF;
    padding: 30px 40px;
    border-radius: 8px;
    position: fixed;
    width: calc(72% - 60px);
    max-width: 420px;
    top: calc(50vh - 81px);
    z-index: 10003;
}
.method-window .h3
{
    margin: 0;
    font-size: 1.8em;
    color: #0099FF;
}
.method-window p
{
    margin: 20px 0 0 0;
    font-size: 1em;
    color: #333;
}
.inputQuantity
{
    text-align: center;
}
.mq
{
    text-align: center;
    justify-content: center;
}
.quantityValue {
    display: block;
    min-width: 3ch;
    font-size: 28px;
    text-align: center;
}
.sliderQuantity {
    display: flex;
    align-items: center;
    gap: 10px 10px;
    width: 100%;
    flex-direction: column;
    margin-top: 17px;
}

.inputQuantity[type=range] {
  flex-grow: 1;
  appearance: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.cableDetailsInputHolder
{
    display: flex;
    min-width: 300px;
    width: 50%;
    max-width: 900px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.quantityNote
{
    display: none;
    justify-content: center;
    border: 1px solid #0099FF;
    padding: 20px;
    border-radius: 8px;
    background-color: #f4faff;
    color: #333;
    margin: 0px !important;
    justify-content: center !important;
}
.quantityNote strong
{
    color: #0099FF;
    font-weight: bold;
}

.inputQuantity[type=range]::-webkit-slider-thumb {
  appearance: none;
  width: 18px;
  height: 18px;
  background: #0099FF;
  border-radius: 50%;
  position: relative;
  top: -8px;
  cursor: pointer;
}

.inputQuantity[type=range]::-webkit-slider-runnable-track {
  height: 4px;
  background: #ccc;
  border-radius: 2px;
}

.inputQuantity[type=range]::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: #333;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.inputQuantity[type=range]::-moz-range-track {
  height: 4px;
  background: #ccc;
  border-radius: 2px;
}
.regulator
{
    display: none;
    min-height: 70px;
    color: #333;
    width: 100%;
    background-size: 157px;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    top: 76px;
}
.RegBox
{
    top: 38px;
    display: flex;
    background-image: url(../../Images/Cables/Regulator/BigBox.png);
    background-size: 198px;
    min-height: 140px;
}
.smallReg
{
    display:flex;
    background-image:url("../../Images/Cables/Regulator/small_regulator.png");
    background-size: 157px;
}
.smallReg5v
{
    display:flex;
    background-image:url("../../Images/Cables/Regulator/small_regulator_5v.png");
    background-size: 157px;
}
.smallReg8v
{
    display:flex;
    background-image:url("../../Images/Cables/Regulator/small_regulator_8v.png");
    background-size: 157px;
}
.smallReg9v
{
    display:flex;
    background-image:url("../../Images/Cables/Regulator/small_regulator_9v.png");
    background-size: 157px;
}
.smallReg12v
{
    display:flex;
    background-image:url("../../Images/Cables/Regulator/small_regulator_12v.png");
    background-size: 157px;
}
.smallReg15v
{
    display:flex;
    background-image:url("../../Images/Cables/Regulator/small_regulator_15v.png");
    background-size: 197px;
}
.smallReg19v
{
    display:flex;
    background-image:url("../../Images/Cables/Regulator/large_regulator_19v.png");
    background-size: 197px;
}
.copyStatus
{
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
}
.reset-mini {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    background-color: #0099FF;
    border: 2px solid #FFF;
    color: #FFF;
    padding: 15px 15px;
    border-radius: 10px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 1000;
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* Old Edge */
}

.reset-mini * {
    user-select: none;
}

.reset-mini.show {
    opacity: 1;
    transform: translateY(0);
}
.infoBox
{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 70px;
    flex-direction: column;
    flex-wrap: nowrap;
    min-width: 417px;
    width: 48%;
    margin: 20px 20px 20px 48px;
}
.infoBox img {
    width: 80px;
    height: 80px;
}
.infoBox h3
{
    margin: 0;
    font-size: 1.5em;
    color: #0099FF;
}
.infoBox h4 {
    margin: 20px 0 5px;
    font-size: 17pt;
    color: #0099FF;
}
.imageCableSec
{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 70px 50px 50px 50px;
}
.inputCableMiddle h3
{
    margin: 40px 0 0 0;
    font-size: 1.5em;
    color: #0099FF;
}
.cable-intro-text
{
    margin-top: 25px;
    width: 90%;
    text-align: center;
    display:inline;
}
.cable-builder-logo {
    width: 430px;
    height: 196px;
    position: relative;
    margin-top: -78px;
    background-position: center;
}
.beta-legacy
{
    display:inline !important;
}
.beta-text
{
    display: inline;
    border: 1px solid #0099FF;
    padding: 20px;
    border-radius: 8px;
    background-color: #f4faff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    transition: 0.3s all ease-in-out;
}
.beta-text-complete
{
    border: 1px solid #99c940;
    background-color: #f3ffdd;
}
.beta-text p
{
    max-width: 65%;
    margin: 0;
    padding: 0;
}
.beta-text h1
{
    transition: 0.4s all ease-in-out;
}
.beta-text a
{
    color: #0099FF;
    font-weight: bold;
    text-decoration: none;
}
.beta-text a:hover
{
    text-decoration: underline;
}
.reset
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: -20px auto 10px;
    width: 100%;
    max-width: 1202px;
    cursor: pointer;
    color: #0099FF;
    font-weight: bold;
    font-size: 12pt;
    position: relative;
    transform: scale(1);
    overflow: hidden;
    height: 0px;
    top: 0px;
    transition: 0.3s all ease-in-out;
}
.reset:hover
{
    transform: scale(1);
    top: -5px;
    height: auto;
    cursor:pointer;
}
.reset h3
{
    margin: 20px 0;
    font-size: 1.5em;
    color: #0099FF;
}
.infoBox p
{
    margin: 0;
    font-size: 1em;
    color: #333;
}
.pmod
{
    margin: 0;
    font-size: 1em;
    color: #333;
    width: 80%;
}
.inputCableMiddle p
{
    margin: 0;
    font-size: 1em;
    color: #333;
    width: 80%;
    text-align:center;
}
.pagecontent
{
    min-height: 100px;
    top: -8px;
    margin-bottom: 54px;
    background: #FFF !important;
}
.megaContainer
{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1208px;
    width: calc(100% - 0px);
    gap: 0px 20px;
    margin: 0 auto;
    flex-direction: row;
    align-items: stretch;
}
.boxContainer
{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #FFF;
    border: 1px solid #dedede;
    max-width: calc(1208px - 40px);
    width: calc(100% - 60px);
    margin: 18px auto;
    padding: 20px;
    border-radius: 7px;
}
.smallContainer
{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #FFF;
    border: 1px solid #dedede;
    width: 50%;
    padding: 20px;
    border-radius: 7px;
    align-content: flex-start;
}
.cameraSelector
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
    gap: 10px;
    flex-direction: column;
}
.dropSelector
{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: hidden;
    height: 70px;
    width: 367px;
    color: #333;
}
.dropSelectoralt
{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% - 60px);
    color: #333;
    gap: 10px;
    margin-left: 35px;
    margin-bottom: 30px;
    padding: 10px;
    max-height: 387px;
    overflow-y: auto;
    overflow-x: hidden;

    /* Firefox scrollbar */
    scrollbar-color: #0099FF #f0f0f0;
    scrollbar-width: thin;
}
.buttonsSub
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.cableLengthSelector, .cableRegulationSelector, .cableType
{
    appearance: none;
    background-image: url(Images/downarrow.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 97% 50%;
}
/* WebKit (Chrome, Safari, Edge) */
.dropSelectoralt::-webkit-scrollbar {
    width: 8px; /* Adjust width as needed */
}

.dropSelectoralt::-webkit-scrollbar-track {
    background: #f0f0f0; /* Track color */
    border-radius: 10px;
}

.dropSelectoralt::-webkit-scrollbar-thumb {
    background: #0099FF; /* Thumb color */
    border-radius: 10px;
}

.dropSelectoralt::-webkit-scrollbar-thumb:hover {
    background: #007ACC; /* Slightly darker blue on hover */
}
.dropSelector2
{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: hidden;
    height: 82px;
    width: 367px;
    color: #333;
}
.dropExpand
{
    overflow-y: scroll !important;
    height: 320px !important;
}
.inputDrop, .outputDrop
{
    display: flex;
    margin: 20px 20px 20px 30px;
    border: 1px solid #c1c1c1;
    border-radius: 8px;
}
.addOutput, .addInput
{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70px;
    cursor: pointer;
    width: 19%;
    margin: 20px 0;
    border-radius: 6px;
    background-color:#e1e1e1;
    color:#323232;
    cursor:default;
}
.addReady
{
    background-color:#0099FF;
    color:#FFF;
    transition: 0.2s all ease-in-out;
    transform: scale(1);
}
.addReady:hover
{
    cursor:pointer;
    transform: scale(1.1);
}
.cameraDrop
{
    display: flex;
    margin: 20px;
    border: 1px solid #c1c1c1;
    border-radius: 8px;
    margin-left: 10px;
    margin-top: 25px;
}
.cameraInfo
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    min-height: 70px;
    flex-direction: column;
}
.cameraInfo:first-child
{
    margin-top: 0;
}
.cameraInfoalt
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    min-height: 50px;
    flex-direction: column;
}
.cameraInfoalt:first-child
{
    margin-top: 60px;
}
.cableInfo
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    min-height: 70px;
}
.cableInfo:first-child
{
    margin-top: 0;
}
.cameraBrand
{
    width: 100%;
    display: inline-block;
    font-size: 11pt;
    letter-spacing: 0.5pt;
}
.cameraModel
{
    font-weight: bold;
    display: inline-block;
    font-size: 14pt;
    width: 100%;
}
.cameraBrandalt
{
    width: 100%;
    display: inline-block;
    font-size: 8pt;
    letter-spacing: 0.5pt;
}
.cameraModelalt
{
    font-weight: bold;
    display: inline-block;
    font-size: 11pt;
    width: 100%;
}
.searchBoxed
{
    display: none;
    justify-content: center;
    align-items: center;
    min-height: 70px;
    gap: 10px;
    color: #333;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
}
.downloadQuote
{
    display: flex;
    background-color: #0099FF;
    color: #ffffff;
    padding: 16px 24px;
    border-radius: 4px;
    margin: -20px auto 39px;
    border: 1px solid #0085dd;
    cursor: pointer;
}
.downloadListQuote
{
    display: flex;
    background-color: #0099FF;
    color: #ffffff;
    padding: 16px 24px;
    border-radius: 4px;
    margin: 30px auto 20px;
    border: 1px solid #0085dd;
    cursor: pointer;
}
.addToList
{
    display: flex;
    background-color: #0099FF;
    color: #ffffff;
    padding: 16px 24px;
    border-radius: 4px;
    margin: -20px auto 39px;
    border: 1px solid #0085dd;
    cursor: pointer;
}
.listHeader
{
    margin: 20px 0 5px;
    font-size: 17pt;
    color: #0099FF;
    font-weight: bold;
}
.listContainer p
{
    margin: 0;
    font-size: 1em;
    color: #333;
    width: 59%;
    text-align: center;
}
.listCode
{
    font-weight: bold;
    margin-right: 10px;
    text-align: left;
    width: 219px;
}
.listStatus
{
    text-align: center;
    margin: 40px 0px 20px;
    color: #1a1a1a;
}
.listItem
{
    border: 1px solid #FFF;
    border-bottom: 1px solid #dddddd;
    padding: 5px 10px;
    width: 1000px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: -1px;
    flex-direction: row;
    flex-wrap: nowrap;
    transition: all 0.1s ease-in-out;
    cursor: default;
    margin-bottom: 1px;
}
.listItem:hover
{
    background-color: #eaf7ff;
    border: 1px solid #8fd2ff;
    border-radius: 7px;
    box-shadow: 0px -3px 3px 4px #ffffff;
}
.noselect
{
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.listIndex
{
    font-weight: bold;
    margin-right: 10px;
    width: 40px;
    text-align: left;
    color:#0099FF;
}
.listQuantity
{
    margin-left: 20px;
    width: 70px;
}
.listItemDetails
{
    margin: 5px 0;
    width: 595px;
    text-align: left;
}
.listPrice
{
    font-weight: bold;
    margin-left: 20px;
    width: 125px;
}
.listContainer
{
    display: none;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1206px;
    padding: 20px 0;
    align-self: stretch;
    margin: 30px auto;
    background-color: #FFF;
    border-radius: 10px;
}
.searchCable{
    display:none !important;
}
.searchCableBox
{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70px;
    gap: 10px;
    color: #333;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0px 20px;
    border:none;
}
.camHeight
{
    min-height: 82px;
}
.noneBox
{
    display: flex;
    width: calc(100% - 2px);
    background-size: 92px;
    background-repeat: no-repeat;
    background-position: calc(100% - 30px) 50%;
    cursor: pointer;
    border-bottom: 1px solid #c2c2c2;
    transform: scale(1);
    transition: 0.1s all ease-in-out;
    box-shadow: 0px 0px 0px 0px #CCCCCC;
    min-height: 70px;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-left: 35px;
    align-items: center;
    justify-content: flex-start;
}
.camBoxMod
{
    min-height: 82px;
    background-position: calc(100% - 56px) 50%;
    padding-left: 27px;
}
.noneBox .id
{
    display:none;
}
.noneBox .connector
{
    display:inline;
    font-weight:bold;
    margin-right: 5px;
}
.noneBox .wiring
{
    display:none;
}
.noneBox .pins
{
    display:inline;
    font-weight:normal;
    margin-right: 5px;
}
.noneBox .gender
{
    display:inline;
    font-weight:normal;
    margin-right: 5px;
}
.noneBox .partcode
{
    display:inline;
    font-weight:normal;
}
.noneBox .angle
{
    display:none;
}
.compatible
{
    display:none;
}
.tabHolder
{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 10px;
    color: #cfcfcf;
    height:30px;
    width: calc(100% - 100px);
    margin-left: 50px;
    margin-top: 16px;
    flex-direction: row;
    flex-wrap: nowrap;
    border: none;
    border-bottom: 1px solid #e1e1e1;
}
.tabHolderAlt
{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 10px;
    color: #cfcfcf;
    width: calc(100% - 100px);
    margin-left: 48px;
    margin-top: 20px;
    flex-direction: row;
}
.tabAlt, .tabAlt2
{
    display: flex;
    justify-content: center;
    gap: 10px;
    color: #333;
    padding: 2px 19px;
    border: 1px solid #e1e1e1;
    border-radius:3px;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
}
.resetCamera
{
    display: flex;
    justify-content: center;
    gap: 10px;
    color: #FFFFFF;
    background-color:#960000;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 2px 19px;
    border: 1px solid #e1e1e1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: none;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
}
.tab
{
    display: flex;
    justify-content: center;
    gap: 10px;
    color: #333;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 2px 19px;
    border: 1px solid #e1e1e1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: none;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
}
.tab:hover,.resetCamera:hover
{
    padding: 6px 19px;
}
.blueLine
{
    border-bottom:8px solid #0099FF !important;
}
.activeTab
{
    background-color: #0099FF;
    color: #FFF;
    border: 1px solid #0099FF;
}
.copyStatus
{
    color:#333;
}

.confirmMain.disabled {
    background-color: #ccc;
    cursor: not-allowed;
    border: 1px solid #b1b1b1;
    color: #080808;
}

/* .showDetails, .hideDetails
{
    display:block;
    padding: 11px 25px;
    background-color: #1e1e1e;
    color: #FFF;
    cursor:pointer;
    border-radius: 5px;
}
.hideDetails
{
    display:none;
} */
.buttonsMain
{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0px 10px;
    align-items: center;
    border-top: 1px solid #CCC;
    border-bottom: none;
    margin-bottom: 31px;
    margin-top: 35px;
    width: 52%;
}
.cameraBoxalt
{
    display: flex;
    width: 120px;
    background-size: 75px;
    background-repeat: no-repeat;
    background-position: 50% 16px;
    cursor: pointer;
    border: 1px solid #efefef;
    transition: 0.1s all ease-in-out;
    box-shadow: 2px 2px 2px 0px #CCCCCC;
    min-height: 82px;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    transition: 0.2s all ease-in-out;
}
.cameraBoxalt:hover
{
    position: relative;
    transform: scale(1.05);
    background-color: #FFF;
}
.columnMainWarning
{
    display: flex;
    width: calc(100% - 20px);
    max-width: 742px;
    color: #2f1803;
    background-color: #fdefe6;
    border: 1px solid #dbb195;
    padding: 14px 10px;
    border-radius: 5px;
    text-align: center;
}
.columnMainWarning
{
    display: none;
}
.inputOverride
{
    font-weight: bold;
    color: #131313;
}
.inputBoxAlt, .outputBoxAlt
{
    border: 1px solid #efefef;
    border-radius: 6px;
    box-shadow: 2px 2px 2px 0px #CCCCCC;
    width: 150px;
    padding-top: 90px;
    text-align: center;
    background-size: 126px;
    background-position: 45% -15px;
    background-repeat: no-repeat;
    font-size: 11pt;
    cursor:pointer;
    transition: 0.2s all ease-in-out;
}
.inputBoxAlt:hover, .outputBoxAlt:hover
{
    transform: scale(1.04);
}
.cameraBox, .cableBox, .outputBox, .inputBox, .eitherBox
{
    display: flex;
    width: calc(100% - 2px);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: calc(100% - 55px) 50%;
    cursor: pointer;
    border-bottom: 1px solid #c2c2c2;
    transition: 0.1s all ease-in-out;
    box-shadow: 0px 0px 0px 0px #CCCCCC;
    min-height: 82px;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-left: 30px;
}
.outputBox:hover, .inputBox:hover, .eitherBox:hover
{
    position: relative;
    box-shadow: 0px 0px 7px 4px #CCCCCC;
    z-index: 1;
}
.tag
{
    background-color: #0099FF;
    padding: 4px 10px;
    border-radius: 4px;
    cursor:pointer;
}
.angle
{
    display: block;
    font-size: 10pt;
    font-style: italic;
}
.betatag
{
    display: inline-block;
    border: 2px solid #63d0a8;
    padding: 4px 7px;
    font-size: 12px;
    position: relative;
    top: -4px;
    color: #63d0a8;
    font-weight: bold;
    margin-left: 8px;
    border-radius: 4px;
    animation: bounce 2s ease forwards; /* Animation plays once */
}
.addButton
{
    display: none;
    justify-content: center;
    align-items: center;
    min-height: 70px;
    cursor:pointer;
}
.cableRow .id
{
    display:none;
}
.cableRow .wiring
{
    display:none;
}
.cableRow .compatible
{
    display:none;
}
.cableRow .connector
{
    font-weight:bold;
    display:block;
}
.summaryBox
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    min-height: 30px;
    gap: 7px;
    color:#333;
}
.inputSummaryBox, .outputSummaryBox
{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30px;
    gap: 7px;
    color: #333;
    width: 25%;
}
.camTileBox
{
    display: flex;
    width: calc(100% - 40px - 5%);
    flex-direction: row;
    flex-wrap: wrap;
    color: #000;
    align-items: center;
    gap: 10px;
    margin-left: 47px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.stretch
{
    width: 100% !important;
    display: block;
}
.stretchalt
{
    width: calc(103% - 40px) !important;
    display: flex;
    align-items: center;
    min-width: auto;
    margin: 0px;
    height: 200px;
}
.inputCableMiddle
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 30px;
    gap: 7px;
    color: #333;
    width: 50%;
    background-color: #FFF;
    border: 1px solid #dedede;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background-image: url(https://www.hawkwoods.co.uk/Images/Cables/Cable/alpha/Standard%20Cable_1.png);
    height: 420px;
    background-repeat: no-repeat;
    background-size: 604px;
    background-position: 50% 150px;
    flex-direction: column;
    flex-wrap: nowrap;
}
.inputCable, .outputCable
{
    width: 100%;
    padding: 0px 0px 20px 0px;
    background-size: 190px;
    background-repeat: no-repeat;
    background-position: 50% 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    border: 1px solid #dedede;
    border-bottom: none;
    border-radius: 0px;
}
.import
{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 70px;
    gap: 7px;
    color: #131313;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 10px 0 30px 38px;
}
.import .input, .import .output
{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 70px;
    gap: 7px;
    color: #131313;
    width: 20%;
    flex-direction: column;
    height: auto;
}
.inputCable
{
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 485px;
    background-position: 100% 64%;
    background-size: 70%;
}
.outputCable
{
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 485px;
    background-position: 0% 64%;
    background-size: 70%;
}
.inputCableMiddle {
    border-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.inputCable .id, .outputCable .id
{
    display:none;
}
.inputCable .connector, .outputCable .connector
{
    display:none;
}

.inputCable .wiring, .outputCable .wiring
{
    display:none;
}
.inputCable .pins, .outputCable .pins
{
    display:none;
}
.inputCable .gender, .outputCable .gender
{
    display:none;
}
.inputCable .partcode, .outputCable .partcode
{
    display:none;
}
.inputCable .connector, .outputCable .connector
{
    font-weight:bold;
    color:#333;
}
.inputCable .image, .outputCable .image
{
    background-position: calc(100% - 0px) 18px;
    background-size: 240px;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    display: inline-block;
}
.cableDetails 
{
    display: flex;
    width: 50%;
    height: 94px;
    margin: 0px auto 60px;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    top: -20px;
}
.cableDetailsT
{
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 auto 0;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
}
.inputDetails, .outputDetails
{
    color: #333;
    font-weight: normal;
    font-size: 12pt;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 50%;
}
.inputDetails .connector, .outputDetails .connector
{
    color:#0099FF;
    font-weight:bold;
    font-size: 14pt;
}
.inputDetails .id, .outputDetails .id
{
    display:none;
}
.inputDetails .wiring, .outputDetails .wiring
{
    display:none;
}
.inputDetails .compatible, .outputDetails .compatible
{
    display:none;
}
.inputCable .compatible, .outputCable .compatible
{
    display:none;
}
.inputCable .angle, .outputCable .angle
{
    display:none;
}
.cam_spec-row .label
{
    font-weight:bold;
    color:#1a1a1a;
    width: 140px;
}
.cam_spec-row .e_connector
{
    font-weight:normal;
    color:#1a1a1a;
}
.cam_spec-row .e_power
{
    font-weight:normal;
    color:#1a1a1a;
}
.cam_spec-row .e_voltage
{
    font-weight:normal;
    color:#1a1a1a;
}
.allcables
{
    width: 100%;
    display: flex;
}
.allcablesalt
{
    width:100%;
    display: flex;
    flex-direction: column;
}
.blueBottomLine
{
    border-bottom: 10px solid #0099FF;
    padding: 58px;
    width: 100%;
    max-width: 1090px;
    background-repeat: no-repeat;
    background-size: 494px;
    background-position: calc(100% - 50px);
}
.camera_spec-column
{
    display: flex;
    width: 100%;
    flex-direction: column;  
}
.cam_spec-row
{
    display: flex;
    flex-direction: row;
}
.cam_spec-row .e_camera
{
    color: #0099FF;
    font-size: 21pt;
    font-weight: bold;
    margin-bottom: 20px;
}
.detailColumn
{
    margin: 7px 20px 10px;
    font-size: 13pt;
    color: #2b2b2b;
    padding-bottom: 22px;
    font-weight: bold;
    padding: 18px 25px;
    border-radius: 7px;
}

.warning-text
{
    border: 1px solid #bb0e0e;
    padding: 20px;
    border-radius: 8px;
    background-color: #ebcdcd;
    margin-top: -5px !important;

    background: linear-gradient(157deg, #ffd9d9, #fff2f2, #ffd9d9);
    background-size: 300% 300%;
    -webkit-animation: background-fade 4s ease infinite;
    -moz-animation: background-fade 4s ease infinite;
    -o-animation: background-fade 4s ease infinite;
    animation: background-fade 4s ease infinite;
}

@-webkit-keyframes background-fade {
    0%{background-position:0% 79%}
    50%{background-position:100% 22%}
    100%{background-position:0% 79%}
}
@-moz-keyframes background-fade {
    0%{background-position:0% 79%}
    50%{background-position:100% 22%}
    100%{background-position:0% 79%}
}
@-o-keyframes background-fade {
    0%{background-position:0% 79%}
    50%{background-position:100% 22%}
    100%{background-position:0% 79%}
}
@keyframes background-fade {
    0%{background-position:0% 79%}
    50%{background-position:100% 22%}
    100%{background-position:0% 79%}
}

.feedback-button
{
    display: flex;
    background-color: #0099FF;
    color: #ffffff;
    padding: 11px 32px;
    border-radius: 4px;
    margin: 20px auto 2px;
    border: 1px solid #0085dd;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 200px;
    transition: 0.1s all ease-in-out;
    scale: 1;
}
.feedback-button:hover
{
    background-color: #0e99f5;
    scale: 1.02;
}
.rating-feedback-holder
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    gap: 0px 10px;
}
.star-rate
{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px 5px;
    margin-top: 10px;
    transition: 0.1s all ease-in-out;
    cursor:pointer;
    scale: 1;
}
.star-rate:hover
{
    scale: 1.2;
}
.star-empty
{
    background-image:url(../../Assets/Images/UI/star-empty-icon.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
    height: 45px;
}
.star-full
{
    background-image:url(../../Assets/Images/UI/star-symbol-icon.png);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
    height: 45px;
}
.feedback-complete
{
    display: flex;
    color: #ffffff;
    padding: 11px 32px;
    border-radius: 4px;
    margin: 20px auto 2px;
    border: 1px solid #719e1e;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 200px;
    scale: 1;
    background-color:#99c940;
    max-width: 350px;
    cursor:default;
}
.email-feedback
{
    width: 70%;
    padding: 12px;
    margin-bottom:30px;
    margin-top: 14px;
    border-radius: 5px;
    box-shadow: inset 2px 2px 4px #afc3d375;
    border: 1px solid #cbe6fd;
}
.email-feedback-holder::before
{
    content: "Email (required):";
    display: block;
    position: relative;
    top: 6px;
    left: calc(-50% - -168px);
    font-size: 12pt;
}
.message-feedback
{
    width: 70%;
    height: 100px;
    padding: 12px;
    resize: none;
    border-radius: 5px;
    box-shadow: inset 2px 2px 4px #afc3d375;
    border: 1px solid #cbe6fd;
    margin-top: 16px;
    margin-bottom: -26px;
}
.message-feedback-holder::before
{
    content: "Message (required):";
    position: relative;
    display: block;
    left: calc(-50% - -178px);
    top: -6px;
    font-size: 12pt;
    margin-bottom: -23px;
}

.feedback-form
{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px auto 20px;
    width: 80%;
}
.cableDetailingNew
{
    display: flex;
    flex-direction: column;
    padding: 20px 20px 20px 0px;
    border-radius: 5px;
    margin: -3px 0px 0px 0px;
    width: 44%;
}
.cableWiring
{
    display: none !important;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% - 98px);
    margin: 29px 0 -2px 0;
    padding: 38px 50px 47px 50px;
    background-color: #dbdbdb;
    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: none !important;
    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;
}
.RedText
{
    color: red !important;
}
.flipImage
{
    transform: scaleX(-1);
}
.icontiles{
    display: flex;
    gap: 15px;
}
.custom-designs
{
    background-image:url("../../Assets/Images/UI/cables-icon-1.png");
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center;
    width: 70px;
    height: 70px;
}
.uk-manufacturer
{
    background-image:url("../../Assets/Images/UI/cables-icon-4.png");
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center;
    width: 70px;
    height: 70px;
}
.in-house
{
    background-image:url("../../Assets/Images/UI/cables-icon-2.png");
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center;
    width: 70px;
    height: 70px;
}
.fast-shipping
{
    background-image:url("../../Assets/Images/UI/cables-icon-3.png");
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center;
    width: 70px;
    height: 70px;
}
video
{
    width: 100%;
    height: 458px;
    object-fit: none;
    position: relative;
    margin: 0 0 0 0 !important;
}
.icon-holder{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    width: 30%;
    border-radius: 8px;
    font-size: 11pt;
    padding: 25px 20px;
}
.IntroOptions
{
    display: flex;
    border: none;
    background: transparent;
    padding: 0px;
    max-width: calc(1206px - 0px);
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 18px;
}
.tileOption
{
    display: flex;
    background-color: #FFF;
    border: 1px solid #dedede;
    width: calc(50% - 18px);
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 50px 10px;
    position: relative;
    top: 0px;
    cursor: pointer;
    border-radius: 0px;
    transition: 0.2s all ease-in-out;
}
.tileOption:hover
{
    transform: scale(1);
    box-shadow: 0px 8px 4px -1px #cdcdcd;
    top: -8px;
    cursor:pointer;
    border-radius: 5px;
}
.icon-img{
    display: flex;
    font-size: 32pt;
    margin: 10px 0;
    cursor:default;
}
.icon-title{
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
    font-size: 11pt;
    cursor:default;
}
.icon-text{
    text-align: center;
    font-size: 10pt;
    cursor:default;
}
.detrow
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0px 0px 10px 0px;
    gap: 10px;
}
.detrowinner
{
    width: 100%;
    margin: 0px 0px 10px 0px;
    gap: 10px;
}

.detrow label, .detrowinner label
{
    font-weight: bold;
    color: #313131;
    font-size: 11pt;
    width: 12%;
    min-width: 170px;
}
.optional
{
    font-size: 10pt;
    color: #999;
    margin-left: 5px;
    font-style: italic;
}
.required
{
    font-size: 10pt;
    color: #860000;
    margin-left: 5px;
    font-style: italic;
}
.detrow input
{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    color: #333;
    padding: 14px 14px;
    font-size: 10.2pt;
    margin-top: 5px;
}
.detrowinner input
{
    width: calc(100% - 28px);
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    color: #333;
    padding: 14px 14px;
    font-size: 10.2pt;
    margin: 10px 0px 20px 0px;
}
.detrow textarea, .detrowinner textarea
{
    width: calc(100% - 28px);
    min-height: 120px;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    color: #333;
    padding: 14px 14px;
    font-size: 10.2pt;
    margin: 10px 0px 20px 0px;
}
.detgroup
{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 25px 0px 10px 0px;
}
.detrow:nth-child(3), .detrow:nth-child(4)
    {
        display: none;
    }
.detgroupvar
{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 0px 0px 10px 0px;
    gap: 10px;
}
.morecabledetails
{
    display: flex;
    -ms-flex-align: center;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #ebebeb;
    align-items: center;
    width: 100%;
    overflow-y: hidden;
    margin-top: 40px;
    height: 0px;
    transition: 0.2s all ease-in-out;
}
.termsConditions
{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    width: calc(90%);
    gap: 0px;
    margin-bottom: 0px;
    margin-top: 40px;
    overflow: hidden;
    border: 1px solid #CCC;
    padding: 2% 4%;
    border-radius: 9px;
}
.detailsContent
{
    border-top: 1px solid #e5e5e5;
    max-width: 950px;
    width: 100%;
    min-height: 200px;
    height: 100%;
    color: #000;
    margin-top: 25px;
    padding-bottom: 40px;
}
.cableAdded
{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    height: 50px;
    font-size: 14pt;
    justify-content: center;
    align-items: center;
    background-color: #0099FF;
    width: 100%;
    color: #FFF;
    min-height: auto !important;
    margin-top: 0px !important;
    overflow: hidden;
}
.etole
{
    display:none;
}
.yourCable
{
    display: none;
    max-width: 1207px;
    margin: 10px auto 0px auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 20px;
    background-color: #FFF;
}
.cableDetailedHolder
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    gap: 20px;
    border-radius: 8px;
    margin-top: -25px;
}
.cableLength::before, .cableRegulation::before, .cableTypeHold::before
{
    display: block;
    font-size: 12pt;
    font-weight: bold;
    color: #0099FF;
    width: 100%;
    margin-left: 20px;
    padding-bottom: 7px;
}
.estimatedCost
{
    color: #333;
    text-align: center;
    padding: 53px 0px 10px 0px;
    font-size: 20pt;
    display: none;
}
.cableLength::before{ content: "Cable Length:"; }
.cableRegulation::before{ content: "Regulation:"; }
.cableTypeHold::before{ content: "Cable Type:"; }
.cableLength, .cableRegulation, .cableTypeHold {
    display: inline-block;
    width: 50%;
    max-width: 300px;
    color: #333;
    margin: 0px 0px 15px 0px;
    padding: 14px 10px;
    font-size: 10pt;
}
.country {
    display: inline-block;
    width: 100%;
    color: #333;
    margin: 0px 0px 15px 0px;
    padding: 14px 10px;
    font-size: 10pt;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    appearance: none;
    background-image: url(Images/downarrow.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: calc(100% - 11px) 50%;
}
.cableLength select, .cableRegulation select, .cableTypeHold select
{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    color: #333;
    padding: 20px 20px;
    font-size: 10pt;
    cursor:pointer;
}
.cableRegulation {
    margin: 0px 0px 15px 0px;
}
.fullCableDetails
{
    display: none;
    max-width: 1205px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin: 0px auto;
    border-width: 1px 1px 1px;
    border-style: none solid solid;
    border-color: rgb(222, 222, 222) rgb(222, 222, 222) rgb(222, 222, 222);
    border-image: initial;
    border-top: none;
}
.cableDeepDetails{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%;
    color: #000;
    border: 1px solid #CCC;
    border-right: none;
    border-radius: 10px;
    margin-top: 25px;
    overflow: hidden;
}
.rowCable{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    width: calc(100% - 30px);
    padding: 7px 0px 7px 30px;
    min-height: 24px;
    border-bottom: 1px solid #CCC;
}
.rowCable2{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 172px;
    height: 100%;
    padding: 14px 0px 2px 30px;
    min-height: 24px;
    border-right: 1px solid #CCC;
    background-color: #efefef;
}
.rowCable3
{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    padding: 7px 0px 7px 0px;
    min-height: 24px;
    border-bottom: 1px solid #CCC;
    align-content: center;
}
.rowCablelong{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 61% !important;
    max-width: none;
    padding: 0px 0px 0px 30px;
    margin: 0px;
    justify-content: center;
    text-align: center;
}
.columnMain{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    width: calc(33% - -3px);
    background-color: #efefef;
    border-right: 1px solid #CCC;
    border-bottom: none;
}
.columnMain2{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    border-right: none;
    border-top: 1px solid #cccccc;
}
.columnMain3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: calc(100% - 60px);
    border-right: none;
    padding: 15px 30px;
    border-top: 1px solid #CCC;
    background-color: #FFF;
}
.column{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 33%;
    align-self: stretch;
    border-right: 1px solid #CCC;
}
.changeCamera
{
    color: #0099FF;
    border: 2px solid;
    display: inline-block;
    height: 26px;
    padding: 4px 6px;
    border-radius: 5px;
    position: relative;
    top: 4px;
    left: 10px;
    transition: 0.1s all ease-in-out;
    cursor: pointer;
}
.changeCamera:hover
{
    background-color: #0099FF;
    color: #FFF;
    padding: 8px 10px;
    top: 0px;
    left: 8px;
    border-radius: 8px;
}
.columnWide
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    align-self: stretch;
    border-right: 1px solid #CCC;
}
.warningEmail
{
    display:none;
    background-color: #bd0000;
    border-radius: 3px;
    padding: 2px 8px;
}
.rowWide
{
    display: flex;
    justify-content: flex-start;
    width:100%;
}
.searchInput
{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 63px;
    width: calc(97% - 20px);
    flex-direction: column;
    border-radius: 8px;
    border: 1px solid #c1c1c1;
    padding: 0px 0px 0px 20px;
    font-size: 12pt;
}
.searchButton
{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 49px;
    cursor: pointer;
    background-color: #0099FF;
    color: #FFF;
    border-radius: 6px;
    padding: 8px 20px;
    border-radius: 8px;
    align-content: center;
    margin-top: 20px;
    margin-left: -1px;
}
.connectorin, .connectorout
{
    font-weight:normal !important;
    justify-content: center;
}

.column:last-child
{
    border-bottom:none !important;
    border-right:none !important;
}
.columnMain:last-child
{
    border-bottom:none !important;
}
.rowCable:last-child
{
    border-bottom:none !important;
}
.rowCable3:last-child
{
    border-bottom:none !important;
}
.idin, .idout{
    font-weight:normal;
}
.connectorin, .connectorout{
    font-weight:bold;
}
.pinsin, .pinsout{
    font-weight:normal;
    justify-content: center;
}
.wiringLabel
{
    height:300px;
}
.wiringin, .wiringout{
    font-weight:normal;
    justify-content: center;
    height: 300px;
    font-size:12pt;
}
.cabletitlein, .cabletitleout{
    justify-content: center;
}
.genderin, .genderout{
    font-weight:normal;
    justify-content: center;
}
.partcodein, .partcodeout{
    font-weight:normal;
    justify-content: center;
}
.shortcodein, .shortcodeout{
    font-weight:normal;
    justify-content: center;
}
.costin, .costout{
    font-weight:normal;
    justify-content: center;
}
.lengthin, .lengthout{
    font-weight:normal;
}
.cableTypein, .cableTypeout{
    font-weight:normal;
}
.cablecodein, .cablecodeout{
    font-weight:normal;
}
.smallnote
{
    display:block;
    font-size: 9pt;
}
.xtr
{
    border-bottom: 1px solid #CCC;
    padding-bottom: 37px;
}
.spca
{
    margin-top: 20px;
}
.radioGroup
{
    display: flex;
}
.radioGroup input
{
    width: auto !important;
    margin-right: 20px;
}
@keyframes bounce 
{
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

@media (max-width: 1280px) {
    .imageCableSec
    {
        background-image:none;
        padding: 0px 50px 50px 50px
    }
}

@media (max-width: 1280px) 
{
    html, body 
    {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden; /* fallback */
    }

    @supports (overflow: clip) 
    {
        html, body {
            overflow-x: clip; /* stronger than hidden */
        }
    }

    .attract-trigger 
    {
        display: inline-block;
        position: absolute;
        top: 20px;
        right: 84px;
        padding: 6px 12px;
        background: #eaeaea;
        color: #606060;
        border-radius: 7px;
        cursor: pointer;
        font-weight: 600;
        user-select: none;
        -webkit-user-select: none;
        transition: all 0.2s ease;
        z-index: 10000;
    }

    .header
    {
        border-bottom: 3px solid var(--main-color);
        height: 76px;
    }
    .boxContainer
    {
        max-width: calc(1208px - 40px);
        width: calc(100% - 45px);
        margin: 18px auto;
        padding: 10px;
    }
    .sub 
    {
        top: 27px;
    }

    .imageCableSec
    {
        padding: 7%;
    }

    .icontiles 
    {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row;
        align-content: center;
        margin-bottom: 30px;
    }

    .beta-text
    {
        margin-bottom: -10px;
    }

    .icon-holder
    {
        width: calc(100% - 42px);
    }
    .icon-text { font-size: 12pt; }
    .IntroOptions
    {
        flex-direction: row;
        gap: 5px;
        margin: 0px 5px;
        max-width: 100%;
        width: calc(100% - 10px);
    }
    .tileOption
    {
        width: calc(100% - 20px);
    }
    .tabHolder
    {
        justify-content: flex-start;
        align-items: flex-end;
        flex-wrap: wrap;
        border-bottom: none;
        height: auto;
        gap: 10px;
        margin-left: 5%;
        width: calc(95%);
    }
    .tab, .tabAlt, .tabAlt2
    {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom: 1px solid #e1e1e1;
        padding: 10px 15px;
    }
    .tab:hover, .resetCamera:hover, .tabAlt2:hover
    {
        padding: 15px 25px;
    }
    .stretch
    {
        width: calc(100% - 30px) !important;
    }
    .megaContainer
    {
        flex-direction: column;
    }
    .smallContainer
    {
        width: calc(100% - 42px);
        margin-bottom: 22px;
    }
    .infoBox {
        min-width: auto;
        width: 100%;
        margin: 11px 5%;
    }
    .cableDetailedHolder
    {
        flex-direction: column;
    }
    .betatag
    {
        display: inline;
        padding: 3px 7px;
        font-size: 12px;
    }
    .icon-text 
    {
        text-align: left;
        margin-left: 70px;
    }
    .icon-title
    {
        font-size: 14pt;
        margin-left: 70px;
    }
    .icon-holder
    {
        align-items:flex-start;
        text-align:left;
        width: calc(50% - 54px);
        margin: -76px 0px -16px;
        border:none;
    }
    .icon-img
    {
        position: relative;
        top: 83px;
        left: -21px;
    }
    .infoBox h3
    {
        margin-bottom:12px;
    }
    .infoBox p
    {
        font-size: 13pt;
    }
    .camTileBox
    {
        margin-left: 5%;
        gap: 15px;
    }
    .cameraBoxalt
    {
        width: calc(24% - 31px);
        box-shadow: 2px 2px 4px 0px #f2f2f2;
    }
    .tabHolderAlt
    {
        margin-left: 5%;
    }
    .dropSelectoralt
    {
       width: calc(100%);
       margin-left: -3%;
    }
    .cableLength, .cableRegulation, .cableTypeHold
    {
        width: 100%;
        max-width: 77%;
        padding: 0px;
        margin: 0px;
    }
    .cableDetailsInputHolder
    {
        min-width: auto;
        width: 100%;
        max-width: 900px;
    }
    .detailColumn
    {
        margin: 7px 10px 10px;
        padding: 18px 15px;
    }
    .cableLength select, .cableRegulation select, .cableTypeHold select
    {
        background-color: #FFF;
    }
    .estimatedCost
    {
        display:none !important;
    }
    .estimatedCost .pre
    {
        display:block;
    }
    .buttonsMain
    {
        display:none;
    }
    .detailsContent
    {
        width: calc(100% - 75px);
    }
    .detrow
    {
        flex-wrap: wrap;
        flex-direction: column;
        align-items:flex-start;
    }
    .detrow .label
    {
        width:100%;
        display:block;
    }
    .detrow textarea, .detrow input
    {
        width: calc(100% - 40px);
    }
    .termsConditions p, .termsConditions ul
    {
        width:85%;
    }
    .container {
        background-color: #f1f1f1 !important;
        margin-top: -180px;
    }
    .logo{
        background-position: 19px 30%;
        background-size: 411px;
        height: 95px;
    }
    .footerpanel {
        margin: 30px 0 10px 0 !important;
        text-align: center;
        width: 18%;
        font-size: 10pt !important;
    }
    .footerfinal
    {
        width: 28%;
    }
}
@media (max-width: 860px)
{
    .footerpanel {
        width: 50%;
    }
    .footerfinal
    {
        width: 100%;
    }
    .tab, .tabAlt, .tabAlt2
    {
        padding: 5px 10px;
    }
    .tab:hover, .resetCamera:hover, .tabAlt2:hover
    {
        padding: 5px 10px;
    }
    .tabHolder
    {
        gap: 6px;
    }
    .inputBoxAlt, .outputBoxAlt
    {
        width: 32%;
        padding-top: 90px;
    }
    .inputCompany
    {
        background-color: #FFF;
    }
    /*make children hidden for mobile*/
    

    .camTileBox
    {
        margin-left: 5%;
        gap: 5px;
        width: calc(100% - 22px);
    }
    #myVideo, #fallbackImage 
    {
        width: 180%;
        height: auto;
        object-fit: cover;
        display: none;
    }
    #fallbackImage
    {
        display: inline-block;
    }
    .cameraBoxalt
    {
        width: calc(33% - 31px);
    }
    .icon-title 
    { 
        font-size: 12pt;
        margin-left: 90px;
        margin-top: -72px;
    }
    .icon-text 
    {
        text-align: left;
        margin-left: 90px;
        font-size: 11pt;
    }
    .custom-designs
    {
        background-size: 63px;
    }
    .icon-img
    {
        top: 9px;
        left: 0px;
    }
    .icontiles
    {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .icon-holder
    {
        width: calc(100% - 54px);
        padding: 10px 20px;
        margin: -10px 0px -8px 0px;
    }
    .IntroOptions
    {
        flex-direction: column;
        gap: 10px;
        margin: -12px auto;
        width: calc(100% - 28px);
    }
    .container
    {
        height: 50px !important;
        margin-top: 30px;
    }
    .logo
    {
        background-size: 300px;
    }
    .cable-intro-text
    {
        width: 96%;
        display:inline;
        margin-top: 0px !important;
    }
    .cable-builder-logo
    {
        width: 100%;
        background-size: 422px;
        background-position: 50% 18%;
        margin-top: -80px;
        height: 242px;
    }
    
    .mobileSummaryBox
    {
        display: flex;
        width: calc(100% - 60px);
        color: #000;
        background-color: #FFFFFF;
        text-align: center;
        margin-bottom: -20px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 20px 30px 0px 30px;
    }
    .mobileSummaryBox h3
    {
        font-size: 18pt;
        margin-bottom: 10px;
        color: #0099ff;
    }
    .inputCableMiddle
    {
        display:none;
    }
    .inputSummaryBox, .outputSummaryBox
    {
        width: 100%;
        margin: 0px;
    }
    .outputCable
    {
        transform: rotateZ(180deg);
        border: none;
        height: 300px;
    }
    .inputCable
    {
        transform: rotateZ(180deg);
        border: none;
        height: 300px;
    }
    .outputCable .image, .inputCable .image
    {
        background-position: 100% 50%;
        background-size: 100%;
    }
    .cableDetails
    {
        width: 100%;
    }
    .radioGroup
    {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 50%;
        line-height: 37px;
    }

    @media (forced-colors: active) 
    {
        .pagecontent 
        {
            forced-color-adjust: none !important;
            background: #fff !important;
            color: #000 !important;
        }
    }

    
}
@media (max-width: 600px)
{   
    .attract-trigger {
        display: none;
    }

    .attract-overlay 
    {
        display: none !important;
    }

    .expose-animated-cables 
    {
        z-index: 0 !important;
        top: 0px !important;
    }

    .cable-builder-logo {
        width: 100%;
        background-size: 80%;
        background-position: 50% 38%;
        margin-top: -70px;
        height: 0px;
        padding: 24% 0;
    }
}