.user-listing table {
    width: 100%;
}
.user-listing table tbody tr th {
    text-align: left;
    background-color: #030d47;
    color: #fff !important;
}
.user-listing table tbody tr {
    border-bottom: 1px solid #ddd;
}
.user-listing table tbody tr:nth-child(odd) {
    background-color: #fff;
}
.user-listing table, th, td {
  border-collapse: collapse;
}
.user-listing table tbody tr .resend_btn {
    background-color: #030c43;
    border: none;
    color: white;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}
.user-listing h2 {
    margin-bottom: 1rem;
    font-weight: 700;
}


*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

nav {
    display: block;
}

body {
    margin: 0;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #515151;
    text-align: left;
    background-color: #e9edf4;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: #3f84fc;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0458eb;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Nunito", sans-serif;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, .h1 {
    font-size: 2.5rem;
    font-weight: normal;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
}

.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    text-align: center;
}

.dashboard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
}

.dashboard-app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-top: 84px;
}

.dashboard-content {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding: 15px;
}

.dashboard-nav {
    min-width: 238px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    background-color: #030c43;
}

.dashboard-compact .dashboard-nav {
    display: none;
}

.dashboard-nav header {
    min-height: 84px;
    padding: 8px 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dashboard-nav header .menu-toggle {
    display: none;
    margin-right: auto;
}
.brand_logo img{
    max-width: 50px;
}
.dashboard-nav a {
    color: #515151;
    text-decoration: none;
}

.dashboard-nav a:hover {
    text-decoration: none;
    color: #fff;
}

.dashboard-nav {
    background-color: #030c43;
}

.dashboard-nav a {
    color: #fff;
}

.brand-logo {
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #515151;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.brand-logo:focus, .brand-logo:active, .brand-logo:hover {
    color: #dbdbdb;
    text-decoration: none;
}

.brand-logo i {
    color: #d2d1d1;
    font-size: 27px;
    margin-right: 10px;
}

.dashboard-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-item {
    min-height: 56px;
    padding: 8px 20px 8px 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.02em;
    transition: ease-out 0.5s;
}

.dashboard-nav-item i {
    width: 36px;
    font-size: 19px;
    margin-left: -40px;
}

.dashboard-nav-item:hover {
    background: rgba(255, 255, 255, 0.04);
}

.active {
    background: #ffffff42;
}

.dashboard-nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-dropdown.show {
    background: rgba(255, 255, 255, 0.04);
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle {
    font-weight: bold;
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle:after {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.dashboard-nav-dropdown-toggle:after {
    content: "";
    margin-left: auto;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(81, 81, 81, 0.8);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.dashboard-nav .dashboard-nav-dropdown-toggle:after {
    border-top-color: rgba(255, 255, 255, 0.72);
}

.dashboard-nav-dropdown-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-dropdown-item {
    min-height: 40px;
    padding: 8px 20px 8px 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: ease-out 0.5s;
}

.dashboard-nav-dropdown-item:hover {
    background: rgba(255, 255, 255, 0.04);
}

.menu-toggle {
    position: relative;
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #443ea2;
}

.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
    text-decoration: none;
    color: #875de5;
}

.menu-toggle i {
    font-size: 20px;
    color:#fff;
}

.dashboard-toolbar {
    min-height: 84px;
    background-color: #030c43;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 27px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.nav-item-divider {
    height: 1px;
    margin: 1rem 0;
    overflow: hidden;
    background-color: rgba(236, 238, 239, 0.3);
}
.edit_form label {
	margin-bottom: 10px;
	font-weight: 600;
}
.edit_form .btn {
	margin-top: 20px;
}
.edit_form .bootstrap-tagsinput {
	line-height: 40px;
	cursor: text;
	height: auto;
	min-height: 50px;
}
@media (min-width: 992px) {
    .dashboard-app {
        margin-left: 238px;
    }

    .dashboard-compact .dashboard-app {
        margin-left: 0;
    }
}


@media (max-width: 768px) {
    .dashboard-content {
        padding: 15px 0px;
    }
    .dashboard .dashboard-content {
    padding: 20px;
}
}

@media (max-width: 992px) {
    .dashboard-nav {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1070;
    }

    .dashboard-nav.mobile-show {
        display: block;
    }
}

@media (max-width: 992px) {
    .dashboard-nav header .menu-toggle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 992px) {
    .dashboard-toolbar {
        left: 238px;
    }

    .dashboard-compact .dashboard-toolbar {
        left: 0;
    }
}


/*------30-12-2022 Start------*/

.edit_form .assign-tab {
    display: flex;
    justify-content: space-between;
}
.edit_form .assign-tab .input-tab {
    flex: 0 0 80%;
}
.edit_form .assign-tab a.assign-submit-button {
    width: 165px;
    height: 50px;
    background: #074DD1;
    border: 2px solid #020D47;
    border-radius: 50px;
    -webkit-box-shadow: 0px 7px 0px 0px rgb(2 13 71);
    -moz-box-shadow: 0px 7px 0px 0px rgba(2,13,71,1);
    box-shadow: 0 7px #020d47;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    text-decoration: none;
    flex: 0 0 19%;
}
.edit_form .acc-left h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 39px;
    color: #000;
}
.edit_form .acc-left p{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: #000;
}
.edit_form .assign-tab .input-tab input {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: 2px solid #020D47;
    font-size: 16px;
    border-radius: 50px;
    padding-left: 20px;
    -webkit-box-shadow: 0px 7px 0px 0px rgba(2,13,71,1);
    -moz-box-shadow: 0px 7px 0px 0px rgba(2,13,71,1);
    box-shadow: 0 7px #020d47;
}

.user-tab {
    padding-top: 20px;
} 
.user-tab .user-inner {
    display: flex;
    padding: 20px 30px;
    height: 135px;
    left: 79px;
    top: 925px;
    background: #FFFFFF;
    border: 2px solid #020D47;
    border-radius: 50px;
    -webkit-box-shadow: 0px 12px 0px 0px rgba(2,13,71,1);
    -moz-box-shadow: 0px 12px 0px 0px rgba(2,13,71,1);
    box-shadow: 0 12px #020d47;
    align-items: center;
}
.user-tab .user-image {
    flex: 0 0 94px;
    margin-right: 10px;
}
.user-tab .user-image img {
    border-radius: 50%;
	height: 90px;
}
.user-tab .user-detail {
    flex: 0 0 65%;
}
.user-tab .user-detail h4 {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #000;
}
.user-tab .invitaion {
    flex: 0 0 16%;
}
.user-tab .invitaion p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000;
    margin-bottom: 0;
}
.user-tab .check img {
    max-width: 35px;
}
.user-tab .container.user-inner-data-main {
    max-width: 100%;
    padding: 0;
}
.user-tab .user-inner .check.send-invitation {
    cursor: pointer;
}
li.ui-menu-item {
    padding: 10px 35px;
    border-bottom: 1px solid #030d47;
}
li.ui-menu-item:hover {
    background: #030d47;
    color: #fff;
}
.ui-menu-item-wrapper {
     background: transparent !important; 
    border: none !important;
    outline: none !important;
    color: inherit !important;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #030d47;
    border-radius: 15px;
    max-height: 350px;
    overflow-y: scroll;
}
.user-tab .user-inner {
    margin-bottom: 36px;
}

@media (max-width: 767px) {
.edit_form .assign-tab {
    display: block;
}
.edit_form .assign-tab a.assign-submit-button {
    margin-top: 20px;
    width: 100%;
}
.user-tab .user-inner {
    display: block;
    height: auto;
}
.user-tab .user-image {
    margin-bottom: 10px;
}
.user-tab .user-detail {
    margin-bottom: 5px;
}
.user-tab .invitaion {
    margin-bottom: 10px;
}
}
.title-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 15px;
}
.title-inner h2 {
    margin: 0;
}
/*------30-12-2022 End------*/

/*=============2 july 2024 changes============*/

.ui-widget.ui-widget-content li.ui-menu-item .ui-menu-item-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}
.ui-widget.ui-widget-content li .avatar-image {
    max-width: 40px;
    margin-right: 15px;
}
.ui-widget.ui-widget-content li .avatar-name p {
    margin: 0 0 2px;
    font-size: 16px;
}

.assign-tab {
    margin-bottom: 20px;
}
.success-assign-data {
    display: flex;
   align-items: center;
}
.ui-widget.ui-widget-content li:hover p {
    color: #fff;
}
.ui-widget.ui-widget-content li {
    padding: 10px;
}

.ui-menu-item {
    padding: 10px 35px;
    border-bottom: 1px solid #ddd;
    padding: 10px !important;
}
.avatar-image img {
    width: 100% !important;
    max-width: 54px !important;
}
.ui-widget.ui-widget-content .avatar-name .f_name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
    color: #030c43;
}
.avatar-name .last_name {
    margin-bottom: 0px;
}
.ui-widget.ui-widget-content {
    border: 1px solid #dbdbdb !important;
    max-width: 66%  !important;
    top: 237.391px;
    left: 253px;
    width: 1052px;
}
.ui-widget.ui-widget-content li {
    padding: 10px;
    border-bottom: 1px solid #dddddd;
}
.avatar-image {
    flex: 0 0 70px;
}

.ui-menu-item {
    padding: 10px !important;
    border-bottom: 1px solid #dddddd !important;
}
.ui-widget.ui-widget-content li:hover {
    color: #fff;
    background: #030c43;
}
.ui-menu li:hover .avatar-name .f_name {
    color: #fff !important;
}
.avatar-name p {
    color: #030c43;
}

@media (max-width: 991px) {
.ui-widget.ui-widget-content {
  
    max-width: 77%  !important;
    left: 18px !important;
}
}
@media (max-width: 575px) {
   .ui-widget.ui-widget-content {
  
    max-width: 90%  !important;
    left: 18px !important;
} 
}