.documentation-flex-row {

    @media screen and (max-width: 781px) {
        margin-left: -10px;
        margin-right: -10px;

        .swptls-col {
            flex: 1 1 220px;
            padding-left: 20px;
            padding-right: 10px;
        }
    }
}

.documentation-card {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    padding: 50px 20px;
    background: #FFFFFF;
    border: 1px solid #ECECEF;

    svg {
        margin-bottom: 30px;
    }

    h4 {
        margin: 0;
        color: #1E1E1E;
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        transition: all 0.3s ease;
    }

    .single-doc-item {
        top: 0;
        left: 0;
        outline: 0;
        width: 100%;
        height: 100%;
        box-shadow: none;
        position: absolute;

        &:any-link {

            &:hover+svg+h4 {
                color: #008717;
            }
        }
    }
}

.documentation-contact {
    outline: 0;
    display: block;
    box-shadow: none;
    text-align: center;
    text-decoration: none;
    margin-bottom: 30px;

    svg {
        margin-bottom: 17px;
    }

    h4 {
        color: #1E1E1E;
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        margin-top: 0;
        margin-bottom: 6px;
    }

    p {
        color: #666873;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        max-width: 173px;
        margin-left: auto;
        margin-right: auto;
    }
}

.get-pro-promo {
    h2 {
        font-weight: 700;
        font-size: 25px;
        line-height: 33px;
        color: #363A3D;

        &+p {
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 150%;
            color: #424551;
        }

    }

    p.documention-list {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 12px;
        font-size: 16px;
        color: #424551;
        line-height: 1.5;

        svg {
            flex-shrink: 0;
            margin-top: 4px;
            width: 13px;
            height: 10px;
        }

        @media (max-width: 768px) {
            justify-content: flex-start;
            text-align: left;
        }
    }


    .unlock-features {
        width: 175px;
        height: 39px;
        background: #3858E9;
        border-radius: 6px;
        border: 0px solid;
        font-weight: 600;
        font-size: 16px;
        line-height: 39px;
        text-align: center;
        color: #F8F9FA;
        transition: 300ms;
        padding: 0;
        transition: 300ms;

        &:hover {
            background: #1fb857;
            color: #F8F9FA;
        }
    }

    p {
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        color: #666873;

        >a {
            text-decoration: none;
            color: #1E1E1E;
        }
    }
}

//Docmentation accordion 
.swptls-card.accordion-body {
    margin: 0px 0 4px 0;
    cursor: pointer;
    justify-content: space-between;
    background-color: #ffffff;
    transition: 0.3s;
    border-radius: 4px;

    &:hover {
        border: 1px solid #cccccc;
        border-radius: 0 4px 4px 4px;
    }
}

.swptls-card.accordion-body.active {
    margin: 0px 0 4px 0;
    cursor: pointer;
    justify-content: space-between;
    background-color: #ffffff;
    transition: 0.3s;

}

.swptls-col.col-xs-12.col-sm-6.documentation-page {
    flex-basis: 100% !important;
    /* width: 100%; */
    max-width: 100%;
}

.documentation-page {
    .fag-header {
        font-size: 20px;
    }

    .accordion-item {
        display: flex;
        flex-direction: column;

        .accordion-header {
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
            transition: transform 0.35s ease;

            h5.accordion-title {
                flex-grow: 1;
                text-align: left;
                margin: 0;
                font-weight: 400;
                font-size: 16px;
                position: relative;
                margin-bottom: 0;
                color: #1E1E1E;
                transition: 0.3s;

                &:hover {
                    color: #243343;
                }
            }

            .accordion-icon {
                transition: transform 0.35s ease;
            }

            &.active {
                .accordion-icon {
                    transform: rotate(180deg);
                }
            }


        }

        .accordion-body {
            display: flex;
            transition: max-height 0.35s ease;

            .accordion-content {
                font-size: 14px;
                font-weight: 400;
                line-height: 24px;
                color: #727E8C;
            }

            span.date-format {
                padding: 3px 5px 2px;
                margin: 0 1px;
                background: rgba(0, 0, 0, .07);
                font-size: 13px;
                color: #a45b41;
            }
        }

        h2 {
            text-align: center;
        }

        .accordion-icon.active {
            transform: rotate(180deg);
        }
    }
}

// Modal 
.create-support-modal-wrap {
    background: #fff;
    padding: 23px 23px 23px 23px;
    width: 515px;
    height: 680px;
    border-radius: 20px;

    @media only screen and (max-width: 1380px) {
        padding: 23px 23px 23px 23px;
        max-width: 515px;
        max-height: 540px;
    }

    @media only screen and (max-width: 800px) {
        padding: 23px 23px 23px 23px;
        max-width: 490px;
        max-height: 530px;
    }

}


.get-pro-promo {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 40px;
    min-height: 200px;
    justify-content: space-between;

    @media (max-width: 992px) {
        flex-direction: column;
        text-align: center;
        padding: 30px;
        gap: 30px;
    }

    @media (max-width: 575.98px) {
        padding: 20px;
        gap: 20px;
    }

    .pro-hint-left {
        flex: 1;
        max-width: 600px;

        h3 {
            font-size: 18px;
            font-weight: 600;
            color: #1E1E1E;
            margin: 0 0 20px 0;
            line-height: 1.3;

            @media (max-width: 768px) {
                font-size: 20px;
                text-align: center;
            }
        }

        p.documention-list {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 12px;
            font-size: 16px;
            color: #424551;
            line-height: 1.5;

            svg {
                flex-shrink: 0;
                margin-top: 4px;
                width: 13px;
                height: 10px;
            }

            @media (max-width: 768px) {
                justify-content: flex-start;
                text-align: left;
            }
        }


        .unlock-cta {
            background: transparent;
            border: unset;
            color: #1C6CDB;
            padding: 8px 0;
            margin-top: 0;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 4px;
            height: 37px;

            &:hover {
                color: #0F4B9E;
                transform: translateX(4px);
            }

            &:active {
                transform: translateX(2px);
            }

            &:focus {
                outline: 2px solid #0F4B9E;
                outline-offset: 2px;
            }

            @media (max-width: 480px) {
                padding: 10px 18px;
                font-size: 13px;
                align-self: center;
            }
        }

    }

    .pro-hint-right {
        flex: 0 0 auto;
        max-width: 300px;

        @media (max-width: 992px) {
            max-width: 250px;
        }

        @media (max-width: 768px) {
            max-width: 200px;
        }

        svg {
            width: 100%;
            height: auto;
        }
    }
}