@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700;800&display=swap');

body {
  font-family: 'Roboto Slab', serif;
}

.search_box {
  border: none !important;
  border-bottom: 2px solid #eee !important;
  background: transparent;
  width: 100%;
  color: #ccc;
  border-radius: 0;
}
.rounded-10{
  border-radius: 10px;
}
.shadow-c{
  border: 1px solid #FA5252;
  /* box-shadow: 0 3px 7px rgba(0, 0, 0, 0.138) !important; */
}
.rounded-20 {
  border-radius: 20px;
}
input span,
select span,
textarea span {
  margin-top: 10px !important;
}

input,
select,
select.form-control,
select.select.select2,
textarea {
  background-color: rgba(0, 0, 0, 0.03) !important;
}

.search_box:focus,
.form-control:focus {
  box-shadow: unset !important;
  outline: unset;
  border: 1px solid #1cb8f3 !important;
}

.swal2-popup.swal2-toast {
  padding: 0.8em 1em !important;
}

.copy_text_click {
  font-weight: bold !important;
  cursor: pointer !important;
}

.menu-box {
  margin: 0px;
  padding: 5px;
}

.menu-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-box ul.menu-list li {
  display: block;
  margin-bottom: 5px;
  border: 1px solid #6c757d91;
  background: #fff;
  border-radius: 10px;
}

.menu-box ul.menu-list>li a {
  display: block;
  font-size: 14px !important;
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
}

.menu-box ul.menu-list>li a:hover {
  cursor: move;
}

.menu-box ul.menu-list ul {
  margin-left: 20px;
  margin-top: 5px;
}


.menu-box ul.menu-list ul li {
  border: 0.5px dotted #ccc;
}

.menu-box li.menu-highlight {
  border: 1px dashed rgb(10, 101, 162) !important;
  background: #f5f5f5;
}

.switch {
  display: inline-block;
  height: 23px;
  position: relative;
  width: 60px;
}

.switch input {
  display: none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 26px;
}

input:checked+.slider {
  background-color: #66bb6a;
}

input:checked+.slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.container {
  margin: 0 auto;
}

.switch input[type=checkbox]+label {
  zoom: 0.8 !important;
}

/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #a05c54 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
  height: 9px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #2ea8e5;
  border-radius: 10px;
  border: 2px solid #ffffff;
}

.bg-p {
  background: #f9fbfd;

}

.h2_new {
  font-weight: bolder !important;
  font-size: 30px !important;
  color: #414141 !important;
}

.h4_new {
  font-weight: 700 !important;
  font-size: 24px !important;
  color: #414141 !important;
}

.h5_new {
  font-weight: 600 !important;
  font-size: 20px !important;
  color: #414141 !important;
}

.h6_new {
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #414141 !important;
}

.border-none {
  border: none !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.bg_light {
  background: #ededf594 !important;
}

.border_10 {
  border-radius: 10px !important;
}

.border_20 {
  border-radius: 20px 20px 0 0 !important;
}

.font-7 {
  font-size: 7px !important;
}

.font-8 {
  font-size: 8px !important;
}

.font-9 {
  font-size: 9px !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-23 {
  font-size: 23px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-25 {
  font-size: 25px !important;
}

/*----------------------------------------------------------
                ---- Dashboard card ui design ---
    ----------------------------------------------------------*/
.bg-magenta {
  background: rgba(235, 47, 150, 0.05);
}

.bg-red {
  background: rgba(222, 68, 54, 0.05);
}

.bg-volcano {
  background: rgba(250, 84, 28, 0.05);
}

.bg-orange {
  background: rgba(250, 140, 22, 0.1);
}

.bg-gold {
  background: rgba(255, 193, 7, 0.1);
}

.bg-lime {
  background: rgba(160, 217, 17, 0.1);
}

.bg-green {
  background: #b0ebc4;
}

.bg-cyan {
  background: rgba(0, 201, 167, 0.1);
}

.bg-blue {
  background: rgba(63, 135, 245, 0.1);
}

.bg-geekblue {
  background: rgba(47, 84, 235, 0.1);
}

.bg-purple {
  background: rgba(136, 108, 255, 0.1);
}

.card {
  box-shadow: none;
}

.d-g-c {
  color: #4ac766;
}

.d-g-b {
  background: #4ac76614;
}

.d-g-bor {
  border-bottom: 4px solid #4ac766 !important;
}


.d-s-c {
  color: #1cb8f3;
}

.d-s-b {
  background: #1cb8f317;
}

.d-s-bor {
  border-bottom: 4px solid #1cb8f3 !important;
}

i {
  cursor: pointer;
}

.d-o-c {
  color: #ffc107;
}

.avatar-md {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  font-size: 14px !important;
}

.d-o-b {
  background: #ffc10717;
}

.d-o-bor {
  border-bottom: 4px solid #ffc107 !important;
}

.card,
.rounded-15 {
  border-radius: 15px;
}

.d-r-c {
  color: #dc3545;
}

.d-r-b {
  background: #dc35451f;
}

.d-r-bor {
  border-bottom: 4px solid #dc3545 !important;
}

.fw-5 {
  font-weight: 500;
  font-size: 13px !important;
}

/* .card h4, .card p{
    color:#fff;
  }*/
.inputGroup {
  background-color: #fff;
  display: block;
  position: relative;
  width: 100%;
}

.ch_label {
  padding: 5px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  border-radius: 5px;
}

.ch_label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';

  background-image: linear-gradient(to right, rgb(195, 20, 50), rgb(36, 11, 54));
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}

.ch_label:after {
  width: 32px;
  height: 32px;
  content: '';
  background-color: #e5e5e5;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 20px;
  bottom: 5%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}

.badge-success {
  background: #68d8d6;
}

.ch_input:checked~.ch_label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}

.ch_input:checked~.ch_label:after {
  background-color: #00c9a7;
  border-color: #54E0C7;
}


.ch_input {

  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.rounded-top {
  border-radius: 15px 50px 0px 0px !important;
}

.table td,
.table th {
  border: 1px solid rgba(181, 213, 144, 0.5);
}

.table td {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.table th {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  white-space: nowrap;
}

.table th {
  color: #3c3939;
  font-weight: normal;
  text-align: start;
}

.table td {
  text-align: start;
}

.table tr:hover {
  background: rgba(181, 213, 144, 0.2);
}
.fw-5 {
  font-weight: 500;
  font-size: 13px !important;
}

.side-nav .side-nav-inner .side-nav-menu li a {
  color: #a4a4aa;
  transition: all 0.3s ease;
  padding: 7px 12px;
}

.side-nav .side-nav-inner .side-nav-menu li:hover,
.side-nav .side-nav-inner .side-nav-menu li.dropdown.open {
  background: #ffffff14;
}

.side-nav .side-nav-inner .side-nav-menu li:hover>a,
.side-nav .side-nav-inner .side-nav-menu li.dropdown.open>a,
.side-nav .side-nav-inner .side-nav-menu li.dropdown.open>a .icon-holder,
.side-nav .side-nav-inner .side-nav-menu li:hover>a .icon-holder {
  /* color: #2a2a2a; */
  color: #eee;
}

.dropdown-menu>li>a:hover {
  color: #fff !important;
}

.side-nav .side-nav-inner .side-nav-menu li.dropdown:hover .arrow .arrow-icon:before,
.side-nav .side-nav-inner .side-nav-menu li.dropdown.open .arrow .arrow-icon:after {

  background-image: linear-gradient(to right, #eee, #eee);
}

.side-nav .side-nav-inner .side-nav-menu li.dropdown:hover .arrow .arrow-icon:before,
.side-nav .side-nav-inner .side-nav-menu li.dropdown.open .arrow .arrow-icon:after {
  background-image: linear-gradient(to right, #eee, #eee);
}
.nav-item.dropdown {
  width: 92%;
  border: 1px solid #ffffff47;
  margin: 7px auto;
  border-radius: 5px;
  background: rgb(255 255 255 / 2%);
}
.side-nav .side-nav-inner .side-nav-menu li.dropdown .arrow .arrow-icon:before,
.side-nav .side-nav-inner .side-nav-menu li.dropdown .arrow .arrow-icon:after {
  content: '';
  position: absolute;
  background: 0 0;
  background-image: linear-gradient(to right, rgba(42, 42, 42, 0.75), rgb(232 229 229 / 75%));
}

::selection {
  background-color: #2a7ac9;
  color: #fff;
}
.custo-head {
  position: relative;
  padding: 9px;
  background-color: #495057;
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.custo-head::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 100%;
  border-top: 37px solid transparent;
  border-left: 61px solid #495057;
}

.custom {
  padding-bottom: 7px;
  border-bottom: 1px solid #ccc !important;
}