﻿.dealer-contactless-services-modal .modal-content {
    box-sizing: border-box;
    /* Auto layout */

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 16px 32px;
    gap: 24px;
    position: relative;
    height: 600px;
    /* White */

    background: #FFFFFF;
    /* Grey 4 */

    border: 2px solid #767676;
}

dealer-contactless-services-modal-title {

}

#mainheader {
    position: static;
    width: 363px;
    height: 40px;
    left: 0px;
    top: 0px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 27.65px;
    line-height: 40px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    color: #333333;
    flex: none;
    order: 0;
    align-self: flex-start;
    flex-grow: 0;
    margin: 0px 8px;
}
#maindescription {
    position: static;
    width: 598px;
    height: 52px;
    left: 0px;
    top: 48px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    /* or 162% */
    letter-spacing: 0.3px;
    color: #333333;   
    flex: none;
    order: 1;
    align-self: center;
    flex-grow: 0;
    margin: 0px 8px;
}

#btnmoreinfo {
    margin: 10px;
    width: 60px;
    height: 16px;
    left: 165px;
    top: 500px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
}
/*End InventoryFiltersComponent*/
#description {
    position: static;
    width: 598px;
    height: 52px;
    left: 0px;
    top: 48px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #333333;
    flex: none;
    order: 1;
    align-self: center;
    flex-grow: 0;
    margin: 0px 8px;
}

.modal-title {
    width: 476px;
    height: 21px;
    /* All Caps 1 */

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height, or 117% */

    letter-spacing: 0.005em;
    text-transform: uppercase;
    /* Grey 5 */

    color: #494949;
    margin-bottom: 10px;
}

.modal-title-text {
    width: 492px;
    height: 72px;
    /* P1 reg */

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    /* or 133% */

    letter-spacing: 0.5px;
    /* Grey 5 */

    color: #494949;
    /* Inside auto layout */

    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.modal-row-title {

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 18px;
    /* identical to box height, or 120% */

    letter-spacing: 0.3px;
    /* Grey 5 */

    color: #494949;
}

.modal-text {
    position: static;
    width: 598px;
    height: 52px;
    left: 0px;
    top: 48px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: #494949;
    flex: none;
    order: 1;
    align-self: center;
    flex-grow: 0;
    margin: 0px 8px;
}

.close {
    margin: 22px 15px;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    background: #333333;
    width: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 30px !important;
    line-height: 21px;
    /* identical to box height, or 117% */

    letter-spacing: 0.005em;
    text-transform: uppercase;
    /* Grey 5 */

    color: #494949;
    margin-bottom: 10px;
}