.components-header-style__header--16IKI {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 70px;
    background-color: #fff;
    box-shadow: 0 0 20px #d8d8d8;
    padding: 0 15px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.components-header-style__headerRight--2yum4 {
    display: flex;
    align-items: center;
}
.components-header-style__userName--1fSIJ {
    color: rgba(77, 79, 92, 1);
    font-size: 13px;
    line-height: 20px;
    padding-right: 15px;
    position: relative;
    margin-right: 20px;
    margin-left: 15px;
}
/* .userName:after {
    content: '';
    width: 5px;
    height: 5px;
    border-right: 1px solid rgba(164, 175, 183, 1);
    border-bottom: 1px solid rgba(164, 175, 183, 1);
    transform: rotate(45deg);
    right: 0;
    top: 5px;
    position: absolute;
} */
.components-header-style__userPic--87ZCA {
    font-weight: 600;
    width: 38px;
    height: 38px;
    background: rgba(248, 247, 248, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.components-Sidebar-style__sideBar--3Wkwm {
    width: 180px;
    background-color: #43425D;
    color: #fff;
    font-size: 15px;
    position: relative;
    z-index: 99;
}

.components-Sidebar-style__sideBarTitle--342XI {
    background: #3C3B53;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.components-Sidebar-style__nav--81QTV {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.components-Sidebar-style__navIcon--2X9d3 {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 17px;
    top: 5px; 
}

.components-Sidebar-style__linkText--2NfY6 {
    color: #fff;
    padding: 7px 0 7px 40px;
    position: relative;
    margin: 5px 0;
    display: block;
    text-decoration: none;
    cursor: pointer;
    display: block;
}

.components-Sidebar-style__linkText--2NfY6:hover,
.components-Sidebar-style__activeLink--YdTKe {
    background: rgba(129, 126, 190, 0.56);
}

.components-Sidebar-style__subNav--21WgQ .components-Sidebar-style__linkText--2NfY6 {
    padding-left: 50px;
}

.components-Sidebar-style__nav--81QTV .components-Sidebar-style__menuList--33ofs .components-Sidebar-style__nav--81QTV .components-Sidebar-style__menuList--33ofs .components-Sidebar-style__linkText--2NfY6 svg {
    left: 27px;
}

.components-Sidebar-style__navArrow--2r5l- {
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    right: 14px;
    top: 7px;
    transition: all 0.2s;
}
.components-Sidebar-style__navArrow--2r5l-.components-Sidebar-style__active--3s2GW {
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-135deg);
    right: 14px;
    top: 15px;
}

.routes-style__aclWrapper--1Nms5 {
    display: flex;
    background: #F0F0F7;
    min-height: 100%;
}

.routes-style__aclContent--2GJOX {
    flex: 1;
    padding: 90px 20px 20px;
}
.components-login-style__loginPage--3ippj {
    display: flex;
    justify-content: space-between;
    height: 100vh;
}

.components-login-style__loginLeft--33TWn {
    flex: 1;
}

.components-login-style__logo--E5MGh {
    filter: invert();
    position: absolute;
    left: 25px;
    top: 25px;
}

.components-login-style__picWrapper--3aRwv {
    flex: 1;
    padding: 150px 50px 50px;
    position: relative;
    text-align: center;
    height: 100vh;
}

.components-login-style__loginPic--1BsCn {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.components-login-style__loginRight--3NSpc {
    flex: 0 0 400px;
    padding: 110px 35px 35px;
    background-color: #20385a;
}

.components-login-style__title--3zZrf {
    font-size: 21px;
    letter-spacing: 0.35px;
    line-height: 25px;
    margin-bottom: 50px;
    color: #fff;
}

.components-login-style__loginLabel--38JBQ {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.3px;
    padding-bottom: 10px;
}

.components-login-style__loginInput--2Oa7I {
    height: 70px;
    border-radius: 5px;
    max-height: 70px;
    width: 100%;
    padding: 15px;
    margin: 0 0 5px;
    border: 1px solid #E5E3E3;
    font: inherit;
}

.components-login-style__loginBtn--2cFGM {
    border-radius: 5px;
    background-color: #60C3AD;
    max-height: 50px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    padding: 10px;
    color: #fff;
    margin-top: 20px;
}

.components-login-style__loginBtn--2cFGM:hover {
    filter: saturate(200%);
}

.components-login-style__loginError--1-Tkw {
    color: coral;
    margin-top: 10px;
    font-size: 16px;;
}
.components-user-all-style__searchBox--6eI65 {
    position: relative;
    margin-bottom: 10px;
}

.components-user-all-style__searchBox--6eI65 input[type='text'], .components-user-all-style__searchBox--6eI65 input[type='number'], .components-user-all-style__searchBox--6eI65 input[type='email']{
    background: rgba(255,255,255,1);
    border: 0.5px solid rgba(206,205,205,1);
    border-radius: 5px;
    padding: 0px 20px;
    width: 100%;
    font-size: 12px;
    height: 40px;
}

.components-user-all-style__searchBox--6eI65 .components-user-all-style__submit--BFp6q {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    /* background: #707070;
    border: 1px solid #707070;
    width: 300px;
    height: 40px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer; */
}

.components-user-all-style__userTable--30mLB {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
    text-align: left;
}

.components-user-all-style__userTable--30mLB thead > tr {
    border-spacing: 0;
    border-collapse: collapse;
}

.components-user-all-style__userTable--30mLB thead > tr > th {
    font-size: 14px;
    padding: 0 14px;
    color: rgba(112, 112, 112, 1);
}

.components-user-all-style__userTable--30mLB tbody > tr {
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    color: rgba(112, 112, 112, 1);
}

.components-user-all-style__userTable--30mLB tbody > tr > td {
    font-size: 12px;
    padding: 15px 14px;
    color: rgba(112, 112, 112, 1);
}

.components-user-all-style__userTable--30mLB tbody > tr > td:first-child {
    border-radius: 4px 0 0 4px;
}
.components-user-all-style__userTable--30mLB tbody > tr > td:last-child {
    border-radius: 0 4px 4px 0;
}
.components-Pagination-style__paginationStyle--3VNoO {
  margin: 20px auto;
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

  
.components-Pagination-style__paginationStyle--3VNoO .components-Pagination-style__nextBtn--1-Kjd,
.components-Pagination-style__paginationStyle--3VNoO .components-Pagination-style__prevBtn--3h3uF{
    position: relative;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    font-size: 18px;
    color: #60C3AD;
    margin: 0 12px;
}

.components-Pagination-style__paginationStyle--3VNoO .components-Pagination-style__nextBtn--1-Kjd.components-Pagination-style__disabled--2jZVf,
.components-Pagination-style__paginationStyle--3VNoO .components-Pagination-style__prevBtn--3h3uF.components-Pagination-style__disabled--2jZVf {
  cursor: not-allowed;
  color: rgba(0,0,0,.3);
}

.components-Pagination-style__prevBtn--3h3uF:after{
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #60C3AD;
  border-left: 2px solid #60C3AD;
  transform: rotate(-45deg);
  position: absolute;
  left: -50%;
  top: 5px;
}

.components-Pagination-style__nextBtn--1-Kjd:after{
  content: '';
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #60C3AD;
  border-right: 2px solid #60C3AD;
  transform: rotate(-45deg);
  position: absolute;
  right: -50%;
  top: 5px;
}

.components-Pagination-style__paginationStyle--3VNoO .components-Pagination-style__disabled--2jZVf.components-Pagination-style__nextBtn--1-Kjd:after,
.components-Pagination-style__paginationStyle--3VNoO .components-Pagination-style__disabled--2jZVf.components-Pagination-style__prevBtn--3h3uF:after {
  cursor: not-allowed;
  border-color: rgba(0,0,0,.3);
}

.components-Pagination-style__paginationNav--1xQUm {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #fff;
    font-size: 16px;
    color: #20385A;
    text-align: center;
    margin: 0 4px;
    border: 0;
    padding: 0;
  }

  .components-Pagination-style__paginationNav--1xQUm.components-Pagination-style__active--3aPrk {
    background-color: #60C3AD;
    color: #fff;
  }

  .components-Pagination-style__paginationNav--1xQUm.components-Pagination-style__disabled--2jZVf {
    cursor: not-allowed;
    background: transparent;
  }

  .components-Pagination-style__threeLine--1xdAT{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #fff;
    font-size: 16px;
    color: #20385A;
    text-align: center;
    margin: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.components-Pagination-style__threeLine--1xdAT:after {
  content: '....';
}


.css-formStyle__formTitle--2gFrw {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #707070;
    padding: 0 0 20px 0;
}
.css-formStyle__fieldText--3C042, 
.css-formStyle__fieldDate--3jPc0 {
    border: 1px solid #e5e3e3;
    border-radius: 5px;
    background-color: #fff;
    line-height: 15px;
    font-size: 12px;
    padding: 14px 10px;
    width: 100%;
    box-shadow: 0 2px 2px 0 #E7E7E7;
}

.css-formStyle__formItem--3Z2l7 {
    margin-bottom: 15px;
}
.css-formStyle__fieldLabel--2L_mD {
    display: block;
    color: #222D47;
    font-size: 13px;	
    line-height: 16px;
    padding-bottom: 5px;
}

.css-formStyle__fieldLabel--2L_mD sup {
    vertical-align: top;
    font-size: 13px;
    color: red;
}

.css-formStyle__fieldError--3PThl{
    color: #d0021b;
    font-size: 12px;
    display: block;
}

.css-formStyle__reactDatepickerWrapper--2DmgH{
    display: block;
}

.css-formStyle__disable--oI1r1{
    border: 1px solid #E5E3E3;	
    border-radius: 5px;	
    background-color: #F3F3F3;	
    box-shadow: 0 2px 2px 0 #E7E7E7;
}

.css-formStyle__btnWrap--3nJAi {
    padding-top: 80px;
    text-align: center;
}

.css-formStyle__btnWrap2--1cCtN {
    padding-top: 40px;
    text-align: center;
}

.css-formStyle__btn--30GGP {
    border: 0;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.css-formStyle__btnGrey--16CsQ {
    background: #707070;
    border: 1px solid #707070;
    width: 300px;
    height: 40px;
    color: #fff;
    font-weight: 700;
}
.components-common-collapse-style__collapseWrapper--2cS7n {
    box-shadow: rgba(151, 151, 151, 0.5) 0px 0px 6px 0px;
    background-color: rgb(255, 255, 255);
    position: relative;
    border-radius: 3px;
    margin: 0px 0px 20px;
    overflow: hidden;
}

.components-common-collapse-style__collapseHeader--18e3k {
    position: relative;
    font-size: 16px;
    background-color: #fff;
    /* color: rgb(34, 45, 71); */
    padding: 12px;
    box-shadow: rgba(151, 151, 151, 0.5) 0px 0px 6px 0px;
    cursor: pointer;
}

.components-common-collapse-style__collapseHeader--18e3k.components-common-collapse-style__active--jzjqh {
    background-color: rgb(34, 45, 71);
    color: #fff;
}

.components-common-collapse-style__collapseIcon--10Fm7 {
    width: 12px;
    height: 12px;
    position: relative;
    margin-right: 12px;
    margin-left: auto;
    border-right: 1px solid rgb(34, 45, 71);
    border-bottom: 1px solid rgb(34, 45, 71);
    transform: rotate(45deg);
    margin-top: -8px;
}

.components-common-collapse-style__collapseIcon--10Fm7.components-common-collapse-style__active--jzjqh {
    background-color: #fff;
}

/* .collapseIcon:after, .collapseIcon:before {
    content: '';
    background-color: #fff;
    margin: auto;
    position: absolute;
}
.collapseIcon:after {
    width: 2px;
    height: 12px;
    left: 8px;
    top: 3px;
}
.collapseIcon:before {
    width: 12px;
    height: 2px;
    left: 3px;
    top: 8px;
}
.collapseIcon.active:before {
    background-color: rgb(34, 45, 71);
}

.collapseIcon.active:after {
    display: none;
} */

.components-common-collapse-style__defaultHeader--_gUkP {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.components-common-collapse-style__collapseContent--2mENb {
    position: relative;
    padding: 12px;
}

.components-common-collapse-style__defaultContent--1J2E2 {
    font-size: 18px;
}
.components-role-all-style__searchBox--1nCYR {
    position: relative;
    margin-bottom: 10px;
}

.components-role-all-style__searchBox--1nCYR input[type='text'], .components-role-all-style__searchBox--1nCYR input[type='number'], .components-role-all-style__searchBox--1nCYR input[type='email']{
    background: rgba(255,255,255,1);
    border: 0.5px solid rgba(206,205,205,1);
    border-radius: 5px;
    padding: 0px 20px;
    width: 100%;
    font-size: 12px;
    height: 40px;
}

.components-role-all-style__searchBox--1nCYR .components-role-all-style__submit--1xOp- {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    /* background: #707070;
    border: 1px solid #707070;
    width: 300px;
    height: 40px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer; */
}

.components-role-all-style__roleTable--1FFWT {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
    text-align: left;
}

.components-role-all-style__roleTable--1FFWT thead > tr {
    border-spacing: 0;
    border-collapse: collapse;
}

.components-role-all-style__roleTable--1FFWT thead > tr > th {
    font-size: 14px;
    padding: 0 14px;
    color: rgba(112, 112, 112, 1);
}

.components-role-all-style__roleTable--1FFWT tbody > tr {
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    color: rgba(112, 112, 112, 1);
}

.components-role-all-style__roleTable--1FFWT tbody > tr > td {
    font-size: 12px;
    padding: 15px 14px;
    color: rgba(112, 112, 112, 1);
}

.components-role-all-style__roleTable--1FFWT tbody > tr > td:first-child {
    border-radius: 4px 0 0 4px;
}
.components-role-all-style__roleTable--1FFWT tbody > tr > td:last-child {
    border-radius: 0 4px 4px 0;
}
.components-common-notification-style__modalWrapper--35XCM{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
}

.components-common-notification-style__modal--3QKI9{
    position: absolute;
    min-width: 600px;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #EAEAEA;
    border-radius: 5px;
    overflow: hidden;
}

.components-common-notification-style__modalHeader--1JqN0{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #DCDCDC;
}

.components-common-notification-style__modalTitle--iu32I{
    font-size:20px;
    text-transform: capitalize;
}

.components-common-notification-style__modalClose--f8zY2 {
    position: relative;
    width: 20px;
    height: 20px;
    outline: none;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

.components-common-notification-style__modalClose--f8zY2:before,
.components-common-notification-style__modalClose--f8zY2:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
}

.components-common-notification-style__modalClose--f8zY2:before {
    transform: rotate(45deg);
}

.components-common-notification-style__modalClose--f8zY2:after {
    transform: rotate(-45deg);
}

.components-common-notification-style__modalBody--1fu7Z{
    padding: 15px;
    text-align: center;
    font-size: 16px;
}

.components-common-notification-style__modalFooter--376RV{
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.components-common-notification-style__btnOk--3Gd0F {
    background-color: #ffc107;
    border: 1px solid #ffc107;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    min-width: 100px;
    padding: 7px 15px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 4px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body,
#acl-app, 
.main-container{
    height: 100%;
}

body {
    font: 14px/18px 'Inter', sans-serif;
    background-color: #f3f6fe;
    color: #000;
}

h1,
h2,
h3 {
    font-weight: 600;
}

img, 
button, 
input {
    outline: none;
}

ul {
    list-style: none;
}

.disabled {
    pointer-events: none;
}
.cursor-pointer {
    cursor: pointer !important;
}
.text-left{
    text-align: left !important;
}
.text-right{
    text-align: right !important;
}
.text-center{
    text-align: center !important;
}
.bold{
    font-weight: 600;
}
.nowrap{
    white-space: nowrap;
}
.ml10{
    margin-left: 10px;
}
.mt5{
    margin-top: 5px;
}
.mt10{
    margin-top: 10px;
}
.mt15{
    margin-top: 15px;
}
.mt20{
    margin-top: 20px;
}
.mt25{
    margin-top: 25px;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
.mb5{
    margin-bottom: 5px;
}
.mb10{
    margin-bottom: 10px;
}
.mb15{
    margin-bottom: 15px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mr50{
    margin-right: 50px;
}
.strong {
    font-weight: 600;
}
.semi-bold  {
    font-weight: 500;
}
.flex {
    display: flex;
}
.flex-dir-row {
    flex-direction: row;
}
.flex-dir-row-reverse{
    flex-direction: row-reverse;
}
.flex-dir-col {
    flex-direction: column;
}
.flex-justify-between {
    justify-content: space-between;
}
.flex-justify-center {
    justify-content: center;
}
.flex-justify-right {
    justify-content: flex-end;
}
.flex-start {
    align-items: flex-start;
}
.flex-center {
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.hover:hover{
    background-color: #f3f6fe;
}

.row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 1400px;
}

[class*='col-']{
    padding: 0 15px;
}

.padding10{
    padding: 5px;
}

.form-select .select__control {
    box-shadow: 0 2px 2px 0 #E7E7E7;
    min-height: 45px;
    border: 1px solid #e5e3e3;
    border-radius: 5px;
}

.field-error {
    font-size: 12px;
    color: #FF0000;
    line-height: 1.2;
    margin-top: 3px;
}

.warning-link {
    color: #FF0000;
}

.components-common-MessageNotification-style__flyMessage--1afsR {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    width: fit-content;
    position: fixed;
    box-shadow: 0 0 20px #d8d8d8;
    opacity: .8;
    transition: all 500ms linear;
    z-index: 99999;
}
    .components-common-MessageNotification-style__flyMessage--1afsR:empty{
        display: none;
    }
    .components-common-MessageNotification-style__info--20pM4 {
        color: #fff;
        background-color: #FF9902;
        border-color: #FF9902;
    }
    .components-common-MessageNotification-style__success--1J5gv {
        color: #fff;
        background-color: #60C3AD;
        border-color: #60C3AD;
    }
    .components-common-MessageNotification-style__error--2ot32 {
        color: #fff;
        background-color: #F55F71;
        border-color: #F55F71;
    }
    .components-common-MessageNotification-style__bottomRight--3Jt-1{
        bottom: 50px;
        right: 10px;
        top: auto;
    }
    .components-common-MessageNotification-style__topRight--2qZPl{
        top: 50px;
        right: 10px;
    }
    .components-common-MessageNotification-style__statusTxt--uFY6I{
        text-transform: capitalize;
        font-size: 16px;
    }
    .components-common-MessageNotification-style__topBottom--XLc1L{
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        top: 100px;
    }
    .components-common-MessageNotification-style__topCenter--2IbIZ{
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        top: 64px;
    }


