body {
  height: 100vh;
  overflow-y: auto;
  font-family: Work Sans, Trebuchet MS, Helvetica, sans-serif;
}

.cursor-pointer {
  cursor: pointer;
}

.card {
  border-radius: 10px;
  border: 2px solid #eaeaea;
  box-shadow: 0px 10px 35px 0px rgb(56 71 109 / 8%);
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001c, 0 3px 3px -1px #0000001a,
    0 8px 14px -3px #0000001a !important;
}
.card-title-center {
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
}

.card-success {
  border-top: 10px solid #198754;
}

.card-warning {
  border-top: 10px solid #ffc107;
}

.card-danger {
  border-top: 10px solid #dc3545;
}

.card-secondary {
  border-top: 10px solid #6c757d;
}

.container {
  padding: 4px 24px;
}

.profile-dropdown {
  left: -35px;
  top: 40px;
}

.loader {
  position: fixed;
  z-index: 999;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 64px;
  height: 64px;
  display: none;
}

/* Transparent Overlay */
.loader:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* :not(:required) hides these rules from IE9 and below */
.loader:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loader:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 64px;
  height: 64px;
  margin-top: -0.5em;

  border: 8px solid rgba(33, 150, 243, 1);
  border-radius: 100%;
  border-bottom-color: transparent;
  -webkit-animation: spinner 1s linear 0s infinite;
  animation: spinner 1s linear 0s infinite;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

main {
  padding-left: 240px;
}

.welcome-header {
  height: 30vh;
  background: #2196f3;
}

img {
  max-width: 100%;
  vertical-align: middle;
  line-height: 100%;
  border: 0;
}

@tailwind utilities;

.pointer-events-none {
  pointer-events: none;
}

.m-auto {
  margin: auto;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mx-12 {
  margin-left: 12px;
  margin-right: 12px;
}

.ml-10 {
  margin-left: 10px;
}

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

.mt-28 {
  margin-top: 28px;
}

.mt-0 {
  margin-top: 0;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

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

.mt-32 {
  margin-top: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.ml-16 {
  margin-left: 16px;
}

.flex {
  display: flex;
}

.h-px {
  height: 1px;
}
.img_div {
  width: 630px;
  height: 635px;
  text-align: center;
}

.h-50px {
  height: 50px;
}

.h-48 {
  height: 48px;
}

.h-0_5px {
  height: 0.5px;
}

.w-230px {
  width: 230px;
}

.w-full {
  width: 100%;
}
.w-100px {
   width: 100px;
}
.font_12 {
    text-anchor: start;
    font-family: WorkSans;
    font-size: 12px;
}
.max-w-96 {
  max-width: 96px;
}

.max-w-xl {
  max-width: 288px;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.rounded {
  border-radius: 4px;
}

.rounded-xl {
  border-radius: 12px;
}

.border-0 {
  border-width: 0px;
}

.border {
  border-width: 1px;
}

.border-1_5px {
  border-width: 1.5px;
}

.border-solid {
  border-style: solid;
}

.border-none {
  border-style: none;
}

.border-gray-300 {
  border-color: #d1d5db;
}

.bg-white {
  background-color: #ffffff;
}

.bg-gray-200 {
  background-color: #e5e7eb;
}
.button5 {
  background-color: white;
  color: #6e9ddb;
}

.button5:hover {
  background-color: #6e9ddb;
  color: white;
}

.bg-blue {
  background-color: #174efa;
}

.bg-light-gray {
  background-color: #efefef;
}

.bg-blue-100 {
  background-color: #dbeafe;
}

.bg-_F3F3F3 {
  background-color: #f3f3f3;
}

.center {
  text-align: center;
}

.p-24 {
  padding: 24px;
}

.p-20 {
  padding: 20px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pb-6 {
  padding-bottom: 6px;
}

.pt-6 {
  padding-top: 6px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-WorkSans {
  font-family: Work Sans, Trebuchet MS, Helvetica, sans-serif;
}

.text-lg {
  font-size: 18px;
}

.text-xs {
  font-size: 12px;
}

.text-xl {
  font-size: 20px;
}

.text-base {
  font-size: 16px;
}
.text-base24 {
  font-size: 24px;
}

.text-sm {
  font-size: 14px;
}
.font_sidebar {
  font-family: WorkSans-Regular;
  font-size: 15px;
  color: #000000;
  font-weight: 600;
}

.text-4xl {
  font-size: 36px;
}

.font-normal {
  font-weight: 400;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

.leading-28 {
  line-height: 28px;
}

.leading-4 {
  line-height: 4px;
}

.leading-10 {
  line-height: 10px;
}

.leading-7 {
  line-height: 7px;
}

.leading-0 {
  line-height: 0;
}

.leading-20 {
  line-height: 20px;
}

.tracking-0_4em {
  letter-spacing: 0.4em;
}

.text-white {
  color: #ffffff;
}

.text-gray-200 {
  color: #e5e7eb;
}

.text-_666666 {
  color: #666666;
}

.text-_174EFA {
  color: #174efa;
}

.text-_929292 {
  color: #929292;
}

.no-underline {
  text-decoration: none;
}
.absolute {
  position: absolute;
}
.bottom-0 {
  bottom: 0;
}
.h-50vh {
  height: 50vh;
}
.w-full {
  width: 100%;
}
.flex-col {
  flex-direction: column;
}
.px-44 {
  padding-left: 44px;
  padding-right: 44px;
}
.p-14 {
  padding: 14px;
}
.pt-14 {
  padding-top: 14px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-14 {
  padding-top: 14px;
}
.pt-40 {
  padding-top: 40px;
}

.pb-14 {
  padding-bottom: 14px;
}
.pb-16 {
  padding-bottom: 16px;
}
.pb-40 {
  padding-bottom: 40px;
}

.important-text-white {
  color: #ffffff !important;
}

.important-text-_174EFA {
  color: #174efa !important;
}

.important-no-underline {
  text-decoration: none !important;
}
.relative {
  position: relative;
}
.float-right {
  float: right;
}
.m-0 {
  margin: 0;
}
.mt-48 {
  margin-top: 48px;
}
.mb-200px {
  margin-bottom: 200px;
}
.mr-2 {
  margin-right: 2px;
}
.mr-20 {
  margin-right: 20px;
}
.mb-2 {
  margin-bottom: 2px;
}
.grid {
  display: grid;
}
.min-h-100pc {
  min-height: 100%;
}
.w-1-2 {
  width: 50%;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.font_20 {
  font-family: WorkSans;
  font-weight: bold;
  font-size: 20px;
}
.font_15 {
  text-anchor: start;
  font-family: WorkSans;
  font-size: 16px;
}
.font_19 {
  text-anchor: start;
  font-family: WorkSans;
  font-size: 19px;
}
.font_22 {
  text-anchor: start;
  font-family: WorkSans;
  font-size: 22px;
}
.gap-0 {
  gap: 0;
}
.self-center {
  align-self: center;
}
.rounded-md {
  border-radius: 6px;
}
.border-green-500 {
  border-color: #10b981;
}
.p-40 {
  padding: 40px;
}
.p-80 {
  padding: 80px;
}
.px-10pc {
  padding-left: 10%;
  padding-right: 5%;
}
.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.py-2_5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.pb-32 {
  padding-bottom: 32px;
}
.pb-2 {
  padding-bottom: 2px;
}
.pb-28 {
  padding-bottom: 28px;
}
.text-left {
  text-align: left;
}
.text-2xl {
  font-size: 24px;
}
.text-4xl {
  font-size: 50px;
}
.font-medium {
  font-weight: 500;
}

.leading-32 {
  line-height: 32px;
}
.text-cyan {
  color: #00ffff;
}

.text-black {
  color: #000000;
}
.btn-width {
  width: 150px;
}
.btn-width250 {
  width: 250px;
}
.ml-2 {
  margin-left: 50px;
  margin-right: 50px;
}
.div_color {
  background-color: #afe7fc;
}
.sidebar_color {
  background-color: #eee;
}
.div_color2 {
  background-image: url("/static/images/pulse.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.footer {
  position: absolute;
  bottom: 0;
}

* {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 0px;
  /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  width: 99%;
}

.rcorners2 {
  border-radius: 25px;
  border: 2px solid #e5e7eb;
  padding: 20px;
}

.div-center {
  height: 40px;
  border: 5px solid #ffff00;
  text-align: center;
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 58px 0 0; /* Height of navbar */
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  width: 240px;
  z-index: 600;
}

@media (max-width: 991.98px) {
  .sidebar {
    max-width: 16%;
    width: 100%;
  }
}
.sidebar .active {
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
.header_bottom {
  border-bottom: 2px solid #096eef;
}
.navbar-custom {
  height: 60px;
  background: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(221, 221, 221, 0.329);
  /* box-shadow: 0px 10px 30px 0px rgba(243, 243, 243, 0.562); */
}

.dropitem {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: black;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

div.scroll {
  background-color: "#EFEFEF";
  width: 240px;
  height: 650px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: justify;
}

.container2 {
  padding: 0px 500px;
}
.centerdiv {
  flexbox-align: center;
}
.py-32-16 {
  padding-top: 10px;
  padding-bottom: 32px;
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.px-850 {
  padding-right: 850px;
}

select {
  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* arrows */

select.classic {
  background-image: linear-gradient(45deg, transparent 50%, blue 50%),
    linear-gradient(135deg, blue 50%, transparent 50%),
    linear-gradient(to right, skyblue, skyblue);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}

select.classic:focus {
  background-image: linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}

.select2-container--default .select2-selection--single {
  border-radius: 20px !important;
}

.select2-container--open .select2-dropdown--below {
  box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000024,
    0 3px 14px 2px #0000001f;
  border: 0;
  padding: 4px;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  color: #003b87;
  font-weight: 600;
  width: 100% !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #dfdddd;
  border-radius: 4px;
}

<<<<<<< HEAD
/* body {
=======
.custom-select2-container--default .custom-select2-selection--single {
  border-radius: 20px !important;
}

.custom-select2-container--open .custom-select2-dropdown--below {
  box-shadow: none !important;
  border: 1px solid #ced4da !important;
  padding: 4px !important;
}

.custom-select2-container--default .custom-select2-results__option--highlighted[aria-selected] {
  color: #003b87 !important;
  font-weight: 600 !important;
}
.custom-select2-container--default .custom-select2-search--dropdown .custom-select2-search__field {
  border: 1px solid #dfdddd;
  border-radius: 4px !important;
  width: 100% !important;
}

body {
>>>>>>> master
  background: #f3f6f9;
} */

body {
  background: #ffffff;
}

mdi {
  font-size: 18px;
}

.chart-filter {
  font-size: 16px;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
}
.breadcrumb a {
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item {
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item :before {
  content: "";
  padding: 0;
}
.breadcrumb-item.arrow + .breadcrumb-item.arrow {
  text-decoration: none;
}
.breadcrumb-item.arrow + .breadcrumb-item:before {
  content: "»";
  color: #404040 !important;
}
.breadcrumb-group-name {
  font-family: Work Sans, Trebuchet MS, Helvetica, sans-serif;
  font-weight: 500;
  color: #404040;
  font-size: 16px;
}

.breadcrumb-group-name:hover {
  color: #0751c0;
  background-color: #e5f2fe;
  border-radius: 4px;
}
/* master info style*/
/* pagination */
.pagination {
  display: inline-block;
  text-align: right;
  cursor: pointer;
}

.pagination span.item{
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
}

.pagination span.activepage {
  background-color: #004C9C;
  color: #FFF !important;
  border: 1px solid #4CAF50;
}

.pagination .item:hover:not(.active) {
    background-color: #ddd;
    cursor: pointer;
 }

.btn-outline-primary {
  font-size: 12px;
  font-family: WorkSans-SemiBold, Helvetica Neue, sans-serif;
  border: 1px solid #0751c0;
  color: #fff !important;
  border-radius: 20px !important;
  background-color: #0751c0 !important;
}
.btn-outline-primary:hover {
  background: #ffffff !important;
  box-shadow: 0 2px 8px #cdcdcd;
  color: #0751c0 !important;
  border-color: #0751c0;
}
.btn-pulse {
  font-size: 14px !important;
  font-weight: 600 !important;
}

.table {
  border: 1px solid #dee2e6;
}
.table-icon:hover {
  cursor: pointer;
  background: #aaa;
  color: #fff;
  border-radius: 50%;
}

.sort-icon {
  font-size: 22px;
  position: relative;
  top: 2px;
}
.refresh-icon {
  position: relative;
  top: 5px;
}
.table th {
  color: #6a6a6a;
  font-weight: 600;
  font-size: 14px;
  font-family: WorkSans-SemiBold, Helvetica Neue, sans-serif;
}

.table tr {
  color: #6a6a6a;
  font-weight: 600;
  font-size: 14px;
  font-family: WorkSans-SemiBold, Helvetica Neue, sans-serif;
}

.table {
 border: 1px solid #dee2e6;
 table-layout: fixed;
 width: 100%;
}
.table-icon:hover{
    cursor: pointer;
    background: #AAA;
    color: #fff;
    border-radius: 50%;
    }

    .sort-icon {
    font-size:22px;
        position: relative;
    top: 2px;
    }
   .refresh-icon{
    position: relative;
    top: 5px;
     }
     .table th{
         color: #6a6a6a;
    font-weight: 600;
    font-size: 14px;
    font-family: WorkSans-SemiBold,Helvetica Neue,sans-serif;
     }

       .table tr{
         color: #6a6a6a;
    font-weight: 600;
    font-size: 14px;
    font-family: WorkSans-SemiBold,Helvetica Neue,sans-serif;
     }
    .table td{
     word-wrap: break-word;
    }

    .has-search .form-control {
      padding-left: 40px;
      padding-right: 40px;
      border-radius: 20px;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
.search-clear {
  pointer-events: auto !important;
  top: 4px;
  right: 0;
  font-size: 24px;
}
.search-icon {
  pointer-events: auto !important;
  top: 4px;
  left: 4px;
  font-size: 24px;
}

.search-box {
  height: 50px !important;
}

.more-icon {
  font-size: 16px;
}

.toaster-container {
    list-style: none;
    margin: 16px;
    opacity: 1;
    padding: 0 0 10px;
    position: absolute;
    right: 0;
    transition: opacity 150ms cubic-bezier(0.5, 0, 0.1, 1);
    width: fit-content;
    bottom: 84vh;
    z-index: 9999;
}
.toast-box{
    color: white;
    border-radius: 25px;
    padding: 14px 46px 14px 15px;
    font-size: 16px;
    position: fixed;
    top: 66px;
    right: 0px ;
    
}

.toast-default {
  background-color: #003B87;
}

.toast-warning {
  background-color: red;
}

.toast-success {
  background-color: green;
}
.close-button{
  cursor: pointer;
  color: white;
  position: absolute;
  top: 43%;
  right: 15px;
  font-size: 37px;
  transform: translateY(-50%);
}

.country-dropdown-box .select2-container--default{
 width: 100% !important;
}
.country-dropdown-box .select2-selection {
border-radius: 4px !important;
}

.country-dropdown-box .select2-selection {
height:34px !important;
border: 1px solid #ced4da !important;
}

.country-dropdown-box .select2-selection__rendered {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px !important;
    color: #212529 !important;
}
.container-info {
    max-width: 1500px;
}
.pl-md-8, .px-md-8 {
    padding-left: 8rem!important;
}
.w-90px {
    width: 90px;
}
.h-40 {
    height: 40px;
}
