/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
.survey-name, .survey-welcome {
    margin-bottom: 1em;
}

.row.com-row {
    margin: 0 0 6em 0em;
    display: flex !important;
    align-items: center;
    text-align: justify;
}

.row.com-row .col-6 h1 {
    margin-top: 0;
}

.com-row img {
    box-shadow: 4px 4px #442F68;
    border: 1px solid #442F68;
}

.header-jumbo {
    background: rgb(64,45,101);
    background: linear-gradient(90deg, rgba(64,45,101,1) 0%, rgba(222,115,229,1) 34%, rgba(222,115,229,1) 58%, rgba(76,217,244,1) 100%);
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 2em;
    margin-bottom: 5em;
    box-shadow: 6px 6px #442F68;
}

.header-jumbo p.h1, .header-jumbo p.h2 {
    color: #FFF;
}

.header-jumbo .header-jumbo_col-logo img {
    width: 78%;
}

.action-jumbo {
  border: 1px solid #4CD9F4;
  box-shadow: 4px 4px #4CD9F4;
  padding: 2em;
}

.action-jumbo h1 {
    font-size: 2em;
}

a {
    font-size: inherit;
}

.question-container {
  border: 2px solid #00000017;
  padding: 30px;
  box-shadow: 5px 5px #0000000d;
}

.group-container > .group-title, .group-container > .group-description {
    margin-bottom: 1em;
}

.datasecurity-checkbox-container .text-primary {
    color: #008691 !important;
}

.logo-container > img {
  max-height: 120px;
}

.top-container .progress {
    height: 15px;
    padding: 15px 0px;
}
