body {
  color: #101010;
  background-color: #f9f9f9;
  /* background-color: #f8f9fc; */
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: 'Poppins', sans-serif !important;
}
.form-select:focus {
  box-shadow: none;
}
.btn {
  font-size: 13px;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}
table th {
    font-weight: 600;
    /* text-transform: uppercase; */
    font-size: 13px;
}
table td { font-size: 13px; }
.btn:hover {
  box-shadow: none !important;
  transform: translateY(-1px);
}
.btn > i {font-size: 11px;}
.greeting-msg {font-weight: 500;line-height: 2; color: #223665;}
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Dashboard Design CSS Starts */
.navbar-nav .dropdown-menu {
  left: unset;
  display: block;
  opacity: 0;
  pointer-events: none;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transform: translateY(35px);
  border: 0;
  box-shadow: 0px 0px 12px -7px rgba(0,0,0,0.3);
  padding: 10px;
}
.navbar-nav .dropdown-menu.show {
  transform: translateY(8px);
  opacity: 1;
  pointer-events: auto;
}
.navbar-nav .dropdown-menu li .dropdown-item {
  font-size: 14px;
  color: #727272;
  font-weight: 400;
  padding: 10px 15px;
  display: block;
  border-bottom: 1px solid #e7e7e7;
}
.navbar-nav .dropdown-menu li:last-child .dropdown-item {
  border-bottom: 0px;
}
.navbar-nav .dropdown-item:last-child a {
  border-bottom: 0;
}
#top-header {
  background-color: #f9f9f9;
  padding-top: 10px;
  /* height: 80px; */
  /* border-bottom: 1px solid #fff; */
  margin-left: 275px;
  transition: all 0.3s;
  position: fixed;
  top: 0;
  z-index: 1;
  width: calc(100% - 285px);
}
#top-header > .navbar {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 12px -7px rgba(0,0,0,0.3);
}
#top-header i {
    margin: 10px 15px;
    cursor: pointer;
    font-size: 20px;
}
.header-icon {
  width: 25px;
}
  #left-menu {
    width: 255px;
    /* background-color: #F6F8FE; */
    background-color: #fff;
    color: #99abba;
    margin: 10px;
    box-shadow: 0px 7px 12px -7px rgba(0,0,0,0.3);
  }

  #logo {
    height: 80px;
    /* border-bottom: 1px solid #ffffff; */
    text-align: center;
    font-size: 25px;
    position: fixed;
    z-index: 15;
    transition: all 0.3s;
    top: 0;
    left: 0;
    background: #b71d4c1c;
    
    width: 255px;
    padding: 7px 10px;
    margin: 10px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 0px 12px -7px rgba(0,0,0,0.3);
  }
  #logo span {
    transition: all 0.3s ease;
  }
  #left-menu {
    height: calc(100vh - 80px);
    top: 80px;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.3s;
    z-index: 15;
  }

  #left-menu ul {
    padding: 0;
    margin: 0;
    padding-top: 15px;
  }
  #left-menu ul li {
    list-style-type: none;
    height: 50px;
    width: 250px;
  }

  #left-menu ul li a {
    color: #99abba;
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
  }
  #left-menu ul li a:hover {
    color: #f2f2f2;
  }
  #left-menu ul li.active a {
    color: #d74703;
  }
  #left-menu ul li a span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -7px;
    padding-left: 10px;
    transition: all 0.3s;
  }
  .burger-menu-icon { width: 30px; cursor: pointer;}
  #left-menu ul li a i {
    font-size: 20px;
  }
  .dashboard-menu-wrapper .dropdown-menu {
    /* position: static; */
  }
  #warraper.small-menu #logo {
    width: 60px;
    border-bottom: 1px solid transparent;
  }
  #warraper.small-menu #logo span {
    opacity: 0;
    visibility: hidden;
  }
  #warraper.small-menu #left-menu {
    width: 60px;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    border-radius: 10px 10px 0 0;
  }
  #warraper.small-menu #left-menu span {
    opacity: 0;
    visibility: hidden;
    left: 0; display: none;
  }
  .sidebar-closed #warraper.small-menu #left-menu:hover span {
    opacity: 1;
    visibility: visible;
    left: 0; display: block; white-space: nowrap;
  }
  .sidebar-closed #left-menu:hover {
    width: 250px !important;
  }
  #warraper.small-menu #main-content {
    margin-left: 80px;
  }
  #warraper.small-menu #top-header {
    padding-left: 0;
    margin-left: 80px;
    width: calc(100% - 90px);
  }
  .small-menu .sub-btn .oc-status::after {
    display: none;
  }
  .sidebar-closed #left-menu:hover .oc-status::after{
    display: block;
  }
  .small-menu .sub-menu > a {
    /* padding: 7px 10px; */
    padding-left: 65px;
    white-space: nowrap;
  }
  /* .sidebar-closed .small-menu .item.active > .sub-menu { display: none !important;} */
  /* .sidebar-closed .small-menu .item .sub-menu { display: none !important;} */
  .sidebar-closed.sidebar-hover .small-menu .item.active > .sub-menu { display: block !important;}
  /* .sidebar-closed #left-menu:hover .sub-menu{display: unset;} */
  .sub-menu > a.active, .sub-menu > a.active:hover {
    /* background-color: #5f6166; */
    color: #223665;
  }
  .sub-menu > a.active::before, .sub-menu > a.active:hover::before {
    border-color: #223665;
  }
  #main-content {
    margin-left: 275px;
    margin-right: 10px;
    transition: all 0.3s;
    margin-top: 65px;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 12px -7px rgba(0,0,0,0.3);
    border-radius: 10px
  }
  #main-content .card {
    margin-bottom: 20px;
    padding: 15px 2px;
    border: 1px solid #cdcdcd;
  }
  #main-content .title {
    padding: 5px 0;
    margin-bottom: 10px;
    font-size: 18px;
    color: #101010;
    font-weight: 500;
  }
  #show-label-menu {
    position: fixed;
    width: 200px;
    overflow-x: hidden;
    left: 60px;
    z-index: 16;
    padding: 10px 15px;
    top: 0;
    background-color: #212c37;
    color: #99abba;
    display: none;
    transition: all 0.2s;
  }
  .accordion-button.no-after::after { display: none;}
  .breadcrumb-item.active,.breadcrumb-item > a { font-weight: 400;}
  .breadcrumb-item+.breadcrumb-item::before {
    content: "";
    background-image: url(../images/right-arrow-next-svgrepo-com.svg);
    background-size: 11px;
    background-position: left;
    background-repeat: no-repeat;
    height: 18px;
    width: 20px;
    top: 0;
    position: relative;
    bottom: 0;
    margin: auto;
    padding: 0;
    opacity: 0.8;
  }
.status-dot {
  display: inline-block;
  height: 7px;
  width: 7px;
  border-radius: 50%;
}
.footer-wrap {
  border-top: 1px solid #ddd;
  margin-top: 20px;
}
  @media only screen and (max-width: 772px) {
    #top-header #toggle-menu {
      display: none;
    }

    #logo {
      top: 0;
      width: 130px;
      left: 60px;
      display: grid;
      align-items: center;
    }
    #left-menu {
      width: 60px;
      top: 0;
      overflow-x: hidden;
      overflow-y: auto;
    }

    #left-menu span {
      opacity: 0;
      visibility: hidden;
    }
    #main-content {
      margin-left: 80px;
    }
    #top-header {
      padding-left: 70px;
    }
  }

/* Dashboard Design CSS Ends */

.login-screen-wrapper {
    min-height: calc(100vh - 69px);
    display: flex;
    align-items: center;
}

.custom-btn {
  font-weight: 400;
  line-height: 1.5;
  font-size: 13px;
  border-radius: 0.25rem;
  color: #fff;
  background-color: #223665;
  border-color: #223665;
  display: inline-block;

}
.custom-btn:hover, .custom-btn:active, .custom-btn:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.bg-theme-light {
    background-color: #F6F8FE !important;
}
.custom-form .form-floating .form-control:focus {
    box-shadow: none !important;
}
.btn-primary, .custom-btn {
  box-shadow: 0 10px 12px -10px #223665;
}
.btn-success { box-shadow: 0 10px 12px -10px #198754; }
.btn-secondary { box-shadow: 0 10px 12px -10px #6c757d; }
.custom-form .form-floating .form-control {
    border-radius: 7px;
}
.custom-form .form-floating label {
    font-weight: 500;
}
.login-screen-wrapper a {
    font-weight: 500;
    color: #101010;
}
.footer-wrap p {
    color: #d31d54;
    font-weight: 500;
    font-size: 12px;
}
.custom-btn-success {
  background-color: #223665;
  border-color: #ffffff;
  color: #fff;
}
/* .custom-btn-success:hover, .custom-btn-success:focus {background-color: #96C676;border-color: #96C676;color: #fff;} */
/* .custom-btn-success-bordered { border-color: #96C676; color: #96C676; background-color: #fff; font-weight: 500; } */
/* .custom-btn-success-bordered:hover { color: #96C676; } */

/* Header CSS Starts */

.custom-header {
    background-color: #223665;
}
.select2 { width: 100% !important;}
/* Header CSS Ends */
/* --- */
/* Sidebar with dropdown CSS Starts */

.side-bar {
    /* background: #1b1a1b; */
    /* backdrop-filter: blur(15px);
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -250px;
    overflow-y: auto;
    transition: 0.6s ease;
    transition-property: left; */
    padding-bottom: 20px;
        margin-top: 20px;
  }
  .side-bar::-webkit-scrollbar {
    width: 0px;
  }
.meter-chart-item {
  /* box-shadow: 0px 5px 12px -10px #000000; */
  border-radius: 10px;
  /* border: 1px solid #eee;  */
  position: relative;
  overflow: hidden;
  /* border:1px solid #fff; */
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}
.meter-chart-item:hover {
  box-shadow: none;
  transform: translateY(-2px);
  /* border-color: #ddd; */
}

  .side-bar.active {
    left: 0;
  }

  .side-bar .menu {
    width: 100%;
    /* margin-top: 30px; */
  }

  .side-bar .menu .item {
    position: relative;
    cursor: pointer;
  }

  .side-bar .menu .item > a {
    color: #223665;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 400;
    padding: 10px 20px;
  }
  .side-bar .menu .item > a:hover {
    color: #d31d54;
  }
  .sub-menu > a{
    color: #888ea8;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 7px 10px 7px 45px;
  }
  .sub-menu > a::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    border: 2px solid #979797;
    border-radius: 50%;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .sub-menu > a:hover {
    /* background-color: #dde3f3; */
    color: #4b516a;
  }
  .sub-menu > a:hover::before {
    border-color: #223665;
  }
  .side-bar .menu .item.active > a{
     background-color: #ebebeb !important;
    border-color: #223665 !important; 
    color: #d31d54;
    font-weight:  500;

  }
  .side-bar .menu .item > a,.side-bar .menu .item a.sub-btn {
    background-color:#DDE3F3;
    background-color:#fff;
  }

  .side-bar .menu .item a:hover {
    /* background: #33363a; */
    transition: 0.3s ease;
  }

  .side-bar .menu .item i {
    margin-right: 10px;
  }

  .side-bar .menu .item a .dropdown {
    position: absolute;
    right: 0;
    margin: 20px;
    transition: 0.3s ease;
  }
  .side-bar .menu .item .sub-menu {
    /* background: #262627; */
    display: none;
    padding: 0 0 0 10px;
  }
  .side-bar .menu .item .sub-menu .sub-item {
    padding: 7px 7px 7px 55px;
    font-size: 14px;
    margin-bottom: 1px;
  }
  .rotate {
    transform: rotate(90deg);
  }
  .close-btn {
    position: absolute;
    color: #fff;
    font-size: 23px;
    right: 0px;
    margin: 15px;
    cursor: pointer;
  }
  .menu-btn {
    position: absolute;
    color: rgb(0, 0, 0);
    font-size: 35px;
    margin: 25px;
    cursor: pointer;
  }

  .main {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
  }

  .main h1 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 60px;
    text-align: center;
    line-height: 80px;
  }
  .side-bar .menu .item > a {
    /* margin-bottom: 2px; */
  }
  .dropdown-toggle::after{
    color: #3b3f5c;
  }

  @media (max-width: 900px) {
    .main h1 {
      font-size: 40px;
      line-height: 60px;
    }
  }
  .sub-btn .oc-status {
    float: right;
    margin-right: 0 !important;
    position: absolute;
    right: 13px;
    top: 15px;
  }
  .sub-btn .oc-status::after {
    position: absolute;
    /* content:"\f105"; */
    content:"";
    height: 13px;
    width: 13px;
    opacity: 0.5;
    background-image: url(../images/right-arrow-next-svgrepo-com.svg);
    /* font-family: 'Line Awesome Free'; */
    font-weight: 600;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: 0;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
  }
  .sub-btn .oc-status.open::after{
    /* content:"\f107"; */
    transform: rotate(90deg); opacity: 1;
  }
.breadcrumb {
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.breadcrumb .breadcrumb-item a {
    color: #101010;
    text-decoration: none;
}
.dashboard-count-item {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  /* border: 1px solid #101010; */
  box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);
  border-radius: 10px;
  box-shadow: 0px 10px 12px -10px #000000;
  background: #edf1f5;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}
.dashboard-count-item:hover { box-shadow: none;}
.content a { text-decoration: none;}
.count-item > .dash-item-name { display: block;font-weight: 500; font-size: 14px; color: #2e2e2e;}
.count-item > .count-no { display: block; font-weight: 500; font-size: 24px; color: #223665;}
.dashboard-count-item > .dash-icon > img {
    height: 40px;
    width: 40px;
    object-fit: contain;
    -o-object-fit: contain;
}

/* Sidebar with dropdown CSS Ends */

/* Custom Nav Pills CSS Starts */

.custom-nav-tabs {
  /* justify-content: space-between;  */
  border-bottom: 0; }
.custom-nav-tabs .nav-item {
    margin-right: 15px;
    display: inline-block; margin-bottom: 15px;
    min-width: 180px; }
.custom-nav-tabs .nav-item:last-child { margin-right: 0;}
.custom-nav-tabs .nav-item .nav-link {background-color: #F6F8FE; padding: 10px; border: 0; }
.custom-nav-tabs .nav-item .nav-link > img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 7px;
}
.custom-nav-tabs .nav-item .nav-link > span { font-weight: 600; color: #101010;}
.custom-nav-tabs .nav-item .nav-link.active{
    background-color: #223665; color: #fff;
}
.custom-nav-tabs .nav-item .nav-link.active > span { color: #fff;}
.custom-nav-tabs .nav-item .nav-link.active > img {
  filter: invert(1);
}
.custom-tab-pane {
    padding: 30px 0;
}
.sub-title {
  /* background: #edf1f5; */
  /* background: #e1e9f1; */
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 7px 10px !important;
  color: #223665;
  border-bottom: 1px solid #e1e9f1;
}
.sub-title-inner {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 7px 10px !important;
  color: #223665;
  border-bottom: 1px solid #e1e9f1;
}

/* Custom Nav Pills CSS Ends */

/* The container */
.radio-check-item {
  display: inline-block;
  position: relative;
  padding: 10px 15px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 270px;
  min-width: 270px;
  border: 1px solid #676767;
  border-radius: 5px;
  text-align: center;
}
.custom-radio-wrap { display: flex; flex-wrap: wrap;}
.custom-radio-wrap .radio-check-item {
 margin-right: 20px;
}
.custom-radio-wrap .radio-check-item:last-child { margin-right: 0; }

/* Hide the browser's default radio button */
.radio-check-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-check-item > .radio-title {
  font-size: 14px;
  min-height: 39px;
}

/* Create a custom radio button */
.radio-check-item .checkmark {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.radio-check-item:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-check-item input:checked ~ .checkmark {
  background-color: #223665;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-check-item .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-check-item input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-check-item .checkmark:after {
  left: 9px;
  top: 5px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.radio-check-item > img {
  height: 150px;
  width: 150px;
  object-fit: contain;
}
.radio-check-item > h6 {
  color: #96C676;
  font-weight: 600;
}
.color-box {
  border: 1px solid #999;
  height: 10px;
  width: 10px;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bg-blue { background-color: blue!important;}
.bg-green { background-color: green!important;}
.bg-yellow { background-color: yellow!important;}
.bg-red { background-color: red!important;}
.bg-orange { background-color: orange!important;}
.bg-purple { background-color: purple!important;}

/* Custom Radio Button CSS Starts */

.custom-radio{position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;}
/* Hide the browser's default radio button */
  .custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  /* Create a custom radio button */
  .custom-radio .checkmark {
    position: relative;
    background-color: transparent;
    border: 1px solid #676767;
    font-size: 15px;
    padding: 10px 35px 10px 35px;
    border-radius: 5px;z-index: -1;
    display: block;
  }
  .custom-radio .checkmark > img {
    margin: 0 auto 10px;
  }

  /* On mouse-over, add a grey background color */
  .custom-radio:hover input ~ .checkmark {
    background-color: #F6F8FE;
  }

  /* When the radio button is checked, add a blue background */
  .custom-radio input:checked ~ .checkmark {
    background-color: #223665;
    color: #fff;
    border-color: #223665;
  }

  /* Create the indicator (the dot/circle - hidden when not checked) */
  .custom-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the indicator (dot/circle) when checked */
  .custom-radio input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the indicator (dot/circle) */
  /* .custom-radio .checkmark:after {
       top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  } */
.custom-radio-wrap .custom-radio {
    margin-right: 20px;
}
.custom-radio-wrap .custom-radio:last-child { margin-right: 0;}

/* Custom Radio Button CSS Ends */

.main-body-wrap {
  min-height: 80vh;
}

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

.form-control:focus, .form-control:active {
  box-shadow: 2px 2px 5px 0px rgba(13,110,253,.15);
}
.form-control, .form-select {
  /* padding: 10px 15px; */
  font-size: 14px; color: #727272; padding-top: 7px; padding-bottom: 7px;
}
.form-control ~ .input-group-append .btn { padding-top: 7px; padding-bottom: 7px; font-size: 14px;}
.form-label { font-weight: 500;
  color: #4e4e4e;
  font-size: 13px;
  letter-spacing: 0.5px;}
/* Speacification View CSS Starts */

.specification-wrapper {
  border: 1px solid #ddd;
  padding: 30px;
}
.heading-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background-color: #223665;
}
.heading-wrap > h5 { color: #fff; margin: 0; font-size: 20px; font-weight: 500; }
.table-wrap {
  border-bottom: 4px solid #223665;
}
canvas.final-product-view {
  border: 1px solid #eee;
  margin-bottom: 40px;
  width: 350px;
  height: 350px;
}
img.final-product-view {
  border: 1px solid #eee;
  margin-bottom: 40px;
  max-width: 350px;
  height: 350px;
  display: block;
}
.canvas-item-wrap { width: 400px;}


/* Speacification View CSS Ends */

/* Theme Form CSS Starts */

.profile-pic {
  height: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  width: 100px;
  border-radius: 50%;
  margin-right: 10px;
  float: left;
}
.image-selector {

}

/* New */
.avatar-upload {
  position: relative;
  max-width: 125px;
  margin: 10px 20px 0 0;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f303";
  font-family: "Font Awesome 5 Free";
  color: #757575;
  font-weight: 900;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 110px;
  height: 110px;
  position: relative;
  border-radius: 100%;
  border: 4px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.select2-container .select2-selection--single {
  height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 36px;}
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 36px;}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color:#223665;
}
.select2-container--default .select2-selection--single, .select2-dropdown, .select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color:#ced4da;
}
.select2-container .select2-search--inline .select2-search__field {
  padding: 0 5px;
}

#top-header .dropdown-item.active, #top-header .dropdown-item:active {
  background-color: #223665;
  color: #fff;
}

/* Theme Form CSS Ends */
.error{
  color: #d31d54;
}
.box-header { margin-bottom: 15px;}
.filter_box{
  display: none;
}
table.table-bordered.dataTable tr td, table.table-bordered.dataTable tr td{
  transition: all 50ms ease-in-out;
  padding-top: 5px;
  padding-bottom: 5px;
}
table.table-bordered.dataTable tr:hover td, table.table-bordered.dataTable tr:hover td{
  transform: translateY(-1px) scale(1.005);
}
table.table-bordered.dataTable th, table.table-bordered.dataTable th, table.table-bordered.dataTable td, table.table-bordered.dataTable td {
  border-right: 1px solid #dae9ff;border-left: 0; border-color: #dae9ff; color: #707070; vertical-align: middle;
}
table.table-bordered.dataTable thead th, table.table-bordered.dataTable thead th ,
table thead th{ border-bottom-color: #dae9ff !important; color: #000; background: #eef5fd;}
.table-hover>tbody>tr:hover {background-color: #eef5ff;--bs-table-accent-bg: transparent;}
.breadcrumb {
  transform: scale(0.9);
  transform-origin: left;
}
.hi_scrore {
  font-weight: 500;
}
.counter-grid-four {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  /* grid-gap: 10px; */
  max-height: 440px;
  overflow-y: auto;
  padding-bottom: 10px;
}
.counter-grid-two {
  display: grid;
  grid-template-columns: 50% 50%;
  /* grid-gap: 10px; */
  max-height: 440px;
  overflow-y: auto;
  padding-bottom: 10px; margin: 5px;
}
.counter-grid-item {
  text-align: center;
  background: #eef5ff;
  box-shadow: 0px 5px 12px -10px #000;
  border-radius: 10px;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin: 5px;
}
a.counter-grid-item {
  border: 1px solid #eee;
  background-color: #fff;
}
.counter-grid-item:hover {
  box-shadow: none;
}
.counter-grid-item h4 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 18px;
  color: #212c37;
}
.counter-grid-item small {color: #212c37;}
a.counter-grid-item:hover small, a.counter-grid-item:hover h4 {color: #223665;}
.counter-grid-item p {
  font-size: 13px;
}
.custom-shadow , .dataTables_length .form-select, .dataTables_filter .form-control {
  -o-box-shadow: 0px 5px 12px -10px #000000;
  -ms-box-shadow: 0px 5px 12px -10px #000000;
  -moz-box-shadow: 0px 5px 12px -10px #000000;
  -webkit-box-shadow: 0px 5px 12px -10px #000000;
  box-shadow: 0px 5px 12px -10px #000000;
}
.cursor-pointer {
  cursor: pointer;
}
.modal-max-body {
  min-height: 320px;
  max-height: 60vh;
  position: relative;
  overflow-y: auto;
}
.form-check { position: relative;}
.form-check-input + label.error {
  position: absolute;
  top: -16px;
  white-space: nowrap;
  left: 0;
  font-size: 13px;
}
.row-meter-chart {display: flex; flex-wrap: wrap; justify-content: center;}
.col-meter-chart {
  max-width: 50%;
  min-width: 130px;
  width: 50%;
  padding: 5px;
}
.chart-label-item > img { width: 20px; margin-right: 5px; }
.chart-label-item > small { font-size: 9px; font-weight: 500; color: #101010;}
.chart-label-item > span {font-size: 14px; font-weight: 400;}
.chart-redirect-title {
  color: #223665;
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
    padding-bottom: 5px;
  /* padding-right: 20px;
  background-image: url(../images/right-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;  */
}
/* .meter-chart-item:hover .chart-redirect-title {
  background-position: 100%;
} */
.redirect-icon {
  display: inline-block;
  background-image: url(../images/share.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 16px;
  margin-right: 7px; float: left;
}
.meter-chart-item .chart-label-wrapper small > img {
  width: 13px;
}
a.counter-grid-item:hover {
  background-color:#e1e9f1;
}
.title-small {
  font-size: 14px;
  font-weight: 600;
  color: #4e4e4e;
  padding: 7px; border-bottom: 1px solid #eee;
}

.view-bad-score{
    background: transparent !important;
    color: #223665 !important;
    border: 1px solid #81869a !important;
    font-size: 15px !important;
}
.view-bad-score p{
  background: #186bb8;
    padding: 7px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    margin-right: 5px;
}
.view-bad-score i{
  font-size: 15px;
}
.tb_right_border{
  border-right: 1px solid #81869a!important;
}
.tb_right_border_small{
  border-right: 1px solid #dae9ff!important;
}
.tb_main_head_color{
  color: #223665!important;
}
.btn-primary {
    color: #fff;
    background-color: #223665;
    border-color: #223665;
}
.btn-danger {
    color: #fff;
    background-color: #d31d54;
    border-color: #d31d54;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #223665;
    border-color: #223665;
}
.page-link {
    position: relative;
    display: block;
    color: #223665;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
table.table-bordered.dataTable th, table.table-bordered.dataTable th, table.table-bordered.dataTable td, table.table-bordered.dataTable td {
    border-right: 1px solid #223665;
    border-left: 0;
    border-color: #22366566;
    color: #707070;
    vertical-align: middle;
}
.icon8-color {
  color: #d31d54;
}
.flex-view{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px!important;
}

.flex-view label {
    width: 50%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
}
.flex-view input {
    width: 50%;
}

.date-input-container {
    display: flex;
    align-items: center;
}

.date-input-container .datepicker-icon {
    margin-left: -30px;
    margin-right: 10px;
    z-index: 1;
}
.text-red-500{
 color: #d31d54; 
}
.cke_notifications_area{
  display:none;
}