body {
  font-family: "Mukta";
  color: #000;
}

.container-fluid {
  width: 95%;
  margin: 0px auto;
}

code {
  color: red;
}

.table {
  background-color: #f7f7f7 !important;
  color: #000;
}

label {
  font-weight: 600;
}

.card-header {
  border-width: 1px;
}

.card-header h4 {
  margin: 0px;
  color: #1e007e;
}

.card-header h4 svg {
  margin-right: 10px;
}

.action_wrapper a i {
  font-size: 18px;
  margin-right: 5px;
}

.action_wrapper a svg {
  font-size: 18px;
  margin-right: 5px;
}

.app-menu .menu > .menu-item:first-of-type > .menu-link {
  padding-left: 15px !important;
}

.icon_btn button svg {
  margin-right: 6px;
}

.icon_btn button i {
  margin-right: 6px;
}

.doc_btn_flx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.doc_btn_flx .doc_btn i {
  margin-right: 6px;
}

.doc_btn_flx .doc_btn svg {
  margin-right: 6px;
}

.inner_body {
  box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
}

.inner_card {
  box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.09);
}

.footer {
  height: auto;
  background-color: #1e007e;
  color: #fff;
}

.table thead {
  background-color: #1e007e !important;
  color: #fff;
}

.table td {
  vertical-align: middle;
}

.add_flx h4 {
  margin: 0px;
  color: #1e007e;
  display: flex;
  align-items: center;
}

.add_flx h4 a {
  padding: 0px;
  font-size: 20px;
  line-height: 1;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #08c;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.38);
  border: 1px solid #ddd;
  margin-left: 27px;
  font-weight: 600;
}

.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-input__label {
  padding: 0px;
  height: 25px;
  width: 25px;
  background: #08c;
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 18px;
  left: -19px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 14px;
}

.file-input__label svg {
  margin-left: 5px;
  font-size: 12px;
  position: relative;
  left: -2px;
}

input {
  background: #fff;
  color: #6e6e6e;
  line-height: 1.5;
  font-size: 13px;
  border-radius: 0.375rem;
  border: 1px solid #ddd;
  padding: 0;
}

select {
  background: #fff;
  color: #6e6e6e;
  line-height: 1.5;
  font-size: 13px;
  border-radius: 0.375rem;
  border: 1px solid #ddd;
  width: 100%;
  box-shadow: none;
  padding: 10px 15px;
}

.background-video {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.background-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: linear-gradient(to bottom, rgba(26, 86, 161, 0.6), rgba(31, 59, 102, 0.6));
  z-index: 1; */
}

.module_container {
  padding: 10px 0px;
  position: relative;
  height: 93vh;
}

.module_container:before {
  content: "";
  background-image: linear-gradient(to bottom, rgba(26, 86, 161, 0.6), rgba(31, 59, 102, 0.6));
  /* background-image: linear-gradient(to bottom, rgba(26, 86, 161, 0.6), rgba(31, 59, 102, 0.6)), url(../images/back_img.jpg); */
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.module_container .module_wrapper {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-size: cover;
  z-index: -1;
}

.module_container.background-video {
  position: relative;
  overflow: hidden;
}

.module_container.background-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.module_container .module_wrapper .upper_bar {
  background-color: #1e007e;
  position: relative;
}

.module_container .module_wrapper .upper_bar .bar_flx .backimg_bar {
  background-color: #1e007e;
  position: relative;
}

.module_container .module_wrapper .upper_bar .bar_flx .backimg_bar img {
  width: 100%;
  height: 100px;
  opacity: 0.2;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.module_container .module_wrapper .upper_bar .bar_flx .backimg_bar .img_title {
  position: absolute;
  top: 96%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.module_container .module_wrapper .upper_bar .bar_flx .backimg_bar .img_title h4 {
  display: inline-block;
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  padding: 25px 45px;
  color: #08c;
  font-size: 24px;
  font-weight: 600;
}

.module_container .module_wrapper .mod_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.module_container .module_wrapper .mod_flex .mod_wrap {
  width: 33.3%;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 60px;
  border-top-right-radius: 60px;
  background-color: #fff;
  height: 100px;
  position: relative;
  border-right: 15px solid #04bcbf;
}

.module_container .module_wrapper .mod_flex .mod_wrap:nth-child(2) {
  border-color: #6c757d;
}

.module_container .module_wrapper .mod_flex .mod_wrap:nth-child(2) .number_txt {
  background-color: #6c757d;
}

.module_container .module_wrapper .mod_flex .mod_wrap:nth-child(2) .icon_mod {
  background: #6c757d;
}

.module_container .module_wrapper .mod_flex .mod_wrap:nth-child(3) {
  border-color: #f1556c;
}

.module_container .module_wrapper .mod_flex .mod_wrap:nth-child(3) .number_txt {
  background-color: #f1556c;
}

.module_container .module_wrapper .mod_flex .mod_wrap:nth-child(3) .icon_mod {
  background: #f1556c;
}

.module_container .module_wrapper .mod_flex .mod_wrap:nth-child(4) {
  border-color: #f6b84c;
}

.module_container .module_wrapper .mod_flex .mod_wrap:nth-child(4) .number_txt {
  background-color: #f6b84c;
}

.module_container .module_wrapper .mod_flex .mod_wrap:nth-child(4) .icon_mod {
  background: #f6b84c;
}

.module_container .module_wrapper .mod_flex .mod_wrap:nth-child(5) {
  border-color: #44bfe4;
}

.module_container .module_wrapper .mod_flex .mod_wrap:nth-child(5) .number_txt {
  background-color: #44bfe4;
}

.module_container .module_wrapper .mod_flex .mod_wrap:nth-child(5) .icon_mod {
  background: #44bfe4;
}

.module_container .module_wrapper .mod_flex .mod_wrap .icon_mod {
  position: absolute;
  top: 25px;
  left: 73px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #04bcbf;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}

.module_container .module_wrapper .mod_flex .mod_wrap .icon_mod img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.module_container .module_wrapper .mod_flex .mod_wrap .icon_mod i {
  color: #fff;
}

.module_container .module_wrapper .mod_flex .mod_wrap .icon_mod svg {
  color: #fff;
  font-size: 24px;
}

.module_container .module_wrapper .mod_flex .mod_wrap a {
  display: flex;
  height: 100px;
}

.module_container .module_wrapper .mod_flex .mod_wrap a .number_txt {
  width: 28%;
  background: #04bcbf;
  border-bottom-left-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding-right: 13px;
}

.module_container .module_wrapper .mod_flex .mod_wrap a .number_txt h4 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.module_container .module_wrapper .mod_flex .mod_wrap a .mod_txt {
  width: 72%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 28px;
}

.logo-box a img {
  width: 30px;
  height: auto !important;
}

.main_title {
  margin-top: 30px;
  margin-bottom: 15px;
}

.main_title span {
  margin-right: 10px;
}

.main_title h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #08c;
}

.total_call .card_title {
  margin: 0px -24px;
}

.total_call .card_title span {
  margin-right: 10px;
}

.total_call .card_title h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  padding-left: 24px;
  font-size: 15px;
  border-radius: 10px;
  color: #3707bb;
}

.total_call .call_p {
  margin: 0px;
  background: #1e007e 5;
  padding: 15px;
  border-radius: 10px;
}

.total_call .call_p li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.total_call .call_p li:nth-last-child(1) {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: none;
}

.total_call .call_p li span {
  color: #1e007e;
  font-weight: 600;
}

.call_status .date_picker .form-group {
  width: 30%;
}

.call_status .date_picker .form-group input {
  width: 100%;
}

.call_status .date_picker .dropdown {
  width: 30%;
}

.call_status .date_picker .dropdown button {
  padding: 0px 7px;
  border-radius: 0px;
  font-size: 13px;
  color: #3707bb;
}

.call_p::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(245, 245, 245, 0.2392156863);
}

.call_p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ddd;
  border-radius: 10px;
}

.call_p::-webkit-scrollbar-thumb {
  background-color: #08c;
  border-radius: 10px;
}

.call_p::-webkit-scrollbar-corner {
  background-color: rgba(245, 245, 245, 0.2392156863);
}

.profile_container .page-title-box {
  padding: 0px 15px;
}

.profile_container .page-title-box .page-title {
  font-weight: 600;
}

.profile_container .page-title-box .app-search form input {
  border: 1px solid #ddd;
}

.profile_container .nav-tabs {
  border-bottom: none !important;
}

.profile_container .tab-content {
  padding: 15px;
}

.adharbhut_details {
  margin-top: 30px;
}

.adharbhut_details .h_card {
  height: 285px;
}

.adharbhut_details .table-responsive {
  overflow-x: scroll;
  padding-bottom: 15px;
}

.adharbhut_details .table-responsive .table {
  width: 1400px;
}

.adharbhut_details .table_row {
  margin: 0px;
}

.adharbhut_details .table_row .card {
  padding-bottom: 15px;
}

.document_tab_container .drop_arrow {
  margin-left: 5px;
}

.document_tab_container .modal-body h5 {
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #3707bb;
}

.document_tab_container .modal-body form input {
  background: #fff;
  color: #6e6e6e;
  line-height: 1.5;
  font-size: 13px;
  height: 100%;
  border-radius: 0.375rem;
  border: 1px solid #ddd;
  width: 100%;
  padding: 10px 15px;
}

.document_tab_container .modal-body form select {
  background: #fff;
  color: #6e6e6e;
  line-height: 1.5;
  font-size: 13px;
  height: 100%;
  border-radius: 0.375rem;
  border: 1px solid #ddd;
  width: 100%;
  box-shadow: none;
  padding: 10px 15px;
}

.document_tab_container .modal-footer button svg {
  margin-right: 8px;
}

.kharid_tab form {
  margin-top: 30px;
}

.tb_responsive {
  overflow-x: scroll;
  padding-bottom: 15px;
}

.tb_responsive .table {
  width: 1400px;
}

.radio_check .form-check-input {
  border-radius: 50%;
  display: block;
  padding: 0px;
}

.radio_check .text_box {
  height: 100px;
}

.auth-fluid .form-check input {
  width: 15px;
  padding: 0px;
}

.auth-fluid .logo img {
  width: 100px;
}

.auth-fluid .logo .logo_name {
  margin-top: 15px;
}

.authFormDiv h4 {
  font-weight: 800;
}

.authFormDiv {
  color: #fff;
}

.auth-fluid .logo .logo_name h4 {
  font-weight: 800;
  line-height: 25px;
}

.auth-fluid .logo .logo_name h5 {
  color: #ffca00;
  font-weight: 900;
}

.auth-fluid .auth-fluid-right {
  background-color: #1b5693;
}

.auth-fluid .auth-fluid-right .auth-user-testimonial {
  top: 40%;
}

.auth-fluid .auth-fluid-right {
  padding: 0px;
}

.auth-fluid .auth-fluid-right .swiper .swiper-button-next {
  color: rgba(255, 255, 255, 0.2705882353);
  right: 40px;
}

.auth-fluid .auth-fluid-right .swiper .swiper-button-next:after {
  font-size: 25px;
}

.auth-fluid .auth-fluid-right .swiper .swiper-button-prev {
  color: rgba(255, 255, 255, 0.2705882353);
  left: 40px;
}

.auth-fluid .auth-fluid-right .swiper .swiper-button-prev:after {
  font-size: 30px;
}

.auth-fluid .auth-fluid-right .swiper .auth_wrapper img {
  width: 100%;
  height: 100vh;
  opacity: 0.3;
}

.navbar-custom {
  background-color: #3707bb;
  min-height: auto;
  padding: 3px 0px;
}

.navbar-custom .topbar {
  max-width: 100% !important;
  padding: 0px !important;
}

.navbar-custom .app-search form input {
  background-color: rgba(70, 79, 91, 0.1882352941) !important;
}

.logo-box {
  height: auto;
}

.logo-box .logo {
  display: flex;
}

.topbar-menu .dropdown .nav-link {
  height: auto;
}

.topbar-menu .dropdown .nav-link i {
  font-size: 20px !important;
}

.topbar-menu .dropdown .nav-link .badge {
  font-size: 10px;
}

.topbar-menu .dropdown .nav-link img {
  width: 25px;
  height: 25px;
}

.navigation_menu {
  background-color: #1e007e;
}

.navigation_menu .app-menu {
  top: 0px !important;
  background-color: #1e007e;
  min-height: auto !important;
  height: auto !important;
}

.navigation_menu .app-menu .menu {
  max-width: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
}

.navigation_menu .app-menu .menu .active {
  color: #1e007e !important;
  position: relative;
  background: #fff;
  border-radius: 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.navigation_menu .app-menu .menu li a {
  color: #fff !important;
  min-height: auto !important;
  height: auto !important;
  max-height: unset;
  padding: 15px;
}

.content {
  max-width: 100% !important;
}

.second_tab_container {
  background-color: #fff;
}

.second_tab_container .nav-tabs {
  border-bottom: none !important;
}

.second_tab_container .nav-tabs li {
  flex-basis: auto;
  flex-grow: inherit;
  margin-right: 30px;
}

.second_tab_container .nav-tabs li .active {
  position: relative;
  color: #1e007e !important;
}

.second_tab_container .nav-tabs li .active:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 60px;
  height: 3px;
  border-radius: 50px;
  background-color: #1e007e;
}

.second_tab_container .nav-tabs li a {
  border-bottom: none !important;
  padding: 15px 15px 15px 0px !important;
  color: #3707bb !important;
  font-weight: normal;
}

.second_tab_container .nav-tabs li a svg {
  margin-right: 5px;
}

.second_tab_container .nav-tabs li a svg i {
  margin-right: 5px;
}

.third_tab {
  display: flex;
  margin-top: 30px;
}

.third_tab .nav-tabs {
  padding: 0px;
  border: 1px solid #ddd;
  border-bottom: 1px solid #ddd !important;
  border-radius: 20px;
  background-color: #fff;
  text-align: left;
  display: inherit;
  padding-bottom: 15px;
  position: sticky;
  top: 60px;
}

.third_tab .nav-tabs h4 {
  margin: 0px;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  background: rgba(83, 0, 204, 0.98);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.third_tab .nav-tabs h4 svg {
  margin-right: 15px;
}

.third_tab .nav-tabs li {
  text-align: left;
  width: 100%;
  height: auto;
}

.third_tab .nav-tabs li:nth-last-child(1) a {
  border-bottom: none !important;
}

.third_tab .nav-tabs li .active {
  color: #1e007e;
  font-weight: 600;
  background-color: rgba(165, 194, 237, 0.32);
}

.third_tab .nav-tabs li a {
  color: #3707bb;
  border: none;
  font-weight: normal;
  padding: 10px;
  border-bottom: 1px solid #ddd !important;
}

.third_tab .nav-tabs li a svg {
  margin-right: 10px;
}

#fourth_level_tab {
  display: flex !important;
  padding-bottom: 0px !important;
  border-radius: 40px !important;
}

#fourth_level_tab li {
  text-align: center !important;
}

#fourth_level_tab li .active {
  background: rgba(83, 0, 204, 0.98);
  border-radius: 0px;
  border-radius: 40px;
  color: #fff !important;
  border-bottom: none !important;
}

#fourth_level_tab li a {
  border-bottom: none !important;
}

#ms-3 .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profile_setup {
  margin-top: 40px;
}

.profile_setup .profile_img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.profile_setup .profile_img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.profile_setup .profile_img .file-input {
  position: relative;
}

.profile_setup .modal-body form input {
  height: auto !important;
}

#ad_profile .modal-dialog {
  max-width: 95%;
}

#ad_profile .modal-header h4 {
  font-weight: 600;
}

#ad_profile .form-check input {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 0px;
}

.entryForm.row {
  display: block;
  border: 1px solid;
  padding: 15px 5px;
}

.entryForm.row#addBeneficiaryBtn {
  margin-top: 20px;
}

.btn-div {
  padding: 0px;
}

a#addBeneficiaryBtn {
  margin-top: 25px;
} 
/* from header page*/
.error {
  color: #b10505;
}

span#site_name {
  font-size: 14px;
  color: #fff;
  margin-top: 3px;
  margin-left: 10px;
}

.form-check-input {
  border: 1px solid #1e007e !important;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #1e007e;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0;
}

.sidenav a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a.active {
  color: #1e007e;
}

.sidenav a:hover {
  color: #1e007e;
}

.sidenav .side_menu_item {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s;
  border-bottom: 1px solid #3d487b;
}

.sidenav .side_menu_item.active {
  background-color: #d3e2ff;
}

.sidenav .side_menu_item.active a {
  color: #1e007e;
}

.sidenav .side_menu_item:hover {
  background-color: #d3e2ff;
  color: #1e007e;
}

.sidenav .side_menu_item:hover a {
  color: #1e007e;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #1e007e;
  border: none;
}

.sidenav .closebtn:hover {
  color: red;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.sidebar-logo-box {
  text-align: center;
  padding: 10px 0px !important;
  background-color: #fff;
}

.sidebar-logo-box a.logo-light {
  padding: 0;
  border: none;
  margin-bottom: 10px;
}

.sidebar-logo-box img.logo-lg {
  width: 100px;
  height: auto;
}

.sidebar-logo-box #sidebar_site_name {
  font-size: 20px;
  font-weight: 900px;
  color: #1e007e;
}

.sidebar-logo-box #sidebar_site_name {
  font-size: 16px;
  font-weight: 400px;
  color: #1e007e;
}

.side_menu {
  text-decoration: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.notifyjs-corner {
  z-index: 999999 !important;
}

#sidebarToggleBtn {
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  background-color: transparent;
  border: 1px solid;
  padding: 0px;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left 0.5s;
  padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }
  .sidebar a {
    font-size: 18px;
  }
}
.chart-header {
  background-color: #1e007e;
  color: #fff !important;
}

.chart-title {
  color: #fff !important;
  font-weight: 700;
}

.fixed-action-btn.spin-close .btn-large {
  position: relative;
}
.fixed-action-btn.spin-close .btn-large i {
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
}
.fixed-action-btn.spin-close .btn-large:before {
  transition: transform 0.3s, opacity 0.3s;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.64rem;
  height: 2px;
  background: white;
  margin-top: -2px;
  margin-left: -0.82rem;
  transform: rotate(0);
  opacity: 0;
}
.fixed-action-btn.spin-close .btn-large:after {
  transition: transform 0.3s, opacity 0.3s;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.64rem;
  height: 2px;
  background: white;
  margin-top: -2px;
  margin-left: -0.82rem;
  transform: rotate(0);
  opacity: 0;
}
.fixed-action-btn.spin-close.active .btn-large i {
  opacity: 0;
}
.fixed-action-btn.spin-close.active .btn-large:before {
  opacity: 1;
  transform: rotate(135deg);
}
.fixed-action-btn.spin-close.active .btn-large:after {
  opacity: 1;
  transform: rotate(405deg);
}

.form-check-input {
  width: 25px !important;
  height: 25px !important;
}

label.form-check-label {
  margin: 5px 0px 0px 10px;
}

.dropdown-icon-item {
  border: 1px solid #dbdddf !important;
  padding: 5px;
  margin: 5px;
}

.select2-container--error .select2-selection {
  box-shadow: 0 0 0 2px #dc3545 !important;
}

.select2-container--error label {
  color: #dc3545;
}

.topbar-menu li {
  color: #fff;
}

#mySidenav {
  /* Initial width value */
  width: 0;
  /* Other styling properties */
  /* ... */
  /* CSS transition */
  transition: width 0.3s ease;
}

#mySidenav.open {
  width: 250px;
}

.userProfilePage .card-header {
  background-color: #e7e7e7 !important;
}

.userProfilePage .profile_img {
  top: 0px !important;
}

.copyright {
  text-align: center;
}

.chart-container {
  position: relative;
  height: 50vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

modal {
  display: none;
}

.passwordCard {
  background-color: #eff0f1;
}

.card_title {
  color: #334e7a;
  font-weight: bold;
}

.verifyOtpCard {
  display: none;
}

.multiSourceBudgetTable {
  display: none;
}

@media (min-width: 576px) {
  .dropdown-lg {
    width: 225px;
  }
}
.lgmp_page_header {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  justify-content: center;
}

.lgmp_page_header--title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  padding-bottom: 5px;
  padding-right: 10px;
}

h2.lgmp_page_header--title.text-white {
  color: white !important;
  z-index: 9;
}

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

.lgmp_action_wrapper {
  grid-gap: 1.3333333333rem;
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.lgmp_action_card {
  align-items: center;
  background: #f8faff;
  border: 1px solid #efefef;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
  padding: 30px 15px 20px;
  position: relative;
}

.lgmp_action_card:hover {
  background: rgba(172, 238, 244, 0.8);
  letter-spacing: 1px;
  box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.57);
  transition: all 0.4s ease 0s;
}

.lgmp_action_card:hover {
  text-shadow: 0px 0px 6px rgb(255, 255, 255);
  -webkit-box-shadow: 0px 5px 40px -10px rgb(0, 250, 255);
  -moz-box-shadow: 0px 5px 40px -10px rgb(0, 250, 255);
  transition: all 0.4s ease 0s;
}

.lgmp_action_card--icon {
  flex: auto;
  margin-bottom: 20px;
}

.lgmp_action_card img {
  height: 60px;
}

.lgmp_action_card--title {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: auto;
  text-align: center;
  font-weight: 600;
  color: #1e007e;
}

.label-nepali {
  font-size: 16px;
  color: rgba(17, 56, 125, 0.5019607843);
  border-bottom: 3px solid #ffffff;
  padding: 3px;
}

.d-block {
  display: block !important;
}

fieldset {
  border: 1px solid #ddd !important;
  xmin-width: 0;
  padding: 10px;
  position: relative;
  border-radius: 4px;
  background-color: rgba(245, 245, 245, 0.47);
  padding-left: 10px !important;
}

legend {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
  padding: 5px 5px 5px 10px !important;
  float: none !important;
  width: auto !important;
}

.border-dashed {
  border: dashed 1px;
}

* {
  box-sizing: border-box;
}

.fab-wrapper {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
}

.fab-checkbox {
  display: none;
}

.fab {
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  width: 4rem;
  height: 4rem;
  background: blue;
  border-radius: 50%;
  background: #126ee2;
  box-shadow: 0px 5px 20px #81a4f1;
  transition: all 0.3s ease;
  z-index: 1;
  border-bottom-right-radius: 6px;
  border: 1px solid #0c50a7;
}

.fab:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}

.fab-checkbox:checked ~ .fab:before {
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  background-color: rgba(255, 255, 255, 0.2);
}

.fab:hover {
  background: #2c87e8;
  box-shadow: 0px 5px 20px 5px #81a4f1;
}

.fab-dots {
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: white;
  border-radius: 50%;
  top: 50%;
  transform: translateX(0%) translateY(-50%) rotate(0deg);
  opacity: 1;
  animation: blink 3s ease infinite;
  transition: all 0.3s ease;
}

.fab-dots-1 {
  left: 15px;
  animation-delay: 0s;
}

.fab-dots-2 {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation-delay: 0.4s;
}

.fab-dots-3 {
  right: 15px;
  animation-delay: 0.8s;
}

.fab-checkbox:checked ~ .fab .fab-dots {
  height: 6px;
}

.fab .fab-dots-2 {
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.fab-checkbox:checked ~ .fab .fab-dots-1 {
  width: 32px;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.fab-checkbox:checked ~ .fab .fab-dots-3 {
  width: 32px;
  border-radius: 10px;
  right: 50%;
  transform: translateX(50%) translateY(-50%) rotate(-45deg);
}

@keyframes blink {
  50% {
    opacity: 0.25;
  }
}
.fab-checkbox:checked ~ .fab .fab-dots {
  animation: none;
}

.fab-wheel {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid;
  width: 10rem;
  height: 10rem;
  transition: all 0.3s ease;
  transform-origin: bottom right;
  transform: scale(0);
}

.fab-checkbox:checked ~ .fab-wheel {
  transform: scale(1);
}

.fab-action {
  position: absolute;
  background: #0f1941;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: White;
  box-shadow: 0 0.1rem 1rem rgba(24, 66, 154, 0.82);
  transition: all 1s ease;
  opacity: 0;
}

.fab-checkbox:checked ~ .fab-wheel .fab-action {
  opacity: 1;
}

.fab-action:hover {
  background-color: #f16100;
}

.fab-wheel .fab-action-1 {
  right: -1rem;
  top: 0;
}

.fab-wheel .fab-action-2 {
  right: 3.4rem;
  top: 0.5rem;
}

.fab-wheel .fab-action-3 {
  left: 0.5rem;
  bottom: 3.4rem;
}

.fab-wheel .fab-action-4 {
  left: 0;
  bottom: -1rem;
}

.card-body.inner_body {
  background-color: #f7f9ff;
}

span.title-small {
  font-size: 16px;
  color: rgb(255, 226, 0);
  border-bottom: 3px solid #ffe000;
  padding: 3px;
}

/* Style for the dimmed background overlay */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999; /* Ensure it's above other elements */
}

/* Style for the loading spinner (adjust as needed) */
.loading-spinner {
  border: 4px solid #1c203e;
  border-top: 4px solid rgba(255, 186, 0, 0.9607843137);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

.loading-text {
  margin-top: 7%;
  margin-left: -4%;
  font-size: 16px;
  color: white;
  animation: textFade 1s infinite; /* Add animation to the text */
}

@keyframes ball1 {
  0% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0.5;
  }
}
@keyframes textFade {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
span.key {
  font-size: 12px;
  font-weight: 600;
  color: #363e85;
}

span.value {
  font-size: 12px;
  font-weight: 600;
  color: #000001;
}

.textbox {
  font-size: 12px;
  font-weight: 600;
  color: #000001;
  border: 1px solid #dcdcdc;
  padding: 5px;
  min-height: 50px;
}

.modal-title {
  font-weight: 800;
  font-size: 18px;
  width: -moz-max-content;
  padding: 5px 10px;
  width: -webkit-fill-available;
  color: #1e007e !important;
}

.modal-header.row {
  padding: 0px;
}

.report-title {
  background: #d7daec;
  padding: 5px 25px;
  margin-top: 10px;
}

.idcard-title {
  background: #000 !important;
  color: #fff !important;
  padding: 2px 10px;
  margin-top: 10px;
  font-size: 18px;
}

.idcard-image {
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  border-color: black;
  max-width: 100%;
  width: 100%;
}

ul.member-info {
  margin: 0px;
  padding: 0px;
}

ul.member-info li span {
  font-size: 12px;
}

u {
  list-style: none;
}

span.value {
  font-weight: bold;
  color: #000001;
}

span.text-content {
  display: block;
  border: 0.25px solid #d7d9dc;
  padding: 10px;
  margin: 5px 20px;
  min-height: 80px;
}

.sub-title1 {
  font-weight: 700;
}

.monitoring-img {
  max-width: 100% !important;
  border: 2px solid #1e007e;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 2px;
}

li.menu-item, li.nav-item {
  margin-left: 0;
}

form#agreementForm {
  padding-bottom: 50px;
}

.menu .menu-item .sub-menu .menu-text {
  font-size: 13px;
}

.alert-danger {
  --ct-alert-color: #f1082a;
  --ct-alert-bg: rgb(254 12 48 / 18%);
  --ct-alert-border-color: rgb(91 15 26 / 18%);
}

ul.dropdown-menu.child-menu {
  background-color: rgba(0, 0, 0, 0.0392156863);
  padding: 0px;
}

.child-menu-item {
  width: 100%;
}

.child-menu-link {
  color: #fff !important;
}

li.nav-item.child-menu-item:hover {
  background-color: rgba(78, 29, 224, 0.1215686275);
  color: white;
}

thead.normal-table-head {
  background-color: #1e007e;
  color: #fff;
}

td.text-center {
  padding: 2px 10px;
}

.vew-more-btn {
  padding: 2px 5px;
  color: #1e007e;
}

a.vew-more-btn:hover {
  background-color: #747a92;
  color: white;
}

.h-35 {
  height: 35px;
}

.bg-highlight {
  background-color: rgba(255, 244, 0, 0.2705882353);
}

table {
  color: #000;
}

.badge-red {
  background-color: #da2000;
  color: #fff;
}

.badge-blue {
  background-color: #26aaec;
  color: #fff;
}

.badge-yellow {
  background-color: #f3ea45;
  color: #000;
}

.badge-white {
  background-color: rgb(245, 244, 244);
  color: #000;
}/*# sourceMappingURL=main.css.map */