* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

html, body {
    height: 100%;
  }

body {
    color: #4C4C4C;
    font-family: "Poppins", "DM Sans", "Arial", sans-serif;
    font-size: 0.9em;
    display: flex;
    flex-direction: column;
}

#background {
    position: fixed;
    top:0;
    left:0;
    z-index: -10;
    background: #F6F6F6;
    width: 100%;
    height: 100%;
}

header {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 5px 0px 2px 10px;
    background-color: #FFF;
    box-shadow: 0px 2px 5px #dddddd;
}

.content {
    padding-top: 20px;
    padding-bottom: 40px;
    flex: 1 0 auto;
}

footer img {
    height: 40px;
    margin-left: 10px;
    float: right;
    margin: 0px 20px;
}

footer {
    /* margin-top: 50px; */
    padding-top: 10px;
    border-top: 2px solid #DDDDDD;
    background: #FFF;
    height: 50px;
    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
}

#loading {
    color: #DDDDDD;
}

main {
    margin: auto;
    padding: 40px 20px;
    margin-top: 40px;
    width: 70%;
    min-width: 800px;
    text-align: center;
    background: #FFF;
    overflow: hidden;

    border-radius: 30px 30px;
    box-shadow: 0px 0px 20px 8px #ddd;
}

#main-text {
    display: none
}

p {
    margin: 12px;
}

.success {
    color: #00AE9E;
    margin: 6px;
}

.error {
    color: #C52626;
}

.txt-product-available {
    color: #00AE9E;
}

.fail {
    color: #f54141e3;
}

.txt-available-message {
    text-align: left;
}

.reminder-list {
    text-align: left;
    padding-left: 30px;
}

/* Font awesmoe modifiers */
.enlarge {
    font-size: 2em;
    vertical-align: middle;
}

.hidden {
    display: none;
}

.sink-more {
    margin-top:25px;
}

/* Buttons */
button {
    border-radius: 100px;
    padding: 15px 32px;
    text-align: center;
    font-weight: 600;
    font-size: 1em;
    cursor: pointer;
    outline: 0;

    background-color: #ED614C;
    color: #fff;
}


button:hover {
    filter: brightness(110%);
}

button.btn-prev {
    background-color: #F3F3F3;
    color: #8d8d8d;
}

button.btn-prev:hover {
    background-color: #dbdbdb;
    color: #8d8d8d;
}

.right {
    float: right;
}

.left {
    float: left;
}

/* Modal */


/* Progress */

.title {
    margin: 25px;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    color: #262A3E;
    font-family: "Poppins", "DM Sans", "Arial", sans-serif;
}

/* Message-box */
.message-container {
    display: flex;
    justify-content: center;
}

.messages {
    display: flex;
    flex-direction: column;
    width: 700px
}

.message {
    margin-bottom: 30px;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px #ddd;
}

.message-title{
    padding: 10px;
    color: #ED614C;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
}

.message-content {
    padding: 10px;
    padding-left: 32px;
    text-align: left;
}

hr {
    border-top: 2px solid #ED614C;
    margin-top: 10px;
}

.overlay{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: #ffffff;
}


#loading-container > img {
    width: 100px;
}

#loading-modal {
    display: block;
}

.modal {
    width: 400px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -200px;

    border-radius: 40px;
    text-align: center;
    z-index: 11;
}

.modal .logo {
    max-width: 200px;
}

.modal .modal-message {
    margin-top: 20px;
    font-size: 18px;
    color: #b9b9b9;
}

#summary-raw-data {
    border: 1px solid #ccc;
    color: #777;
    margin-bottom: 25px;
    margin-top: 10px;
}

#summary-container {
    margin-top: 20px;
}

.provisioned-link {
    color: #ED614C;
    text-decoration: none;
}

#do-company-id-form {
    margin: 5px;
    padding: 10px 15px;
}

#do-company-id-form-input {
    background-color: rgb(250 250 250/1);
    border-radius: .375rem;
    padding: 1rem;
}

#do-company-id-form-input:focus {
    box-shadow: 0 0 0 0px #fff,0 0 0 calc(2px + 0px) #262A3E,0 0 #0000;
}
