﻿@import url("/Planet_Web_Theme/Theme.Planet_Web_Theme.css?299281");

/*

    File: MerchantRegistration theme

    +---------------------------+
    |   Avoid add styles here!  |
    +---------------------------+

    All styles should go on Planet_Web_Theme.
    This theme exists only to leverage OutSystems scafolding features.

    @author: ricardo.saraiva@outsystems.fi
    
*/
/*
+---------------+
|   Webblocks   |
+---------------+
*/
/* Common > BottomInfo ********************/
.bottomInfo-wrapper {
    display: flex;
}

.bottomInfo-wrapper .bottomInfo-icon,
.bottomInfo-wrapper .bottomInfo-text {
    line-height: 1.6;
}

.bottomInfo-wrapper .bottomInfo-icon {
    margin-right: 10px;
}

/* Common > Layout_MainContent_Congratulations ****************/
.congratulationsPage-wrapper {
    margin-top: 110px;
}

.phone .congratulationsPage-wrapper {
    margin-top: 30px;
}

.congratulationsPage-wrapper .congratulationsPage-descriptionIcons .descriptionIcon_wrapper {
    margin: 35px 5px 0;
}

/* Common > Layout_MainContent_Welcome ****************/
.welcomePage-wrapper .Heading1.Extra {
    margin-top: 30px;
}

.phone .welcomePage-wrapper .Heading1.Extra {
    margin-top: 0;
    font-size: 45px;
}

/* Useful Classes *************************************/
.storeList-wrapper + .storeList-wrapper {
    margin-top: 50px;
}

/* Columns3 override ***************************/
.tablet.Page .Columns.MarginBottom.tab_BreakFirst,
.tablet.Page .Columns.MarginBottom.tab_BreakLast,
.tablet.Page .Columns.MarginBottom.tab_BreakAll,
.tablet.Page .Columns.MarginBottom.tab_BreakMiddle,
.phone.Page .Columns.MarginBottom.mob_BreakFirst,
.phone.Page .Columns.MarginBottom.mob_BreakLast,
.phone.Page .Columns.MarginBottom.mob_BreakAll,
.phone.Page .Columns.MarginBottom.mob_BreakMiddle {
    margin-bottom: 0px;
}