.dlp_form button{
    position: absolute;
    right: 5px;
    background: transparent;
    padding: 0;
    border: unset;
    top: 3px;
	    background: unset !important;
	outline:unset !important;
}
.dlp_form #urls {
    direction: ltr;
    overflow: hidden;
    border-radius: 7px;
    outline: unset;
    border: none;
}
.multiLink svg {
    max-width: 22px;
    max-height: 22px;
    fill: #2d73eb;
}

a#multiLink {
    position: absolute;
    top: 9px;
    right: 3.2rem;
    cursor: pointer;
}
div.loader-ajax {
    border: 3px solid hsl(216.43deg 65.88% 66.67% / 63%);
    border-top-color: rgb(44 114 234);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 1s linear infinite;
    position: relative;
    top: 5px;
    right: 7px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
/*dlpop*/
.dlp_pop {
    background: #fff;
    padding: 1.5rem 3rem 2.5rem;
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(50% , -50%);
    border-radius: 8px;
    z-index: 999999;
    box-shadow: 0px 0px 600px 100px #00000066;
    transition:.5s;
    text-align: center;
    min-width: 498px;
    width: 498px;
}

.dlp_pop p {
    color: #262A31;
    font-size: 17px;
    margin-bottom: 5px;
}
span.dlp_close {
    display: block;text-align: center;border: solid 1px #262A31;padding: 10px;border-radius: 8px;margin-top: 1rem;font-weight: 600;color: #262A31;cursor:pointer;transition: .4s;
    margin-right: 2%;
    display: inline-block;
    width: 48%;
}
span.dlp_close:hover {
    background: #262A31;
    color: #fff;
}
.dlp_btn2{
    display: block;
    text-align: center;
    border: solid 1px #28A745;
    background: #28A745;
    padding: 10px;
    border-radius: 8px;
    margin-top: 0.5rem;
    color: #f6faff !important;
    cursor: pointer;
    transition: .4s;
    margin-left: 2%;
    display: inline-block;
    width: 48%;
}
.dotsload {
    width: 3.5em;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    right: 50%;
    transform: translate(50%);
}

.dotsload div {
    width: 0.8em;
    height: 0.8em;
    border-radius: 50%;
    background-color: rgb(41 105 214);
    animation: fade 0.8s ease-in-out alternate infinite;
}

.dotsload div:nth-of-type(1) {
    animation-delay: -0.4s;
}

.dotsload div:nth-of-type(2) {
    animation-delay: -0.2s;
}

@keyframes fade {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
/**/

#req_box{
    left: 1rem;
    box-shadow: 0px 0px 10px #d5d5d5;
    position: fixed;
    width: 400px;
    background: #fff;
    bottom: 1rem;
    border-radius: 10px;
    overflow: hidden;
    z-index: 99999;
    display: none;
}
.header-req {
    padding: 12px 17px;
    background: #7ca9ef;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 4rem;
}
.body-req {
    padding: 12px 17px;
    background: #f5f9ff;
}
span.close-req {
    position: absolute;
    left: 11px;
    top: 11px;
    background: #95bdfb;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: grid;
    place-content: center;
    cursor: pointer;

}
.body-req ul {
    padding: 0;
    list-style-type: none;
}
.header-req a svg{
    width: 20px !important;
    height: 20px !important;
    color: #fff;
    fill: #fff !important;
}
.header-req p {
    margin-bottom: 8px !important;
    font-size: 14px;
}
.header-req p:first-child {
    font-size: 15px;
    font-weight: 600;
}
.d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.col-data img{
    width: 16px;
}
.dwld-img img{
    background: #2f75ec;
    padding: 6px 3px;
    border-radius: 50% !important;
    width: 25px;
}
.row-data {
    border: solid 1px #eaeaea;
    padding: 10px 15px;
    border-radius: 13px;
    margin-bottom: 8px;
    background: #ffffff;
}
.col-data span  , .col-data div{
    font-size: 14px;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}
.dwld-img {
    text-align: center;
}
.row-data .urls div{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.row-data .urls{
    width: 100%;
}
.col-data-1{
    width: 60%;
}
#show_req svg{
    height: 26px;
    width: 26px;
    fill: #ffff;
}
div#show_req {
    padding: 9px;
    left: 1rem;
    position: fixed;
    z-index: 99999999999;
    bottom: 1rem;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: grid;
    place-content: center;
    background: #0184e4;
    border: solid 2px #1f73eb;
    cursor: pointer;
}
.text_empty svg{
    height: 45px;
    width: 45px;
    fill: #ffff;
}
.text_empty , .text_empty p{
    text-align: center;
    margin-top: 1rem;
}
.btn-blue {
    background: #2f75ec;
    border-color: #2f75ec !important;
    color: #fff !important;
}
span.dlp_close.btn-blue:hover{
    background-color:#2f75ec !important;
    color: #fff !important;
}
span.dlp_close.btn-red{
    color: #F16063 !important;
    border-color: #F16063 !important;
}
span.dlp_close.btn-red:hover{
    background-color:#F16063 !important;
    color: #fff !important;
}
@media (max-width: 769px){
    .dlp_pop{
        width: 90%;
        min-width: 90%;
        padding: 1rem;
    }
    .dlp_pop img{
        width: 75px;
    }
    .dlp_pop p {
        font-size: 14px;
    }
    span.dlp_close , .dlp_btn2{
        font-size: 14px;
    }
}