.popup_input {
    height: 40px !important;
    font-size: 13pt !important;
    border-radius: 5px;
    width: 100% !important;
    border: 1px solid !important;
}

.modal-content-size {
    min-height: 228px;
    max-height: 290px
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .5rem 1rem
}

.cancel_btn {
    align-self: flex-end
}

.cancel_btn>img {
    width: 25px;
    color: #0a0a0a
}

.padding-top-2 {
    padding-top: 2rem
}

.padding-left-1 {
    padding-left: 1rem
}

.padding-top-1 {
    padding-top: 1rem !important
}

.padding-bottom-1 {
    padding-bottom: 1rem !important
}

.padding-right-1 {
    padding-right: 1rem
}

.margin-bottom-1 {
    margin-bottom: 1rem
}

.invalid-feedback-msg {
    color: #c72020;
    text-align: center
}

.start-download-btn {
    width: 100%;
    background-color: #ED1A3B !important;
    border: none;
}

.parahraph {
    font-size: 13px
}

#sussess_alert {
    color: #28a745
}

.modal-header .close {
    padding: .3rem 1rem;
    margin: -1rem -1rem -1rem auto
}

#failed_alert,
#sussess_alert {
    display: none
}

.loading-div {
    display: flex;
    justify-content: center
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.btn {
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

@media(min-width:576px) {
    .modal-content-size {
        min-height: 228px;
        max-height: 370px
    }

    .modal-sm {
        max-width: 420px !important;
        margin: 8rem auto !important
    }

    .modal-header-div {
        flex-direction: column;
        background-image: url(../../download_desktop_popup_image-2.png);
        background-repeat: repeat;
        background-size: contain;
        padding-top: 1rem
    }

    .modal-header-h5 {
        color: #000000de;
        margin-bottom: 10px;
        font-size: 27px;
        width: 80%
    }

    .padding-right-lg-1 {
        padding-right: 1rem
    }

    .margin-top-lg-1 {
        margin-top: 1rem
    }

    .padding-top-lg-1 {
        padding-top: 1rem !important
    }

    .padding-bottom-lg-1 {
        padding-bottom: 1rem !important
    }
}

@media screen and (max-width:768px) {
    .border-b-0 {
        border-bottom: 0 !important
    }
}

@media screen and (max-width:576px) {
    .modal-sm {
        max-width: 320px !important;
        margin: 2rem auto !important
    }

    .modal-header-h5 {
        color: #000000de;
        margin-bottom: 10px;
        font-size: 17px;
        width: 80%
    }

    .modal-header-div {
        flex-direction: column;
        padding-top: 1rem;
        padding-bottom: 0;
        background-color: #f7dadf
    }
}