@import "./imports.scss";

.categorize-modal {
    .content {
        h3 {
            font-weight: 500;
            font-size: 18px;
            line-height: 28px;
            color: $grey-darker;
        }

        p {
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            color: $text-strong;
        }

        .categorize-dropdown {
            width: 100%;
            border: 1px solid #D0D5DD;
            height: 40px;
            cursor: pointer;
            box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
            border-radius: 8px;
            margin-bottom: 4px;
        }

        .category-description {
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            color: $text-lighter;
        }

        .submit-category {
            margin-top: 16px;
            width: 100%;
        }
    }

}