/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap'); */

body {
  color: #676a6c;
  background-color: #f3f3f4;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: "Circular Std";
}

a {
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a:focus,
button:focus,
input:focus,
select:focus {
  outline: none;
}

button:active,
button:focus,
button:hover {
  border: 0;
}

ul {
  padding: 0;
}

h1,
h2 {
  font-family: "Circular Std";
}

/*------------------------------------------------

Page Header

-------------------------------------------------*/

.page-header.navbar .btn.submit {
  color: #222;
  margin-top: 3px;
}

.page-header.navbar {
  background: #ffffff;
  border: 0 none;
  filter: none;
  height: 50px;
  margin: 0;
  min-height: 50px;
  padding: 0;
  width: 100%;
  box-shadow: 0 0 11px rgb(177 175 175 / 0.8);
}

.page-header.navbar .page-logo {
  display: block;
  float: left;
  margin-right: 0;
  width: 180px;
  transition: all 0.4s ease 0s;
  padding: 0px 0;
}

.top-menu {
  margin-left: 186px;
}

.page-header.navbar .menu-toggler {
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 24px;
  opacity: 0.7;
  width: 24px;
}

.page-header.navbar .page-logo .logo-default {
  margin: 0;
  width: 100%;
}

.page-header.navbar .top-menu .navbar-nav {
  display: block;
  margin-right: 20px;
  padding: 0;
}

.library-menu {
  cursor: pointer;
  margin: 0;
  padding: 13px 10px;
  float: left;
}

.library-menu i.fa.fa-th-large {
  font-size: 23px;
  color: #f38236;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown {
  display: inline-block;
  height: 50px;
  margin: 0;
  padding: 0 4px;
  position: relative;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown:last-child {
  padding-right: 0;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
  padding: 8px 6px 8px 8px;
  display: inline-block;
  line-height: 29px;
}

.page-header.navbar
  .top-menu
  .navbar-nav
  > li.dropdown-user
  .dropdown-toggle
  > img {
  float: left;
  height: 35px;
  margin-right: 5px;
  width: 35px;
}

span.username.username-hide-on-mobile {
  color: #f38236;
  font-size: 15px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > i {
  font-size: 23px;
  margin-left: 4px;
  color: #f38236;
}

.page-header .top-menu .dropdown-quick-sidebar-toggler > .dropdown-toggle i {
  top: 0;
}

.page-header.navbar
  .top-menu
  .navbar-nav
  > li.dropdown
  > .dropdown-toggle:focus {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block !important;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #eee;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block !important;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: "";
}

.page-header.navbar
  .top-menu
  .navbar-nav
  > li.dropdown
  .dropdown-menu
  > li
  > a {
  color: #555;
}

.page-header.navbar
  .top-menu
  .navbar-nav
  > li.dropdown-user
  .dropdown-menu
  > li
  > a {
  font-size: 12px;
  font-weight: 300;
}

.page-header.navbar
  .top-menu
  .navbar-nav
  > li.dropdown-user
  .dropdown-menu
  > li
  > a
  i {
  display: inline-block;
  margin-right: 9px;
  width: 15px;
}

.page-header.navbar
  .top-menu
  .navbar-nav
  > li.dropdown-extended
  .dropdown-menu {
  min-width: 160px;
  max-width: 275px;
  width: 275px;
  z-index: 9995;
}

.dropdown-menu {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  display: none;
  float: left;
  left: 0;
  list-style: outside none none;
  margin: 10px 0 0;
  min-width: 175px;
  padding: 0;
  position: absolute;
  z-index: 1000;
}

.page-header.navbar .top-menu .navbar-nav > li > .dropdown-menu {
  left: auto;
  right: 0;
  width: 195px;
  border-radius: 0;
}

.dropdown-menu-default li a {
  padding: 8px 20px;
}

.dropdown-menu-default.dropdown-menu .divider {
  margin: 0px 0;
}

/* .notification-list a.dropdown-toggle {
    padding: 13px 0px 12px 10px;
} */

.notification-list a i {
  margin-left: 0 !important;
}

.notification-list a sup {
  background: #2ea44f;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  width: 15px;
  top: -12px;
  height: 15px;
  display: inline-block;
  left: -11px;
  line-height: 15px;
}

.notification-dropdown::before,
.notification-dropdown::after {
  border: 0 !important;
}

.page-header.navbar
  .top-menu
  .navbar-nav
  .notification-list
  .notification-dropdown {
  width: 350px;
  border-radius: 5px;
  border: 0;
}

.notification-dropdown .notification-header {
  background: linear-gradient(
    260deg,
    rgba(243, 121, 61, 1) 0%,
    rgba(246, 166, 30, 1) 100%
  );
  padding: 13px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.notification-dropdown .notification-header h4 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.notification-dropdown .notification-header span {
  color: #fff;
  font-size: 14px;
  margin: 6px 0 0;
  font-weight: normal;
  display: block;
  font-family: "Circular Air Book";
}

.notification-dropdown ul {
  padding: 0;
  overflow-y: scroll;
  height: 200px;
}

.notification-dropdown ul li {
  list-style: none;
  display: block;
  padding: 10px 20px;
  transition: all 0.5s ease;
}

.notification-dropdown ul li a {
  display: block;
  font-size: 14px;
  color: #292929;
  text-decoration: none;
}

.notification-dropdown ul li:hover {
  background: #f6f6f6;
}

.notification-dropdown ul li span {
  color: #736f6f;
  font-family: "Circular Air Book";
  font-weight: normal;
  font-size: 13px;
}

.notification-dropdown ul li.divider {
  margin: 0;
  padding: 0;
}

.read-message {
  opacity: 0.5;
}

.notidropdown-footer {
  background: #ebebee;
  padding: 7px 0;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.notidropdown-footer a {
  color: #292929;
  font-size: 14px;
}

.edit-view ul {
  padding: 0;
  margin: 0;
}

.edit-view li {
  list-style: none;
  display: inline-flex;
  width: 100%;
  margin-bottom: 8px;
}

.edit-view li span {
  font-size: 14px;
  font-weight: 500;
  color: #656565;
  width: 42%;

}

.margin-top10 {
  margin-top: 10px;
}
.margin-top20{
  margin-top: 20px;
}

/* Start DateTime Picker Css */

.md-drppicker.drops-down-auto.ltr.shown.double {
  display: inline-flex;
  top: 100% !important;
}

/* End DateTime Picker Css */

/* -----------------------------------

    Start Dashboard Page

-------------------------------------*/

.page-container {
  margin-top: 40px;
}

.whitebg {
  background: #fff;
}

.content-outer {
  margin: 20px 5px;
}

.padding20 {
  padding: 20px;
}

.pt13 {
  padding-top: 13px;
}

.pt0 {
  padding-top: 0;
}

.p10 {
  padding: 10px;
}

.pb0 {
  padding-bottom: 0 !important;
}

.page-heading {
  margin-bottom: 20px;
}

.page-heading h2 {
  font-size: 25px;
  color: #292929;
  font-weight: 600;
  margin-top: 0;
}

.dashboard-card {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 12px rgb(204 204 204 / 0.5);
  padding: 0 15px;
  transition: all 0.5s ease;
  margin: 30px 0;
  cursor: pointer;
}

.dashboard-card:hover {
  box-shadow: 0px 3px 12px rgb(204 204 204 / 0.9);
}

.dash-icon {
  border-radius: 5px;
  width: 90px;
  height: 90px;
  float: left;
  line-height: 90px;
  text-align: center;
  margin-top: -20px;
  transition: all 0.5s ease;
}

.dashboard-card:hover .dash-icon {
  opacity: 0.9;
}

.dashboard-card:hover .dash-icon img {
  transform: scale(0.9);
}

.blueGradintBack {
  background: linear-gradient(60deg, #29acdc, #127bbc);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgb(22 130 193 / 0.4);
}

.redGradintBack {
  background: linear-gradient(60deg, #f15d61, #ed1847);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgb(238 38 76 / 0.4);
}

.greenGradintBack {
  background: linear-gradient(60deg, #00bebe, #008c8c);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgb(0 158 158 / 0.4);
}

.yellowGradintBack {
  background: linear-gradient(60deg, #ffa726, #fb8c00);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(255, 152, 0, 0.4);
}

.dash-icon img {
  margin: auto;
  vertical-align: middle;
  transition: all 0.5s ease;
}

.dash-card-content {
  padding: 25px 0;
  text-align: right;
}

.dash-card-content h4 {
  margin: 0px 0 12px 0;
  font-size: 16px;
  color: #676767;
  font-weight: 400;
}

.dash-card-content h2 {
  margin: 0;
  font-size: 22px;
  color: #292929;
  font-weight: 500;
}

/* ------------------------------------------

    Start Customer Pages

-------------------------------------------*/

/* Start Search Bar Section */

.filter-group {
  margin-bottom: 10px;
  position: relative;
}

.filter-group label {
  font-size: 14px;
  color: #212529;
  width: 100%;
  font-weight: 500;
}

.intl-tel-input {
  position: relative;
  display: inline-block;
  width: 100%;
}

.filter-group input,
.filter-group select,
.filter-group textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 8px 10px;
  color: #292929;
  font-size: 14px;
}

.selectbox {
  position: relative;
  display: inline-block;
  width: 100%;
}

.selectbox select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.selectbox select::-ms-expand {
  display: none;
}

.selectbox select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select-arrow {
  position: absolute;
  top: 3px;
  right: 15px;
  pointer-events: none;
  font-size: 25px;
  font-weight: bolder;
}

.margin-top25 {
  margin-top: 25px;
}

.buttonstyle {
  border: 0;
  border-radius: 5px;
  padding: 8px 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.5s ease;
}

.margin-right10 {
  margin-right: 10px;
}

.redbtn {
  background: #ea2227;
}

.redbtn:hover {
  background: rgb(210 21 26 / 90%);
  color: #fff;
}

/* End Search Bar Section  */

thead.table-header {
  background: #f6f6f6;
}

.common-table th {
  padding: 10px 35px 10px 40px;
  font-size: 14px;
  color: #212529;
  font-weight: 500;
  white-space: nowrap;
}

.common-table tr {
  border-bottom: 1px solid #f4f4f4;
  transition: all 0.5s ease;
}

.common-table tr:hover {
  background: #f6f6f6;
}

.common-table td {
  font-size: 14px;
  padding: 6px 41px;
  font-weight: 400;
  white-space: nowrap;
}

.green-bg {
  background: #2ea44f;
}

.green-bg:hover {
  opacity: 0.8;
  color: #fff;
}

.green-text {
  color: #2ea44f;
}

.orange-text {
  color: #f38236;
}

.red-text {
  color: #c10707;
}

.status-text span {
  font-weight: 500;
}

.name-column100 a {
  min-width: 190px !important;
  /* max-width: 210px !important; */
  display: inline-block;
  color: #066fb4;
  word-wrap: break-word;
  white-space: normal;
  padding: 6px 1px !important;
}

td.action-column {
  text-align: center;
}

.action-dropdown-menu {
  background: #fff;
  border-radius: 5px;
  right: 0;
  left: auto;
  box-shadow: 0 0 5px rgb(78 77 77 / 0.4);
  min-width: 200px;
  padding: 10px;
}

.action-dropdown a i {
  font-size: 20px;
  color: #292929;
}

.action-dropdown-menu a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #292929;
  margin-bottom: 10px;
}

.action-dropdown-menu a:last-child {
  margin-bottom: 0;
}

.dropdown .dropdown-menu[x-placement="top-end"]:after,
.dropdown .dropdown-menu[x-placement="top-start"]:after,
.dropup .dropdown-menu:after {
  border-top: 11px solid #dedede;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 30px;
  bottom: -12px;
}

.dropdown .dropdown-menu:before,
.dropdown .dropdown-menu:before,
.dropdown-btn .dropdown-menu:before,
.dropdown .dropdown-menu[x-placement="bottom-end"]:before,
.dropdown .dropdown-menu[x-placement="bottom-start"]:before,
.navbar-nav .dropdown-menu:before {
  border-bottom: 11px solid #dedede;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 30px;
  top: -12px;
}

.verification-box {
  margin: 0px 0 10px 0;
}

.verification-code h5 {
  color: #292929;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  background: #d9dbe4;
  padding: 9px 15px;
  width: max-content;
  border-radius: 5px;
}

td.status-text {
  margin: auto;
  text-align: center;
}

.table-btn {
  border-radius: 5px;
  padding: 7px 14px;
  color: #fff;
  transition: all 0.5s ease;
  font-size: 14px;
  font-weight: 500;
  width: 90px;
  display: inline-block;
}

.dropdown.action-dropdown.dropup.open .dropdown-menu:before {
  border: 0 !important;
}

.outline-buttonstyle {
  border-radius: 20px;
  border: 1px solid;
  padding: 3px 7px;
  transition: all 0.5s ease;
}

.green-outline {
  border-color: #2ea44f;
  color: #2ea44f;
}

.outline-buttonstyle.green-outline:hover {
  background: #2ea44f;
}

.outline-buttonstyle:hover {
  color: #fff !important;
}

.red-outline {
  border-color: #ea2227;
  color: #ea2227;
}

.outline-buttonstyle.red-outline:hover {
  background: #ea2227;
}

.table-btn-icon {
  font-size: 20px;
}

/* Start Checkbox Ui desgin */

.checkbox-style label {
  display: block;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.checkbox-style label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox-style .checkbox-checkicon {
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 3px;
}

.checkbox-style label:hover input ~ .checkbox-checkicon,
.checkbox-style label input:focus ~ .checkbox-checkicon {
  background: #ccc;
}

.checkbox-style label input:checked ~ .checkbox-checkicon {
  background: #0198cd;
}

.control--checkbox input:disabled ~ .checkbox-checkicon:after {
  border-color: #7b7b7b;
}

.checkbox-style label input:checked ~ .checkbox-checkicon:after {
  display: block;
}

.checkbox-style .checkbox-checkicon:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-checkicon:after {
  content: "";
  position: absolute;
  display: none;
}

/* ------------------------------------------

    Start Customer Management Pages

-------------------------------------------*/

.page-title h1 {
  margin: 0 0 15px 0;
  font-size: 24px;
  font-weight: 600;
  color: #2d2d2d;
}

.inner-page-title h1 {
  line-height: 37px;
  margin-bottom: 0;
}

.inner-page-title h1 .arrow-left {
  top: -3px;
}

.right-buttongroup {
  float: right;
}

.margin-bottom10 {
  margin-bottom: 10px;
}

.btn-bg {
  background: rgb(243, 121, 61);
  background: linear-gradient(
    260deg,
    rgba(243, 121, 61, 1) 0%,
    rgba(246, 166, 30, 1) 100%
  );
}

.btn-bg:hover {
  background: linear-gradient(
    260deg,
    rgba(246, 166, 30, 1) 0%,
    rgba(243, 121, 61, 1) 100%
  );
}

.action-box button {
  padding: 7px 15px !important;
}

button.create-btn,
.right-action button {
  background: #ccc;
  color: #333;
  border: 0;
}

button.create-btn:hover {
  background: #ccc;
}

.right-action {
  float: right;
  display: inline-flex;
}

.right-button {
  float: right;
  display: inline-flex;
}

.btn-group.action-box {
  margin-right: 10px;
}

.action-box button:hover,
.action-box button:active,
.action-box button:focus,
.action-box.open button:active,
.action-box.open button:hover,
.action-box button:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background: linear-gradient(
    260deg,
    rgba(243, 121, 61, 1) 0%,
    rgba(246, 166, 30, 1) 100%
  );
  border: 0;
}

.top-pagination b.mright {
  padding-right: 10px;
  font-size: 15px;
}

.iconbox {
  padding: 0;
  background: linear-gradient(
    260deg,
    rgba(243, 121, 61, 1) 0%,
    rgba(246, 166, 30, 1) 100%
  );
  border: 1px solid #f59c24;
  color: #ffffff;
  margin-right: 5px !important;
  width: 27px;
  height: 27px;
  text-align: center;
  line-height: 22px;
  font-size: 25px;
  display: inline-block;
  transition: all 0.5s ease;
}

.iconbox:hover,
.iconbox:active {
  color: #fff;
}

.user-profile-box {
  display: inline-flex;
}

.user-profile-box img {
  border-radius: 50%;
  width: 90px;
  box-shadow: 0px 2px 6px rgb(76 75 75 / 0.5);
  margin-right: 20px;
  height: 90px;
}

.user-profile-box h2 {
  margin: 19px 0 0px;
  font-size: 19px;
  font-weight: 600;
  color: #2d2d33;
  line-height: 30px;
}

.user-profile-box h2 span {
  clear: both;
  display: block;
  color: #615f5f;
  font-size: 18px;
  font-weight: 500;
}

.userbox-detail {
  background: #fff;
  padding: 20px;
  margin: 20px 0;
}

.userbox-detail h3 {
  font-size: 19px;
  color: #505050;
  font-weight: 600;
  margin: 0 0 13px 0;
}

.top-border {
  border-top: 1px solid #e8e8e8;
  margin: 13px 0 0;
}

.breadcrumbs-menu ul {
  padding: 0;
  margin-bottom: 0;
}

.breadcrumbs-menu ul li {
  list-style: none;
  display: inline-block;
  padding: 9px 13px 9px 0;
  cursor: pointer;
}

.breadcrumbs-menu ul li a {
  font-weight: 500;
  color: #333;
  font-size: 17px;
}

.breadcrumbs-menu ul li i {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  top: 3px;
  color: #8c8c8c;
  line-height: 0;
}

.step-navigation {
  overflow: hidden;
  float: right;
}

.step-navigation-menu {
  float: left;
  margin-left: -1px;
  font-size: 1.2rem;
  line-height: 37px;
  height: 37px;
  color: #151414;
  position: relative;
}

.step-navigation-menu::before,
.step-navigation-menu::after {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  width: 2px;
  height: 50%;
  background: #e6e6e6;
}

.step-navigation-menu::before {
  top: 0;
  transform: skewX(30deg);
  transform-origin: 100% 100%;
}

.step-navigation-menu::after {
  bottom: 0;
  transform: skewX(-30deg);
  transform-origin: 100% 0;
}

.step-navigation-menu:hover::before,
.step-navigation-menu:hover::after,
.step-navigation-menu_active::before,
.step-navigation-menu_active::after {
  width: 100%;
}

.step-navigation-content {
  position: relative;
  z-index: 2;
  padding: 0 2rem 0 1rem;
  font-size: 14px;
  cursor: pointer;
}

.step-navigation-menu::before,
.step-navigation-menu::after {
  transition: 0.2s ease;
}

.pl0 {
  padding-left: 0;
}

.mtb20 {
  margin: 20px 0;
}

.common-fieldset {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 19px 25px 17px 25px;
  margin: 30px 0;
}

.common-fieldset legend {
  width: auto;
  border: 0;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 500;
  color: #292929;
  margin: 0;
}

.formgroup {
  margin-bottom: 17px;
}

.formgroup:after {
  clear: both;
  display: block;
  content: "";
}

.formgroup label {
  font-size: 14px;
  color: #656565;
  font-weight: 500;
}

.formgroup input {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 8px 10px;
  width: 100%;
}

.tag-input .ng2-tag-input {
  border: 1px solid #ccc !important;
  border-radius: 3px;
  min-height: 34px !important;
  padding: 0px 10px !important;
  line-height: 34px;
}

.tag-input input.ng2-tag-input__text-input {
  height: auto;
  width: 100%;
  padding: 0;
}

.tag-input tag.ng-trigger {
  font-weight: 400;
  font-size: 1em;
  color: #444;
  border-radius: 16px;
  transition: 0.3s;
  margin: 3px 2px;
  padding: 0px 8px;
  height: 28px;
  line-height: 28px;
}

.tag-input .ng-star-inserted svg {
  height: 28px !important;
}

.tag-input
  tag.ng-trigger:not(:focus):not(.tag--editing):not(:active):not(.readonly):hover,
.tag-input tag:not(.readonly):not(.tag--editing):active {
  box-shadow: none;
  background: linear-gradient(
    260deg,
    rgba(243, 121, 61, 1) 0%,
    rgba(246, 166, 30, 1) 100%
  );
}

.tag-input .ng-star-inserted:hover {
  -webkit-transform: scale(1.5) translateY(-3px);
  transform: scale(1) translateY(0px);
}

.topbutton-group {
  display: inline-flex;
  float: right;
}

.action-box button:hover {
  border: 1px solid #f48436;
}

.action-box button {
  background: none;
  border: 1px solid #ccc;
  color: #333;
  padding: 8px 12px;
  font-size: 15px;
  font-weight: 500;
}

/*------------------------------------------------

    Footer

-------------------------------------------------*/

.position-relative {
  position: relative;
}

.footer {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  margin-bottom: 15px;
}

.page-footer-fixed .footer {
  position: fixed;
  right: 0;
  z-index: 999;
}

.nav-tabs > li > a {
  color: #a7b1c2;
  font-weight: 600;
  padding: 10px 20px 10px 25px;
}

.footer-content {
  padding: 0px 20px;
}

.loader-position .ngx-overlay.ngx-position-absolute.loading-foreground {
  position: fixed !important;
}

/* Start 404 Page Css */

.background404 {
  background: url(../images/404-background.png) no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.content404 {
  margin: auto;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0px, 125px);
}

.content404 h3 {
  font-size: 33px;
  color: #212020;
}

.content404 h3 {
  font-size: 31px;
  color: #4e4e4e;
  margin: 25px 0;
}

.content404 p {
  font-size: 20px;
  width: 57%;
  margin: auto auto 35px;
  line-height: 35px;
  color: #727684;
}

.content404 a {
  background: #3cbbec;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 10px;
  display: block;
  width: 206px;
  font-weight: 600;
  margin: auto;
  transition: all 0.5s ease;
}

.content404 a:hover {
  background: rgb(60 187 236 / 0.8);
}

/* End 404 Page Css */

.margin-top25 {
  margin-top: 25px;
}

.utility-update-box h3 {
  color: #292929;
  font-size: 20px;
  margin: 8px 0 20px;
}

.mt0 {
  margin-top: 0;
}

/* Start Deposit Withdraw Request Detail Page Css */

.user-request-detail {
  padding: 0 10px;
}

.user-request-detail h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 8px 0 18px;
}

.user-request-detail .edit-view li span {
  font-size: 14px;
  font-weight: 500;
  color: #656565;
  width: 170px;
}

.logedit-box {
  margin: 17px 0;
  padding-top: 15px;
}

.logbox {
  background: #f6f6f6;
  padding: 20px;
  box-shadow: 0 0 5px rgb(191 191 191 / 0.8);
  border-radius: 5px;
  margin-bottom: 20px;
}

.logbox h4 {
  font-size: 17px;
  color: #333;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
}

.logbox ul {
  margin-bottom: 0;
}

.logbox ul li {
  list-style: none;
  display: block;
  font-size: 14px;
  color: #232323;
  font-weight: 400;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 9px;
  margin-bottom: 10px;
}

.logbox ul li:last-child {
  border: 0;
}

.padding20 {
  padding: 20px;
}

/* End Deposit Withdraw Request Detail Page Css */

.margin-top120 {
  margin-top: 120px;
}

.margin-top50 {
  margin-top: 50px;
}

.totalbar {
  display: inline-flex;
}

.cursor {
  cursor: pointer;
}

span.sorting-icon {
  margin-left: 4px;
}

.sorting-icon a i {
  font-size: 13px;
  font-weight: 600;
}

/* FOR PAGINATION */

.common-pagination .ngx-pagination {
  padding: 0;
  margin: 0;
}

.common-pagination .ngx-pagination .small-screen {
  font-size: 16px;
  color: #292929;
}

.common-pagination .ngx-pagination .small-screen,
.common-pagination .ngx-pagination li.pagination-next,
.common-pagination .ngx-pagination li.pagination-previous.disabled,
.common-pagination .ngx-pagination li.pagination-previous {
  display: inline-block;
}

.common-pagination .ngx-pagination li {
  display: none;
}

.common-pagination .ngx-pagination li.pagination-previous.disabled,
.common-pagination .ngx-pagination li.pagination-previous {
  position: absolute;
  right: 27px;
}

.common-pagination .ngx-pagination li.pagination-next {
  position: absolute;
  right: 0;
}

.common-pagination .ngx-pagination .pagination-previous a::before,
.common-pagination .ngx-pagination .pagination-previous.disabled::before {
  content: "\f104";
  display: inline-block;
  margin-right: 0;
}

.common-pagination .ngx-pagination .pagination-next a::after,
.common-pagination .ngx-pagination .pagination-next.disabled::after {
  content: "\f105";
  display: inline-block;
  margin-left: 0;
}

.common-pagination .pagination-previous,
.common-pagination .pagination-next {
  background: linear-gradient(
    260deg,
    rgba(243, 121, 61, 1) 0%,
    rgba(246, 166, 30, 1) 100%
  ) !important;
  text-align: center;
  margin: 0;
  padding: 0 !important;
  color: #fff;
  width: 23px;
  display: inline-block;
  height: 23px;
  font-family: "FontAwesome";
  line-height: 23px;
  font-size: 20px;
  font-weight: 900;
  transition: all 0.5s ease;
}

.common-pagination .pagination-previous a:hover,
.common-pagination .pagination-next a:hover {
  background: linear-gradient(
    260deg,
    rgba(246, 166, 30, 1) 0%,
    rgba(243, 121, 61, 1) 100%
  ) !important;
}

.common-pagination .pagination-previous a,
.common-pagination .pagination-next a {
  padding: 0;
  color: #fff;
}

.common-pagination .ngx-pagination a,
.common-pagination .ngx-pagination button {
  padding: 0;
}

.common-pagination .ngx-pagination .disabled {
  cursor: not-allowed;
}

.page-title span {
  padding-left: 25px;
}

.arrow-left {
  color: #f38037;
  font-size: 41px;
  margin-right: 8px;
  position: absolute;
  top: -11px;
  font-weight: bolder;
}

td {
  word-wrap: break-word;
}

.margin-top6 {
  margin-top: 6px;
}

.ngx-overlay.ngx-position-absolute.loading-foreground {
  position: fixed !important;
}

.filter-group.status-selectbox {
  margin-bottom: 0;
}

.status-selectbox .selectbox select {
  width: 200px;
  padding: 5px 10px;
}

.status-selectbox .selectbox .select-arrow {
  position: absolute;
  top: 0px;
  right: 15px;
  pointer-events: none;
  font-size: 23px;
  font-weight: bolder;
}

.intl-tel-input.separate-dial-code .selected-flag,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 80px !important;
}

.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input {
  padding-left: 87px !important;
}

/* DATEPICKER  STYLES */

.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*="select-"]:after,
.theme-green .bs-datepicker-body table td[class*="select-"] span:after {
  background: linear-gradient(
    260deg,
    rgba(243, 121, 61, 1) 0%,
    rgba(246, 166, 30, 1) 100%
  );
}

.theme-green .bs-datepicker-head {
  background: linear-gradient(
    260deg,
    rgba(243, 121, 61, 1) 0%,
    rgba(246, 166, 30, 1) 100%
  );
}

.table-mailhu-width {
  width: 100%;
}

/* Start Profile Page Css  */

.upload-profile {
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 100px;
  box-shadow: 0px 2px 6px rgb(76 75 75 / 0.5);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  margin-bottom: 20px;
}

.upload-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-hiddenbox {
  position: absolute;
  margin: auto;
  text-align: center;
  display: block;
  top: 0;
  bottom: 0;
  height: auto;
  width: auto;
  left: 0;
  right: 0;
  display: none;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
}

.profile-hiddenbox input {
  position: absolute;
  top: 0;
  bottom: 0;
  height: auto;
  width: -webkit-fill-available;
  opacity: 0;
}

.profile-hiddenbox h3 {
  margin: 0;
  color: #fff;
  font-size: 13px;
  transition: all 0.5s ease;
  position: relative;
  top: 44.5%;
}

.upload-profile:hover .profile-hiddenbox {
  display: block;
  transform: scale(1);
  background: rgb(0 0 0 / 0.6);
  cursor: pointer;
}

/* End Profile Page Css */

.status-breadcrumbs {
  float: right;
}

.status-breadcrumbs.status-breadcrumbs ul li {
  list-style: none;
  display: inline-block;
  padding: 9px 13px 9px 0;
  cursor: pointer;
  font-size: 15px;
}

.blue-text {
  color: #0198cd;
}

.black-text {
  color: black;
}

.selectbox-style .p-dropdown {
  width: 100%;
  padding: 8px 10px;
  border-color: #ccc;
  color: #292929;
  border-radius: 5px;
}

.selectbox-style.nominee-list .p-dropdown {
  width: 100%;
  border-color: #ccc;
  color: #292929;
  height: 34px;
  border-radius: 4px;
  padding: 6px 12px;
}

.selectbox-style span {
  padding: 0;
  font-size: 14px;
  color: #292929;
}

.selectbox-style li.p-dropdown-item.p-ripple {
  font-size: 13px;
  font-weight: 500;
}

.selectbox-style input.p-dropdown-filter {
  padding: 5px 10px;
}

.selectbox-style .p-dropdown-filter-icon {
  margin-top: -7px;
  position: absolute;
  top: 50%;
}

.selectbox-style .p-hidden-accessible:focus,
.selectbox-style p-dropdown:focus {
  outline: none;
}

.selectbox-style .p-dropdown:not(.p-disabled):hover {
  border-color: #ccc;
}

.selectbox-style .p-dropdown .p-dropdown-clear-icon {
  color: #6c757d;
  right: 38px;
}

.selectbox-style p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
  border: 1px solid #ccc;
}
.p-dropdown .p-dropdown-label.p-placeholder {
  /* color: #6c757d; */
  font-weight: 600;
}

.selectbox-style .p-inputtext:enabled:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196f3;
}

.selectbox-style .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.deposit-user h2 {
  margin: 0 0 0 25px;
  color: #808080;
  font-size: 15px;
  line-height: 37px;
}

.deposit-user h2 strong {
  color: #000;
}

.deposit-user h2 span {
  clear: both;
  display: block;
  font-size: 17px;
  color: #6f6e6e;
  margin-top: 7px;
  font-weight: normal;
  font-family: "Circular Std";
}

.fontMargin {
  font-size: 14px;
}

.topright-btngroup {
  display: inline-flex;
  float: left;
}

.topright-btngroup .verification-code h5 {
  margin-right: 10px;
  padding: 10px 15px;
}

.errormessage div {
  position: absolute;
}

.right-search-group {
  display: inline-flex;
  width: 100%;
  float: right;
}

.right-search-group .filter-group {
  margin-right: 10px;
  width: -webkit-fill-available;
  width: -moz-available;
}

.right-search-group .right-button {
  margin-right: 0;
  width: auto;
  display: inline-flex;
}

.right-search-group .right-button button {
  height: 38px;
}

.searchbarleft h2 {
  color: #292929;
  font-size: 22px;
  margin: 0;
  font-weight: 600;
  line-height: 35px;
}

.common-pagination {
  width: 95px;
  position: relative;
  margin: 8px auto 0;
  text-align: left;
}

.ngx-pagination .disabled {
  color: #ffffff !important;
}

.textcode h5 {
  color: #f37e3a;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  line-height: 36px;
}

.verification-code {
  display: inline-flex;
}

.rightcontxt-menu {
  float: right;
}

.rightcontxt-menu ul.dropdown-menu {
  right: 0;
  left: auto;
}

.loglisting li {
  font-size: 15px;
  list-style: none;
  color: #565656;
  border-bottom: 1px solid #dadada;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.loglisting li:last-child {
  border-bottom: 0;
  margin-bottom: 5px;
}

.topheader .topbutton-group {
  margin-bottom: 7px;
}

.mt10 {
  margin-top: 10px;
}

.editinput input {
  padding: 5px 10px;
}

.activeMenu a {
  color: #000 !important;
}

.activeMenu a:hover {
  color: #000;
}

.activeMenu {
  background: #f3f3f4;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  /* margin-left: 10px; */
}

.page-sidebar-closed li.nav-item.activeMenu,
.page-sidebar-closed li.nav-item:hover {
  box-shadow: 0 0 5px rgb(132 124 124 / 0.8);
}

/* Start Select Request Type Modal Css */

.modal-width {
  width: 450px;
  margin: 30px auto;
  top: 35%;
}

.br0 {
  border: 0;
}

.pt0 {
  padding-top: 0;
}

.p0 {
  padding: 0;
}

.rightclose {
  z-index: 1;
  position: relative;
  right: 5px;
}

.rightclose button.close {
  opacity: 1;
}

.select-customer {
  padding: 20px 0 6px;
  text-align: center;
}

.select-customer h3 {
  margin: 0;
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  color: #424141;
}

.type-buttongroup {
  padding: 0 0 20px;
}

.type-buttongroup button {
  margin-right: 20px;
}

.type-buttongroup button:last-child {
  margin-right: 0;
}

/* End Select Request Type Modal Css */

.page-title small {
  font-size: 15px;
  padding: 0 5px;
  color: #656565;
}

.gray-bg {
  background: #a0a0a0;
}

.balancesheet-searchbar {
  width: 77%;
}

span.rightspan {
  float: right;
}

.activitylog-height {
  height: 300px;
}

.activitylog-height .mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -40px;
  height: auto;
}

.box-shadownone {
  box-shadow: none;
}

.icon-size {
  font-weight: 700;
  color: black;
  font-size: large;
}

.remember-checkbox.table-checkbox {
  margin: 0;
  clear: both;
  display: block;
}

.table-checkbox label {
  clear: both;
  display: block;
}

.table-checkbox .control_indicator {
  top: -2px;
}

.user-name {
  font-size: 15px;
  clear: both;
  display: inline-block;
  color: #292828;
  margin: 0px 0 0 15px;
  font-weight: 400;
}

.user-name small {
  font-size: 14px;
  color: #6d6868;
  font-weight: 400;
  clear: both;
  display: block;
  padding: 3px 0 0;
}

.tableclear {
  clear: both;
  display: block;
}

.margin-bottom0 {
  margin-bottom: 0;
}

.formpadding {
  padding: 20px 0 0;
}

.idsmall {
  color: #ccc;
}

.idsmall {
  color: #272626 !important;
  display: inline-block !important;
}

.edit-view button.buttonstyle {
  margin-bottom: 5px;
}

.redtextcolor {
  color: red;
}

.margin-top15 {
  margin-top: -15px;
}

/* FOR SHOW PASSWORD ICON */

.filter-group .password-icon {
  position: absolute;
  right: 13px;
  top: 33px;
  cursor: pointer;
}

/* shubham  CHECK BOX CUSTOM START*/

.custom-form-check {
  margin-top: 20px;
}
.custom-form-check label {
  margin-left: 15px;
  position: absolute;
  margin-top: 10px;
}

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

.cus_button_check {
  padding: 8px 15px !important;
  display: block;
}
.custome_form_cl ul {
  display: flex;
}
.custome_form_cl ul li {
  list-style: none;
  margin-right: 100px;
}
.custome_form_cl ul li .custom_minus_cl {
  margin-right: 10px !important;
}
.custome_form_cl ul li:last-child {
  margin-right: 0;
}
#checkmark {
    height: 32px;
    width: 33px;
    background-color: #eee;
  }


#kyc-checkmark {
  height: 32px;
  width: 33px;
  background-color: #eee;
}

#doc-checkmark {
    height: 32px;
    width: 33px;
    background-color: #eee;

  }

.custom-form-lbl label {
  position: absolute;
  margin-top: 7px;
}

/* shubham  CHECK BOX CUSTOM END*/

.ngx-otp-input-container {
  justify-content: center !important;
}
.cus_mergin_ver input.form-control {
  margin: 20px 0;
  height: 46px;
}

.cus_mergin_ver .form-group {
  width: 80%;
  margin: auto;
}
.cus_model_width .modal-content {
  height: 325px;
}
.cus_model_width .select-customer {
  padding: 20px 0 6px;
  text-align: center;
  margin-top: 30px;
}

.ngx-otp-input {
  width: 46px !important;
  height: 46px !important;
  text-align: center;
  font-size: 24px !important;
  border: 1px solid #212121;
  border-radius: 4px;
  outline: 0;
}

li.otp-time {
  margin-right: 20px;
  list-style: none;
}

ul.otp-time-box {
  display: inline-flex;
  margin-top: 10px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #ffffff !important;
}

.box-radio-cus {
  padding: 30px 20px;

  border: 1px solid #8a8a8a;
}

.box-radio-cus span {
  margin-left: 30px;
  font-size: 15px;
}
.box-radio-cus strong {
  margin-right: 15px;
  font-size: 20px;
}
.box-radio-cus li {
  border-bottom: none;
}
.box-radio-cus i {
  float: right;
  font-size: 20px;
}
.box-radio-cus input {
  width: 20px;
  height: 20px;
}

span.daleftdetal {
  font-weight: bold !important;
  color: #000 !important;
}

/* for removing address apce   */


#add-phone .dropdown-menu.country-dropdown {
  display: none;
}

#add-phone .intl-tel-input .selected-flag .iti-arrow {
  display: none;
}

/* FORM WIZARD CSS START */
.wizard .nav-tabs {
  position: relative;
  margin-bottom: 0;
  border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.connecting-line {
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  width: 75%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 45px;
  z-index: 1;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

span.round-tab {
  width: 50px;
  height: 50px;
  line-height: 37px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 16px;
  color: #0e214b;
  font-weight: 500;
  /* border: 1px solid #ddd; */
  border: 5px solid #f5f7fa;

  border-color: #00b5b8;
  background-color: #fff;
  color: #00b5b8;
}
span.round-tab i {
  color: #555555;
}

.wizard li.active span.round-tab {
  background: #00b5b8;
  color: #fff;
  border-color: #00b5b8;
}
.wizard li.active span.round-tab i {
  color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i {
  color: #00b5b8;
}

.wizard .nav-tabs > li {
  width: 25%;
}

.wizard li:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: red;
  transition: 0.1s ease-in-out;
}

.wizard .nav-tabs > li a {
  width: 50px;
  height: 50px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
  background-color: transparent;
  position: relative;
  top: 0;
}
.wizard .nav-tabs > li a i {
  position: absolute;
  top: 65px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.wizard .nav-tabs > li a:hover {
  background: transparent;
}

.wizard .tab-pane {
  position: relative;
  padding-top: 20px;
}

.wizard h3 {
  margin-top: 0;
}

/* FORM WIZARD CSS END*/

.mr-l2 {
  margin-left: 0px;
}

textarea:focus-visible {
  outline: none;
}

.nominee-lbl {
  float: right;
  margin-top: -35px;
  margin-bottom: 4px;
}

.nominee-lbl.button {
  font-size: 11px;
}

.calender-icon {
  position: absolute;
  right: 25px;
  top: 30px;
  cursor: pointer;
}
.custom_label_ad {
  font-size: 10px;
  margin-bottom: 0;
  position: absolute;
  right: 14px;
  top: -13px;
}

.selectbox-style.nominee-list .p-dropdown .p-dropdown-label.p-placeholder {
  color: #6c757d !important;
  font-size: 13px !important;
  font-family: "Circular Std" !important;
}

.service-filter-icon {
  position: absolute;
  right: 13px;
  top: 9px;
  cursor: pointer;
  font-size: 15px;
  color: #f38d42;
}

.theme-color {
  color: #f38d42;
}

/* SERVICE REQUEST DETAIL MODAL */
.req-modal-width {
  margin: 30px auto;
  /* top: 15%; */
  width: 50%;
}

.br-word {
  word-break: break-all;
}

.margin-top10 {
  margin-top: 10px;
}

.inline-lbl-form{
  display: flex;
}

.inline-lbl-form label {
  width: 40%;
  margin-top: 5px;
}

/* TAB VIEW CSS */
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #fff;
  background:linear-gradient(260deg, rgba(243, 121, 61, 1) 0%, rgba(246, 166, 30, 1) 100% ) !important;
}

.nav>li>a {
  color: black ;
}
