﻿.merchant-form, .agent-form {
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 20px !important;
}

.toc-content {
    height: 500px;
    border-radius: 5px;
    background: #fff;
    padding: 5px 20px;
    font-weight: 300;
    overflow-y: scroll;
}


.uk-button.custom {
    border-radius: 30px;
    border: 0;
    outline: none;
    color: #fff;
    cursor: pointer;
}

.prev-btn {
    background-color: #696969
}



.uk-form-label {
    color: #333;
}

.uk-input, select, .uk-select {
    border-radius: 10px
}



.uk-placeholder {
    border: 3px dashed #000;
}

.checkboxes, .radio-btn {
    text-align: center;
}

    .radio-btn input {
        margin-inline: 5px;
    }


.wizard-content {
    display: none;
    padding: 25px
}

.wizard-content.active {
    display: block;
}

.alert.success {
    background: linear-gradient(0deg, #43c322 0%, #43c322 100%);
    color: #fff;
}

.alert.error {
    background: linear-gradient(0deg, #F30 0%, #F30 100%);
    color: #fff;
}

.alert.warning {
    background: linear-gradient(0deg, #F90 0%, #F90 100%);
    color: #fff;
}

.alert {
    position: relative;
}

.alert .alert-icon {
    position: absolute;
    margin: 8px 10px 10px 10px;
    background: rgb(0 0 0 / 0.19);
    border-radius: 50%;
    padding: 4px;
}

.alert .alert-message h5 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 5px;
    color: inherit !important;
}

.alert .alert-message span {
    font-weight: normal;
    font-size: 11px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    letter-spacing: 1px;
    position: relative;
    top: -5px
}

.alert .alert-message {
    margin-left: 50px;
}
