@tailwind base;
@tailwind components;
@tailwind utilities;

@layer components {
    .button-border {
        @apply border-solid border border-gray-300 bg-white;
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
    }
}

.product-btn:hover,
.team-btn:hover,
.upload-btn:hover,
.product-btn.btn-active,
.team-btn.btn-active,
.btn-active {
    border-radius: var(--radius-radius-l, 16px);
    background: var(--surface-surface-neutral-1, #FFF);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    box-shadow: inset 0 0 0 3px #0F55AA;
}

input[type="reset"].reset-btn:hover {
    background-color: #7a7a7a;
    color: #fff;
}

.team-text-active {
    color: var(--text-text-neutral-1, #292929);
}

@media screen and (max-width: 1024px) {
    .containers {
        display: flex;
        flex: 1;
        flex-direction: column;
        align-items: center;
    }
}

.customer-btns:hover,
.customer-select>.customer-active,
.platformpack-btns:hover,
#pptype-select>.pp-active {
    color: var(--text-text-core-3, #003678);
    border-bottom: 3px solid var(--border-border-form-2, #6BCAA5);
}

.license-group,
.device-group,
.sdtype-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: -7px;
    flex: 1 0 0;
}

.sdtype-group {
    width: 100%;
}

.label-text {
    color: var(--text-text-form-label, #454545);
    text-align: right;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 -7px 0;
    z-index: 1;
    background: linear-gradient(0deg, white 50%, #E8F6FE 50%);

}

select.type-select,
select.license-select {
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.contact-group,
.platformpack-input {
    display: flex;
    padding: var(--spacing-spacing-l, 12px) 0px;
    align-items: flex-start;
    gap: 36px;
    align-self: stretch;
}

.name-group,
.email-group,
.info-group,
select-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    width: 100%;
}

.selection-groups {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
    align-self: stretch;
}

.article-text {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .46px;
    line-height: 22px;
    color: rgb(25 118 210 1);
    margin: 0px;
}

input[type="text"].input-text,
input[type="email"].input-text,
textarea {
    display: flex;
    padding: 17px 12px 17px 12px;
    align-items: center;
    align-self: stretch;
    color: var(--text-text-form-value, #454545);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

textarea {
    outline: none;
}

.placeholder-text {
    color: var(--text-text-form-value, #454545);

    /* Type/Body/14 R */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

input[type="submit"].submit-btn:hover {
    background-color: #646f77;
}

.chevron {
    padding-right: 5px;
}

.info {
    padding: 1px 0px 0px 4px;
}

.headsup-group {
    display: flex;
    padding: var(--spacing-spacing-xl, 16px) var(--spacing-spacing-2-xl, 24px) var(--spacing-spacing-2-xl, 24px) var(--spacing-spacing-2-xl, 24px);
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
}

.headsup-text {
    color: var(--text-text-info-1, #2A7395);
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}

.error-text {
    color: #ff0033;
}

#descriptionInput::placeholder {
    color: #a0aec0;
    opacity: 1;
    /*For Firefox*/
}

.tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: 300px;
    color: #fff;
    font-size: 12px;
    background-color: #6D6D6D;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
}

.hover-text:hover .tooltip-text {
    visibility: visible;
}

.hover-text {
    position: relative;
    display: inline-block;
    font-family: Inter;
    text-align: center;
    text-decoration: underline #333 dotted;
}

#bottom {
    top: 25px;
    right: -25%;
}