body {
color: #333;
/*font-family: "Inter", sans-serif;*/
font-family: "Montserrat", sans-serif;
font-size: 14px;
line-height: 1.3;
margin: 0;
padding: 0;
background-color: #f3f4f7;
font-weight: 400;
font-style: normal;
overflow-x: hidden;
}
* {
box-sizing: border-box;
outline: none;
scrollbar-width: thin;
scrollbar-color: rgba(11, 20, 26, 0.2) #f3f3f3;
}
a{
text-decoration: none;
}
img {
max-width: 100%;
height: auto;
}
button {
overflow: visible;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
box-sizing: border-box;
border: none;
outline: 0;
outline-color: rgba(0, 0, 0, 0);
}
.wrap {
overflow: hidden;
}
.page-wrapper {
overflow: hidden;
position: relative;
margin-left: 190px;
transition: 0.3s;
-webkit-transition: 0.3s;
}
.joinus_bg {
background: url(../images/loginpg-bg.svg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
display: flex;
align-items: center;
justify-content: center;
min-height: 100%;
padding-top: 5px;
padding-bottom: 5px;
width: 100%;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
}
.main-content-loginpg-cus {
padding: 5px;
min-height: auto;
margin-bottom: 30px;
}
.centerdv {
margin: 0 auto;
float: none;
}
.login-form-erp {
position: relative;
margin-top: 0%;
width: 100%;
/*background: #fff;*/
/*box-shadow: 0 17px 50px 0 rgb(11 20 26 / 10%), 0 12px 15px 0 rgb(11 20 26 / 10%);*/
/*border-radius: 10px;*/
min-height: 100%;
display: flex;
}
.login-form-erp .login-box-left-cus {
width: 100%;
border-right: 2px solid #f1f1f1;
padding: 40px 40px;
background: #fff;
/*    box-shadow: 0 17px 50px 0 rgb(11 20 26 / 10%), 0 12px 15px 0 rgb(11 20 26 / 10%);*/
box-shadow: 0 3px 9px 1px rgb(51 48 60 / 3%), 0 9px 8px rgb(51 48 60 / 2%), 0 1px 6px 4px rgb(51 48 60 / 1%);
border-radius: 10px;
min-height: 100%;
z-index: 99;
}

.erp-login-form-cus {
text-align: center;
}
.erp-login-logo {
width: 50%;
margin: 0 auto 24px;
}
.erp-login-logo img {
width: 100%;
height: auto;
}
.rjd-login-title {
text-align: center;
margin-bottom: 24px;
}
.rjd-login-title h3 {
font-size: 24px;
line-height: 24px;
font-weight: 600;
margin-bottom: 6px;
color: #072654;
}
.rjd-login-title p {
font-size: 13px;
line-height: 1.3;
padding: 0;
}
.form-group {
position: relative;
}
.login-form-erp .login-box-left-cus .form-control {
height: 50px;
}
.login-box-left-cus .back-home {
position: absolute;
top: 0;
right: 0;
padding: 10px;
}
.login-box-left-cus .back-home img {
width: 30px;
border: 1px solid #102a83;
padding: 4px;
border-radius: 50%;
}
.form-group label {
font-weight: 500;
color: #555;
font-size: 13px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
.form-control {
display: block;
width: 100%;
height: 38px;
padding-left: 0.6rem;
margin-bottom: 18px;
font-size: 13px;
line-height: 1.42857143;
color: #555;
border: 1px solid #ccc;
border-radius: 0.25rem;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
border-color: #f27136;
box-shadow: none;
-webkit-box-shadow: none;
}
.errormsg {
font-weight: 400;
position: absolute;
font-size: 10px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
bottom: -12px;
}
.login-form-erp .login-box-left-cus .btn-submit-form, .sub-btn {
height: 50px;
font-size: 16px;
}
.login-box-left-cus .btn-submit-form-rjd-login {
width: 100%;
}
.btn-submit-form, .sub-btn {
background: #f27136 none repeat scroll 0 0 !important;
border: medium none;
border-radius: 4px;
color: #fff !important;
height: 38px;
line-height: 38px;
font-size: 14px;
padding: 0 10px;
font-weight: 500;
width: auto;
min-width: 150px;
text-align: center;
display: inline-block;
text-transform: capitalize;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}

.backtologin {
margin: 10px 0;
}
.forget-text a {
font-size: 12px;
}
.backtologin a {
border: 1px dashed #ddd;
padding: 5px 10px;
display: inline-block;
}
.backtologin a>svg{
width: 18px;
height: 18px;
}
.square-box {
position: absolute;
width: 175px;
height: 157px;
background: #696CFF;
border-radius: 18px;
z-index: 1;
opacity: 4%;
}
.square-box.one {
top: -30px;
left: -95px;
}
.square-box.one-overlay {
top: -53px;
left: -13px;
width: 115px;
height: 100px;
border: 2px solid #696CFF;
background: transparent;
opacity: 15%;
z-index: 0;
}
.square-box.two {
bottom: -30px;
right: -95px;
}
.square-box.two-dotted {
bottom: -49px;
right: -121px;
width: 227px;
height: 200px;
border: 2px dashed #696CFF;
background: transparent;
border-radius: 10px;
opacity: 30%;
z-index: 0;
}

.login-form-erp .login-box-right-cus {
width: 45%;
padding: 40px;
}
.login-form-erp .login-box-right-cus .loginpg-slider-cus {}
.login-form-erp .login-box-right-cus .loginpg-slider-cus .carousel-indicators {
position: absolute;
right: 0;
bottom: -30px;
left: 0;
z-index: 2;
display: flex;
justify-content: center;
padding: 0;
margin-right: 15%;
margin-bottom: 0rem;
margin-left: 15%;
}
.login-form-erp .login-box-right-cus .loginpg-slider-cus .carousel-indicators [data-bs-target] {
box-sizing: content-box;
flex: 0 1 auto;
width: 5px;
height: 5px;
padding: 0;
border-radius: 4px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #f27136;
background-clip: padding-box;
border: 0;
border-top: none;
border-bottom: none;
opacity: 0.5;
transition: opacity 0.6s ease;
}
.login-form-erp .login-box-right-cus .loginpg-slider-cus .carousel-indicators .active {
width: 20px;
opacity: 1;
}
.login-form-erp .login-box-right-cus .loginpg-slider-cus .carousel-item img {
width: 100%;
height: auto;
}
.login-form-erp .login-box-right-cus .loginpg-slider-cus .carousel-item .slider-content-cus {
text-align: center;
}
.login-form-erp .login-box-right-cus .loginpg-slider-cus .carousel-item .slider-content-cus h2 {
font-size: 18px;
color: #000;
}
.login-form-erp .login-box-right-cus .loginpg-slider-cus .carousel-item .slider-content-cus p {
margin: 0;
line-height: 1.4;
}
.login-box-left-cus .terms-condition-registration-form {
display: flex;
gap: 5px;
margin: 0px 0 16px;
}
.linktxt{
margin-bottom: 12px;
}
.linktxt a{
font-size: 13px;
font-weight: 500;
}
.linktxt-cus{
margin-top: 12px;
}


/*Header*/
.header {
background: linear-gradient(90deg, #e3e3e3 0, #1E3A8A 90%);
border-bottom: 1px solid #f0f0f0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 1001;
height: 70px;
}
.logo-header h1 {
color: #1b1d1f;
font-size: 30px;
font-weight: 500;
letter-spacing: -3px;
margin: 0;
}
.logo-header {
display: inline-block;
margin: 10px 0 10px 0px;
border-left: 1px solid #aaa;
padding-left: 10px;
}
.logo-header1 {
padding: 8px 0 0 10px;
}
.main-nav {
position: relative;
}
.main-nav.main-nav3 {
z-index: 999;
}
.mobile-menu {
border: 1px solid #e5e5e5;
display: block;
height: 30px;
overflow: hidden;
padding: 2px;
position: absolute;
right: 10px;
top: -120px;
width: 30px;
display: none;
z-index: 999;
}
.mobile-menu a {
color: #1b1d1f;
display: block;
font-size: 24px;
line-height: 24px;
}
.info-header {
padding-top: 10px;
}
.main-nav > ul {
list-style: outside none none;
padding: 0;
margin: 0px;
text-align: right;
}
.main-menu {
margin-top: 15px;
}
.main-nav > ul > li {
display: inline-block;
font-size: 14px;
font-weight: 500;
margin-right: 0px;
padding: 25px 0px;
}
.main-nav > ul > li > a {
color: #313091;
display: block;
position: relative;
text-shadow: 0 0 0;
padding: 0 10px;
text-transform: capitalize;
}
.main-nav > ul > li:hover > a {
color: #313091;
}
.main-nav > ul > li:last-child a {
margin-right: 0;
border-right: none;
cursor: pointer;
}
.main-nav > ul > li.menu-item-has-childrent {
position: relative;
}
.main-nav .menu-item-has-childrent .lnr-chevron-down {
font-size: 10px;
padding-left: 5px;
}
.main-nav > ul > li > a span.icon {
padding-right: 6px;
}
/*.main-nav > ul >li.menu-item-has-childrent::after{
background: #fff none repeat scroll 0 0;
color: #aaa;
content: "Ã®Â¡Â³";
font-family: linearicons;
font-size: 13px;
left: 50%;
margin-left: -5px;
margin-top: 30px;
opacity: 0;
position: absolute;
top: 88%;
transition: all 0.5s ease-out 0s;
visibility: hidden;
width: 11px;
z-index: 10;
}*/
.main-nav .sub-menu {
position: absolute;
top: 100%;
right: 0;
opacity: 0;
visibility: hidden;
min-width: 170px;
background-color: #f2f2f2;
background-image: -o-linear-gradient(bottom, #fff 70%, #f2f2f2 90%);
background-image: -moz-linear-gradient(bottom, #fff 70%, #f2f2f2 90%);
background-image: -webkit-linear-gradient(bottom, #fff 70%, #f2f2f2 90%);
background-image: -ms-linear-gradient(bottom, #fff 70%, #f2f2f2 90%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.7, #fff),
color-stop(0.9, #f2f2f2)
);
border: none;
box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.4);
padding: 0px 0px 0px;
list-style: none;
margin: 20px 0 0;
z-index: 999;
}
.main-nav .sub-menu .menu-item-has-childrent > .sub-menu {
position: absolute;
top: 1px;
left: 100%;
opacity: 0;
visibility: hidden;
min-width: 160px;
background: #fff none repeat scroll 0 0;
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
padding: 0px;
list-style: none;
margin: 20px 0 0;
z-index: 900;
border: none;
}
.main-nav
.main-menu
li:last-child
.sub-menu
.menu-item-has-childrent
> .sub-menu {
left: auto;
right: 100%;
}
.main-nav .sub-menu .menu-item-has-childrent::after {
color: #999;
content: "\e876";
font-family: linearicons;
font-size: 8px;
position: absolute;
right: 15px;
top: 15px;
}
.main-nav .sub-menu .menu-item-has-childrent > a {
padding-right: 15px;
}
.main-nav .sub-menu .menu-item-has-childrent:hover > .sub-menu {
opacity: 1;
visibility: visible;
margin: 0px 0 0;
}
.main-nav > ul > li.menu-item-has-childrent:hover > .sub-menu {
opacity: 1;
visibility: visible;
margin: 0px 0 0;
}
.main-nav > ul > li.menu-item-has-childrent:hover::after {
opacity: 1;
visibility: visible;
margin-top: 0px;
}
.main-nav .menu-item-has-childrent .sub-menu a {
color: #555;
display: block;
padding: 9px 10px;
text-transform: capitalize;
}
.main-nav .menu-item-has-childrent .sub-menu a:hover {
color: #fff;
background: #313091;
}
.main-nav .menu-item-has-childrent .sub-menu li {
padding: 0 0px;
position: relative;
text-align: left;
font-size: 13px;
}
.main-nav .menu-item-has-childrent .sub-menu li > a {
border-bottom: 1px solid #e5e5e5;
}
.main-nav .menu-item-has-childrent .sub-menu li:last-child > a {
border-bottom: none;
}
.main-nav > ul > li > a > sup {
font-size: 10px;
left: 50%;
margin-left: -8px;
position: absolute;
top: -10px;
}
.main-nav > ul > li > a > sup.title-hot {
color: #fbb450;
}
.main-nav > ul > li > a > sup.title-new {
color: #2caae1;
}
.relative_box {
position: relative;
}
.header_flex {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
height: 70px;
}
.header .header-left {
position: relative;
width: 180px;
height: auto;
padding: 0px 6px 0px 6px;
overflow: hidden;
display: none;
}
.logo {
max-width: 100%;
z-index: 999;
}
.logo-icon{
display: none;
}
.menu-active .logo-icon{
display: block;
}
.header .header-left .logo-icon img {
max-height: 45px;
width: auto;
}
.menu-active .header .header-left .logo {
display: none;
}
.user-menu {
padding-left: 15px;
padding-right: 15px;
position: relative;
height: 100%;
display: inline-flex;
align-items: center;
justify-content: flex-end;
width: 100%;
color: #fff;
}
.notifications-profile-mobile-view {
position: initial;
}
.user-menu .nav-item {
padding: 0;
}
.user-menu.nav > li {
display: inline-block;
} 
.user-menu.nav > li.noti-dropdown > a {
font-size: 22px;
color: #FF5722;
}
.noti-dropdown a img {
animation: 1.6s linear 0s infinite normal none running animation-rotate;
color: #274082;
}
.badge {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0px 0px;
width: 20px;
height: 20px;
font-size: 10px;
font-weight: 500;
color: #fff;
background-color: #FF5722;
border: 2px solid #ffffff;
border-radius: 100%;
position: absolute;
top: 6px;
right: 0px;
animation: 1.6s ease 0s infinite normal none running animation-wave;
}
@keyframes animation-rotate {
0% {
transform: rotate(0deg);
}
5% {
transform: rotate(0deg);
}
15% {
transform: rotate(0deg);
}
25% {
transform: rotate(20deg);
}
35% {
transform: rotate(-15deg);
}
45% {
transform: rotate(10deg);
}
55% {
transform: rotate(-5deg);
}
60% {
transform: rotate(0deg);
}
100% {
transform: rotate(0deg);
}
}
.user-menu.nav > li > a {
position: relative;
color: #333;
font-size: 13px;
padding: 20px 10px;
display: block;
}
.user-menu.nav > li > a img{
width: 20px;
height: auto;
}
.user-menu.nav > li > a .user-img img{
width: 28px;
border-radius: 100%;
}
.user-img {
display: inline-block;
padding-right: 6px;
position: relative;
}
.user-img img {
width: 28px;
border-radius: 100%;
}
.user_name {
font-weight: 500;
display: inline-block;
vertical-align: middle;
max-width: 115px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding-right: 3px;
display: none;
}
.designation_name{
font-size: 10px;
color: #555;
}
.header .dropdown-toggle:after {
display: none;
}
.header .has-arrow .dropdown-toggle:after {
border-top: 0;
border-left: 0;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
content: "";
height: 6px;
width: 6px;
vertical-align: middle;
display: inline-block;
pointer-events: none;
-webkit-transform-origin: 66% 66%;
-ms-transform-origin: 66% 66%;
transform-origin: 66% 66%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.user-menu .dropdown-menu {
min-width: 220px;
padding: 0;
left: auto;
right: 0;
max-height: 300px;
overflow-y: auto;
overflow-x: hidden;
}
.user-header {
background-color: #f9f9f9;
display: flex;
align-items: center;
padding: 10px 10px;
width: 100%;
justify-content: start;
position: relative;
border-bottom: 1px solid #ddd;
gap: 10px;
}
.avatar {
width: 40px;
height: 40px;
overflow: hidden;
}
.avatar .avatar-img {
width: 40px;
height: 40px;
display: block;
margin-bottom: 0;
object-fit: cover;
object-position: center;
}
.user-header .user-text {
margin-left: 0;
width: auto;
text-align: start;
}
.user-header .user-text h6 {
margin-bottom: 0px;
font-size: 12px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.user-header .user-text p {
padding-bottom: 0;
font-size: 12px;
}
.user-menu .dropdown-menu .dropdown-item {
font-size: 13px;
display: flex;
align-items: center;
border-top: 1px solid #e3e3e3;
padding: 10px 15px;
}
.user-menu .dropdown-menu .dropdown-item img {
width: 25px;
background-color: #dfe4eb;
padding: 3px;
border-radius: 4px;
}
.user-menu .dropdown-menu .dropdown-item:hover {
color: #fff;
background: #FF5722;
}

/*------- Sidebar -------*/
.sidebar_menu_box {
border-bottom-right-radius: 0px;
border-top-right-radius: 35px;
box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .08);
background-color: #fff;
position: fixed;
top: 0px;
bottom: 0px;
left: 0px;
width: 13rem;
height: 100%;
z-index: 9999;
transition: 0.3s ease-in-out;
}
.sidebar_menu_box.opened {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.sidebar-inner {
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
height: 100%;
}
.sidebar-menu {
padding: 0px 0 0px;
position: relative;
height: 100%;
}
.sidebar_menu_box .sidebar-brand {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
-ms-flex-pack: center;
justify-content: center;
align-items: center;
padding-bottom: 5px;
padding-left: 0px;
padding-top: 0px;
height: 69px;
}
.sidebar_menu_box .sidebar-brand .sidebar-brand-icon {
height: auto;
padding-bottom: 0px;
padding-top: 12px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
width: auto;
overflow: hidden;
}
.sidebar_menu_box .sidebar-brand .sidebar-brand-icon img {
width: 150px;
height: auto;
}
.menu_btn {
position: absolute;
right: -12px;
background-color: #ffffff;
height: 26px;
width: 26px;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
cursor: pointer;
z-index: 99999;
transition: 1s ease-in-out;
}
.sidebar_menu_box #sidebar-profile-picture {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto auto auto;
margin-bottom: 1rem;
padding: 0 12px;
}
.sidebar_menu_box #sidebar-profile-picture .picture {
position: relative;
-ms-flex-pack: center;
justify-content: center;
display: flex;
-ms-flex-align: center;
align-items: center;
grid-column: 1;
grid-row: 1;
margin-bottom: 8px;
padding-left: 0px;
}
.sidebar_menu_box #sidebar-profile-picture .picture .image-container {
position: relative;
display: flex;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
border: 15px solid #fbfbfb;
border-radius: 50%;
}
.sidebar_menu_box #sidebar-profile-picture .picture .image-container img {
height: 110px;
width: 110px;
border: 7px solid rgba(232, 234, 239, .439);
border-radius: 50%;
z-index: 10;
}
.sidebar_menu_box #sidebar-profile-picture .name {
display: table;
grid-column: 1;
grid-row: 2;
text-align: center;
font-size: 14px;
font-weight: 500;
text-decoration: none;
color: #202020;
height: 1.5rem;
line-height: 1.5rem;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
.sidebar_menu_box #sidebar-profile-picture .job-title {
grid-column: 1;
grid-row: 3;
font-size: 12px;
font-weight: 400;
text-align: center;
color: #64728c;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.sidebar-menu ul {
font-size: 13px;
list-style-type: none;
margin: 0;
padding: 0;
position: relative;
}
#menu-content {
overflow-y: hidden;
padding-right: 10px;
padding-bottom: 50px;
height: 57.5vh;
transition: 0.3s ease-in-out;
}
#menu-content:hover {
overflow-y: auto;
}
.sidebar-menu li a {
color: #202020;
display: block;
font-size: 14px;
height: auto;
padding: 0 20px;
}
.sidebar-menu li a:hover {
color: #050485;
}
.sidebar-menu > ul > li > a:hover,
.sidebar-menu > ul > li > a.active {
background: #f8f9fa;
color: #050485;
}
.sidebar-menu > ul > li > a:hover i {
background: #FF5722;
color: #fff;
}
.sidebar-menu > ul > li > a:hover img {
background: #FF572200;
/*background: #FF5722;
color: #fff;
filter: invert(100%) sepia(0%) saturate(5691%) hue-rotate(205deg) brightness(116%) contrast(111%);*/
}
.menu-active .sidebar-menu > ul > li > a span {
display: block;
}
/*--
.sidebar-menu li.active a {
background: #FF5722;
color: #fff;
}
--*/
.sidebar-menu ul ul a.active {
color: #0502ba;
text-decoration: none;
}
.sidebar .sidebar-menu > ul > li > a > span {
display: inline-block;
margin-left: 8px;
white-space: nowrap;
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
}
.sidebar .sidebar-menu > ul > li > a > span.chat-user {
margin-left: 0;
overflow: hidden;
text-overflow: ellipsis;
}
.sidebar .sidebar-menu > ul > li > a > span.badge {
margin-left: auto;
}
.sidebar-menu ul ul li a {
display: flex;
align-items: center;
justify-content: start;
gap: 5px;
font-size: 12px;
padding: 5px 10px 5px 12px;
position: relative;
font-weight: 500;
}
.sidebar-menu ul ul li a .sidebar-menuicon {
width: 22px !important;
height: 22px;
margin: 0;
}
.sidebar-menu ul ul li a i {
display: inline-block;
font-size: 14px;
line-height: 22px;
text-align: center;
vertical-align: middle;
width: 22px !important;
vertical-align: middle;
padding-left: 0;
background-color: #dfe4eb;
border-radius: 4px;
margin-right: 2px;
}
.sidebar-menu ul ul li a img {
display: inline-block;
font-size: 14px;
line-height: 22px;
text-align: center;
vertical-align: middle;
width: 22px !important;
height: 22px;
vertical-align: middle;
padding-left: 0;
/*background-color: #dfe4eb;*/
border-radius: 4px;
margin-right: 2px;
padding: 3px;
}
.sidebar-menu ul ul li a span {
padding-left: 0px;
}
.menu-active .sidebar-menu ul ul li a {
font-size: 11px;
padding: 5px 2px;
text-align: center;
line-height: 12px;
margin-left: 0px;
justify-content: center;
flex-wrap: wrap;
flex-direction: column;
}
.menu-active .sidebar-menu ul ul li a span {
padding-left: 0;
padding-top: 2px;
display: block;
}
.sidebar-menu ul ul {
display: none;
}
.sidebar-menu ul ul ul a {
padding-left: 65px;
}
.sidebar-menu ul ul ul ul a {
padding-left: 85px;
}
.sidebar-menu > ul > li {
/*margin-bottom: 10px;*/
position: relative;
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
}
.sidebar-menu > ul > li.active a {
border-bottom-right-radius: 50px;
border-top-right-radius: 50px;
background: linear-gradient(90deg, #1E3A8A 0, #e3e3e3 100%);
color: #fff;
}
.sidebar-menu > ul > li.active a i {
background: #FF5722;
color: #fff;
}
.sidebar-menu > ul > li.active a img {
filter: invert(100%) sepia(88%) saturate(0%) hue-rotate(186deg) brightness(106%) contrast(101%);
}
.sidebar-menu > ul > li.active .menu-arrow img{
filter: none;
}
.menu-active .sidebar-menu ul li a img {
display: inline-block;
font-size: 14px;
line-height: 32px;
text-align: center;
width: 20px !important;
vertical-align: middle; 
color: #f48128;
border-radius: 0px;
margin: 0px 0 3px;
padding: 0;
}
.sidebar-menu ul li.active ul li a img{
filter: none;
}
.sidebar-menu ul li.active ul li.active a {
color: #ffffff !important;
border-radius: 0px 30px 30px 0;
background: linear-gradient(90deg, #1E3A8A 0, #e3e3e3 100%);
}
.sidebar-menu ul li.active ul li.active a i {
color: #ffffff !important;
}
.sidebar-menu ul li.active ul li.active a img {
filter: invert(100%) sepia(88%) saturate(0%) hue-rotate(186deg) brightness(106%) contrast(101%);
}
.sidebar-menu ul li.active ul li a {
background: #ff000000;
color: #202020 !important;
border-radius: 4px;
}
.sidebar-menu > ul > li:last-child {
margin-bottom: 0;
}
.sidebar-menu .menu-arrow {
display: inline-block;
font-family: "FontAwesome";
text-rendering: auto;
font-size: 12px;
position: absolute;
right: 6px;
top: 6px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
-webkit-transition: -webkit-transform 0.5s;
-o-transition: -o-transform 0.5s;
transition: transform 0.5s;
}
.sidebar-menu .menu-arrow:before {
/*  content: "\f107";*/
}
.sidebar-menu li.active .menu-arrow, .sidebar-menu li a.active .menu-arrow {
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.sidebar-menu ul ul a .menu-arrow {
top: 10px;
}
.sidebar-menu > ul > li > a {
align-items: center;
border-bottom-right-radius: 50px;
border-top-right-radius: 50px;
display: flex;
justify-content: flex-start;
padding: 6px 5px 6px 6px;
position: relative;
color: #202020;
font-size: 14px;
font-weight: 500;
margin-bottom: 5px;
/*  transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;*/
}
.sidebar-menu ul li a i {
display: inline-block;
font-size: 14px;
line-height: 32px;
text-align: center;
vertical-align: middle;
width: 32px !important;
vertical-align: middle;
padding-left: 0;
background-color: #dfe4eb;
color: #274082;
border-radius: 4px;
margin-right: 4px;
}
.sidebar-menu ul li a img {
display: inline-block;
font-size: 14px;
line-height: 32px;
text-align: center;
vertical-align: middle;
width: 32px !important;
vertical-align: middle;
padding-left: 0;
/*background-color: #dfe4eb;*/
color: #f48128;
border-radius: 4px;
margin-right: 0px;
padding: 6px;
}
.sidebar-menu li a > .badge {
color: #fff;
}
.page-wrapper {
overflow: hidden;
position: relative;
margin-left: 13rem;
transition: 0.3s;
-webkit-transition: 0.3s;
}
.menu-active .page-wrapper {
margin-left: 50px;
}
.menu-active .side-menu {
width: 50px;
}
/*-- Scrollbar --*/
.side-menu::-webkit-scrollbar {
width: 5px;
}
/*-- Scrollbar Track --*/
.side-menu::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px #c1c1c1;
border-radius: 10px;
}
/*-- scrollbar Handle --*/
.side-menu::-webkit-scrollbar-thumb {
background: #c1c1c1;
border-radius: 10px;
}
/*-- Handle on hover --*/
.side-menu::-webkit-scrollbar-thumb:hover {
background: #666;
}

.sidebar-footeruseful-btn-cus-main {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
position: fixed;
bottom: 0px;
left: 0px;
background-color: #fff;
/*  width: auto;*/
width: 180px;
padding: 10px 12px;
}
/* .sidebar-footeruseful-btn-cus-main .help-btn {
} */
.sidebar-footeruseful-btn-cus-main .help-btn a {
background-color: #dfe4eb;
height: 40px;
width: 40px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
border-radius: 4px;
transition: all 0.3s;
}
.sidebar-footeruseful-btn-cus-main .help-btn a:hover {
background: linear-gradient(179deg, #FF5722, #ff57228f);
}
/* .sidebar-footeruseful-btn-cus-main .help-btn i {
} */
.sidebar-footeruseful-btn-cus-main .help-btn img {
width: 50%;
height: auto;
display: block;
margin: 0 auto;
}
/* .sidebar-footeruseful-btn-cus-main .setting-btn {
} */
.sidebar-footeruseful-btn-cus-main .sidebar-toggle-btn {
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.sidebar-footeruseful-btn-cus-main .sidebar-toggle-btn a {
background-color: #dfe4eb;
height: 40px;
width: 40px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
border-radius: 4px;
transition: all 0.3s;
}
.sidebar-footeruseful-btn-cus-main .sidebar-toggle-btn a:hover {
background: linear-gradient(179deg, #FF5722, #ff57228f);
}
/* .sidebar-footeruseful-btn-cus-main .sidebar-toggle-btn i {
} */
.sidebar-footeruseful-btn-cus-main .sidebar-toggle-btn img {
width: 50%;
height: auto;
display: block;
margin: 0 auto;
}
.sidebar-footeruseful-btn-cus-main .sidebar-toggle-btn.active {
transform: rotateZ(180deg);
}
.menu-active .sidebar-footeruseful-btn-cus-main {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 10px;
padding: 0;
left: 9px;
bottom: 10px;
width: auto;
}
.sidebar-footeruseful-btn-cus-main .setting-btn a {
background-color: #dfe4eb;
height: 40px;
width: 40px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
border-radius: 4px;
transition: all 0.3s;
}
.sidebar-footeruseful-btn-cus-main .setting-btn a:hover {
background: linear-gradient(179deg, #FF5722, #ff57228f);
}
.sidebar-footeruseful-btn-cus-main .setting-btn img {
width: 50%;
height: auto;
display: block;
margin: 0 auto;
}
.menu-active .sidebar-footeruseful-btn-cus-main .help-btn a {
/*    background-color: #0502ba;*/
height: 30px;
width: 30px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
border-radius: 4px;
}
.menu-active .sidebar-footeruseful-btn-cus-main .setting-btn a {
/*    background-color: #0502ba;*/
height: 30px;
width: 30px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
border-radius: 4px;
}
.menu-active .sidebar-footeruseful-btn-cus-main .sidebar-toggle-btn a {
/*background-color: #0502ba;*/
height: 30px;
width: 30px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
border-radius: 4px;
}
.menu-active .sidebar-menu {
/* padding: 0px 0 60px; */
padding: 0px 0 190px;
}
.menu-active .side-menu {
width: 8.2rem;
}
.menu-active .page-wrapper {
margin-left: 8.2rem;
}
.sidebar_menu_box.activesidemenu .sidebar-brand {
padding-top: 15px;
padding-bottom: 10px;
}
.sidebar_menu_box.activesidemenu #sidebar-profile-picture .picture .image-container, .sidebar_menu_box.activesidemenu #sidebar-profile-picture .picture .image-container img {
height: 32px;
width: 32px;
border: none;
}
.sidebar_menu_box.activesidemenu #sidebar-profile-picture .name {
display: none;
}
.sidebar_menu_box.activesidemenu #sidebar-profile-picture .job-title {
display: none;
}
.sidebar_menu_box.activesidemenu #menu-content:hover {
overflow-y: auto;
}
.menu-active .sidebar-menu > ul > li > a {
padding: 6px 5px 6px 6px;
justify-content: center;
flex-wrap: wrap;
flex-direction: column;
text-align: center;
font-size: 12px;
}
.activesidemenu #menu-content {
overflow-y: hidden;
padding-right: 10px;
padding-bottom: 50px;
height: 80.5vh;
transition: 0.3s ease-in-out;
}
.user-menu.nav > li > a img {
width: 20px;
height: auto;
}
.mobile-menu-footer {
display: none;
}
.feature-box-style-12 {
padding: 24px 0;
}
.main-content {
padding: 69px 0px 70px;
}
.adtab-detail {
position: relative;
background: #f8f9fa00;
padding: 0 0px;
border-bottom: none;
display: flex;
justify-content: center;
align-items: center;
box-shadow: none;
margin-bottom: 12px !important;
}
.adtab-detail h2 {
font-size: 16px;
font-weight: 500;
color: #000;
margin: 0px;
text-transform: capitalize;
position: relative;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.filter-btn-add-new-btn {
display: flex;
align-items: center;
justify-content: end;
gap: 5px;
}
.search-dropdown-custom-mng {
position: relative;
background-color: #FF5722;
display: flex;
align-items: center;
justify-content: center;
border-radius: 4px;
cursor: pointer;
height: 38px;
width: 40px;
color: #fff;
font-size: 16px;
}
.search-dropdown-custom-mng img {
width: 20px;
height: 20px;
}
.paddingrightleft {
padding-right: 6px;
padding-left: 6px;
}
.table-inner-custom {
margin-bottom: 0;
}
.table-custom {
margin-bottom: 0;
}
.table-custom tr th {
background-color: #f7f6f6;
padding-bottom: 10px !important;
padding-top: 10px !important;
min-width: 30px;
font-size: 12px;
font-weight: 600;
color: #000;
line-height: 1.2;
white-space: nowrap;
}
.table-custom tr th, .table-custom tr td {  
vertical-align: middle;
}
.table-custom tr th img {
width: 14px;
height: 14px;
}
.table-custom .dropdown {
position: static;
}
.table-custom a {
cursor: pointer;
}
.action.dropdown img {
width: 20px;
height: 20px;
}
.action .dropdown-menu {
text-align: left;
left: -10px;
right: auto;
border-radius: 4px;
padding: 0;
overflow: hidden;
}
.dropdown-menu {
float: none;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.action .dropdown-menu li {}
.action .dropdown-menu li a {
cursor: pointer;
display: flex;
padding: 8px 6px;
font-size: 13px;
color: #444;
border-bottom: 1px solid #ddd;
transition: all 0.3s;
align-items: center;
justify-content: start;
gap: 4px;
}
.action .dropdown-menu > li > a img {
display: inline-block;
font-size: 10px;
line-height: 18px;
text-align: center;
vertical-align: middle;
width: 22px;
height: 22px;
vertical-align: middle;
background: #dfe4eb;
color: #fff;
border-radius: 3px;
margin-right: 0px;
padding: 3px;
}
.action .dropdown-menu li:last-child a {
border-bottom: none;
}
.action .dropdown-menu li a:hover {
background-color: #313091;
color: #fff;
}
.table-custom span {
font-size: 12px;
color: #444;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
white-space: normal;
line-height: 1.2;
transition: all 0.3s ease;
}
.table-custom span:hover {
-webkit-line-clamp: unset;
display: block;
overflow: visible;
}
.home-search-form .btn-link-default {
display: inline-block;
transition: all 0.5s ease-out 0s;
background: #f2812800 none repeat scroll 0 0;
font-size: 13px;
color: #313091;
font-weight: 500;
height: 38px;
line-height: 32px;
padding: 0px 7px;
border-radius: 4px;
text-transform: capitalize;
min-width: 35px;
text-align: center;
border: 1px solid #313091;
}
.btn-link-default:hover {
background: #313091;
box-shadow: 0px 1px 2px 0px #313091;
color: #fff;
}
.btn-link-default img {
width: 16px;
height: 16px;
}
.btn-link-default:hover img {
filter: invert(0) brightness(10.5);
}
.home-search-form .form-control {
margin-bottom: 12px;
outline: none !important;
}
.datepicker.datepicker-dropdown {
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.datepicker-days th, .datepicker-days td {
font-size: 14px;
padding: 6px;
}
.pagination {
padding: 0px;
margin: 0px 0;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
gap: 5px;
}
.pagination-setup {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 15px;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 0px 0;
border-radius: 4px;
}
.pagination-setup .pagination ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: auto;
padding: 0;
list-style: none;
margin: 0;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.pagination-setup .pagination ul li a {
margin: 0 3px;
padding: 6px 13px;
background-color: #ffffff;
color: #55555a;
display: block;
border-radius: 3px;
border: 1px solid #ccc;
display: flex;
align-items: center;
justify-content: center;
gap: 3px;
}
.current_page {
background-color: #2b2a8e !important;
color: #fff !important;
border: 1px solid #2b2a8e !important;
}
.pagination-setup .pagination ul li a > span {
display: inline-block !important;
overflow: hidden;
}
.add_btn {
position: relative;
background: none;
color: #313091;
border: 1px solid #313091;
font-size: 14px;
font-weight: 500;
border-radius: 4px;
cursor: pointer;
height: 38px;
width: auto;
min-width: 100px;
padding: 0 10px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.add_btn:hover {
background: #313091;
color: #fff;
}
.add_btn_box {
display: flex;
justify-content: flex-end;
align-items: center;
}
.add_btn_box .add_btn{
margin-left: 5px;
margin-bottom: 0px;
width: auto;
min-width: 40px;
}
.add_btn_box.add-btn-cus .add_btn {
border: 1px solid #FF5722;
color: #FF5722;
transition: all 0.3s ease;
}
.add_btn_box .add_btn img {
width: 20px;
height: 20px;
}
.add_btn_box.download-btn-cus .add_btn {
border: 1px solid #0d7611;
color: #0d7611;
transition: all 0.3s ease;
}

.add_btn_box.download-btn-cus .add_btn:hover {
border: 1px solid #0d7611;
color: #fff;
background-color: #0d7611;
}
.add_btn_box .add_btn:hover img {
filter: invert(0) brightness(10.5);
}
.add_btn_box.add-btn-cus .add_btn:hover {
border: 1px solid #FF5722;
color: #fff;
background-color: #FF5722;
}
.add_btn_box .add_btn:hover img {
filter: invert(0) brightness(10.5);
}


.fixed_right_box, .fixed_right_box2nd, .fixed_right_box3rd, .fixed_right_box4th, .fixed_right_box5th {
background: rgba(0, 0, 0, 0.1);
position: fixed;
top: 0px;
padding-top: 0px;
right: 0;
left: 0;
width: 100%;
height: 100%;
bottom: 0;
z-index: 9001;
-webkit-transform: translateX(102%);
-moz-transform: translateX(102%);
transform: translateX(102%);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.fixed_right_box.active, .fixed_right_box2nd.active, .fixed_right_box3rd.active, .fixed_right_box4th.active, .fixed_right_box5th.active {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
transform: translateX(0%);
}
.add_inner_box, .notify_inner_box {
background: #fff;
box-shadow: 0px 0px 3px 0px #aaa;
width: 570px;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
margin-right: 0;
margin-left: auto;
position: relative;
} 
.add_inner_box.attendance-view-modal-cus{
width: 1070px;
}
.add_inner_box.attendance-view-modal-cus .close_icon{
right: 1070px;
}
.edit_inner_box {
background: #fff;
box-shadow: 0px 0px 3px 0px #aaa;
width: 570px;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
margin-right: 0;
margin-left: auto;
position: relative;
}
.edit_inner_box .input-group {
border-left: none;
}
.optinal_inner_box {
background: #fff;
box-shadow: 0px 0px 3px 0px #aaa;
width: 720px;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
margin-right: 0;
margin-left: auto;
position: relative;
}
.optinal_inner_box .close_box{
right: 720px;
}
.optinal_inner_box .input-group {
border-left: none;
}
.followup_inner_box {
background: #fff;
box-shadow: 0px 0px 3px 0px #aaa;
width: 570px;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
margin-right: 0;
margin-left: auto;
position: relative;
}
.rttop_title {
margin-bottom: 25px;
position: relative;
}
.rttop_title h3 {
font-size: 16px;
font-weight: 500;
margin: 0px 0 8px;
text-transform: capitalize;
display: flex;
align-items: center;
}
.rttop_title h3 i {
padding-right: 10px;
font-size: 20px;
}
.panel-cus-title-cus i {
margin-right: 12px;
font-size: 18px;
background-color: #ddd;
padding: 8px 10px;
border-radius: 4px;
color: #FF5722;
}
.panel-cus-title-cus img{
margin-right: 10px;
font-size: 30px;
width: 30px;
height: 30px;
background: linear-gradient(138deg, #ffe8e2, #ffedcb);
padding: 5px;
border-radius: 4px;
color: #f27136;
}
.panel-cus-title-cus {
display: flex;
align-items: center;
margin: 0 -10px 25px;
}
.panel-cus-title-cus h3 {
margin: 0;
font-size: 20px;
font-weight: 500;
}
.rttop_title p {
font-size: 13px;
color: #777;
padding-bottom: 0;
line-height: normal;
}
.close_icon {
position: fixed;
top: 0;
right: 570px;
width: 30px;
height: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 18px;
color: #fff;
background: #ff1100;
z-index: 800;
}
.close_icon img{
width: 20px;
height: 20px;
}
.close_icon_custom {
right: 770px;
}
.close_icon:hover {
color: #fff;
background: #f27136;
}
.optinal_close_icon {
position: fixed;
top: 0;
right: 720px;
width: 30px;
height: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 18px;
color: #fff;
background: #ff1100;
z-index: 800;
}
.optinal_close_icon:hover {
color: #fff;
background: #f27136;
}  
.optinal_close_icon img{
width: 20px;
height: 20px;
}
.my_modal.modal {
overflow-x: hidden;
overflow-y: auto;
}
.my_modal .modal-dialog {
margin: 50px auto 20px;
/*--display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;--*/
}
.my_modal .modal-content {
width: 100%;
}
.my_modal .modal-header {
padding: 15px 15px;
justify-content: center;
}
.my_modal .modal-title {
text-transform: none;
margin-top: 5px;
font-size: 20px
}
.my_modal .modal-body {
padding: 5px 15px 15px;
}
.my_modal .modal-header .close {
position: absolute;
top: -8px;
right: -8px;
margin: 0;
text-shadow: none;
padding: 0 0 1px 1px;
width: 25px;
height: 25px;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
text-align: center;
font-size: 20px;
opacity: 1;
background-color: red;
color: #fff;
z-index: 111;
}
.my_modal .modal-header .close:hover {
opacity: 1;
}
.my_modal .modal-header .close span {
line-height: 22px;
font-size: 18px;
}
.modal-dialog {
width: 500px;
margin: 80px auto 0;
}
.modal-header {
padding: 15px 10px 0;
border-bottom: none;
}
.modal-header .close {
margin-top: -8px;
border: 1px solid #333;
border-radius: 50%;
padding: 2px 5px 0;
line-height: 18px;
color: #333;
opacity: 1;
font-size: 22px;
}
.modal-header .close:hover { 
border: 1px solid #f27136;
}
.pad_box3 {
padding: 20px;
}
.bt-loadmore {
min-width: 100px;
color: #fff;
background: #313091;
font-size: 14px;
font-weight: 600;
text-align: center;
}
.bt-link {
border: medium none;
display: inline-block;
height: 38px;
line-height: 38px;
padding: 0 30px;
text-transform: capitalize;
transition: all 0.5s ease-out 0s;
vertical-align: top;
overflow: hidden;
border-radius: 4px;
}
.calendar-control-monthyear-select-month {
display: flex;
align-items: center;
justify-content: end;
}
.calendar-control-monthyear-select-month .month-year-cus {
text-align: end;
font-size: 20px;
padding: 0;
margin-right: 10px;
flex: 2;
display: flex;
align-items: center;
justify-content: end;
gap: 6px;
}
.calendar-control-monthyear-select-month .year-change-arrow {
background-color: #ddd;
font-size: 16px;
padding: 0;
border-radius: 50px;
cursor: pointer;
height: 30px;
width: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.calendar-control-monthyear-select-month .year-change-arrow img {
width: 20px;
height: auto;
}
.calendar-control-monthyear-select-month .month-cus {
font-weight: 600;
margin-left: 0px;
display: inline-block;
}
.calendar-control-monthyear-select-month .year-cus {
font-weight: 600;
margin-left: 10px;
display: inline-block;
}
.calendar-control-monthyear-select-month .relative {
margin-right: 5px;
flex: 1;
}
.calendar-control-monthyear-select-month .form-control {
margin-bottom: 0;
}

#mothdays tr td {
height: 120px;
width: 14.142%;
}
#mothdays .today {
background-color: #313091;
color: #fff;
border-radius: 0;
}
.date-addevents-btn {
display: flex;
align-items: center;
justify-content: space-between;
}
.date-addevents-btn p {
padding: 0;
font-weight: 600;
font-size: 14px;
}
.my-profile {
background: #fff;
border: 1px solid #ddd;
border-radius: 4px;
position: relative;
}
.proflie-background-color {
background-image: url(../images/myprofile-bg.png);
background-size: cover;
background-position: center;
padding: 20px;
height: 100px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
position: relative; 
}
.proflie-background-color::before {
content: "";
background-color: rgb(0 0 0 / 20%);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.profile-user-details {
display: flex;
justify-content: flex-start;
align-items: center;
gap: 15px;
}
.profile-user-details .profile-image {
position: relative;
}
.profile-user-details img {
position: relative;
margin-top: -50px;
border-radius: 50%;
border: 2px solid #ececec;
width: 120px;
height: 120px;
object-fit: cover;
object-position: center;
}
.profile-user-details .profile-image svg {
position: absolute;
transform: translate(-50%, -50%);
top: 50%;
right: 0px;
margin-right: -19px;
cursor: pointer;
background: #eff3ff;
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
padding: 5px;
border-radius: 50%;
overflow: hidden;
color: #1E3A8A;
border: 1px solid #1E3A8A;
-webkit-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
}
.profile-base-details .user-profile-name {}
.profile-base-details .user-profile-name h3 {
font-size: 23px;
font-weight: 400;
color: #000;
}
.profile-base-details .user-profile-name p {
font-size: 12px;
color: #494949;
}
.profile-edit {
padding: 10px 0px;
text-align: end;
display: flex;
justify-content: right;
gap: 5px;
}
.profile-edit a {
border: 1px solid #ddd;
font-size: 17px;
display: flex;
justify-content: center;
align-items: center;
gap: 6px;
width: 40px;
height: 40px;
color: #000;
position: absolute;
top: 0;
background: #fff;
border-radius: 50%;
margin-top: 10px;
box-shadow: 3px 1px 6px 0px #ffffff00;
border: 1px solid #2b4180;
}
.profile-edit a svg {
color: #2b4180;
}
.about-profile {
padding-top: 25px;
}
.profile-details-content .table-striped > tbody > tr:nth-of-type(odd) > * {
background: #ffffff !important;
box-shadow: none;
}
.profile-details-content .table-striped > tbody > tr:nth-of-type(even) > * {
background: #ededff;
}
.file-name-icon {
display: flex;
align-items: center;
}
.file-name-icon .avatar.avatar-md {
width: 2rem;
height: 2rem;
line-height: 2rem;
font-size: 0.8rem;
}
.file-name-icon .employee-name-desination-table-cus {
margin-left: 5px;
}
.file-name-icon .employee-name-desination-table-cus h6 {
font-size: 13px;
font-weight: 400;
margin-bottom: 0;
text-transform: capitalize;
}
.file-name-icon .employee-name-desination-table-cus .desination {
font-size: 12px;
font-weight: 400;
color: #707070;
}
.view-attendance-btn-cus {
background-color: #FF5722;
height: 25px;
display: inline-flex;
width: 25px;
color: #fff;
align-items: center;
justify-content: center;
border-radius: 6px;
overflow: hidden;
}
.view-attendance-btn-cus svg{}
.view-tracking-details-btn-cus{
background-color: #ddd;
display: inline-flex;
height: 25px;
width: 25px;
padding: 3px;
color: #fff;
align-items: center;
justify-content: center;
border-radius: 6px;
overflow: hidden;
}
.view-tracking-details-btn-cus img{}

.present-dot {
background-color: #28a745; /* Green */
}
.absent-dot {
background-color: #dc3545; /* Red */
}
.holiday-dot {
background-color: #6f42c1; /* Purple */
}
.ot-dot {
background-color: #17a2b8; /* Teal */
}
.leave-dot {
background-color: #ffc107; /* Yellow */
}
.empty-day {
opacity: 0.3;
}
.calendar-day {
padding: 8px;
border-radius: 8px;
height: 90px;
transition: all 0.2s;
border: 1px solid #dee2e6;
position: relative;
cursor: pointer;
}
.calendar-day:hover {
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.present-day {
background-color: rgba(40, 167, 69, 0.1);
border-color: rgba(40, 167, 69, 0.3);
}
.absent-day {
background-color: rgba(220, 53, 69, 0.1);
border-color: rgba(220, 53, 69, 0.3);
}
.holiday-day {
background-color: rgba(111, 66, 193, 0.1);
border-color: rgba(111, 66, 193, 0.3);
}
.leave-day {
background-color: rgba(255, 193, 7, 0.1);
border-color: rgba(255, 193, 7, 0.3);
}
.day-number {
font-weight: bold;
font-size: 16px;
margin-bottom: 4px;
}
.day-status {
font-size: 11px;
color: #666;
margin-bottom: 4px;
}
.weekdays-header {
background-color: #f8f9fa;
border-radius: 8px;
}
.summary-card {
background-color: #f8f9fa;
}
.attendance-view-modal-cus .badge {
font-size: 10px;
padding: 2px 6px;
position: inherit;
border-radius: 4px;
border: none;
width: auto;
height: 20px;
}
.attendance-dot {
width: 8px;
height: 8px;
border-radius: 50%;
display: inline-block;
}
.notifications {
width: 100%;
max-width: 410px;
/* display: block; */
position: fixed;
top: 70px !important;
right: 0 !important;
bottom: 0px;
/* height: 100%; */
transition: transform 0.2s ease-out 0s;
-webkit-transition: transform 0.2s ease-out 0s;
overflow: hidden auto;
background: #fff;
z-index: 16;
box-shadow: 0px 1px 0px 1px #ddd;
}
.notifications .user-header {
background-color: #f9f9f9;
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 10px;
}
.notifications .user-header p {
padding: 0;
margin: 0;
}
.notificarion-close-btn span {
color: red;
cursor: pointer;
font-size: 18px;
}
.notificarion-close-btn span > img {
width: 18px;
height: 18px;
}
.notification-title-popup-main-cus {
padding: 10px 10px;
}
.notification-title-popup-main-cus .notification-title-popup-single-box {
box-shadow: 0 0 5px 1px #e7e7e7;
padding: 10px;
border-radius: 4px;
margin-bottom: 10px;
position: relative;
background-color: rgb(237 242 250 / 50%);
}
.notification-single-box-close-icon {
position: absolute;
right: 5px;
top: 3px;
color: red;
cursor: pointer;
}
.notification-single-box-close-icon img{
width: 16px;
height: 16px;
}
.notification-title-popup-single-box .notification-title {
font-size: 16px;
margin-bottom: 5px;
}
.notification-title-popup-single-box .desc-notification {
font-size: 12px;
line-height: 1.4;
}
.notification-title-popup-single-box .post-date-time-notification {
padding: 0;
font-size: 12px;
color: #555;
margin: 0;
}
.notification-title-popup-main-cus .view-all-notification-popup-btn {
text-align: center;
margin-top: 30px;
}
.notification-title-popup-main-cus .view-all-notification-popup-btn a {
background-color: #f28128;
color: #fff;
padding: 7px 15px;
border-radius: 4px;
transition: all 0.3s;
}
.upcoming-enq {
margin: 0px;
padding: 20px 30px;
}
.upcoming-enq p {
margin: 0;
padding: 10px 15px 10px;
border-radius: 4px;
text-align: center;
}
.upcoming-enq img {
background: #d8d8d800;
color: #eee;
height: 48px;
width: 48px;
text-align: center;
display: inline-block;
font-size: 21px;
line-height: 28px;
}
.upcoming-enq span {
font-size: 15px;
color: #999;
display: inline !important;
padding-left: 5px;
font-weight: 100;
overflow: hidden;
display: block;
}
.faq-cus-main .accordion-item {
border-radius: 10px;
border: 1px solid #cfcfcf;
background: rgba(247, 247, 251, .5);
margin-bottom: 15px;
position: relative;
}
.faq-cus-main .accordion-header {
margin-bottom: 0;
}
.faq-pg-cus-main .accordion-item {
border-radius: 6px;
}
.faq-pg-cus-main .accordion-button-cus {
position: relative;
height: 50px;
border-radius: 0px !important;
background: #fff0;
color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 1.2;
}
.faq-cus-main .accordion-button:focus {
z-index: 3;
border-color: none;
outline: 0;
box-shadow: none;
}
.faq-content {}
.faq-content p { }
.faq-cus-main .accordion-button-cus:after {
background-image: url(../images/plus.png) !important;
--bs-accordion-btn-icon-width: 0.9rem;
}
.accordion-button-cus:not(.collapsed)::after {
background-image: url(../images/minus.png) !important;
}
.artical-list-main-cus{
margin-top: 20px;
}
.artical-list-main-cus .title{}
.artical-list-main-cus .title h2{}
.artical-list-items-cus{
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 12px;
margin-top: 0px;
}
.artical-list-items-cus .artical-items-single{
display: flex;
align-items: center;
gap: 12px;
width: 32.3%;
margin-bottom: 0px;
background-color: #fff;
box-shadow: 0px 0px 3px 1px #e7e7e7;
padding: 15px;
border-radius: 4px;
transition: transform 0.2s ease;
}
.artical-list-items-cus .artical-items-single:hover {
transform: translateY(-4px);
}
.artical-list-items-cus .artical-items-single .icon{
height: 50px;
width: 50px;
/*background-color: rgb(237 28 36 / 50%);*/
display: flex;
align-items: center;
justify-content: center;
border-radius: 30px;
}
.artical-list-items-cus .artical-items-single .icon i{
font-size: 14px;
color: #ed1c24;
}
.artical-list-items-cus .artical-items-single .icon img{
height: 50px;
border-radius: 100%;
width: 50px;
}
.artical-list-items-cus .artical-items-single .artical-content{
width: 75%;
}
.artical-list-items-cus .artical-items-single .artical-content h2{
margin-bottom: 0;
font-size: 14px;
}
.artical-list-items-cus .artical-items-single .artical-content span{
color: #333;
margin-left: 5px;
}
.followup-next-followup-remark-single {
padding: 10px;
background-color: #fff;
border: 1px solid #ddd;
margin: 10px 0px 10px 10px;
border-radius: 4px;
position: relative;
width: 90%;
float: right;
}
.followup-next-followup-remark-single .left-side-border-with-icon {
position: absolute;
left: -40px;
top: 0;
z-index: 2;
color: #878787;
border-radius: 30px;
box-shadow: 0 0 1px 1px #a5a5a5;
height: 25px;
width: 25px;
display: flex;
align-items: center;
justify-content: center;
background-color: #f6f6f6;
}
.followup-next-followup-remark-single:after {
content: "";
position: absolute;
height: 150%;
width: 1px;
border-right: 2px solid #ddd;
top: 15px;
left: -28px;
}
.followup-next-followup-remark-single:last-child:after {
height: 100%;
top: 0px;
}


.tracking-details-status-map-main-cus{}
.tracking-details-status-map-main-cus .faq-content p {
font-size: 13px;
color: #FF5722;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 0;
}
.tracking-details-status-map-main-cus .faq-content .date {
color: #606060;
font-weight: 400;
font-size: 12px;
}
.tracking-details-status-map-main-cus .faq-pg-cus-main .accordion-button-cus.collapsed{
border-bottom: 1px solid #ff000000;
}
.tracking-details-status-map-main-cus .faq-pg-cus-main .accordion-button-cus{
border-bottom: 1px solid #cfcfcf;
padding: 0 10px;
}
.tracking-details-status-map-main-cus .faq-pg-cus-main .accordion-button-cus .title-accordion{
margin-bottom: 0;
color: #8f8b8b;
font-size: 12px;
display: inline-flex;
align-items: center;
gap: 8px;
width: 50%;
}
.tracking-details-status-map-main-cus .faq-pg-cus-main .accordion-button-cus .title-accordion p{
margin-bottom: 0;
color: #8f8b8b;
font-size: 12px;
display: inline-flex;
align-items: start;
flex-direction: column;
gap: 2px;
}
.tracking-details-status-map-main-cus .faq-pg-cus-main .accordion-button-cus .title-accordion .icon{
margin-right: 0px;
color: #FF5722;
font-size: 20px;
border: 1px solid #ddd;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
}
.tracking-details-status-map-main-cus .faq-pg-cus-main .accordion-button-cus .title-accordion .icon svg{
width: 22px;
height: 22px;

}
.tracking-details-status-map-main-cus .faq-pg-cus-main .accordion-button-cus .title-accordion .title{}
.tracking-details-status-map-main-cus .faq-pg-cus-main .accordion-button-cus .title-accordion .title p{
font-size: 14px;
}
.tracking-details-status-map-main-cus .faq-pg-cus-main .accordion-button-cus .title-accordion span{
font-size: 16px;
color: #000;
margin-left: 0px;
}
.tracking-details-status-map-main-cus .faq-cus-main .accordion-button-cus:after {
background-image: url(../images/angle-small-down.png) !important; 
--bs-accordion-btn-icon-width: 1.5rem;
display: none;
}
.tracking-details-status-map-main-cus .accordion-button-cus:not(.collapsed)::after {
background-image: url(../images/angle-small-up.png) !important;
transform: none;
}
.tracking-details-status-map-main-cus .accordion-button:not(.collapsed){
box-shadow: none;
}
.tracking-details-status-map-main-cus .faq-cus-main .accordion-button-cus .intransit-heading-btn{
text-align: end;
width: 50%;
margin-right: 0px;
}
.tracking-details-status-map-main-cus .faq-cus-main .accordion-button-cus .intransit-heading-btn span.shipped{
border: 1px solid green;
color: green;
padding: 3px 10px;
border-radius: 15px;
font-size: 12px;
}
.tracking-details-status-map-main-cus .faq-cus-main .accordion-button-cus .intransit-heading-btn span.intransit {
border: 1px solid #009688;
color: #009688;
padding: 3px 10px;
border-radius: 15px;
font-size: 12px;
}
.form-box {
border: solid 1px #ddd;
border-radius: 6px;
/* box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15); */
margin-bottom: 30px;
background: #fff;
position: relative;
}
.form-box iframe{
border-radius: 6px;
}
.add-events-popup-main-cus .donate-btn-header a {
border: 1px solid #f58220;
padding: 7px 30px;
border-radius: 4px;
background-color: #f58220;
color: #fff;
font-size: 16px;
font-weight: 500;
cursor: pointer;
display: inline-block;
-webkit-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.add-events-popup-main-cus .donate-btn-header a:hover {
border: 1px solid #000000;
background-color: #000bff00;
color: #000;
}
.calendar-events-main {
width: 100%;
}
.calendar-events-main .calendar-events-single {
background-color: #0b8043;
border-radius: 4px;
margin-top: 5px;
cursor: pointer;
width: 100%;
overflow: hidden;
height: 16px;
line-height: 16px;
}
.calendar-events-main .calendar-events-single span {
color: #fff;
font-size: 12px;
padding: 0 10px;
font-weight: 700;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: flex;
overflow: hidden;
}
.added-event-text-icon .icon svg {
font-size: 16px;
width: 16px;
height: 16px;
color: #a1a1a1;
}

.added-event-text-icon:first-child .icon svg {
color: #009948;
margin-top: 0px;
}
.added-event-text-icon:nth-child(2) .icon svg {
margin-top: 5px;
}
.added-event-text-icon p {
font-size: 12px;
}
.added-event-text-icon .icon svg {
font-size: 16px;
color: #a1a1a1;
} 
.added-event-main-popup {
padding: 0 40px;
}
.added-event-text-icon {
display: flex;
align-items: flex-start;
margin-bottom: 10px;
flex-direction: column;
gap: 6px;
}
.common-setting-main-boxes-cus {}
.common-setting-main-boxes-cus .card {
box-shadow: 0px 0px 5px 0px #f0f0f0;
border: 1px solid #f0f0f0;
margin-top: 0;
margin-bottom: 12px;
position: relative;
background: -webkit-gradient(linear, left top, right top, from(#ffbf96), to(#ff872d));
background: linear-gradient(90deg, #e3e3e3, #80a9d5);
padding: 24px 16px;
gap: 24px;
}
.common-setting-main-boxes-cus.today_card .card-statistic {
padding: 0px;
display: flex;
justify-content: flex-start;
align-items: center;
gap: 6px;
}
.common-setting-main-boxes-cus.today_card .setting-card-title{
width: 80%;
}
.common-setting-main-boxes-cus .link_txt {
position: relative;
text-align: start;
padding: 0;
font-size: 11px;
display: inline-flex;
background: rgb(0 0 0 / 0%);
background: #fff;
padding: 4px 16px 4px 8px;
border-radius: 6px;
width: 100%;
max-width: 65%;
}

.common-setting-main-boxes-cus.today_card .card-title {
font-size: 16px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
color: #333;
font-weight: 500;
}
.today_card.common-setting-main-boxes-cus .card .card-statistic .card-icon {
right: 10px;
top: 28px;
padding: 10px;
background: #fff;
border: 1px solid #bfbcbc;
height: 55px;
max-width: 55px;
width: 55px;
border-radius: 50% 20% / 10% 40%;
position: absolute;
}
.common-setting-main-boxes-cus .link_txt a {
color: #000;
cursor: pointer;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.common-setting-main-boxes-cus .link_txt span{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: auto;
color: #555;
}
.common-setting-main-boxes-cus .link_txt img{
padding-left: 5px;
width: 18px;
height: auto;
}
.common-setting-main-boxes-cus .card-img-absolute{
position: absolute;
top: 0;
right: 0;
height: 100%;
}
.bt-style1 {
box-shadow: 0 1px 2px 0px #eee;
border: 1px solid #eee;
background: #fff;
border-radius: 4px;
}
.page-title {
font-size: 20px;
margin: 0 0 24px;
color: #333;
font-weight: 500;
line-height: normal;
text-transform: none;
}


.fee-overview-box-main-cus .fee-overvew-single-box{
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px;
border: 1px solid #d9d9d9;
border-radius: 4px;
margin-bottom: 12px;
width: 100%;
background-color: #fff;
overflow: hidden;
position: relative;
}
.fee-overview-box-main-cus .fee-overvew-single-box .title-number-desc {
width: 100%;
}
.fee-overview-box-main-cus .fee-overvew-single-box .title-number-desc .title {
margin: 0;
text-transform: none;
font-size: 30px;
font-weight: 600;
}
.fee-overview-box-main-cus .fee-overvew-single-box .title-number-desc .title h2 {
font-size: 14px;
font-weight: 500;
margin: 0 0 12px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
.fee-overview-box-main-cus .fee-overvew-single-box .title-number-desc .number {
}
.fee-overview-box-main-cus .fee-overvew-single-box .title-number-desc .number h3 {
font-size: 22px;
font-weight: 500;
}
.fee-overvew-single-box .title-number-desc .number h3 > img {
width: 18px;
height: 18px;
}
.fee-overview-box-main-cus .fee-overvew-single-box .title-number-desc .desc {
display: flex;
align-items: center;
gap: 10px;
margin-top: 16px;
}
.fee-overview-box-main-cus .fee-overvew-single-box .title-number-desc .desc img {
width: 18px;
height: 18px;
}
.fee-overview-box-main-cus .fee-overvew-single-box .title-number-desc .desc h4 {
font-size: 12px;
font-weight: 400;
margin: 0;
}
.fee-overview-box-main-cus .fee-overvew-single-box .icon {
background-color: #edf2fa;
height: 40px;
width: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 4px;
position: absolute;
right: 10px;
}
.fee-overview-box-main-cus .fee-overvew-single-box .icon img {
width: 22px;
height: 22px;
}



.dashboard-boxes-with-graph-main-cus{
display: flex;
align-items: flex-start;
gap: 12px;
}
.dashboard-boxes-with-graph-main-cus .boxes-dashboard-main-cus{
width: 50%;
display: flex;
flex-wrap: wrap;
gap: 12px;
}
.dashboard-boxes-with-graph-main-cus .boxes-dashboard-main-cus .fee-overvew-single-box{
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px;
border: 1px solid #d9d9d9;
border-radius: 4px;
margin-bottom: 0px;
width: 48.9%;
background-color: #fff;
overflow: hidden;
position: relative;
}
.dashboard-boxes-with-graph-main-cus .boxes-dashboard-main-cus .fee-overvew-single-box .title-number-desc {
width: 100%;
}
.dashboard-boxes-with-graph-main-cus .boxes-dashboard-main-cus .fee-overvew-single-box .title-number-desc .title {
margin: 0;
text-transform: none;
font-size: 30px;
font-weight: 600;
}
.dashboard-boxes-with-graph-main-cus .boxes-dashboard-main-cus .fee-overvew-single-box .title-number-desc .title h2 {
font-size: 14px;
font-weight: 500;
margin: 0 0 12px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
.dashboard-boxes-with-graph-main-cus .boxes-dashboard-main-cus .fee-overvew-single-box .title-number-desc .number {
}
.dashboard-boxes-with-graph-main-cus .boxes-dashboard-main-cus .fee-overvew-single-box .title-number-desc .number h3 {
font-size: 22px;
font-weight: 500;
}
.dashboard-boxes-with-graph-main-cus .boxes-dashboard-main-cus .fee-overvew-single-box .title-number-desc .desc {
display: flex;
align-items: center;
gap: 10px;
margin-top: 22px;
}
.dashboard-boxes-with-graph-main-cus .boxes-dashboard-main-cus .fee-overvew-single-box .title-number-desc .desc img {
width: 18px;
height: 18px;
}
.dashboard-boxes-with-graph-main-cus .boxes-dashboard-main-cus .fee-overvew-single-box .title-number-desc .desc h4 {
font-size: 12px;
font-weight: 400;
margin: 0;
}
.dashboard-boxes-with-graph-main-cus .boxes-dashboard-main-cus .fee-overvew-single-box .icon {
background-color: #edf2fa;
height: 40px;
width: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 4px;
position: absolute;
right: 10px;
}
.dashboard-boxes-with-graph-main-cus .fee-overvew-single-box .icon img {
width: 22px;
height: 22px;
}
.dashboard-boxes-with-graph-main-cus .dashboard-attendance-graph-box-cus{
width: 50%;
padding: 10px;
border: 1px solid #d9d9d9;
border-radius: 4px;
background-color: #fff;
}
.sub-btn1 {
cursor: pointer;
background: #f27136 none repeat scroll 0 0;
font-size: 14px;
font-weight: 500;
color: #fff;
border: none;
height: 35px;
margin: 5px;
line-height: 34px;
padding: 0px 10px;
border-radius: 4px;
text-transform: capitalize;
display: inline-block;
min-width: 100px;
text-align: center;
}
.sub-btn1:hover {
background: #313091;
color: #fff;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.logot-content-center {
display: flex;
align-items: center;
justify-content: center;
}
.logout-form-erp {
position: relative;
margin-top: 0%;
width: 100%;
background: #fff;
/* box-shadow: 0 17px 50px 0 rgba(11, 20, 26, .19), 0 12px 15px 0 rgba(11, 20, 26, .24); */
border-radius: 10px;
padding: 30px 30px;
/* min-height: 440px; */
min-height: auto;
}
.backtologin {
margin-top: 15px;
}
.backtologin a {
border: 1px dashed #ddd;
padding: 5px 10px;
}
.backtologin a:hover {
background-color: #102a83;
color: #fff;
}
.logout-dash-setting-btn-center {
background: #fff;
background-repeat: no-repeat;
background-size: cover;
display: flex;
align-items: center;
min-height: 100%;
padding-top: 5px;
padding-bottom: 5px;
width: 100%;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
}
.content-image-logout-dashboard {
display: flex;
align-items: center;
justify-content: center;
}
.logout-dashboard-content {
width: 50%;
}
.logout-dashboard-content h2 {
font-size: 36px;
margin-bottom: 10px;
color: #FF5722;
}
.logout-dashboard-content p {
font-size: 14px;
margin-bottom: 20px;
line-height: 1.4;
}
.logout-dashboard-content a {
background-color: #FF5722;
color: #fff;
padding: 12px 30px;
display: inline-block;
border-radius: 6px;
font-size: 14px;
font-weight: 700;
border: 2px solid #FF5722;
}
.logout-dashboard-content a:hover {
background-color: #fb3c00;
color: #ffffff;
border-color: #fb3c00;
}
.logout-dashboard-image {
width: 50%;
}
.logout-dashboard-image img {
width: 100%;
height: auto;
}
.relative{
position: relative;
}
.errMsg{
position: absolute;
bottom: -14px;
font-size: 11px;
left: 0;
}
.bt-style1 {
box-shadow: 0 1px 2px 0px #eee;
border: 1px solid #eee;
background: #fff;
border-radius: 4px;
}
.all-profile-details-main {
position: relative;
}
.all-profile-details-main .profile-img {
background-color: #2b2a8e24;
padding: 20px 0 0;
border-radius: 4px;
margin-bottom: 70px;
position: relative;
height: 120px;
}
.all-profile-details-main .profile-img img {
width: 250px;
height: 150px;
display: block;
border: 2px solid #edf2fa;
position: absolute;
transform: translate(-50%, -50%);
top: 80%;
left: 50%;
border-radius: 8px;
object-fit: contain;
object-position: center;
background-color: #edf2fa;
}
.all-profile-details-main .profile-details-all-content {
box-shadow: 0 1px 2px 0px #eee;
border-top: 1px solid #eee;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
background: #fff;
display: flex;
align-items: center;
justify-content: flex-start;
overflow: hidden;
transition: all 0.5s ease-out 0s;
}
.all-profile-details-main .profile-details-all-content:nth-child(odd) {
background-color: #edf2fa;
color: #fff;
}
.all-profile-details-main .profile-details-all-content .heading-profile-details {
width: 50%;
padding: 7px 10px;
}
.all-profile-details-main .profile-details-all-content .heading-profile-details h2 {
font-size: 14px;
font-weight: 500;
color: #333;
margin-bottom: 0;
}
.all-profile-details-main .profile-details-all-content .data-profile-details {
padding: 7px 10px;
width: 50%;
border-left: 1px solid #eee;
}
.all-profile-details-main .profile-details-all-content .data-profile-details h2 {
font-size: 14px;
font-weight: 500;
color: #333;
margin-bottom: 0;
}

.inner-dashboxes-cus{}
.inner-dashboxes-cus .card{
box-shadow: none;
padding: 10px;
display: flex;
flex-direction: initial;
align-items: center;
gap: 6px;
margin-bottom: 12px;
}
.inner-dashboxes-cus .card-icon{}
.inner-dashboxes-cus .card-icon i{
font-size: 40px;
color: #2b2a8e;
}
.inner-dashboxes-cus .card-icon img{
width: 40px;
height: 40px;
}
.inner-dashboxes-cus .innerpg-box-title-data-cus{
width: 80%;
}
.inner-dashboxes-cus .innerpg-box-title-data-cus .card-title{
font-size: 14px;
margin-bottom: 0;
color: #555;
font-weight: 500;
}
.inner-dashboxes-cus .innerpg-box-title-data-cus .data{
font-size: 20px;
color: #ff5722;
margin-bottom: 0;
} 
.inner-dashboxes-cus .close-icon {
font-size: 18px;
color: #ff0000;
position: absolute;
right: -5px;
top: -5px;
cursor: pointer;
height: auto;
opacity: 1;
background-color: #fff;
border-radius: 100%;
}
.inner-dashboxes-cus a{
cursor: pointer;
}
.inner-dashboxes-cus .close-icon {
font-size: 18px;
color: #ff0000;
position: absolute;
right: -5px;
top: -5px;
cursor: pointer;
height: auto;
opacity: 1;
background-color: #fff;
border-radius: 100%;
}
.inner-dashboxes-cus .close-icon img{
width: 18px;
height: 18px;
}
.graph-section-dashboard-main{
margin-top: 24px;
}

.pointers {
cursor: pointer;
}
/* FEATURES*/
.create-user-select-check {
display: flex;
align-items: center;
justify-content: start;
width: 100%;
margin-bottom: 12px;
}
.create-user-select-check label {
color: #313091;
}
.create-user-select-check.sub-permission {
margin-left: 20px;
}
.create-user-select-check.sub-permission label {
color: #FF5722;
}
.create-user-select-check span {
font-size: 16px;
font-weight: 500;
}
.create-user-select-check input {
width: 4%;
margin: 0;
padding: 0; 
}
.category-view-edit-ect-create-user {
display: flex;
align-items: center;
justify-content: start;
width: 100%;
margin-bottom: 15px;
margin-left: 22px;
}
.create-user-check-items {
display: flex;
align-items: center;
justify-content: start;
width: 90px;
}
.create-user-check-items input {
width: 25%;
margin: 0;
}
.imgload-box {
color: #000 !important;
}
.imgload-box a {
background: #0000 !important;
}

.imgload-file input {
position: absolute;
top: 1px;
left: 26%;
opacity: 0;
width: 48%;
}

.imgload-box {
box-shadow: 0px 0px 1px 0px #aaa;
padding-top: 24px;
margin: 0;
}
.imgload-icon {
display: inline-block;
background: #eee;
border-radius: 50%;
width: 60px;
height: 60px;
line-height: 60px;
margin-bottom: 15px;
}
.imgload-icon img {
width: 38px;
}
.imgload-file {
position: relative;
padding-bottom: 30px;
}
.imgload-file .btn-img-upload {
background: #FF5722 none repeat scroll 0 0;
border: medium none;
border-radius: 2px;
color: #fff;
font-size: 15px;
padding: 10px 30px;
display: inline-block;
transition: all 0.5s ease-out 0s;
}
.imgload-box {
color: #000 !important;
}
.imgload-box a {
background: #0000 !important;
}
.dual-product-img-cus {
margin: 0 !important; 
}
.imgload-file input {
position: absolute;
top: 1px;
left: 26%;
opacity: 0;
width: 48%;
}
.stmardtls {
display: block !important;
line-height: 40px !important;
text-align: center;
}
.stmardtls img{
width: 30px;
height: 30px;
object-fit: contain;
object-position: center;
}
.img-view{
border: 1px solid #ddd;
border-radius: 4px;
background-color: #ddd;
}
.img-view img {
width: 40px;
height: 40px;
object-fit: contain;
object-position: center;
}
.no-image-found-condition-img-cus{}
.no-image-found-condition-img-cus img{
width: 30px;
height: 30px;
object-fit: contain;
object-position: center;
}
.table-data-cus-height-inner-data-design{
height: 80px;
overflow-x: hidden;
overflow-y: auto;
padding: 8px 0 8px 8px;
}
.table-data-cus-height-inner-data-design span{
display: block;
}
.icon-product-name-total-product{
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 6px;
border: 1px solid #ddd;
padding: 3px 3px;
border-radius: 4px;
background-color: #fff;
}
.icon-product-name-total-product .icon{
background-color: rgb(49 48 145 / 30%);
height: 25px;
width: 25px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
}
.icon-product-name-total-product:last-child{
margin-bottom:0; 
}
.icon-product-name-total-product .icon svg{
color: #313091;
}
.icon-product-name-total-product .product-name{}
.icon-product-name-total-product .total-product-items{
background-color: rgb(49 48 145 / 30%);
height: 25px;
width: auto;
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
border-radius: 4px;
padding: 0 6px;
color: #313091;
}



@media( max-width:767px){
.mobile-menu-footer {
float: none;
display: flex;
align-items: center;
justify-content: space-between;
position: fixed;
left: 0;
right: 0;
bottom: 0;
background: #fff;
border-top: 1px solid #ddd;
padding: 0px 0px;
box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
z-index: 99999;
height: 65px;
}
.menu-icon-mobile {
/*margin-right: 135px;*/
flex: 1;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.menu-icon-mobile a {
color: #555;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
text-align: center;
text-decoration: none;
color: inherit;
flex-direction: column;
gap: 3px;
position: inherit;
}
.menu-icon-mobile i {
font-size: 18px;
color: #f27136;
}
.menu-icon-mobile img {
width: 20px;
color: #f27136;
}
.menu-icon-mobile p {
font-size: 12px;
padding-bottom: 0;
line-height: 1;
margin-bottom: 0;
}
.menu-icon-mobile .hide-menu i {
color: red;
}
.login-form-erp .login-box-right-cus{
display: none;
}
.login-form-erp .login-box-left-cus {
width: 100%;
border-right: 2px solid #f1f1f1;
padding: 24px 24px;
}
.page-wrapper {
margin-left: 0px;
}
.sidebar_menu_box { 
z-index: 9999;
-webkit-transform: translateX(-110%);
transform: translateX(-110%);
}
.menu-active .side-menu {
width: 60%;
margin-left: 0px;
}
.menu-active .sidebar_menu_box {
/* display: block !important; */
transform: translateX(0%);
-webkit-transform: translateX(0%);
}
.menu-active .page-wrapper {
margin-left: 0rem;
}
.add_inner_box, .notify_inner_box {
background: #fff;
box-shadow: 0px 0px 3px 0px #aaa;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
margin-right: 0;
margin-left: auto;
position: relative;
}
.close_icon {
position: fixed;
top: 10px;
right: 10px;
width: 30px;
height: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 18px;
color: #fff;
background: #ff1100;
z-index: 800;
}
.header .header-left {
display: inline-flex;
width: 140px;
}
.user-menu {
padding-left: 15px;
padding-right: 15px;
position: relative;
height: 100%;
display: inline-flex;
align-items: center;
justify-content: flex-end;
width: 60%;
color: #fff;
}
.menu-active .logo-icon {
display: none;
}
.menu-active .header .header-left .logo {
display: block;
}
.menu-active .sidebar-menu > ul > li > a span {
display: block;
}
.menu-active .sidebar-menu > ul > li > a {
padding: 6px 5px 6px 6px;
justify-content: start;
}
.dashboard-boxes-with-graph-main-cus {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
gap: 12px;
}
.dashboard-boxes-with-graph-main-cus .boxes-dashboard-main-cus {
width: 100%;
display: flex;
flex-wrap: wrap;
gap: 12px;
}
.dashboard-boxes-with-graph-main-cus .dashboard-attendance-graph-box-cus {
width: 100%;
padding: 10px;
border: 1px solid #d9d9d9;
border-radius: 4px;
background-color: #fff;
}
.dashboard-boxes-with-graph-main-cus .boxes-dashboard-main-cus .fee-overvew-single-box {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px;
border: 1px solid #d9d9d9;
border-radius: 4px;
margin-bottom: 0px;
width: 100%;
background-color: #fff;
overflow: hidden;
}
.home-search-form .btn-link-default{
margin-bottom: 12px;
}
.add_inner_box.attendance-view-modal-cus {
width: 100%;
}
.add_inner_box.attendance-view-modal-cus .close_icon {
right: 10px;
}
label {
display: inline-block;
overflow: hidden;
width: 100%;
height: 15px;
margin-bottom: 0;
text-overflow: ellipsis;
white-space: nowrap;
}
.fixed_right_box, .fixed_right_box2nd, .fixed_right_box3rd, .fixed_right_box4th, .fixed_right_box5th{
width: 100%;
height: 91%;
}
.common-setting-main-boxes-cus.today_card .card-statistic {
padding: 0px;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
gap: 6px;
}
.today_card.common-setting-main-boxes-cus .card .card-statistic .card-icon{
position: inherit;
}
.common-setting-main-boxes-cus.today_card .card-title {
font-size: 14px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
color: #333;
font-weight: 500;
z-index: 999;
}
.common-setting-main-boxes-cus .link_txt {
position: relative;
text-align: start;
padding: 0;
font-size: 11px;
display: inline-flex;
background: rgb(0 0 0 / 0%);
background: #fff;
padding: 4px 16px 4px 8px;
border-radius: 6px;
width: 100%;
max-width: 100%;
}
.all-profile-details-main .profile-details-all-content .heading-profile-details h2 {
font-size: 12px;
font-weight: 500;
color: #333;
margin-bottom: 0;
}
.all-profile-details-main .profile-details-all-content .data-profile-details h2 {
font-size: 12px;
font-weight: 500;
color: #333;
margin-bottom: 0;
}
.tracking-details-status-map-main-cus .faq-pg-cus-main .accordion-button-cus .title-accordion {
margin-bottom: 0;
color: #8f8b8b;
font-size: 12px;
display: inline-flex;
align-items: center;
gap: 8px;
width: 65%;
}
.tracking-details-status-map-main-cus .faq-cus-main .accordion-button-cus .intransit-heading-btn {
text-align: end;
width: 35%;
margin-right: 0px;
}
.sidebar_menu_box #sidebar-profile-picture .picture{
margin-bottom: 0;
}
.sidebar_menu_box.activesidemenu #sidebar-profile-picture .picture .image-container, .sidebar_menu_box.activesidemenu #sidebar-profile-picture .picture .image-container img {
height: 60px;
width: 60px;
border: none;
}
.notification-title-popup-main-cus .notification-title-popup-single-box {
box-shadow: 0 0 5px 1px #e7e7e7;
padding: 10px;
border-radius: 4px;
margin-bottom: 10px;
position: relative;
background-color: rgb(237 242 250 / 50%);
color: #333;
}
.fee-overview-box-main-cus .fee-overvew-single-box:first-child{
margin-top: 12px;
}
.inner-dashboxes-cus .innerpg-box-title-data-cus .card-title {
font-size: 12px;
margin-bottom: 0;
color: #555;
font-weight: 500;
}
.inner-dashboxes-cus .innerpg-box-title-data-cus .data {
font-size: 18px;
color: #ff5722;
margin-bottom: 0;
}
.inner-dashboxes-cus .card-icon img {
width: 32px;
height: 32px;
}
.common-setting-main-boxes-cus .card{
gap: 12px;
}
.dual-product-img-cus {
margin: 0 !important;
min-width: 100px;
}
.category-view-edit-ect-create-user {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: start;
width: 100%;
margin-bottom: 15px;
margin-left: 22px;
gap: 6px;
}
.create-user-select-check{
display: flex;
align-items: center;
justify-content: start;
width: 100%;
margin-bottom: 12px;
gap: 6px;
}



}