body {
  font-family: "Quicksand", sans-serif;
  background: #eef5f9;
}

.btn:focus,
button:focus,
*:focus {
  outline: none;
}
.searchBox {
  border: none !important;
  width: unset !important;
}
._2iA8p44d0WZ-WqRBGcAuEV {
  padding-left: 5px !important;
  padding: unset !important;
  border: 1px solid #e0e6ed !important;
  border-radius: 7px !important;
}
.searchWrapper {
  border: 1px solid #e0e6ed !important;
  border-radius: 7px !important;
  height: 44px !important;
}
.searchWrapper input:not([type="checkbox"], [type="radio"]) {
  margin-top: -6px !important;
  height: 44px !important;
  position: absolute !important;
}

.sideBar {
  position: fixed;
  top: 60px;
  left: 0;
  width: 270px;
  height: calc(100vh - 60px);
  /* border-radius: 0 10px 10px 0; */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 4px 0 6px 0 rgb(85 85 85 / 8%),
    1px 0 20px 0 rgb(0 0 0 / 7%), 1px 0 11px 0px rgb(0 0 0 / 7%);
  -moz-box-shadow: 4px 0 6px 0 rgba(85, 85, 85, 0.08),
    1px 0 20px 0 rgba(0, 0, 0, 0.07), 1px 0 11px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 4px 0 6px 0 rgb(85 85 85 / 8%), 1px 0 20px 0 rgb(0 0 0 / 7%),
    1px 0 11px 0px rgb(0 0 0 / 7%);
  box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
  z-index: 222;
  border-right: 1px solid #e0e6ed;
  background: #fff;
  transition: 0.4s ease all;
}
/*============ react select css ========*/
.css-6j8wv5-Input {
  margin: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.css-319lph-ValueContainer {
  padding: 0px 8px !important;
}
.css-1s2u09g-control {
  /*height: 45px!imporant;*/
  border: 1px solid #e0e6ed !important;
  border-radius: 7px !important;
}
.css-6j8wv5-Input {
  border: none !important;
}
.css-6j8wv5-Input {
  height: 45px !important;
  border: none !important;
}
.css-319lph-ValueContainer {
  overflow: unset;
}
/*======================================*/
.redirect {
  cursor: pointer;
}
/*==============*/
.order-invoice-content-card {
  padding-top: 1px !important;
}
.order-invoice-header-flex {
  justify-content: flex-start;
  display: flex;
  align-items: center;
  /* background: #eaf1f7; */
  margin-bottom: 15px;
  padding: 15px;
  background: #fbfbfb;
  border-bottom: 1px solid #dcdcdc;
}
.order-invoice-form-data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 0px;
  /* background: #eaf1f7; */
  /*margin-bottom: 15px;*/
  /* border-radius: 8px; */
  /*padding-top: 15px;*/
  padding-right: 15px;
  padding-left: 15px;
  /* background: #fbfbfb; */
  /* border: 1px solid #dcdcdc;*/
}
/*==============*/
.profileView {
  text-align: center;
  color: #455a64;
  padding: 15px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.profileView h3 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}

.profileView p {
  font-size: 13px;
  margin-bottom: 0;
}

.profileImg {
  position: relative;
  width: 80px;
  height: 80px;
  /* overflow: hidden; */
  border-radius: 50%;
  /* border: 1px solid #445ede80; */
  margin: auto;
  box-shadow: 0 0 0px 8px #445ede26;
  margin-bottom: 10px;
}

.profileImg::before {
  content: "";
  position: absolute;
  bottom: 1%;
  right: 5%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 3px solid #fff;
  background-color: #009688;
  z-index: 222;
}

.profileImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.profileBtn a {
  font-size: 14px;
  color: #445ede;
  transition: 0.4s ease all;
}

.profileBtn a + a {
  margin-left: 5px;
}

.profileBtn a:hover {
  color: #304aca;
}

.menuListing {
  padding: 15px;
  max-height: calc(100% - 167px);
  overflow: auto;
  scrollbar-width: thin;
}

.menuListing::-webkit-scrollbar {
  width: 0.2em;
}

.menuListing::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

.menuListing::-webkit-scrollbar-thumb {
  background-color: #c4d2da;
  outline: none;
}

.menuListing ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menuListing ul.subMenu {
  padding-left: 10px;
  display: none;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

/* .menuListing .hasChild.active>ul.subMenu {
    display: block;
} */

.menuListing ul li a {
  color: #5f7d8b;
  text-decoration: none;
  padding: 12px 12px;
  display: block;
  font-weight: 700;
  border-radius: 6px;
  font-size: 14px;
  transition: 0.4s ease all;
  position: relative;
}

.menuListing ul li a:hover {
  color: #304aca;
}

.menuListing ul.subMenu li a {
  font-weight: 600;
}

.menuListing ul li a.active,
.menuListing ul li a.activeComponent {
  color: #fff;
  box-shadow: 0 5px 10px 0 rgb(85 85 85 / 37%);
  background: linear-gradient(to right, #445ede 0%, #304aca 100%);
}

.menuListing ul.subMenu li a.active {
  background: transparent;
  color: #304aca;
  box-shadow: 0 0 0 0 rgb(85 85 85 / 37%);
}

.hasChild {
  position: relative;
}

.hasChild > a {
  position: relative;
}

.hasChild > a::after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-size: 18px;
  transition: 0.4s ease all;
}

.hasChild > a.active::after {
  transform: translateY(-50%) rotate(90deg);
}

/* top bar starts here */

.topBar {
  background: #455a64;
  position: fixed;
  z-index: 222;
  width: 100%;
  left: 0;
  top: 0;
  /* padding: 4px 0; */
  -webkit-box-shadow: 0 4px 6px 0 rgb(85 85 85 / 8%),
    0 1px 20px 0 rgb(0 0 0 / 7%), 0px 1px 11px 0px rgb(0 0 0 / 7%);
  -moz-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08),
    0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 6px 0 rgb(85 85 85 / 8%), 0 1px 20px 0 rgb(0 0 0 / 7%),
    0px 1px 11px 0px rgb(0 0 0 / 7%);
}

.topBarInnwe {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to right, #445ede 0%, #304aca 100%);
}

.logoWrapper {
  width: 270px;
  padding: 0 15px;
  background: #304aca;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: inline-block;
  width: 140px;
}

.logo img {
  width: 100%;
}

.toggleMenu {
  float: right;
  cursor: pointer;
}

.toggleMenu svg {
  stroke: #fff;
}

.breadWrapper .breadcrumb {
  background: transparent;
  margin: 0;
}

.breadWrapper .breadcrumb a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.breadWrapper .breadcrumb-item + .breadcrumb-item::before {
  content: "\f101";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
}

.navWrapper {
  padding: 0 15px;
}

.profileDropdown {
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  box-shadow: 0 0 0 0 #ffffff40;
  transition: 0.4s ease all;
}

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

.show .profileDropdown {
  box-shadow: 0 0 2px 5px #ffffff40;
}

.dropdown {
  display: inline-block;
}

.profileCard {
  width: 210px;
  box-shadow: 1px 0 14px rgb(0 0 0 / 22%);
  border: none;
}
.login-as {
  width: 169px !important;
  left: -18px !important;
}

.profileHeader {
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #eef5f9;
}

.profileHeader .profileImg {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  margin: 0;
  margin-right: 10px;
}

.proDetails h3 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}

.proDetails span {
  font-size: 12px;
}

.profileCard ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.profileCard ul a {
  color: #455a64;
  padding: 10px 15px;
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
  transition: 0.4s ease all;
}

.profileCard ul a i {
  margin-right: 6px;
}

.profileCard ul a:hover {
  background: #eef5f9;
}

.searchField {
  width: 380px;
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.searchField input {
  width: 100%;
  border: none;
  background: #4e69ec;
  border-radius: 5px;
  outline: none;
  padding: 8px 12px;
  font-size: 15px;
  color: #fff;
}

.searchField input::placeholder {
  color: #ffffff75;
}

.searchField button {
  background: #6e85ff;
  position: absolute;
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 5px 14px;
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  cursor: pointer;
  box-shadow: 0 0 8px #1034f5ad;
}

/* page content area starts here */

.pageCrums {
  background: #fff;
  -webkit-box-shadow: 1px 0 5px rgb(0 0 0 / 10%);
  box-shadow: 1px 0 5px rgb(0 0 0 / 10%);
  padding: 15px;
  transition: 0.4s ease all;
  width: calc(100% - 270px);
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 100;
}

.stickTop.pageCrums {
  padding: 5px 15px;
}

.pageTitle {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  color: #3b3f5c;
}

.customCrums {
  padding: 0;
  margin: 0;
  float: right;
  list-style: none;
}

.customCrums li {
  display: inline-block;
}

.customCrums a {
  font-size: 14px;
  font-weight: 700;
  color: #3b3f5c;
  text-decoration: none;
}

.sideBar.closed {
  left: -270px;
}

.pageFooter {
  color: #505050;
  padding: 10px 15px;
  font-size: 12px;
  margin-left: 270px;
}

.pageFooter span {
  float: right;
}

.pageWrapper.sideBarClosed,
.pageCrums.sideBarClosed,
.pageFooter.sideBarClosed {
  margin-left: 0;
}

.pageCrums.sideBarClosed {
  width: 100%;
}

.customCrums a:hover,
.customCrums .active a {
  color: #304aca;
}

.customCrums li + li {
  padding-left: 0.5rem;
}

.customCrums li + li::before {
  display: inline-block;
  padding-right: 0.5rem;
  content: "\f101";
  font: normal normal normal 14px/1 FontAwesome;
  color: #3b3f80;
}

.pageWrapper {
  margin-left: 270px;
  margin-top: 140px;
  min-height: calc(100vh - 180px);
  transition: 0.4s ease all;
}

.contentCard {
  position: relative;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 15px;
  box-shadow: 0 4px 6px 0 rgb(85 85 85 / 9%), 0 1px 20px 0 rgb(0 0 0 / 8%),
    0px 1px 11px 0px rgb(0 0 0 / 6%);
  border: 1px solid #e0e6ed;
  box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
}

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

.cardHeader h1 {
  font-size: 18px;
  width: 100%;
  font-weight: 700;
  margin-bottom: 0;
}

.cardHeader .toogleCard {
  color: #fff !important;
  background-color: #1b55e2 !important;
  border-color: #1b55e2;
  box-shadow: 0 10px 20px -10px #1b55e2;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: 0.4s ease all;
}

.cardHeader .toogleCard i {
  transition: 0.4s ease all;
  transform: rotate(0);
}

.cardHeader .toogleCard.open i {
  transform: rotate(180deg);
}

.cardHeader .toogleCard:hover {
  box-shadow: 0 0 0 0 #1b55e2;
}

.cardBody {
  padding-top: 15px;
}

.cardInnerTitle {
  font-size: 16px;
  font-weight: 700;
  color: #3b3f5c;
  margin-bottom: 10px;
}

.tableDesign thead {
  background: #e6eef5;
}

.tableDesign th,
.tableDesign td {
  padding: 10px;
  font-size: 14px;
}

/* table design starts here */

.img-80 {
  width: 80px;
}

.tableSorting {
  text-align: right;
  margin-bottom: 10px;
}

.tableSorting span {
  float: left;
  font-size: 14px;
  color: #3e3e3e;
}

.tableSorting a {
  font-size: 14px;
  font-weight: 600;
  color: #868686;
  transition: 0.4s ease all;
  text-decoration: none;
}

.tableSorting a + a {
  margin-left: 15px;
}

.tableSorting a.active {
  color: #3e3e3e;
}

.tableSorting a:hover {
  color: #445ede;
}

.table {
  border: 1px solid #e0e6ed;
}

.table input:not([type="checkbox"], [type="radio"]) {
  border-radius: 7px;
  padding: 5px 10px;
  font-size: 14px;
  height: 36px;
  border: 1px solid #e0e6ed;
  -webkit-box-shadow: 0 0 0 0 rgb(31 45 61 / 10%);
  box-shadow: 0 0 0 0 rgb(31 45 61 / 10%);
  transition: 0.4s ease all;
  /* min-width: 180px; */
  margin-left: 10px;
}

.table td,
.table th {
  vertical-align: middle;
  color: #3e3e3e;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}

.textLeft td,
.textLeft th {
  text-align: left;
}

.table thead th {
  border-bottom: none;
}

.table h1 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

.table h2 {
  font-size: 20px;
  margin: 0;
}

.table p {
  font-size: 14px;
  margin: 0;
}

.table td,
.table th {
  border-top: none;
  border-right: 1px solid #e0e6ed;
}

.table.textRight td,
.table.textRight th {
  text-align: right;
}

.table.textLeft td,
.table.textLeft th {
  text-align: left;
}

.table tbody td[data-toggle="modal"],
.clickAble {
  cursor: pointer;
}

.customStripedTow tbody tr:nth-child(4n),
.customStripedTow tbody tr:nth-child(4n-1) {
  background: #fff;
}

.customStripedTow tbody tr:nth-child(4n-2),
.customStripedTow tbody tr:nth-child(4n-3) {
  background: #eef5f9;
}

.customStripedTow tbody tr:nth-child(odd) {
  border-bottom: 1px solid #e0e6ed;
}

.customStripedTow thead th,
.customStriped thead th,
.autoSriped thead th {
  background-color: #445ede;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 1440px) {
  .customStripedTow thead th,
  .customStriped thead th,
  .autoSriped thead th {
    font-size: 11px !important;
  }

  .table td,
  .table th {
    font-size: 11px !important;
  }
}



.customStriped tbody tr:nth-child(even) {
  background: #fff;
}

.customStriped tbody tr:nth-child(odd) {
  background: #eef5f9;
}

.autoSriped tbody tr.odd {
  background: #fff;
  border-bottom: 1px solid #e0e6ed;
}

.autoSriped tbody tr.even {
  background: #eef5f9;
  border-bottom: 1px solid #e0e6ed;
}

.tableInfo {
  font-weight: 600;
  border: 1px solid #e0e6ed;
  display: inline-block;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 13px;
  -webkit-box-shadow: 2px 5px 17px 0 rgb(31 45 61 / 10%);
  box-shadow: 2px 5px 17px 0 rgb(31 45 61 / 10%);
}

.paginationWrapper ul {
  float: right;
}

.paginationWrapper .page-link {
  width: 35px;
  height: 35px;
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paginationWrapper .page-link svg {
  width: 16px;
}

.page-item.active .page-link {
  background-color: #304aca;
  border-color: #304aca;
  border: 1px solid #e0e6ed;
}

/* form design starts here */

/* .form-group.inlineField {
    margin: 10px 0 0 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #efeeee;
} */

.inlineField label {
  margin: 0;
}

.formWrapper label {
  color: #3b3f5c;
  font-size: 16px;
  font-weight: 600;
}

.formWrapper label span {
  color: #e7515a;
}

.formWrapper input:not([type="checkbox"], [type="radio"]),
.formWrapper select,
.formWrapper textarea {
  border-radius: 7px;
  padding: 10px;
  font-size: 14px;
  height: 45px;
  border: 1px solid #e0e6ed;
  -webkit-box-shadow: 0 0 0 0 rgb(31 45 61 / 10%);
  box-shadow: 0 0 0 0 rgb(31 45 61 / 10%);
  transition: 0.4s ease all;
  width: 100%;
}

.formWrapper textarea {
  height: auto;
}

.formWrapper input:not([type="checkbox"], [type="radio"]):focus,
.formWrapper select:focus,
.formWrapper textarea:focus {
  -webkit-box-shadow: 2px 5px 17px 0 rgb(31 45 61 / 10%);
  box-shadow: 2px 5px 17px 0 rgb(31 45 61 / 10%);
  border: 1px solid #304aca;
}

.searchWrapper select {
  width: 30%;
  float: left;
  border-right: none;
  border-radius: 7px 0 0 7px;
}

.searchWrapper input:not([type="checkbox"], [type="radio"]) {
  width: 70%;
  float: left;
  border-radius: 0 7px 7px 0;
}

.customCheck {
  position: relative;
  margin: 0 4px;
}

.customCheck::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: #fff;
}

.customCheck::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #c3c3c3;
  transition: 0.4s ease all;
  cursor: pointer;
}

.customCheck:checked:after {
  border-color: #2a7742;
  background: transparent;
  border-width: 2px;
  border-top: none;
  border-left: none;
  width: 8px;
  transform: translate(-50%, -60%) rotate(45deg);
}

.inlineInput {
  display: flex;
  align-items: center;
}

.inlineInput label,
.inlineInput button {
  font-size: 14px;
  white-space: nowrap;
}

.inlineInput label {
  margin-right: 10px;
}

.inlineInput input[type="text"] {
  width: 100%;
}

.formData {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background: #eaf1f7; */
  margin-bottom: 15px;
  border-radius: 8px;
  padding: 15px;
  background: #fbfbfb;
  border: 1px solid #dcdcdc;
}

.dataOnly label {
  color: #3b3f5c;
  font-size: 14px;
  font-weight: 500;
  /* background: #e6eef5; */
  margin: 0;
}

.dataOnly .infoText {
  color: #3b3f5c;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

/* input file starts here */

.inputFile input {
  position: relative;
}

.inputFile input::after {
  content: "Upload File";
  position: absolute;
  top: 0;
  left: 0;
  background: #e6eef5;
  height: 100%;
  width: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #3b3f5c;
}

.attachFile {
  background: #e6eef5;
  float: left;
  padding: 2px 10px;
  border-radius: 50px;
  font-size: 12px;
  margin: 5px 0;
  color: #3b3f5c;
  margin-right: 5px;
  box-shadow: 0 5px 15px -4px #969798a8;
}

.attachFile span {
  width: 22px;
  height: 22px;
  margin: -2px;
  margin-right: -10px;
  margin-left: 5px;
  background: transparent;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  color: #3b3f5c;
  font-size: 12px;
  cursor: pointer;
  transition: 0.4s ease all;
}

.attachFile span:hover {
  color: #fff;
  background: #e7515a;
}

.myBtn {
  border-radius: 6px;
  padding: 10px 20px;
  border: none;
  color: #fff !important;
  background-color: #1b55e2;
  border-color: #1b55e2;
  box-shadow: 0 10px 20px -10px #1b55e2;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  transition: 0.4s ease all;
}

.myBtn.btnSm {
  padding: 7px 13px;
  font-size: 14px;
}

.btn-info {
  color: #fff !important;
  background-color: #2196f3 !important;
  border-color: #2196f3 !important;
  box-shadow: 0 10px 20px -10px #2196f3;
}

.btn-warning {
  color: #fff !important;
  background-color: #e2a03f !important;
  border-color: #e2a03f !important;
  box-shadow: 0 10px 20px -10px #e2a03f;
}

.btn-success {
  color: #fff !important;
  background-color: #8dbf42 !important;
  border-color: #8dbf42 !important;
  box-shadow: 0 10px 20px -10px #8dbf42;
}

.btn-danger {
  color: #fff !important;
  background-color: #e7515a !important;
  border-color: #e7515a !important;
  box-shadow: 0 10px 20px -10px #e7515a;
}

.btn-simple {
  background-color: #fff;
  color: #1b55e2 !important;
  font-weight: 700;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%),
    0 2px 10px 0 rgb(0 0 0 / 12%);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 #e0e6ed, 0 2px 10px 0 #e0e6ed;
}

.myBtn:hover {
  box-shadow: 0 0 0 0 transparent;
}

.badge-primary {
  color: #fff;
  background-color: #1b55e2;
}

.badge-info {
  color: #fff;
  background-color: #2196f3;
}

.badge-success {
  color: #fff;
  background-color: #8dbf42;
}

.badge-danger {
  color: #fff;
  background-color: #e7515a;
}

.badge-warning {
  color: #fff;
  background-color: #e2a03f;
}

.badge-dark {
  color: #fff;
  background-color: #3b3f5c;
}

.badge-secondary {
  background-color: #5c1ac3;
}

.outline-badge-primary {
  color: #1b55e2;
  background-color: transparent;
  border: 1px solid #1b55e2;
}

.outline-badge-info {
  color: #2196f3;
  background-color: transparent;
  border: 1px solid #2196f3;
}

.outline-badge-success {
  color: #8dbf42;
  background-color: transparent;
  border: 1px solid #8dbf42;
}

.outline-badge-danger {
  color: #e7515a;
  background-color: transparent;
  border: 1px solid #e7515a;
}

.outline-badge-warning {
  color: #e2a03f;
  background-color: transparent;
  border: 1px solid #e2a03f;
}

.outline-badge-dark {
  color: #3b3f5c;
  background-color: transparent;
  border: 1px solid #3b3f5c;
}

.outline-badge-secondary {
  color: #5c1ac3;
  background-color: transparent;
  border: 1px solid #5c1ac3;
}

.outline-badge-primary:focus,
.outline-badge-primary:hover {
  background-color: #c2d5ff;
  color: #1b55e2;
}

.outline-badge-secondary:focus,
.outline-badge-secondary:hover {
  color: #5c1ac3;
  background-color: #dccff7;
}

.outline-badge-success:focus,
.outline-badge-success:hover {
  color: #8dbf42;
  background-color: #e6ffbf;
}

.outline-badge-danger:focus,
.outline-badge-danger:hover {
  color: #e7515a;
  background-color: #ffe1e2;
}

.outline-badge-warning:focus,
.outline-badge-warning:hover {
  color: #e2a03f;
  background-color: #ffeccb;
}

.outline-badge-info:focus,
.outline-badge-info:hover {
  color: #2196f3;
  background-color: #bae7ff;
}

.outline-badge-dark:focus,
.outline-badge-dark:hover {
  color: #3b3f5c;
  background-color: #acb0c3;
}

.tableDetails {
  width: 100%;
}

.tableDetails select,
.tableSorting select {
  border-radius: 7px;
  padding: 5px;
  font-size: 12px;
  height: 34px;
  border: 1px solid #e0e6ed;
  -webkit-box-shadow: 0 0 0 0 rgb(31 45 61 / 10%);
  box-shadow: 0 0 0 0 rgb(31 45 61 / 10%);
  transition: 0.4s ease all;
  min-width: 120px;
}

.tableDetails span {
  font-size: 14px;
  color: #3b3f5c;
}

/* tabs design starts here */

.customTabs {
  border: none;
}

.customTabs.nav-tabs li a {
  border-radius: 0px;
  padding: 12px 30px;
  background: #f6f7f8;
  color: #0e1726;
  border: none;
  border-top: 2px solid #f6f7f8;
}

.customTabs.nav-tabs li .nav-link:hover,
.customTabs.nav-tabs .nav-link.active {
  color: #495057;
  border-radius: 0px;
  padding: 12px 30px;
  background: #f6f7f8;
  color: #1b55e2;
  border: 1px solid transparent;
  border-top: 2px solid #1b55e2;
}

/* modal design starts here */

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-content {
  border-radius: 8px;
}

.modal-content .modal-header {
  padding: 12px 26px;
  border: 1px solid #445ede;
  background: #445ede;
}

.modal-content .modal-header h5 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  letter-spacing: 1px;
}

.modal-content .modal-header svg {
  width: 17px;
  color: #acb0c3;
}

.modal-content .modal-body {
  padding: 26px 26px;
  border: none;
}

.modal-content .modal-footer {
  border: none;
  border-top: 1px solid #e0e6ed;
}

/* horizontal tabs */

.horizontalWrapper {
  display: flex;
  align-items: top;
}

.horizontalTabContent {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 40px 0 rgb(94 92 154 / 21%);
  margin-left: 15px;
  background: #fff;
  padding: 15px;
}

.horizontalTabs {
  width: 200px;
  display: block;
}

.horizontalTabs ul {
  display: block;
  width: 100%;
}

.horizontalTabs {
  border: none;
}

.horizontalTabs.nav-tabs li {
  border: none;
  width: 100%;
}

.horizontalTabs.nav-tabs li + li {
  border-top: 1px solid #5f91bc;
}

.horizontalTabs.nav-tabs li a {
  border-radius: 0px;
  padding: 12px 30px;
  background: #f6f7f8;
  color: #0e1726;
  border: none;
  transition: 0.4s ease all;
  border-top: none;
}

.horizontalTabs.nav-tabs li .nav-link:hover,
.horizontalTabs.nav-tabs .nav-link.active {
  border-radius: 0px;
  padding: 12px 30px;
  background: #1b55e2;
  color: #fff;
  border: none;
}

/* dashboard cards design starts here */

.dashboardCard {
  padding: 1.3125rem;
  border-radius: 8px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 6px 12px rgb(140 152 164 / 8%);
  transition: 0.4s ease all;
  border: 0.0625rem solid rgba(231, 234, 243, 0.7);
  margin: 15px 0;
  cursor: pointer;
  position: relative;
}

.dashboardCard h6 {
  font-size: 12px;
  text-transform: uppercase;
  color: #9e9e9e;
  font-weight: 400;
}

.dashboardCard h3 {
  font-size: 26px;
  font-weight: 700;
  color: #232323;
}

.dashboardCard a {
  font-size: 14px;
}

.cardIcon {
  font-size: 70px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: 0.4s ease all;
}

.dashboardCard.primary h3,
.dashboardCard.primary .cardIcon,
.dashboardCard.primary a {
  color: #007bff;
}

.dashboardCard.danger h3,
.dashboardCard.danger .cardIcon,
.dashboardCard.danger a {
  color: #ef5350;
}

.dashboardCard.success h3,
.dashboardCard.success .cardIcon,
.dashboardCard.success a {
  color: #66bb6a;
}

.dashboardCard.info h3,
.dashboardCard.info .cardIcon,
.dashboardCard.info a {
  color: #26c6da;
}

.dashboardCard:hover {
  box-shadow: 0 6px 12px rgba(140, 152, 164, 0.25) !important;
}

.dashboardCard:hover .cardIcon {
  color: #fff;
  font-size: 90px;
}

.dashboardCard:hover h6,
.dashboardCard:hover a,
.dashboardCard:hover h3 {
  color: #fff;
}

.dashboardCard.primary:hover {
  background-color: #007bff;
  color: #fff;
  box-shadow: 0 6px 12px #007bff5d !important;
}

.dashboardCard.danger:hover {
  background-color: #ef5350;
  color: #fff;
  box-shadow: 0 6px 12px #ef535059 !important;
}

.dashboardCard.success:hover {
  background-color: #66bb6a;
  color: #fff;
  box-shadow: 0 6px 12px #66bb6a60 !important;
}

.dashboardCard.info:hover {
  background-color: #26c6da;
  color: #fff;
  box-shadow: 0 6px 12px #26c5da54 !important;
}

/* porpfile design starts here */

.profileDetail {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 6px 0 rgb(85 85 85 / 9%), 0 1px 20px 0 rgb(0 0 0 / 8%),
    0px 1px 11px 0px rgb(0 0 0 / 6%);
  border: 1px solid #e0e6ed;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.detailInner {
  padding: 35px;
  display: inline-block;
  width: calc(100% / 4);
  color: #1b55e2;
  font-size: 20px;
}

.detailInner + .detailInner {
  border-left: 1px solid #d6d6d6;
}

.detailInner span {
  display: block;
  font-size: 24px;
  font-weight: 700;
}
/*toggle button starts here*/
/*========= password icon*/
.password-input {
  position: relative;
}
.password-input-eye-icon {
  float: right;
  margin-top: 14px;
  position: absolute;
  margin-left: -25px;
  cursor: pointer;
}
.error_msg {
  color: red;
  font-size: 11px;
}
.generate-password-btn {
  margin-top: 33px;
}

.toggleBtn input[type="checkbox"] {
  display: none;
}
.thumbnail img {
  height: 80px;
  width: 80px;
}
.change-cursor-image-span-hover {
  cursor: pointer;
  position: absolute;
  color: red;
}
.img-80 {
  width: 50px;
  height: 50px;
}
img {
  vertical-align: middle;
  border-style: none;
}
.toggleBtn label {
  background: #e4e4e4;
  color: #848484;
  width: 65px;
  height: 24px;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  text-align: center;
  transition: all 0.4s ease;
  cursor: pointer;
  box-shadow: inset -1px 1px 2px #2d2d2d6b;
}

.toggleBtn label:before {
  content: "";
  position: absolute;
  height: 21px;
  width: 21px;
  border-radius: 50%;
  background: #fff;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 1px 1px 2px 0px #5f5f5f;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    padding 0.3s ease, margin 0.3s ease;
}

.toggleBtn input:checked + label:before {
  left: 42px;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    padding 0.3s ease, margin 0.3s ease;
}

.toggleBtn input + label span {
  font-size: 10px;
  display: inline;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.toggleBtn input:checked + label span.off {
  display: none;
}

.toggleBtn input:checked + label span.on {
  display: inline;
}
.senden-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.view-email-sender-address {
  white-space: nowrap;
  -webkit-font-smoothing: auto;
  font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.3px;
  color: #5f6368;
  /* display: block; */
  line-height: 20px;
}
.view-email-date-format {
  -webkit-font-smoothing: auto;
  font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.3px;
  color: #5f6368;
  display: block;
  line-height: 20px;
  margin: 0;
}
.view-mail {
  font: small/ 1.5 Arial, Helvetica, sans-serif;
}
.table-result-info {
  font-size: 13px;
  font-weight: 400;
  color: #5e5e5e;
}

.toggleBtn input + label span.on {
  display: none;
  left: 8px;
  color: #fff;
}

.toggleBtn input + label span.off {
  display: inline;
  right: 8px;
  color: #000;
}

.toggleBtn input:checked + label {
  background: #24736f;
  color: #fff;
  box-shadow: 0 0 30px -10px #24736f;
}
