.action-group a{
    font-size: 14px;
}

.action-group .action-buttons{
    display: inline;
}

.edit-admin,
.edit-user,
.edit-offer,
.invioce-number-edit,
.invoice-edit i{
    color: #1fcc36;
}

.delete-admin,
.delete-user,
.invoice-delete,
.delete-offer,
.invioce-number-delete{
    color: #e03226;
}

.invioce-number-controlls{
    display: inline-block;
}

.invioce-number:hover
.invioce-number + .invioce-number-controlls{
    background: #1fcc36;
}
.add-limit, .remove-repeat-limit-push-area{
    cursor: pointer;
}
.batch{
    cursor: pointer;
}
.profle_main_wrpr{
    width: 100%;
    background: #f7f7f7;
    padding: 15px;
}
.profle_main_wrpr .float-right{
    float: right!important;
    /* margin-bottom: 15px; */
}
.profle_main_wrpr .float-right a button{
    background-color: #fff;
    border: 1px solid #363636;
    border-radius: 5px;
    padding: 8px 20px;
}
.profle_main_wrpr .float-right a button:hover{
    background: #f7f7f7;
    color:#000;
}
.profle_main_wrpr .container{
    display:flex;
    background: #f7f7f7;
    padding:0;
    max-width:100%;
}
.profle_main_wrpr .container .prf_right{
    max-width: calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);		
    border-radius: 5px;
    margin-right: 10px;
}
.profle_main_wrpr .container .prf_left{
    max-width: 50%;
    flex: 0 0 50%;		
    border-radius: 5px;
}
.sub_wrpr{
    padding: 25px 34px;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    width:100%;
    float:left;
}
.sub_wrpr h3{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 17px;
    font-family: "roboto";
}
.sub_wrpr .container{
    display: flex;
    align-items: center;
    background-color:#fff;
}
.sub_wrpr .img_wrpr{
    padding-right: 30px;
    width: 236px;
    height: 155px;
    display: flex;
    align-items: center;
}
.sub_wrpr .contnt_wrpr{
    width: 100%;
    display: block;
}
.sub_wrpr .id_wrpr{
    width: calc(50% - 10px);
    margin-right:10px;
    float:left;
}
.sub_wrpr .id_wrpr:nth-child(odd){
    width:50%;
    margin-right:0px;
    float:left;
}
.sub_wrpr .id_wrpr img{
    object-fit:cover;
    width:240px;
    height:170px;
    margin-right:20px;
}
.sub_wrpr .id_wrpr img:last-child{
    margin-right:0px;
}
.sub_wrpr .contnt_wrpr .name{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom:15px;
}
.sub_wrpr .contnt_wrpr .name h3{
    font-family: "roboto";
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}
.sub_wrpr .contnt_wrpr .name h4{
    font-family: "roboto";
    font-size: 1rem !important;
    margin: 0;
    font-weight: 600;
    margin-bottom:5px;
    display: inline-block;
}
.sub_wrpr .contnt_wrpr .details{
    width:100%;
}
.sub_wrpr .contnt_wrpr .details table{
    width:100%;
}
.sub_wrpr .contnt_wrpr .details table tr{
    padding: 10px 0;
    width: 100%;
    color:#000;
    font-family: "roboto";
    font-size: 14px;
    font-weight:400;		
}
.sub_wrpr .contnt_wrpr .details table tr:nth-child(odd){
    background-color:#F2F2F2;
}
.sub_wrpr .contnt_wrpr .details table tr td{
    padding: 10px;	
}
.sub_wrpr .contnt_wrpr .details table tr td:nth-child(even){
    font-weight:600;	
}
.button-custom-wrap {
    text-align : right !important;
}
.or-div {
    border-top: 1px solid #693296;
    text-align: center;
    border-bottom: 1px solid #693296;
}






@media (max-width: 1199px) {
    .sub_wrpr .contnt_wrpr .name h3{
        font-size: 16px;
    }
    .sub_wrpr h3 {
        font-size: 14px;
    }
    .sub_wrpr .contnt_wrpr .details table tr td {
        padding: 10px;
        font-size: 12px;
    }

}

@media (max-width: 991px) {
    .profle_main_wrpr .container {
        display: flex; 
        padding: 0;
        max-width: 100%;
        flex-direction: column;
    }
    .profle_main_wrpr .container .prf_right {
        max-width: 100%;
        flex: 0 0 100%;
        border-radius: 5px;
        margin-right: 0px;
    }
    .profle_main_wrpr .container .prf_left {
        max-width: 100%;
        flex: 0 0 1000%;
        border-radius: 5px;
    }
    .sub_wrpr .contnt_wrpr .details table tr td {
        width: 50%;
    }
}
