.btn-outline-secondary {
    color: #fff !important;
    background-color: #00afdd !important;
    border-color: #00afdd !important;
    font-weight: 500 !important;
}
.mt_checkbox{
    margin-top: 29px;
    

}
@media (max-width: 768px) {
    .mt_checkbox{
        margin-top: 0px;
        margin-bottom: 29px;
    }
    /* .mat-drawer {
        transform: translate3d(-100%, 0, 0) !important;
    }
    .mat-sidenav-content{
      margin-left:  0px !important;
    } */
    .box-login{
        box-shadow: 0 5px 45px rgb(0 0 0 / 0%) !important;
    }
    /* .title_modal{
        font-weight: 500;
        font-size: larger;
    } */
}

.hight_modal{
    max-height: 500px;
}
.title_modal{
 
    font-size: large !important;
    font-weight: 500 !important;
    border-bottom: 1px solid #9d9d9d !important;
}

.ng-star-inserted{
    stroke-width: 4% !important;
}
.mat-progress-spinner circle, .mat-spinner circle {
    stroke: #00afdd !important;
}

.mat-progress-spinner svg {
    width: 80px !important;
    height: 80px !important;
}