body {
    margin: 0 !important;
    font-family: Inter, serif;
}

p {
    padding: 0 !important;
    margin: 0;
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.mb-0 {
    margin-bottom: 0 !important;
}
*:not(input) {
    text-transform: capitalize;
}

.content-header {
    color: #000;
    font-family: Inter, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}

.content-subheader {
    color: #000;
    font-family: Inter, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.table {
    border-radius: 16px;
    border: 1px solid #ECECEC;
    background: #FFF;
    box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 0.08), 0 3px 6px -3px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
}

.table-header {
    display: flex;
    padding: 14px 24px;
    align-items: center;
    align-self: stretch;
    background: #FBFBFB;
}

.table-row {
    border-top: 1px solid #ECECEC;
    padding: 30px 24px;
}

.card {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #ECECEC;
    background: #FFF;
    box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.05), 0 1px 2px -1px rgba(0, 0, 0, 0.05), 0 1px 0 -1px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card.blue-border {
    border: 1px solid #326FD1;
}

.modal-container {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(18, 18, 18, 0.40);
    box-shadow: 0 16px 32px -16px rgba(0, 0, 0, 0.08), 0 12px 24px -12px rgba(0, 0, 0, 0.12);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal {
    border-radius: 16px;
    border: 1px solid #ECECEC;
    background: #FFF;
    box-shadow: 0 16px 32px -16px rgba(0, 0, 0, 0.08), 0 12px 24px -12px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.modal-top {
    padding: 32px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.modal-header {
    color: #142858;
    font-family: Inter, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.modal-text {
    color: #5E5E5E;
    font-family: Inter, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.modal-bottom {
    padding: 16px 24px;
    border-top: 1px solid #ECECEC;
    background: #FBFBFB;
    overflow: hidden;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    display: flex;
    justify-content: space-between;
}

.page-wrapper {
    width: 82%;
}

.page-content {
    padding: 0 32px;
    width: 100%;
}

.form-item {
    flex-direction: column;
    width: 30%;
    margin-bottom: 24px;
}

.form-item .label-regular {
    margin-bottom: 8px;
}

.form-bottom {
    justify-content: space-between;
    margin-bottom: 16px;
}

.form-controls {
    justify-content: space-between;
    flex-direction: row;
}

.link {
    cursor: pointer;
    color: #326FD1;
    font-family: Inter, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

.link.danger-link {
    color: #D5394A;
}

.button {
    padding: 10px 16px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Inter, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    outline: none;
    cursor: pointer;
    border: none;
}

.button-regular {
    background: #3B82F6;
}

.button-danger {
    background: #EC5962;
}

.button-empty {
    color: #142858;
    background: #FFF;
    border: 1px solid #DBDBDB;
    box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.05), 0 1px 2px -1px rgba(0, 0, 0, 0.05), 0 1px 0 -1px rgba(0, 0, 0, 0.05);
}

.button-disabled {
    background: #ABC9FB;
    cursor: default;
}


.input-regular, .input-regular:active {
    outline: none;
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    background: #FFF;
    padding: 10px 16px;
    box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.05), 0 1px 2px -1px rgba(0, 0, 0, 0.05), 0 1px 0 -1px rgba(0, 0, 0, 0.05);
    text-overflow: ellipsis;
    font-family: Inter, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #142858;
}
.stripeInput, .stripeInput:active {
    outline: none;
    background-color: transparent;
    border: none;
    display: block;
    font-family: sans-serif;
    font-size: 1em;
    height: 1.2em;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    width: 100%;
}

.input-regular::placeholder {
    color: #A5A5A5;
}

.label-regular {
    color: #142858;
    font-family: Inter, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.footer {
    padding: 24px 32px;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid rgba(18, 18, 18, 0.10);
}

@font-face {
    font-family: "Inter";
    src: url('../fonts/Inter-Regular.ttf');
}