body {
    font-size: 14px
}
a{cursor: pointer}

.intl-tel-input {
    width: 100% !important;
}

#register-now, .subscribe-now, .delete-account {
    background: linear-gradient(to right, #e2378a 0%, #7681bf 100%);
    border: none
}

input, button, select {
    height: 42px
}

sub {
    color: red
}

.list-group {
    cursor: pointer !important;
}

.error {
    border-color: red !important;
}

.bg-error {
    background-color: rgba(255, 0, 0, 0.91) !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #8449B0 !important;
    font-weight: bold;
    border-color: #8449B0;
    border-width: 5px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.nav-link {
    color: #495057 !important;
    padding-left: 0 !important;
}

.nav-tabs .nav-link {
    margin-bottom: 1px;
    border-top: none !important;
    border-left: none;
    border-right: none;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.currency, .amount {
    font-size: 17px
}

.history {
    min-height: 300px;
    height: 300px;
    border: 1px solid rgba(73, 80, 87, 0.18);
    border-radius: 4px;
    overflow: hidden;
}

.history-head {
    background: rgba(135, 135, 135, 0.15);
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 4px;
}
.history-body{overflow: scroll; height: 300px}
.empty-list {
    height: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.empty-list .bi {
    font-size: 28px;
}

.account-information .bi {
    font-size: 20px;
    color: green;
    cursor: pointer
}

.logout .bi {
    font-size: 35px;
    color: #e2378a
}

.list-group-item {
    padding: 0.8rem 1rem !important;
}

a {
    text-decoration: none !important;
}

.btn {
    height: 42px !important;
}

.mtn-momo {
    background-color: #ffca06
}

.orange-money {
    background-color: #0e1118
}

@media (max-width: 1400px) {
    .align-items-center {
        align-items: start !important;
    }

    section {
        max-height: 100vh
    }
}

@media (max-width: 768px) {
    .payment-list { margin-top: 10vh;}
    .current {margin-top: 2vh;}
    .order-1, .order-2 {height: 70vh;}
    .align-items-center {align-items: start !important;}
    .text-block {width: 100%}
    .p-5 {padding: 1rem !important;}
    .submit {margin-bottom: 70px}
    .logo-mob {display: block;margin-top: 30px}
    .logo-mob img {width: 200px}
    .logo-lg {display: none}
    .image-block {width: 100%;max-width: 100%;background-size: cover;background-position: center center;height: 30vh;margin-top: 3vh;}
}

.close {
    float: right;
    font-size: 22.5px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: none;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.close:hover, .close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 9px 3px 9px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    padding: 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

/**/
