.add-task-modal,
.add-patient-modal{
    margin: auto;
}
.add-task-modal{
    width: 350px;
}
.add-patient-modal{
    width: 650px;
}

.modal-account{
    width: 60%;
    max-width: unset;
}
.receive-tests-modal{
    width: 68%;
    max-width: unset;
}
@media(max-width:900px){
    .modal-account{
        width: 70%;
    }
    .receive-tests-modal{
        width: 80%;
    }
}

.receive-tests-modal .modal-content{
    height: 100%;
}
.receive-tests-modal .modal-side-menu{
    overflow-y: auto;
    height: 170px;
    margin-bottom: 20px;
}

@media(min-width:700px){
    .receive-tests-modal .modal-side-menu{
        float: left;
        position: absolute;
        top: 50px;
        left: 12px;
        height: 84%;
        margin-bottom: 0;
    }
    .receive-tests-modal{
        height: 70vh;
    }
}

@media (min-width:700px) and (max-width:767px){
    .receive-tests-modal .modal-side-menu{
        width: 235px;
    }
    .receive-tests-modal  .modal-content-right{
        padding-left: 240px;
    }
}
@media(min-width:768px){
    .receive-tests-modal .modal-side-menu{
        width: 275px;
    }
    .receive-tests-modal  .modal-content-right{
        padding-left: 280px;
    }
}
.receive-tests-modal .modal-side-menu .card{
    border-radius: 2px;    
    border-left: 3px solid transparent;
}
.receive-tests-modal .modal-side-menu .card{
    border-radius: 2px;    
    border: none;
    border-left: 3px solid transparent;
    box-shadow: none;
    margin-bottom: 1px;
}

.attachement-modal{
    width: 75%;
}
.modal-close{
    color: #8D8D8D;
    cursor: pointer;
}
.modal-close:hover{
    color: #CB0B0B;
}
.attach-add-box{
    border: 1.5px dashed #8D8D8D;
    border-radius: 4px;
}
.attach-add-box div{
    opacity: 0.8;
}
.attach-add-box div:hover{
    opacity: 1;
}
.attach-container{
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
}
.attach-box-footer{
    padding: 10px;
    font-size: 11px;
    white-space: nowrap;
    background-color: #f8f8f8;
    border-top: 1px solid #e7eaec;
    text-decoration: none;
}
.attach-img{
    width: 100%;
    height: 150px;
}
.attach-btn,
.modal-close,
.attach-add-box div{
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    transition: 0.2s all ease-in;
}

