/*Nss User Management Table Css Start */
.tenant_user {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tenant_user img{
    width: 36px;
    height: 36px;
    border-radius: 50px;
    border: 1px solid #E2E8F3;
    margin-right: 10px;
}

.tenant_user span {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #E2E8F3;
    color: #475467;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 2px;
    margin-right: 10px;
}

.tenant_user h2{
    font-size: 14px;
    color: #192033;
    margin: 0px;
    text-transform: capitalize;
}

.userPlanPre{
 color: #00A160;
}

.userPlanFre{
    color: #DF7904;
}

.userActiveClass, .userInactiveClass, .userDeactivateClass, .userDeletedClass{
    padding-left: 20px;
    position: relative;
}

.userActiveClass::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background-color: #2AB57D;
    left: 0;
    top: 2px;
    border: 4px solid #D4F0E5;
}

.userInactiveClass::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background-color: #FF4D4D;
    left: 0;
    top: 2px;
    border: 4px solid #FFDBDB;
}

.userDeactivateClass::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background-color: #8B91A9;
    left: 0;
    top: 2px;
    border: 4px solid #E8E9EE;
}

.userDeletedClass::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background-color: #FF4D4D;
    left: 0;
    top: 2px;
    border: 4px solid #FFDBDB;
}

.ql_drpdwn_slct{
    border: 1px solid #E2E8F3;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 12px;
}

.ql_drpdwn_slct select{
    border: 0px;
}

.ql_drpdwn_slct select.form-control{
    padding-right: 40px;
    width: auto;
}

.userFreemiumFltr label{
    margin-right: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: normal;
    margin: 0px;
}

.userFreemiumFltr label input[type=checkbox]{
    width: 24px;
    height: 24px;
    border: 1px solid #E2E8F3;
    border-radius: 5px;
    margin: 0 5px 0 0;
}

#tenantTable_info{
    margin: 16px 0 0 12px;
    padding: 0px;
}

#tenantTable_paginate{
    margin: 12px;
}

/*User Management Popup CSS START */
.tnt_mngmnt_popup_cntnt{
    padding: 36px;
}
.tnt_mngmnt_popup_ico{
    width: 96px;
    height: 96px;
    background-color: #FFE5E5;
    border-radius: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tnt_mngmnt_popup_ico img{
    height: 46px;
}

.tnt_mngmnt_popup_cntnt h2{
    font-size: 24px;
    color: #192033;
}

.tnt_mngmnt_popup_cntnt p{
    font-size: 16px;
    color: #475467;
}

.tnt_mngmnt_popup_cntnt form{
    text-align: left;
    max-width: 300px;
    display: block;
    margin: auto;
    padding: 20px 0;
}

.tnt_mngmnt_popup_cntnt form select{
    width: 100%;
    border: 1px solid #CED4DA;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 10px;
}

.tnt_mngmnt_popup_cntnt lable textarea{
    width: 100%;
    height: 100px;
    border: 1px solid #CED4DA;
    border-radius: 5px;
}
.tnt_mngmnt_popup_cntnt lable sup{
    color: #FF4D4D;
    font-weight: bold;
    padding-bottom: 5px;
}

.tnt_mngmnt_popup_ftr{
    background-color: #EAECF9;
    padding: 16px;
    color: #475467;
}

.tnt_mngmnt_popup_ftr i{
    width: 100%;
    display: block;
}

.tnt_mngmnt_popup_frm_action{
    max-width: 300px;
    display: flex;
    justify-content: space-evenly;
}

.tnt_mngmnt_popup_frm_action button{
    padding: 10px 30px;
}

.tnt_mngmnt_popup_frm_action button.cancel_tnt_pop{
    border: 1px solid #8B91A9;
    border-radius: 5px;
}

.tnt_mngmnt_popup_frm_action button.request_tnt_pop{
    background-color: #FF4D4D;
    border-radius: 5px;
    color: #fff;
    border: 0px;
}
/*User Management Popup CSS END */

/*-------------------------------------------------------------------*/
/*User Management Tenant Approval Dialog Start */
.tenant_approval_bx{
    width: 630px;
    height: auto;
    padding: 40px 0 40px 16px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: #fff;
    margin: auto;
}

.tenant_approval_bx img{
    width: 100px;
    height: 100px;
    border: 1px solid #d1d1d1;
    border-radius: 100%;
}

.tenant_approval_bx h2{
    font-size: 16px;
}

.tenant_approval_bx table{
    width: 500px;
    margin: auto !important;
    text-align: left;
    margin: 10px 0;
}

.tenant_approval_bx table tr td{
    padding: 5px 10px;
    border: 1px solid #d1d1d1;
}

.tenantApprlComment{
    max-width: 500px;
    margin: 20px auto;
    text-align: left;
}

.tenantApprlComment lable{
    text-align: left;
    font-size: 12px;
}

.tenantApprlComment lable span{
    color: #FF4D4D;
}

.tenantApprlComment lable textarea{
    width: 100%;
    border: 1px solid #CED4DA;
    min-height: 80px;
    padding: 10px;
    margin: 5px 0 20px 0;
    border-radius: 5px;
}

.tenantApprlbtnsec{
    width: 500px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tenantApprlbtnsec button{
    padding: 8px 30px;
    background-color: #fff;
    margin: 0 10px;
    border-radius: 5px;
}

.tenantApprlbtnsec button.approved{
    border: 1px solid #00A160;
    color: #00A160;
}

.tenantApprlbtnsec button.reject{
    border: 1px solid #FF4D4D;
    color: #FF4D4D;
}

.arrvl_flow{
    max-width: 500px;
    margin: auto;
    display: flex;
    justify-content: center;
}

.arrvl_flowWrap{
    text-align: center;
    max-width: 200px;
    margin: 20px 20px 50px 20px;
    position: relative;
}

.arrvl_flowWrap span{
    padding-top: 10px;
    display: block;
}

.arrvl_flowWrapcs{
    width: 46px;
    height: 46px;
    border: 4px solid #3246D3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #3246D3;
    margin: auto;
    font-weight: bold;
    font-size: 18px;
}

.arrvl_flowWrappm{
    width: 46px;
    height: 46px;
    border: 4px solid #D1D1D1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #D1D1D1;
    margin: auto;
    font-weight: bold;
    font-size: 18px;
}

.arrvl_flowWrappm::after{
    content: '';
    width: 137px;
    height: 3px;
    background-color: #d1d1d1;
    position: absolute;
    left: -82px;
}

/*User Management Tenant Approval Dialog Start */

/*User Management Tenant Approval Second Dialog Start */
.arrvl_flowWrapcs_scnd{
    width: 46px;
    height: 46px;
    border: 4px solid #00A160;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #00A160;
    margin: auto;
    font-weight: bold;
    font-size: 18px;
}

.arrvl_flowWrappm_scnd{
    width: 46px;
    height: 46px;
    border: 4px solid #3246D3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #3246D3;
    margin: auto;
    font-weight: bold;
    font-size: 18px;
}

.arrvl_flowWrappm_scnd::after{
    content: '';
    width: 137px;
    height: 3px;
    background-color: #00A160;
    position: absolute;
    left: -82px;
}
/*User Management Tenant Approval Second Dialog End */

/*User Management Tenant Deletion Logs Start */
.userReject{
    color: #FF4D4D;
}

.userApproved{
    color: #00A160;
}
/*User Management Tenant Deletion Logs  End */


/*User Management Edit Page Start */
.tnt_edt_dtl{
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #E2E8F3;
}

.tent_pictureinf{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tent_pictureinf span{
    width: 160px;
    height: 160px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    background-color: #E2E8F3;
    color: #475467;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 2px;
    margin-right: 20px;
    font-size: 60px;
}

.tent_pictureinf img{
    width: 160px;
    height: 160px;
    border: 4px solid #E2E8F3;
    border-radius: 100%;
    margin-right: 20px;
}

.tent_pictureinf_dtl{
    max-width: 250px;
}

.tent_pictureinf_dtl input[type="file"]{
display: none;
}

.tent_pictureinf_dtl label{
    background-color: #fff;
    border: 1px solid #8B91A9;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: normal;
    color: #8B91A9;
    margin-bottom: 10px;
}

.tent_pictureinf_dtl p{
    color: #8B91A9;
    font-weight: 300;
}

.tent_save_dtl span{
    font-size: 14px;
    color: #8B91A9;
    font-weight: 300;
    padding: 10px 0 5px 0;
    display: block;
}

.tent_save_dtl h2{
    font-size: 14px;
    color: #475467;
    margin: 0 0 10px 0;
}

.tent_frm_bx_dtl{
    padding: 20px;
}

.tent_frm_bx_dtl label{
    padding: 0 0 5px 0;
    margin: 10px 0 0 0;
    font-weight: 400;
    color: #475467;
}

.tent_frm_bx_dtl input, .tent_frm_bx_dtl select{
    border: 1px solid #CED4DA;
    border-radius: 5px;
    width: 100%;
    height: 44px;
    padding-left: 10px;
    margin-bottom: 10px;
}

.tent_edit_ft{
    border-top: 1px solid #E2E8F3;
    padding: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.tent_edit_ft a{
    border: 1px solid #021168;
    border-radius: 5px;
    padding: 6px 20px;
    text-decoration: none;
    font-size: 14px;
    margin-right: 12px;
    font-weight: 400;
}

/*User Management Edit Page End */




/*Nss User Management Table Css Start */
