.btn_cancel {
    cursor: pointer;
    background-color:  #F8F8F8;
    border-radius: 4px;
    margin-right: 10px;
    padding: 3px;
}

.delete {
    cursor: pointer;
}

.wrapper__login {
    width: 414px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
}


.d-none {
    display: none;
}



.fortable { 
    margin-left: 67px;
    margin-top: 100px;
  }

.link_back {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 46px;
    color: #EB1825;
}  

/*==============================================*/
.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

/* ======================DEAL==============================*/
table {
    width: auto; /* Ширина таблицы */
    margin-top: 24px;
    margin-bottom: 24px;
    
    /*height: 179px;
    left: 34px;
    right: 32px;
    top: 307px;
    border: 1px solid #E0E0E0;
    /*box-shadow: 0px 6px 18px rgba(0,0,0,0.2); /* Параметры тени */
    /*filter: drop-shadow(0px 6px 18px rgba(0, 0, 0, 0.2));*/
}

tr {
    border: 1px solid #E0E0E0;
}
td {
    border-bottom: 1px solid #E0E0E0;
    /*margin-bottom: 5px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;  
    /*font-family: 'Poppins', sans-serif;*/
    font-style: normal;
    /*font-weight: 400;*/
    font-size: 13px;
    line-height: 20px;
    /* identical to box height */
    letter-spacing: 0.01em;
    /* table_gray */
    color: #707683;
}

th {
    border-bottom: 1px solid #E0E0E0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    text-align: left;

    font-family: 'Poppins', sans-serif;;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    /* identical to box height */
    letter-spacing: 0.01em;
    /* dark_blue */
    color: #334D6E;
    opacity: 0.5;
}

.paginator_ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: 24px;
}
  
.paginator_li {
    /*display: block;*/
    float: left;
    margin: 5px;
    /*color: white;
    text-align: center;*/  
}


@media screen and (max-width: 430px) {
    .wrapper__login {
        width: 100%;
        margin-top: 24px;
    }
    .btn {
        width: 100%;
    }
}
