body {
    background-color: #f4f3ef;
}

.top-header {
    display: flex;

}

.justify-space {
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .top-header {
        flex-direction: column;
    }
}

.top-header > div > p  {
    margin: 0;
}

.top-header > div > i  {
    font-size: 30px;
}
.titles {
    width: 150px;
    padding: 13px;
}

.list > div {
    flex-grow: 1;
}
.titles-text > p:nth-child(1) {
    font-size: 12px;
}
.titles-text > p:nth-child(2) {
    font-size: 20px;
}

.txn-summary h5 {
    font-size: 1.3em;
}

.inp {
    display: flex;
    justify-content: space-between;

}
.inp > input{
    flex: 0 0 40%;
}
@media (max-width:469px) {
    .inp {
        flex-direction: column;
    }
    .inp > input{
        margin-bottom: 1rem;
    }
}

.form-control {
    /*height: calc(1.5em + .75rem + 4px);*/
}

.input-group span {
    /*background: #12710c;*/
    padding: 10px;
    border: 1px solid #dddddd;
    /*color: white;*/
}

.content hr {
    margin-top: 0;
}

.select2-container .select2-selection--single {
    height: 2.5rem !important;
    width: 100%;
    padding: 5px 10px 0 10px;
    border: 1px solid #dddddd;
}

.overlay {
    position: fixed;
    /*background-color: #E0E0E0;*/
    /*background-color: rgb(0, 0, 0);*/
    /*background-color: rgba(0, 0, 0, 0.4); */
    height: 100vh;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    /*display: flex !important;*/
    justify-content: center;
    align-items: center;
    opacity: 0.5;
    display: none;
}

.type {
    display: flex !important;
}

.overlay img {
    height: 60px;
    width: 70px;
    background: #000;
}

.modal-content {
    border-radius: 1rem;
}

.payment--sec {
    padding: 5rem 13rem;
    text-align: center;
}

.payment--sec p {
    margin-top: 1rem;
    color: #3f47f6;
}

.payment--sec .card-body {
    background: #eeeeee;
}


.form-container {
    width: 100%;
    color: #3d3d3d;
    margin: 0 auto;
    padding: 20px;
}

.user-form {
    width: 25rem;
    /*height: inherit;*/
    /*margin: 3rem auto;*/
    background: #fff;
    border-radius: 10px;
    padding: 3rem 4rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.form-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}

.form-header h1 {
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 30px;
}

.contain {
    background: linear-gradient(to bottom,#014a96 50%, #c2dcca);
}

.user-form .form-header img {
    width: 250px;
    height: 62px;
}

.main-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 0 5rem;
    margin: 0 auto;
    width: 100%

}
.main-cont > div {
    flex: 0 0 50%;
}

.img-side{
    /*width: 100%;*/
}

.img-side img{
    height: auto;
    width: 100%;
    border: 1px solid #004a96
}

.img-sides > img {
    height: 100vh;
}

@media screen and (max-width: 767px)  {
    .main-cont {
        flex-direction: column;
        padding: 0 1rem;
    }
    .main-cont > div {
        flex: 0 0 0
    }
    .user-form{
        width: 100%;
        padding: 2rem;
    }
    .img-side img {
        display: none;
    }
}
@media screen and (max-width: 768px)  {
    .user-form{
        padding: 2rem;
    }
    .user-form .form-header img {
        width: 150px;
        height: 52px;
    }
    .form-header h1{
        font-size: 1rem;
    }
}
.user-form .btn {
    width: 100%;
    margin-top: 20px;
    background: #004a96;
}

.user-form label {
    color: #004a96;
}

.error {
    border: 1px solid red;
}

.red-alert {
    color: red;
}

/*button.close {*/
    /*background: black;*/
/*}*/

/*.input-group-prepend .input-group-text {*/
    /*border: 1px solid red;*/
    /*border-right: none;*/
/*}*/

.sidebar .sidebar-wrapper {
    overflow: hidden;
}

.sidebar[data-active-color="danger"] .nav li.active > a {
    color: #08c;
}

.sidebar[data-active-color="danger"] .nav li.active > a i {
    color: #08c;
}

.card-stats .card-body .numbers .card-category{
    font-size: 15px;
}
