﻿body {
    font-family: Arial, Helvetica, sans-serif;
}
.page-loader1 {
    /*display: block;
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;*/
    /* background: #fff5ea; */
    /*z-index: 100000;*/
}


.loader1 {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 1px solid rgba(255,165,29, 0.08);
    border-right: 1px solid rgba(255,165,29, 0.08);
    border-bottom: 2px solid #ff900f;
    border-left: 2px solid #ff900f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 100001;
}

.card {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    padding-bottom: 0px;
    border-radius: 14px;
    float: right;
}

.container {
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 1px solid #ddd;
}

h4 {
    color: rgba(0, 0, 0, 0.5);
}

.submit-div {
    text-align: center;
    padding: 20px;
    border-top: 1px solid #efefef;
}

.inp-txt- {
    position: relative;
    display: inline-block;
    text-align: center;
}

    .inp-txt-.normal {
        height: 2.45rem;
        border-radius: .3875rem;
    }




button, select, input, textarea {
    font-family: Arial, Helvetica, sans-serif;
    background: transparent;
    text-align: left;
    border: 1px solid lightgray;
    color: #e88e26;
    font-size: 13px;
    padding: 0 .86rem;
    border-radius: .5333rem;
    font-weight: 400;
    height: 2.45rem;
    width: 100%;
    margin: 10px 20px;
}

button {
    text-align: center;
}

.main-div {
    width: 100%;
    height: 100%;
    top: 50%;
}

@media only screen and (min-width: 480px) {
    main-div {
        left: 50%;
        top: 56%;
        transform: translate(-50%, -58%);
        text-align: center;
    }
}

.sub-div {
    max-width: 20rem;
    min-height: 600px;
    max-height: 90vh;
    overflow: hidden;
    margin: auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px #989a9c40;
    position: relative;
    overflow-y: scroll;
}

.btn {
    width: 100% !important;
}

.loader {
    display: none;
    position: fixed;
    z-index: 9999 !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .5 ) url('../images/Loading.gif') 50% 50% no-repeat;
}

body.loading .loader {
    overflow: hidden;
}

body.loading .loader {
    display: block;
}