﻿.cursor-poiner {
    cursor: pointer;
}

.reset-link-style {
    text-decoration: none;
}

.no-text-decoration {
    text-decoration: none;
}

    .no-text-decoration:hover {
        text-decoration: none;
    }

    .no-text-decoration:focus {
        text-decoration: none;
    }

.on-interaction-text-white:hover {
    color: white;
}

.on-interaction-text-white:focus {
    text-decoration: none;
}

.text-center {
    text-align: center;
}

.text-left{
    text-align: left;
}

.items-center {
    align-items: center;
}

.full-width {
    width: 100%;
}

.global-padding {
    padding-left: 32px;
    padding-right: 32px;
}

.global-negative-margin{
    margin-left: -32px;
    margin-right: -32px;
}

.diani-logo-small {
    width: 92px;
}

.diani-logo-normal {
    width: 128px;
}

.diani-logo-larg {
    width: 182px;
}

.line-height-30 {
    line-height: 30px;
}

.line-height-21 {
    line-height: 21px;  
}

.line-height-19 {
    line-height: 19px;
}

/*TODO: move to Forms.css after design unification*/
.action-link-button {
    display: flex;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid var(--diani-modr-primary, #1E7ED6);
    background: var(--diani-modr-primary, #1E7ED6);
    box-shadow: 0px 1px 4px 0px rgba(39, 35, 58, 0.25);
}
