﻿.modal1 {
    position: fixed;
    z-index: 99999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
}

.modal-header .close {
    padding: 2rem 3rem;
    margin: -25px -26px -25px auto;
    font-size: 2rem;
}

#modal-overlay {
    display: none;
    opacity: 0.4;
}

.play {
    position: absolute;
    display: block;
    top: 45%;
    width: 40px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    z-index: 100
}
.card-title-text{
    font-size:20px !important;
}
.Note-text {
    color: black;
    font-size: 13px;
    line-height: 14px;
    padding-top:7px;
    
}
.btn-buttom-space {
    padding-bottom: 20px !important
}
.card .card-body {
    padding: 10px !important
}
.proccess-text {
    font-size: 16px;
    color: black;
    line-height: 28px;
}
.Download-button-style {
    background-color: var(--dbcolor) !important;
    color: var(--dbtcolor) !important;
    border-color: var(--dbcolor) !important
}