* {
  font-family: "Montserrat";
  /* user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; */
}

:root {
  --blue-bg: #20307c;
  --blue-text: #1326be;
  --green-btn: #1bd083;
  /*  --header-height: 3rem;*/
  --nav-width: 67px;
  --first-color: #1e62ce;
  --first-color-light: #afa5d9;
  --white-color: #f7f6fb;
  --body-font: "Montserrat";
  --body-color: #000;
  --orange-color: #e27717;
  --normal-font-size: 1rem;
  --z-fixed: 100;
  --bs-border-color: rgba(0, 0, 0, 0.47);
  --bs-pagination-active-bg: #02216cb0 !important;
  --bs-border-color: #707070;
  --bs-border-color: #d1d1d1;
}

.btn-outline-primary {
  --bs-btn-color: #3f60ad;
  --bs-btn-border-color: #3f60ad;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3f60ad;
  --bs-btn-hover-border-color: #3f60ad;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3f60ad;
  --bs-btn-active-border-color: #3f60ad;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #3f60ad;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #3f60ad;
  --bs-gradient: none;
}

.modal {
  --bs-modal-width: 70%;
}

*,
::before,
::after {
  box-sizing: border-box;
}

/*Font CSS*/
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Bold.woff2") format("woff2"),
    url("../fonts/Montserrat-Bold.woff") format("woff"),
    url("../fonts/Montserrat-Bold.ttf") format("truetype"),
    url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Medium.woff2") format("woff2"),
    url("../fonts/Montserrat-Medium.woff") format("woff"),
    url("../fonts/Montserrat-Medium.ttf") format("truetype"),
    url("../fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/FontAwesome.eot");
  src: url("../fonts/FontAwesome.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FontAwesome.woff2") format("woff2"),
    url("../fonts/FontAwesome.woff") format("woff"),
    url("../fonts/FontAwesome.ttf") format("truetype"),
    url("../fonts/FontAwesome.svg#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Light.woff2") format("woff2"),
    url("../fonts/Montserrat-Light.woff") format("woff"),
    url("../fonts/Montserrat-Light.ttf") format("truetype"),
    url("../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff"),
    url("../fonts/Montserrat-Regular.ttf") format("truetype"),
    url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBold.woff") format("woff"),
    url("../fonts/Montserrat-SemiBold.ttf") format("truetype"),
    url("../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-Thin";
  src: url("../fonts/Montserrat-Thin.eot");
  src: url("../fonts/Montserrat-Thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Thin.woff2") format("woff2"),
    url("../fonts/Montserrat-Thin.woff") format("woff"),
    url("../fonts/Montserrat-Thin.ttf") format("truetype"),
    url("../fonts/Montserrat-Thin.svg#Montserrat-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

body.bg-dark {
  background-color: #070946 !important;
}
.Regular {
  font-family: "Montserrat";
}
.Light {
  font-family: "Montserrat-Light";
}
.Thin {
  font-family: "Montserrat-Thin";
}
.Bold {
  font-family: "Montserrat-Bold";
}
.Medium {
  font-family: "Montserrat-Medium";
}
.SemiBold {
  font-family: "Montserrat-SemiBold";
}
.text-dark31 {
  color: #313131;
}
.text-dark08 {
  color: #080808;
}
.text-dark1C {
  color: #1c1c1c;
}

.font-8 {
  font-size: 8px;
}

.font-9 {
  font-size: 9px;
}

.font-10 {
  font-size: 10px;
}

.font-11 {
  font-size: 0.875rem;
}

.font-12 {
  font-size: 0.75rem;
}
.font-13 {
  font-size: 0.813rem;
}
.font-14 {
  font-size: 0.875rem;
}
.font-15 {
  font-size: 0.938rem;
}

.font-16 {
  font-size: 1rem;
}

.font-17 {
  font-size: 1.063rem;
}

.font-18 {
  font-size: 1.125rem;
}

.font-20 {
  font-size: 1.25rem !important;
}

.font-22 {
  font-size: 1.375rem;
}

.font-24 {
  font-size: 1.5rem;
}
.font-25 {
  font-size: 1.6rem;
}

.font-26 {
  font-size: 1.625rem;
}

.font-28 {
  font-size: 1.75rem;
}

.font-30 {
  font-size: calc(1.54rem + 0.37vw);
  font-size: 1.875rem;
}

/******Font CSS******/

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Scrollbar Track */
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

::-moz-scrollbar-track {
  background-color: #f1f1f1;
}

/* Scrollbar Thumb */
::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 5px;
}

::-moz-scrollbar-thumb {
  background-color: #888;
  border-radius: 5px;
}

/* Scrollbar Hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

::-moz-scrollbar-thumb:hover {
  background-color: #555;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  position: relative;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  transition: 0.5s;
  color: var(--body-color);
}

a {
  text-decoration: none;
}
.element-hidden {
    display: none;
}

.element-visible {
    display: block;
}
.height-100 {
  height: 100vh;
}

.error {
  color: red;
  font-size: 12px;
  display: none;
}

.success {
  color: green;
  font-size: 12px;
  margin-bottom: 15px;
  display: none;
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  color: #000;
}

.login_btn:hover {
  background: rgb(31, 87, 253);
}

.login_contaner .form-control {
  border: 1px solid #c1c1c1;
}

.login_contaner ::placeholder {
  color: #00000059;
  opacity: 1;
}

.login_contaner :-ms-input-placeholder {
  color: #00000059;
}

.login_contaner ::-ms-input-placeholder {
  color: #00000059;
}

/* login Page CSS */
.login_body {
  background: url(../images/bg_login.png) no-repeat bottom 50px left 103px;
  background-size: contain;
  min-height: 100vh;
  width: 100%;
  background-color: #01226c;
}

.right_Continent {
  width: 500px;
  height: 100vh;
  background: #fff;
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 20px 20px 20px;
  position: relative;
  border: 1px solid rgba(193, 196, 201, 1);
}

.login_logo {
  text-align: center;
}

.login_logo img {
  width: 60%;
  margin: 20px 0;
}

.login_btn {
  background: #f4892d;
  color: #fff;
  text-align: center;
  width: 100%;
  border: none;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 15px 10px;
  border-radius: 8px;
  transition: all 500ms ease;
}

.login_btn:hover {
  background: #d97926;
}

a.blue_text {
  color: #0772ca;
  text-decoration: underline;
}

.blue_text:hover {
  color: #0772ca;
}

.signup_link {
  display: block;
  margin: 30px 0;
  text-align: center;
}

footer.login_footer {
  margin: 5px 10px;
  text-align: center;
  color: #848484;
}

.login_contaner {
  width: 380px;
  margin: auto;
}

.lineafterbtn:after {
  content: "";
  top: 48%;
  width: 100%;
  margin-left: 18px;
  height: 0.5px;
  position: absolute;
  background: rgba(193, 196, 201, 1);
}

/* Show hide */
.toggle-password {
  background: url(../images/pw_hide.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 100%;
  position: absolute;
  top: 28px;
  right: 15px;
  cursor: pointer;
}

.toggle-password.hide_pw {
  background: url(../images/pw_view.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 100%;
  position: absolute;
  top: 28px;
  right: 15px;
  cursor: pointer;
}
.form-control,
.form-select {
  border-radius: 8px;
  padding: 0.75rem 0.75rem;
}
.form-check-input:checked {
  background-color: #f4892d;
  border-color: #f4892d;
}
.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23F4882D'/%3e%3c/svg%3e");
}
.form-check-input:focus {
  box-shadow: none;
}
.form-check-input {
  width: 17px;
  height: 17px;
}
.hide {
  display: none;
}

::placeholder {
  color: rgb(8 8 8 / 35%);
  opacity: 1;
}

:-ms-input-placeholder {
  color: #00000059;
}

::-ms-input-placeholder {
  color: #00000059;
}
.text-success {
  color: #077217;
}
.text-blue {
  color: #0266d6;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    height: auto;
    overflow: hidden;
  }

  to {
    opacity: 0;
  }
}

/* Asset Page Css */
header {
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
  box-shadow: 0px 3px 12px #0000000d;
  background: #fff;
  display: flex;
  justify-content: space-between;
}

.textgradient {
  text-transform: uppercase;
  background: linear-gradient(103deg, #2181e2 0%, #42cec9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* background: transparent linear-gradient(103deg, #2181E2 0%, #42CEC9 100%) 0% 0% no-repeat padding-box; */
}
.textgradient span {
  background: linear-gradient(103deg, #2181e2 0%, #42cec9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.topcommonlogo {
  padding: 8px 12px;
}

.brand h1 {
  font-size: 1.5rem;
  margin: 8px 12px;
  padding: 0;
  color: var(--blue-text);
}
.right_nav {
  list-style: none;
  display: flex;
  margin: 0;
}
.right_nav li a {
  padding: 8px 5px;
  display: flex;
  align-items: center;
}
.icon_nav a {
  position: relative;
}
.icon_nav i {
  width: 34px;
  height: 34px;
  background: #f7f7f7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon_nav i img {
  width: 16px;
}
.user_name a {
  color: #000;
  text-decoration: none;
}
.user_name a span {
  display: inline-block;
  text-align: right;
  line-height: 1rem;
}
.user_name i {
  width: 34px;
  display: inline-block;
  margin: 0 5px;
}
.user_name i img {
  width: 100%;
}
.user_name a {
  display: flex;
  align-items: center;
}

.drop-down-notification {
  width: 280px;
  min-height: 100px;
  background: #ffffff;
  position: absolute;
  transform: translateX(-50%);
  top: 60px;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.drop-down-notification:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 56%;
  top: -9px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgb(255, 255, 255);
}
.drop-down-notification:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 56%;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ccc;
}

.notification_header {
  padding: 10px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px 0;
  color: var(--blue-text);
}
.notification_list {
  list-style: none;
  padding: 0;
}
.notification_list li {
  display: flex;
  padding: 5px;
  font-size: 0.8rem;
  line-height: 1rem;
  border-bottom: 1px solid #ccc;
}
.notification_list li:last-child {
  border: none;
}
.notification_list li span {
  padding: 5px;
}
.notification_list li span.user_img {
  width: 70px;
}
.notification_list li span.user_img img {
  width: 100%;
}

.right_nav .notification_footer a {
  font-size: 1rem;
  text-align: center;
  display: block;
  background: #fbfbfb;
  text-decoration: none;
  border-radius: 0 0 10px 10px;
}

.notification_icon.active a i {
  position: relative;
}
.notification_icon.active a i:after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--blue-bg);
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

/* Sidebar */
.sidebar {
  /* height:100%; */
  background: var(--blue-bg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 107px;
  height: calc(100vh - 48px);
  z-index: 9999;
}
.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.sidebar-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}
ul.sidebar-top > li > a,
ul.sidebar-bottom > li > a {
  margin: 8px 0;
  padding: 0.75rem 1.275rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
  font-size: 0.75rem;
  color: #fff;
}

ul.sidebar-top > li.active a,
ul.sidebar-top > li a:hover,
ul.sidebar-bottom > li a:hover,
ul.sidebar-bottom > li.active a {
  background: rgba(29, 255, 253, 0.26);
  opacity: 1;
  color: #40cac9;
}
.border-end {
  border-right: 1px solid rgba(0, 0, 0, 0.47) !important;
}
.text-dark {
  color: #000 !important;
}

ul.sidebar-top > li.active {
}
ul.sidebar-top > li.active a:before {
  content: "";
  width: 4px;
  height: 80%;
  background-color: #40cac9;
  border-radius: 0 4px 4px 0;
  position: absolute;
  left: 0;
}
ul.sidebar-top > li.active {
  position: relative;
}
ul.sidebar-top > li > a > img {
  margin-bottom: 0.5rem;
  filter: brightness(0) invert(1);
}
ul.sidebar-top > li.active > a > img,
ul.sidebar-top > li:hover > a > img {
  filter: none;
}
/* ------------------ ---------------------------------- */
.main-container {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}
.page_area {
  padding-left: 115px;
  margin-top: 1rem;
}
.body_bg {
  background: #0f70b7 url(../images/body_bg.png) no-repeat;
  background-size: cover;
  min-height: 142px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  z-index: -1;
}
.assetboxwrapper .border {
  border: 1px solid #d3d3d3 !important;
  border-radius: 4px !important;
}
#rectangularTabblock.nav-pills .nav-link {
  margin-right: 0;
}
#rectangularTabblock.nav-pills .nav-link {
  border: none;
  background-color: transparent;
  color: #747474;
  font-size: 12px;
  font-family: "Montserrat-SemiBold";
}
#rectangularTabblock.nav-pills .nav-link.active,
#rectangularTabblock.nav-pills .show > .nav-link {
  color: #0bb7b6;
  background-color: #fff;
  border-radius: 6px 6px 0px 0px;
  position: relative;
  top: 1px;
  border: 1px solid #d3d3d3;
  border-bottom: none;
}

#rectangularTabblock.nav li:first-child {
  margin-left: 2rem;
}
.tab-content > .tab-pane {
  border: 1px solid #b9c9e5;
  border-radius: 4px;
}
.table > thead {
  background-color: #dde7ff;
  box-shadow: inset 0px 1px 0px #f7f7f7, 0px 1px 0px #e0e0e0;
  border-radius: 4px;
}
table.table {
  border-left: 1px solid #ebf0f5;
}
table.dataTable thead > tr > th.sorting .sortMask:before,
table.dataTable thead > tr > th.sorting_asc .sortMask:before,
table.dataTable thead > tr > th.sorting_desc .sortMask:before,
table.dataTable thead > tr > th.sorting_asc_disabled .sortMask:before,
table.dataTable thead > tr > th.sorting_desc_disabled .sortMask:before,
table.dataTable thead > tr > td.sorting .sortMask:before,
table.dataTable thead > tr > td.sorting_asc .sortMask:before,
table.dataTable thead > tr > td.sorting_desc .sortMask:before,
table.dataTable thead > tr > td.sorting_asc_disabled .sortMask:before,
table.dataTable thead > tr > td.sorting_desc_disabled .sortMask:before {
  content: " " !important;
  background: url(../images/filter_ace.svg) no-repeat;
  width: 8px;
  height: 6px;
  background-position: center;
  background-size: 100%;
  top: 3px;
  transform: rotate(180deg);
}
.table > :not(caption) > * > * {
  border-bottom: 1px solid #dee5f3;
}
table.dataTable td:first-child,
table.dataTable th:first-child {
  padding-left: 1rem;
}
table.dataTable thead th {
  font-size: 12px;
  font-family: "Montserrat-SemiBold";
  padding: 0.75rem 0.5rem;
}
table.dataTable thead > tr > th.sorting .sortMask:after,
table.dataTable thead > tr > th.sorting_asc .sortMask:after,
table.dataTable thead > tr > th.sorting_desc .sortMask:after,
table.dataTable thead > tr > th.sorting_asc_disabled .sortMask:after,
table.dataTable thead > tr > th.sorting_desc_disabled .sortMask:after,
table.dataTable thead > tr > td.sorting .sortMask:after,
table.dataTable thead > tr > td.sorting_asc .sortMask:after,
table.dataTable thead > tr > td.sorting_desc .sortMask:after,
table.dataTable thead > tr > td.sorting_asc_disabled .sortMask:after,
table.dataTable thead > tr > td.sorting_desc_disabled .sortMask:after {
  content: " " !important;
  background: url(../images/filter_ace.svg) no-repeat;
  width: 8px;
  height: 6px;
  background-position: center;
  background-size: 100%;
  top: 12px;
}
.dataTables_scrollHead {
  border-radius: 4px;
}
/* data table */

.dataTables_info {
  float: right;
  padding: 0 !important;
  margin: 13px 7px;
  font-size: 14px;
  color: #50689d;
  font-family: "Montserrat-SemiBold";
}
.dataTables_length,
.dataTables_paginate {
  float: right;
  margin: 8px 0;
  font-size: 14px;
  position: relative;
}

.page-link {
  border: none;
  font-size: 14px;
  line-height: 5px;
  padding: 7px 6px;
  border-radius: 2px;
  margin: 5px;
  font-family: "Montserrat-SemiBold";
}
a.page-link,
a.page-link:hover {
  color: #50689d;
}
.first .page-link,
.previous .page-link,
.next .page-link,
.last .page-link {
  line-height: 7px !important;
  padding: 7px;
  font-size: 16px;
  color: #02216c;
}
.active > .page-link,
.page-link.active {
  background-color: #02216cb0 !important;
}
/* Custom CSS */
.custom-select {
  position: relative;
}
.custom-select select {
  display: none;
}
.select-selected {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
  cursor: pointer;
}
.select-selected .circle {
  padding: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 5px;
}
.select-items {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow-y: auto;
  z-index: 9;
  width: 100%;
}
.select-items > div {
  padding: 5px 0.75rem;
}
.select-items div.circle {
  padding: 5px;
  cursor: pointer;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 10px;
}
.select-items div:hover {
  background-color: #f1f1f1;
}
.allsearchblock .form-select {
  padding: 5px 0.75rem;
  background-color: #fff !important;
}
.customallsearch .input-group-text {
  border-right: 1px solid #d3d3d3;
}
.form-select:focus {
  box-shadow: none;
}
.customallsearch input {
  background-color: #f2f2f2;
  border-right: 0;
  color: #888888;
}
.customallsearch button {
  background-color: #f2f2f2;
  border-left: 0;
  color: #888888;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.customallsearch .form-control:focus {
  box-shadow: none;
  background-color: #f2f2f2;
}
/* Custom CSS to style the selected option */
.form-select.custom-select option:checked {
  background-color: rgb(11 183 182/11%);
  color: #0c9696;
}
.customallsearch .input-group-text,
.customallsearch .form-control {
  height: 31px;
  border-color: #f2f2f2;
}
.customallsearch .input-group-text select {
  border: 1px solid #d3d3d3;
  border-radius: 4px 1px 0px 4px;
}
.filterblockleft .dropdown-menu.show {
  min-width: 278px;
}
.filterblockleft .right_nav li a {
  padding-left: 0.75rem;
}
.input-group.customallsearch {
  position: relative;
  top: 0.15rem;
}
.filterblockleft .dropdown-item.active,
.filterblockleft .dropdown-item:active,
.filterblockleft .dropdown-item:focus,
.filterblockleft .dropdown-item:hover {
  background-color: rgb(11 183 182/11%);
  color: #0c9696;
}
.text-blue,
.text-blue:hover {
  color: #1471dd;
}
.text-dark1c {
  color: #1c1c1c !important;
}
.text-dark84 {
  color: #848484 !important;
}
.table.dataTable td {
  color: #1c1c1c;
  font-size: 0.75rem;
  vertical-align: top;
}
.save-btn {
  width: 32px;
  height: 32px;
  background: transparent linear-gradient(132deg, #fdb87d 0%, #f78a2b 100%) 0%
    0% no-repeat padding-box;
  border: 1px solid #ffa85f;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.edit-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.allsearchblock {
  min-width: 278px;
}
.green-circle {
  background-color: #12ad48;
}
.yellow-circle {
  background-color: #e0b500;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0183d5;
  background-color: #0183d5;
}
.form-check-input:focus {
  border-color: #707070;
}
.form-check-input[type="checkbox"] {
  border-radius: 5px;
}
.form-check-input:checked[type="checkbox"] {
  border-color: #f4892d;
}
.fa-pencilnew {
  background: url(../images/edit-icon.svg) no-repeat;
  width: 20px;
  height: 18px;
}
.fa-savenew {
  background: url(../images/save-icon.svg) no-repeat;
  width: 18px;
  height: 18px;
  position: relative;
  left: 0.4rem;
}
.table select {
  display: block;
  width: 100%;
  padding: 0.25rem 0.35rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #080808;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/sortdown-icon.svg) no-repeat right 10px top 10px;
  border-radius: 0.375rem;
  font-family: "Montserrat-SemiBold";
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
table.dataTable.table-hover > tbody > tr.selected-row > *,
table.dataTable.table-hover > tbody > tr:hover > * {
  background-color: #ffefe2;
  box-shadow: inset 0px 1px 0px #f7f7f7, 0px 1px 0px #e0e0e0;
}
a.button.button-small.edit {
  padding: 6px 12px 6px 0;
  margin-right: 1rem;
}
.selected-row select {
  background-color: #fff !important;
}
.edit-mode #color-select.custom-select .select-selected {
  border: none;
  pointer-events: none;
  cursor: auto;
  background: none;
  background-color: transparent !important;
}
#selected-color-text {
  text-wrap: nowrap;
}
/* .form-check-input{border:1px solid #f4892d;} */
/* CSS */

.modal.left_modal,
.modal.right_modal {
  position: fixed;
  z-index: 99999;
}
.modal.left_modal .modal-dialog,
.modal.right_modal .modal-dialog {
  position: fixed;
  margin: auto;
  width: 60%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.modal-dialog {
  margin: 1.75rem auto;
}
.modal.left_modal .modal-content,
.modal.right_modal .modal-content {
  height: 99vh !important;
}
.modal.left_modal .modal-body,
.modal.right_modal .modal-body {
  padding: 15px 15px 30px;
}
.modal.left_modal.fade .modal-dialog {
  left: -50%;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left_modal.fade.show .modal-dialog {
  left: 0;
  box-shadow: 0 0 19px rgba(0, 0, 0, 0.5);
}
.modal.right_modal.fade .modal-dialog {
  right: -50%;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right_modal.fade.show .modal-dialog {
  right: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.modal-content {
  border-radius: 0;
  border: none;
}
.modal-header.left_modal,
.modal-header.right_modal {
  padding: 10px 15px;
  border-bottom-color: #eee;
  background-color: #fafafa;
}
.modal_outer .modal-body {
  overflow-y: auto;
  overflow-x: hidden; /*height: 91vh */
}
.sidebar-modal.modal {
  width: 60% !important;
}
.line-height-normal {
  line-height: normal;
}
.history-blue-bg {
  background: #dde7ff 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 1px 0px #f7f7f7, 0px 1px 0px #e0e0e0;
  border-radius: 4px;
}
.historysearchicon {
  margin-left: -3px;
  height: 32px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
}
.history-blue-bg .form-control:focus {
  box-shadow: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.history-blue-bg .form-control,
.history-blue-bg .form-select {
  height: 32px;
}
.modal.right_modal.fade.show .modal-dialog {
  margin-top: 2px !important;
}
.page_area.fullpagearea {
  padding-left: 106px;
}
.shadowwhite-bg {
  background: rgb(255 255 255 / 69%) 0% 0% no-repeat padding-box;
  min-height: 102px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  z-index: -1;
}
.graylight-bg {
  background-color: rgb(221 231 255 / 20%);
  border-radius: 4px;
}
.text-primary {
  color: #02216c !important;
}
.opacity-43 {
  opacity: 0.43 !important;
}
.yellow-bg {
  background-color: #fdfde2;
}
.form-controlheightsm .form-select,
.form-controlheightsm .form-control {
  padding: 0.45rem 0.75rem;
}
textarea.form-control {
  resize: none;
}
.tab-pane .graylight-bg:last-child .border-bottom {
  border-bottom: none !important;
}

.calender-icon {
  background-image: url("../images/calender-icon.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 20px;
  border-radius: 8px !important;
}
.bottomScroll {
  left: 0;
  position: absolute;
  right: 0;
  bottom: -64px;
}
.btn-orange {
  background: transparent linear-gradient(103deg, #fdb87d 0%, #f78a2b 100%) 0%
    0% no-repeat padding-box;
  border: 1px solid #ffa85f;
  border-radius: 8px;
}
.btn-transparent {
  background: transparent;
  color: #9a9a9a;
}

#filedrag {
  text-align: center;
  padding: 1em 0;
  cursor: default;
}
#filedrag.hover {
  color: #f00;
  border-color: #f00;
  border-style: solid;
  box-shadow: inset 0 3px 4px #888;
}
#fileselect {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.delUpload {
  cursor: pointer;
  position: absolute;
  right: 5px;
  box-shadow: none !important;
  color: rgba(0, 118, 255, 0.87);
}
.bg-light.customfileuploadmain {
  background: transparent linear-gradient(126deg, #f8fafd 0%, #e3eaff 100%) 0%
    0% no-repeat padding-box;
  box-shadow: inset 0px 1px 0px #f7f7f7, 0px 1px 0px #e0e0e0;
  border: 1px dashed #707070;
  border-radius: 4px;
}
.customfileuploadmain ul {
  list-style-type: none;
}

.customFileUplod {
  position: relative;
}
.innerFile {
  background: transparent linear-gradient(126deg, #f8fafd 0%, #e3eaff 100%) 0%
    0% no-repeat padding-box;
  box-shadow: inset 0px 1px 0px #f7f7f7, 0px 1px 0px #e0e0e0;
  border: 1px dashed #707070;
  border-radius: 4px;
}
.fileFocus .innerFile {
  border: 1px dashed #072656;
}
span.fileIcon {
  display: inline-block;
  width: 34px;
  height: 45px;
  background: url("../images/xl-fileupload-icon.svg") no-repeat;
  background-size: 100%;
  margin: 5px 0 0;
}
/*.customFileUplod p { color: #333; font-size: 16px; }*/
a.selectBtn {
  background: #224fc7;
  color: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 12px;
}
.customFileUplod input.form-control {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  z-index: 1;
}
.customFileUplod svg {
  width: 40px;
  display: block;
  margin: 15px auto 0;
}
p.success {
  color: #0f2765;
}
.centerUpload {
  margin-top: 20%;
}
b.removeFile {
  cursor: pointer;
}
.AssetsSearchForm .form-select {
  min-width: 200px;
}

.AdvanceSearch_icon {
  position: relative;
}
.AdvanceSearch_icon.open {
  color: #f4892d;
}
.AdvanceSearch_icon.open:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #c3cdd855;
  left: calc(50% - 10px);
}
.AdvanceSearch_icon.active i {
  position: relative;
}
.AdvanceSearch_icon.active i:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #e21010;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.drop-down-AdvanceSearch {
  min-height: auto;
  background: #f5f8fa;
  position: absolute;
  top: 58px;
  border-radius: 0.4rem;
  border: 0px;
  left: auto;
  right: 0;
  width: 700px;
  box-shadow: -10px 9px 12px #0000001f;
  z-index: 1031;
  margin-right: -1rem;
  border: 1px solid #c3cdd855;
}

.AdvanceSearch_header {
  border: none;
  background-color: transparent;
  color: #747474;
  font-size: 12px;
  font-family: "Montserrat-SemiBold";
  margin-bottom: 0.7rem;
}
.ServiceTagRow {
  background-color: #dde7ff;
  border-radius: 0.3rem;
  padding: 0.1rem;
}

.ServiceTagStyle {
  background: transparent;
}
.ServiceTagStyle .Links a {
  background-image: url(../images/arrow-down-right.svg);
  background-repeat: no-repeat;
  text-decoration: underline;
  color: var(--body-color);
  padding-right: 1rem;
  background-position: right;
  margin-right: 1rem;
}

.iconImage {
  background-color: #ffffff;
  display: flex;
  padding: 0.8rem;
  border-radius: 0.3rem;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ServiceId {
  padding: 0.3rem;
  margin-left: 0.3rem;
}
.ServiceTagValueStyle {
  background: #ffffff;
  border-radius: 0.3rem;
}

.ListDetails {
  padding: 0.7rem;
}
.ListDetailsRow {
  display: flex;
  border-bottom: 1px solid var(--bs-modal-header-border-color);
  padding: 0.5rem;
}
.ListDetailsRow div {
  display: flex;
  width: 50%;

  color: #000;
  font-size: 0.75rem;
}
.ListDetailsRow div * {
  font-family: "Montserrat-SemiBold";
}
.ListDetailsRow div span {
  opacity: 0.43;
  padding-right: 1rem;
  min-width: 48%;
}
.ListDetailsRow div p {
  margin: 0;
}

.UploadDivider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.UploadDivider span {
  background: transparent
    linear-gradient(270deg, #ffffff 0%, #d9d9d9 50%, #ffffff 100%) 0% 0%
    no-repeat padding-box;
  padding: 0 1rem;
  position: relative;
}
.UploadDivider:before {
  content: "";
  position: absolute;
  width: 1px;
  background: #707070;
  height: 100%;
  opacity: 0.24;
}

.ReceivedArrowUP:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../images/GreenUpArrow.svg);
  top: -6px;
  left: -6px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.AssignedArrowDown:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../images/RedDownArrow.svg);
  top: -6px;
  left: -6px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.opacity-81 {
  opacity: 0.81 !important;
}
.text-blue {
  color: #1d48aa;
}
.myAssetTable td {
  padding: 0.8rem 0.5rem;
}
.myAssetTable .otherDetails a {
  background-image: url(../images/arrow-down-rightOrange.svg);
  background-repeat: no-repeat;
  text-decoration: underline;
  color: var(--orange-color);
  padding-right: 1rem;
  background-position: right;
  margin-right: 1rem;
}
hr {
  border-color: var(--bs-border-color);
}

#CommunicationReimbursementTable select {
  display: block;
  width: 100%;
  padding: 0.25rem 0.35rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #080808;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/sortdown-icon.svg) no-repeat right 10px top 10px;
  border-radius: 0.375rem;
  font-family: "Montserrat-SemiBold";
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.edit {
  height: 36px;
}

.arrowBottom {
  position: absolute;
  bottom: -11px;
}

.outline-btn-orange {
  border: 1px solid var(--orange-color);
  color: var(--orange-color);
}
.outline-btn-orange:hover {
  border: 1px solid var(--body-color);
}

.previewInfo {
  background: transparent linear-gradient(144deg, #f8fafd 0%, #e3eaff 100%) 0%
    0% no-repeat padding-box;
  box-shadow: inset 0px 1px 0px #f7f7f7, 0px 1px 0px #e0e0e0;
  height: 100%;
  overflow: auto;
  position: relative;
  padding: 1rem;
  height: calc(100vh - 48px);
}

.tooltip-inner {
  font-size: 11px;
}

.helpinformation .AssetsSearchForm .form-select {
  min-width: 100%;
}


/* Dashboard css  */
.btn-bg-blue {
    background-color: #40CAC8 !important;
    border: 1px solid #40CAC9 !important;
    color: #fff !important;
}

.border-end-white {
    border-right: 1px solid rgb(255 255 255 / 65%);
}

.bg-whitelight {
    background-color: rgb(255 255 255 / 78%);
}

#savefilterbox option {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: -10px 9px 12px #00000041;
    border: 1px solid #C3CDD855;
    color: #000000;
}

.selectwithsearchblock .optWrapper.multiple {
    top: 3rem;
}

.btn-outline-transparent, .btn-outline-transparent:hover {
    border: 1px solid #fff;
    border-radius: 8px;
}

#savefilterbox .SumoSelect > .CaptionCont > span {
    color: #fff;
}

#savefilterbox .SumoSelect > .CaptionCont > label > i {
    background-image: url(../images/download-caret.png) !important;
}

.SumoSelect.open > .optWrapper {
    width: auto;
    min-width: 150px;
}


/*Dashboard css Added by Reshma*/

.rotate-text {
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    vertical-align: middle; /* Center-aligns vertically */
    text-align: center; /* Center-aligns horizontally */
    position: absolute;
    z-index: 99;
    left: -20px;
    top: 38%;
    color: #000000;
}

.gray-bg {
    background-color: #F5F5F5;
    border-right: 0 !important;
}

.borderLeft-info {
    border-left: 4px solid #34C6E6 !important;
}

.borderLeft-yellow {
    border-left: 4px solid #FAC242 !important;
}

.borderLeft-orange {
    border-left: 4px solid #FF8A05 !important;
}

.borderLeft-greenlight {
    border-left: 4px solid #C9A57D !important;
}

.borderLeft-green {
    border-left: 4px solid #75D266 !important;
}


.borderLeft-primary {
    border-left: 4px solid #4A79A8 !important;
}

.borderLeft-violet {
    border-left: 4px solid #B1ADEF !important;
}

.borderLeft-blue {
    border-left: 4px solid #40A79F !important;
}

.yearandcountryblock table, .yearandcountryblock .table td {
    border-color: #B4B4B4;
}

.progresstablemain.table tbody td {
    width: 300px;
}

.nodatablock {
    opacity: 0.25;
    text-align: center;
    width: 150px;
}
/*progress bar css*/
.progress {
    position: relative;
    height: 1.5rem;
    background-color: transparent !important;
    border-radius: 2px;
}

.progress-bar {
    position: relative;
    transition: width 0.6s ease;
    text-align: right;
    height: 15px;
}

.progress-value {
    position: absolute;
    right: -1.25rem; /* Adjust this value based on your design needs */
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    color: #000A31;
    font-size: 12px;
}

.graybggradient {
    background: transparent linear-gradient(180deg, #EEEFEF 0%, #FFFFFF 47%, #EEEFEF 100%) 0% 0% no-repeat padding-box;
    border-radius: 1px;
    opacity: 0.55;
}

.progress-bar.bg-info {
    background-color: #34C6E6 !important;
}

.text-blue {
    color: #00449B;
}

.rotate-icon-caret {
    transform: rotate(180deg);
}

.progress-bar.bg-danger {
    background-color: #FF8A05 !important;
}

.calendarblock {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 6px #00000029;
    border-radius: 8px;
    color: #000 !important;
    line-height: 0.85rem;
    padding: 0.5rem 0;
    margin: 0.75rem 0;
}

.font-11 {
    font-size: 11px;
}

.font-15 {
    font-size: 15px;
}

.progress-bar.bg-amber {
    background-color: #C9A57D !important;
}

.yearandcountryblock .table td.currentDate {
    background-color: #D9D9D9 !important;
}

.progress-bar.bg-success {
    background-color: #75D266 !important;
}

.progress-bar.bg-primary {
    background-color: #4A79A8 !important;
}

.progress-bar.bg-violet {
    background-color: #B1ADEF !important;
}

.progress-bar.bg-blue {
    background-color: #40A79F !important;
}

.opacity-1 {
    opacity: 1;
}

.progresstablemain.graybggradient.table-border td:last-child.nodatablock.opacity-1 {
    padding-left: 0.75rem;
}

.yearandcountryblock table.table-border.progresstablemain.graybggradient td, .yearandcountryblock table.table-border.progresstablemain.graybggradient {
    border-color: #fbfbfc !important;
}

.calblockbg {
    background-color: #EEEFEF;
}

table.dataTable thead tr > .dtfc-fixed-start, table.dataTable thead tr > .dtfc-fixed-end, table.dataTable tfoot tr > .dtfc-fixed-start, table.dataTable tfoot tr > .dtfc-fixed-end {
    background-color: #EAF2FD;
}

table.dataTable tbody tr > .dtfc-fixed-start, table.dataTable tbody tr > .dtfc-fixed-end {
    background-color: rgb(224 237 255 / 23%);
}

div.dt-scroll-body > table > tbody > tr:last-child > * {
    border-bottom: none;
    border-left: 1px solid #D3D3D3;
}


.progressOuter {
    display: flex;
    align-items: center;
    height: 100%;
}

    .progressOuter .progress {
        width: 80%;
        border-radius: 0;
        height: 1.4rem;
        overflow: visible;
    }

        .progressOuter .progress .progress-bar {
            position: relative;
            overflow: visible;
        }

            .progressOuter .progress .progress-bar span {
                position: absolute;
                right: -1.5rem;
                color: #000000;
            }

.progressbar-info {
    background: #103FB2;
}

.progressbar-primary {
    background: #14ABB2;
}

.progressbar-success {
    background: #5CBA50;
}

.progressbar-success-1 {
    background: #BABA4F;
}

.progressbar-success-2 {
    background: #86861E;
}

.subcategoryTable.table.dataTable td.dtfc-fixed-left, .subcategoryTable.table.dataTable.nowrap td:first-child, .subcategoryTable.table.dataTable.nowrap td.dtfc-fixed-end {
    background-color: #f8fbff !important;
}

.subcategoryTable.table.dataTable td.dtfc-fixed-right {
    background-color: rgb(224 237 255 / 23%);
    text-align: center;
}

.subcategoryTable.table.dataTable.nowrap td {
    background-color: #fff;
    box-shadow: inset 0 0 0 9999px rgb(255 255 255 / 5%) !important;
    border-left: 1px solid transparent;
}

.subcategoryTable.table.dataTable th.dt-type-numeric {
    text-align: center;
}

table.subcategoryTable.dataTable th.dt-type-numeric, table.subcategoryTable.dataTable th.dt-type-date, table.subcategoryTable.dataTable td.dt-type-numeric, table.subcategoryTable.dataTable td.dt-type-date, table.subcategoryTable.dataTable th {
    text-align: left !important;
}

table.subcategoryTable.dataTable td:last-child {
    border: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3 !important;
    font-weight: bold;
}

table.subcategoryTable.dataTable th:last-child, table.subcategoryTable.dataTable td:last-child {
    text-align: center !important;
}

table.subcategoryTable.dataTable thead th, table.subcategoryTable.dataTable tfoot th {
    font-size: 0.785rem;
    font-weight: bold;
}

table.subcategoryTable.table > tfoot {
    background-color: #dde7ff;
    box-shadow: inset 0px 1px 0px #f7f7f7, 0px 1px 0px #e0e0e0;
    border-radius: 4px;
}

table.dataTable.subcategoryTable thead tr > .dtfc-fixed-start, .subcategoryTable.table.dataTable.nowrap td {
    width: 200px !important;
}


@media (max-width: 576px) {
    .rotate-text {
        left: -2rem;
    }
}

/*Dashboard css Added by Reshma END*/