.search_box {
  border: none !important;
  border-bottom: 2px solid #eee !important;
  background: transparent;
  width: 100%;
  color: #ccc;
  border-radius: 0;
}
body{
  font-size: 14px !important;
}
input,
select,
textarea {
  background-color: rgba(0, 0, 0, 0.03) !important;
}
.side-nav .side-nav-inner .side-nav-menu>li.dropdown ul.dropdown-menu>li>a:hover {
  color: #ffffff;
}
.search_box:focus,
.form-control:focus {
  box-shadow: unset !important;
  outline: unset;
  border: 1px solid #1cb8f3 !important;
}
.nav-item.dropdown {
  width: 92%;
  border: 1px solid #ffffff47;
  margin: 7px auto;
  border-radius: 5px;
  background: rgb(255 255 255 / 2%);
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.bubble-shadow {
  position: relative;
  overflow: hidden;
}

.bubble-shadow:before {
  position: absolute;
  top: -10%;
  right: -140px;
  width: 300px;
  height: 300px;
  content: "";
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.bubble-shadow:after {
  position: absolute;
  top: -65px;
  right: 80px;
  width: 150px;
  height: 150px;
  content: "";
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #547aa0 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color:#4ac766;
  border-radius: 10px;
  border: 2px solid #ffffff;
}

/*----------------------------------------------------------
            ---- 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;
}



.side-nav .side-nav-inner .side-nav-menu li:hover,
.side-nav .side-nav-inner .side-nav-menu li.dropdown.open {
  background: #1f1f1f82;
}

.side-nav .side-nav-inner .side-nav-menu li>a {
  color: #b1b0b0;
  font-size: 12px !important;padding: 6px 14px;
}

.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;
}

.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);
}
::selection {
  background-color: #2a7ac9;
  color: #fff;
}

.round-10 {
  border-radius: 10px;
}

/*----------------------------------------------------------
            ---- Dashboard card ui design ---
----------------------------------------------------------*/


.font-17 {
  font-size: 18px !important;
}

.copy_text_click {
  font-weight: bold !important;
  cursor: pointer !important;
}

.card {
  border: none;
}

.menu-box {
  border: 1px solid #a1a1a1;
  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: 2px solid rgb(255, 0, 0);
  background: #fff;
}

.menu-box ul.menu-list>li a {
  background: #fff;
  display: block;
  font-size: 14px;
  color: red;
  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 a {
  color: blue;
}

.menu-box ul.menu-list ul li {
  color: blue;
  border: 0.5px solid #da4b51;
}

.menu-box li.menu-highlight {
  border: 1px dashed red !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;
  margin-top: 15px;
}

.bg-p {
  background: #f9fbfd;

}

/* .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;
}

.form {
  position: relative;
}

.form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f0eeee78;
  border-radius: 10px;
  z-index: 10000;
}

.form::after {
  content: "";
  position: absolute;
  top: 42%;
  left: 46%;
  transform: translate(-42%, -46%);
  width: 40px;
  height: 40px;
  z-index: 100000;
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #A4243B;
  border-bottom: 4px solid #A4243B;
  -webkit-animation: spin .12s linear infinite;
  animation: spin .12s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }

}

.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.upload_btn {
  background-color: transparent;
  border: none;
  outline: none;
  color: #72849a;
}

.file-input__label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  padding: 10px 40px;
  background-image: repeating-linear-gradient(112.5deg, rgb(0, 0, 0) 0px, rgb(0, 0, 0) 14px, transparent 14px, transparent 15px), repeating-linear-gradient(22.5deg, rgb(0, 0, 0) 0px, rgb(0, 0, 0) 14px, transparent 14px, transparent 15px), linear-gradient(90deg, hsl(146, 54%, 44%), hsl(218, 54%, 44%), hsl(290, 54%, 44%), hsl(2, 54%, 44%), hsl(74, 54%, 44%));
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

/* DRAG n DROP NAVIGATION SORTING */


.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .cf {
  zoom: 1;
}

*:first-child+html .cf {
  zoom: 1;
}


/**
 * Nestable
 */

.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}

.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dd-list .dd-list {
  padding-left: 30px;
}

.dd-collapsed .dd-list {
  display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}

.dd-handle {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: linear-gradient(top, #fafafa 0%, #eee 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dd-handle:hover {
  color: #2ea8e5;
  background: #fff;
}

.dd-item>button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

.dd-item>button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}

.dd-item>button[data-action="collapse"]:before {
  content: '-';
}

.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
    -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
    linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}

.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}

.dd-dragel>.dd-item .dd-handle {
  margin-top: 0;
}

.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
}

/**
 * Nestable Extras
 */

.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

#nestable-menu {
  padding: 0;
  margin: 20px 0;
}

#nestable-output,
#nestable2-output {
  width: 100%;
  height: 7em;
  font-size: 0.75em;
  line-height: 1.333333em;
  font-family: Consolas, monospace;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#nestable2 .dd-handle {
  color: #fff;
  border: 1px solid #999;
  background: #bbb;
  background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
  background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
  background: linear-gradient(top, #bbb 0%, #999 100%);
}

#nestable2 .dd-handle:hover {
  background: #bbb;
}

#nestable2 .dd-item>button:before {
  color: #fff;
}

@media only screen and (min-width: 700px) {

  .dd {
    float: left;
    width: 100%;
  }

  .dd+.dd {
    margin-left: 2%;
  }

}

.dd-hover>.dd-handle {
  background: #2ea8e5 !important;
}

/**
 * Nestable Draggable Handles
 */

.dd3-content {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px 5px 40px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: linear-gradient(top, #fafafa 0%, #eee 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dd3-content:hover {
  color: #2ea8e5;
  background: #fff;
}

.dd-dragel>.dd3-item>.dd3-content {
  margin: 0;
}

.dd3-item>button {
  margin-left: 30px;
}

.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #aaa;
  background: #ddd;
  background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
  background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
  background: linear-gradient(top, #ddd 0%, #bbb 100%);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.dd3-handle:before {
  content: '≡';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}

.dd3-handle:hover {
  background: #ddd;
}

/**
 * Socialite
 */

.socialite {
  display: block;
  float: left;
  height: 35px;
}

.img-thumbs,
.img-thumbs1,
.img-thumbs2,
.img-thumbs3,
.img-thumbs4,
.img-thumbs5,
.img-thumbs6 {
  background: #f1f2f3;
  border-radius: 0.25rem;
  margin: 0.5rem 0;
  padding: 0.4rem;
}

.img-thumbs-hidden,
.img-thumbs-hidden1,
.img-thumbs-hidden2,
.img-thumbs-hidden3,
.img-thumbs-hidden4,
.img-thumbs-hidden5,
.img-thumbs-hidden6 {
  display: none;
}

.wrapper-thumb,
.wrapper-thumb1,
.wrapper-thumb2,
.wrapper-thumb3,
.wrapper-thumb4,
.wrapper-thumb5,
.wrapper-thumb6 {
  position: relative;
  display: inline-block;
  margin: 5px 0;
  justify-content: space-around;
}

.img-preview-thumb,
.img-preview-thumb1,
.img-preview-thumb2,
.img-preview-thumb3,
.img-preview-thumb4,
.img-preview-thumb5,
.img-preview-thumb6 {
  background: #fff;
  border: 1px solid none;
  border-radius: 0.25rem;
  margin-right: 1rem;
  max-width: 100%;
  padding: 0.25rem;
  max-height: 200px;
}

.remove-btn,
.remove-btn1 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  top: -5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background: #dc3545;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;

}

.bg-grey {
  background-color: rgba(181, 213, 144, 0.2);
}

.remove-btn:hover,
.remove-btn1:hover {
  box-shadow: 0px 0px 3px grey;
  transition: all .3s ease-in-out;
}

.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-input__label {

  background: #0A1F35 !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;
}

.table th {
  color: #fff;
  font-weight: normal;
  text-align: start;
}

.table td {
  text-align: start;
}

.table tr:hover {
  background: rgba(181, 213, 144, 0.2);
}

.input-container {
  position: relative;
  width: 100%;
}

.file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.file-label {
  display: grid;
  place-content: center;
  padding: 0.6rem;
  background-color: #eee;
  background-image: radial-gradient(circle at 50% 50%, transparent 0, transparent 46%, #3F875F 48%, #3F875F 52%, transparent 54%);
  background-size: 8px 8px;
  background-position: center center;
  background-repeat: repeat;
  border: none;
  outline: none;
  padding: 20px 10px;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
}

.preview-container {
  margin-top: 1rem;
}

.preview-image {
  max-width: 100%;
  max-height: 200px;
}
 .file-input__inputis {
   width: 0.1px;
   height: 0.1px;
   opacity: 0;
   overflow: hidden;
   position: absolute;
   z-index: -1;
 }

 .file-input__labelis {
   cursor: pointer;
   display: inline-flex;
   align-items: center;
   border-radius: 4px;
   font-size: 14px;
   font-weight: 600;
   color: #fff;
   font-size: 14px;
   padding: 10px 40px;
   background-color: #007bff;
   box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
 }

 .file-input__labelis svg {
   height: 16px;
   margin-right: 4px;
 }