html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
/*Packing Service specific*/

.btn.venator-button {
    background: var(--itAgencyGradientColor);
    color: white;
}

a {
    color: var(--firstColor);
}

.section-title p{
    text-align:left;
    margin-left:0px;
    margin-right:0px;
    max-width:100%;
}

section{
    margin-top:30px;
    margin-bottom:30px;
}

section .row{
    margin-top:20px;
    margin-bottom:20px;
}

.btn.pack {
    margin: 20px 0px 20px 0px;
    font-size: 1.3em;
    width: 7em;
}

.btn.add-new {
    margin-top: 10px;
    font-size: 1.1em;
    width:5em;
}

table button.delete {
    color: red;
    font-size:1.3rem;
}
table td {
    background-color: #f5f5f5;
    border: solid 2px white;
}

table{
    width:100%;
}

    table td input.form-control[type="number"]{
        text-align:center;
    }

    .venator-card {
        text-align: center;
        margin-bottom: 30px;
        background-color: var(--whiteColor);
        -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, .1);
        box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, .1);
        padding: 25px 25px;
        height: 90%;
    }
.services-area .card {
    margin-top: 15px;
    margin-bottom: 15px;
    border: none;
    -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, .1);
    box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, .1);
    text-align:center;
}

.services-area .card .card-title{
    text-align:center;
    padding-top:5px;
    padding-bottom:5px;
}

.header-area.p-absolute .navbar-area {
    background-color: #06080e;
}

input.form-control[type="color"] {
    width: 2rem;
    height: 2rem;
    padding: 0px;
    justify-self: center;
}
.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

div.modal-dialog{
    margin:60px auto;
}
.transparency-90 {
    background: rgba(255, 255, 255, 0.9) !important;
}

table.result {
    counter-reset: rowNumber; /* Initialize counter */
}

table.result tbody tr {
    counter-increment: rowNumber; /* Increment counter for each row */
}

    table.result tbody tr td.counter::before {
        content: counter(rowNumber); /* Display counter */
        display: block;
        text-align: center;
        font-weight: bold;
    }


    table td input {
        vertical-align:middle;
    }

.fa-cube::before {
    color: #31a733;
    font-size:1.5em;
}
.help-page .card{
    text-align:left;
}

.help-page .card .card-title{
    text-align:left;
}

.help-page ol li {
    padding-left:.5em;
}

div.screenshot {
    max-width: 740px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    justify-self: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
    input.form-control[type="color"] {
        width: 1rem;
        height: 1rem;
    }
}


@media screen and (max-width: 575px) {
    body {
        font-size: 10px;
    }
    input.form-control{
        font-size:1em;
    }
}

/*PAGE SPINNER*/
/* Absolute Center Spinner */
.spinner {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

    /* Transparent Overlay */
    .spinner:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .spinner:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .spinner:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
