@import url(fontiran.css);

#kuknos-main-page {
    min-height: 1000px;
    background-color: darkgrey;
    direction: rtl;
    font-family: IRANSans !important;
}

#kuknos-payment-main {
    margin: 0 auto;
    background-color: white;
    width: 98%;
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    padding: 20px;
    margin-top: 10px;
    font-family: IRANSans !important;
}

.kuknos-payment-step-circle {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding: 5px;
    color: white;
    font-weight: bold;
}

#kuknos-payment-step-circle-1 {
    background-color: #9c87e3;
}

#kuknos-payment-step-circle-2 {
    background-color: #7658cb;
}

#kuknos-payment-step-circle-3 {
    background-color: #380096;
}

.kuknos-payment-desc-text {
    font-size: 17px;
    color: #838383;
    font-family: IRANSans !important;
}

.kuknos-payment-text-info-color {
    color: #4612a8;
}

.kuknos-payment-info-text {
    font-family: IRANSans !important;
    display: inline;
    padding: 5px 25px 5px 25px;
    background-color: #ECE9FF;
    height: 100px;
    border-radius: 20px;
}

.kuknos-payment-text-left {
    text-align: left;
}

.kuknos-payment-text-center {
    text-align: center;
}

#kuknos-payment-qr-code-view {
    padding: 23px;
    border: solid #4612a8 2px;
    text-align: center;
    /*max-width: 219px;*/
    border-radius: 28px;
}

#kuknos-payment-qr-code-view img {
    margin: 0 auto;
    width: 180px;
    height: 180px;
}

.kuknos-spec-center{
     display: flex;
  justify-content: center;
  align-items: center;

}

.kuknos-text-center{
     text-align: center;
}

.button-success,
.button-error,
.button-warning,
.button-secondary {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-success {
    background: rgb(28, 184, 65);
    /* this is a green */
}

.button-error {
    background: rgb(202, 60, 60);
    /* this is a maroon */
}

.button-warning {
    background: rgb(223, 117, 20);
    /* this is an orange */
}

.button-secondary {
    background: rgb(66, 184, 221);
    /* this is a light blue */
}

#kuknos-payment-btn-paycheck {
    font-size: 21px;
    font-family: IRANSans !important;
    margin: 16px;
    width: 221px;
    padding: 16px;
    border-radius: 31px;
}