* {
    box-sizing: border-box;
}

body {
    background-color: rgb(246, 246, 246);
    display: block;
    margin: 0;

    font-family: 'Assistant', sans-serif;
    font-size: 13px !important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.btn {
    text-decoration: none;
}

.btn.btn-primary {
    align-items: center;
    background-color: #ff8458;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-family: 'Assistant', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 600;
    height: 42px;
    justify-content: center;
    line-height: normal;
    letter-spacing: normal;
    outline: none;
    padding: 0 30px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
    vertical-align: middle;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    background-color: #e75e2d;
    border: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    outline: none;
}

.btn.btn-primary:active:hover,
.btn.btn-primary.active:hover,
.btn.btn-primary:active:focus,
.btn.btn-primary.active:focus,
.btn.btn-primary:active.focus,
.btn.btn-primary.active.focus {
    outline: none;
    background-color: #e85c28;
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    border: none;
}

.btn.btn-primary .icon-text {
    justify-content: center;
}

.btn.btn-primary .icon-text .isvg {
    margin-left: 0;
}

.btn.btn-primary .icon-text svg {
    fill: white;
}

.btn--full {
    width: 100%;
}

.invite .dj-form .input-row {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: none;
    display: flex;
    margin-bottom: 4px;
    padding: 4px 0 4px 12px;
}

.invite .dj-form .icon-email {
    align-items: center;
    display: flex;
}

.invite .dj-form input[type='email'] {
    border: none;
    box-shadow: none;
    height: auto;
    padding: 6px 12px;
}

.invite .dj-form input[type='email']:focus {
    box-shadow: none;
}

.invite .dj-form input[type="checkbox"] {
    margin: 0 12px 0 0;
}

.invite .dj-form .text-danger {
    color: #CC484A;
    display: block;
}

.invite .dj-form label {
    display: flex;
    font-weight: bold;
    margin: 10px 0 0 0;
    white-space: nowrap;
}

.link-sent {
    opacity: 0.6;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    text-align: left;
    color: #404752;
}

.browser-list {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    list-style: none;
    margin: 32px 0 0 0;
    padding: 0;
    text-align: left;
}

.browser-list li:not(:first-child) {
    border-top: 1px solid #ddd;
}

.browser-list li img {
    margin-right: 16px;
}

.browser-list a:link,
.browser-list a:visited {
    align-items: center;
    display: flex;
    color: #444;
    padding: 8px 16px;
    text-decoration: none;
}

.browser-list a:hover {
    background: #f9f9f9;
}

.dj-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    min-height: 100%;
    width: 400px;
}

.dj-wrapper header {
    align-items: center;
    display: flex;
}

.dj-wrapper header .dj-logo {
    padding: 100px 0 0 15px;
}

.dj-wrapper header .dj-logo svg {
    width: 130px;
}

.dj-wrapper main {
    padding: 60px 0 80px;
}

.dj-content {
    background: #fff;
    box-shadow: rgba(67, 90, 111, 0.3) 0px 0px 1px, rgba(67, 90, 111, 0.3) 0px 8px 10px -4px;
    border-radius: 16px;
    padding: 60px 40px;
}

.dj-title {
    margin: 0 0 16px;
}

.dj-title h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.dj-content .dj-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.dj-form button {
    width: 100%;
}

.dj-form label {
    color: rgb(141, 145, 150);
    display: block;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
    text-align: left;
    text-transform: uppercase;
    user-select: none;
}

.dj-form-label {
    align-items: center;
    display: flex;
    margin: 0 0 10px;
}

.dj-form-label label {
    flex: 1;
    margin-bottom: 0;
}

.dj-form-label-actions {
    margin-left: auto;
}

.dj-form-label-actions a:link,
.dj-form-label-actions a:visited {
    color: rgb(141, 145, 150);
    text-decoration: none;
}

.dj-form input[type='text'],
.dj-form input[type='password'],
.dj-form input[type='email'] {
    background-color: #fff;
    border: 1px solid rgb(172, 178, 181);
    border-radius: 3px;
    box-sizing: border-box;
    caret-color: currentcolor;
    color: rgb(64, 71, 82);
    font-family: 'Assistant', sans-serif;
    font-size: 15px;
    height: 42px;
    padding: 0px 16px;
    transition: 0.25s ease-out;
    width: 100%;
}

.dj-form input[type='text']:focus,
.dj-form input[type='password']:focus,
.dj-form input[type='email']:focus {
    border-color: rgb(100, 150, 206);
    box-shadow: rgba(70, 97, 145, 0.14) 0px 0px 0px 3px;
    outline: none;
}

.dj-form input[disabled],
.dj-form input:disabled,
.dj-form input:read-only,
.dj-form input[readonly] {
    background: #f6f6f6;
    cursor: not-allowed;
}

.dj-form-error {
    background: #fcf5f7;
    color: #CC484A;
    margin: 0 -40px;
    padding: 20px 40px;
    position: relative;
}

.dj-form-error ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.validation-summary-valid {
    display: none;
}

.dj-footer {
    align-items: center;
    display: flex;
    color: #8d9196;
    gap: 16px;
    margin: 0 auto;
}

.dj-footer a:link,
.dj-footer a:visited {
    color: #8d9196;
    text-decoration: none;
}

.dj-footer--name {
    flex: 1;
}

.dj-form-row {
    align-items: stretch;
    display: flex;
    gap: 16px;

    >* {
        flex: 1;
    }
}
