/*  Login styles    */

.css-2b097c-container {
    width: 100%;
}
.newInputGroup {
    text-align: left;
    margin-bottom: var(--spacing2);
}

.newInputGroup a {
    font-size: var(--fsize6);
    text-decoration: none;
}

.newInputGroup .fixWidth-3vw {
    width: 3vw !important;
}

.newInputGroup .fixWidth-6vw {
    width: 6vw !important;
}

.newInputGroup .fixWidth-10vw {
    width: 10vw !important;
}

.newInputGroup .fixButtonEndRightSide input,
.newInputGroup .fixButtonEndRightSide select {
    border-radius: var(--radius) !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.newInputGroup .fixButtonEnd input {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.newInputGroup .fixButtonEnd {
    display: flex;
}

.newInputGroup .fixLeftMargin {
    margin-left: -2px;
}

.newInputGroup .fixRightMargin {
    margin-right: -2px;
}

.newInputGroup .fixLeftLabelForBusiness {
    border-radius: var(--radius) !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.newInputGroup .leftLabel {
    display: flex;
    font-size: var(--fsize6);
    align-items: center;
    padding: var(--spacing2) var(--spacing2);
    border-radius: var(--gRadius);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: var(--bgcolor1);
    border: 1px solid var(--border);
}

.newInputGroup label {
    display: block;
    color: var(--primary);
    font-weight: 500;
    margin-bottom: 0.1vw;
    text-transform: capitalize;
}

.newInputGroup .error {
    color: var(--color_sell);
    font-weight: normal;
    margin-top: var(--spacing1);
    text-transform: capitalize;
}

.newInputGroup input:-internal-autofill-selected {
    background-color: var(--bgcolor1) !important;
}

.newInputGroup input:hover,
.newInputGroup textarea:hover,
.newInputGroup select:hover {
    border-color: hsl(0, 0%, 70%);
}

.newInputGroup textarea {
    height: 2.8vw;
}

.newInputGroup input,
.newInputGroup textarea,
.newInputGroup select {
    width: 100%;
    min-height: 2.1vw;
    font-size:0.75vw !important;
    transition: 400ms;
    color: var(--primary);
    padding: calc(var(--spacing2) + 0.1vw) var(--spacing2);
    box-sizing: border-box;
    background-color: white;
    
    border-radius: var(--radius);
    border: 1px solid var(--border);
}

.newInputGroup input:focus,
.newInputGroup textarea:focus,
.newInputGroup select:focus {
    outline: 0;
    border: 1px solid var(--secondary);
}

.newInputGroup input::placeholder,
.newInputGroup textarea::placeholder {
       text-transform: capitalize;
}

.newInputGroup input:disabled {
    background-color: lightgray;
}

.radio1 [type="radio"]:checked,
.radio1 [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio1 [type="radio"]:checked + label,
.radio1 [type="radio"]:not(:checked) + label {
    text-align: left;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    /* color: #666; */
}
.radio1 [type="radio"]:checked + label:before,
.radio1 [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid var(--border);
    border-radius: 100%;
    background: #fff;
}
.radio1 [type="radio"]:checked + label:after,
.radio1 [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--secondary);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio1 [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio1 [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

input[type="checkbox"] {
    margin: 0;
    width: 1vw;
    height: 1vw;
    cursor: pointer;
    min-height: 1.4vw;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    border-color: transparent;
}

::-webkit-input-placeholder {
    color: var(--color);
    font-size:0.75vw !important;
  }
  ::-moz-placeholder {
    color: var(--color);
    font-size:0.75vw !important;
  }
  :-ms-input-placeholder {
    color: var(--color);
    font-size:0.75vw !important;
  }
  ::placeholder {
    color: var(--color);
    font-size:0.75vw !important;
  }

/*input[type="checkbox"]:hover::before {
    border-color: hsl(0, 0%, 70%);
}*/

/*input[type="checkbox"]::before {
    content: "";
    display: block;
    width: 1.2vw;
    height: 1.2vw;
    transition: 500ms;
    border-radius: var(--radius);
    background-color: white;
    border: 0.0625vw solid var(--border);
   /* box-shadow: inset 0px 0px 0.1vw var(--border);
}

input[type="checkbox"]:checked::after {
    top: 0px;
    left: 0.15vw;
    height: 0px;
    content: "";
    position: absolute;
    transform: rotate(-53deg);
    border: 0.23vw solid var(--secondary);
    border-top-color: transparent;
    border-right-color: transparent;
    border-top-width: 0.4vw;
    border-right-width: 1vw;
}
*/
/* Main Specification Tables */


/*
.specTable1 {
    width: 100%;
    border-spacing: 0px;
    position: relative;
    background-color: white;
    border-radius: var(--radius2);
    border-left: 0.0625vw solid var(--border);
    border-bottom: 0.0625vw solid var(--border);
}

.specTable1 th {
    font-weight: 500;
}

.specTable1 td,
.specTable1 th {
    padding: var(--spacing2);
    text-align: center;
    border-top: 0.0625vw solid var(--border);
    border-right: 0.0625vw solid var(--border);
    vertical-align: middle;
}

.specTable1 .title {
    text-align: left;
    font-weight: 600;
    padding-left: 0px;
    text-transform: capitalize;
}

.specTable1 .skuCode {
    font-size: 0.8vw;
    font-weight: normal;
    text-align: left;
}

.specTable1 img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: var(--radius2);
}

.specTable1 .fixImage {
    width: 100%;
    background-color: white;
}

.specTable1 a {
    text-decoration: none;
}

.specTable1 .fixTextBig {
    font-weight: bold;
    color: var(--secondary);
}

.fixSpecTable1Shadow {
    width: 98%;
    height: 90%;
    z-index: -1;
    right: -0.5vw;
    bottom: -0.5vw;
    position: absolute;
    transition: 500ms;
    background-color: var(--gBoxBgColor);
}

.specTable {
    display: grid;
    grid-column-gap: 0.2vw;
    font-size: var(--fsize7);
    text-transform: capitalize;
    grid-template-columns: 4vw 1fr;
}

.specTable .td1 {
    color: var(--primary);
}*/