body {
  padding: 0px;
  margin: 0px;
  font-family: "Poppins" !important;
}

img {
  max-width: 100%;
  height: 0 auto;
}

a {
  text-decoration: none !important;
}

a:focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: none;
  outline-offset: 0px;
}

a:focus,
a:hover {
  text-decoration: none !important;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff"),
    url("../fonts/Poppins-Regular.ttf") format("truetype"),
    url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff"),
    url("../fonts/Poppins-Medium.ttf") format("truetype"),
    url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBold.woff") format("woff"),
    url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
    url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/Poppins-Bold.woff") format("woff"),
    url("../fonts/Poppins-Bold.ttf") format("truetype"),
    url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arboria";
  src: url("../fonts/Arboria-Bold.eot");
  src: url("../fonts/Arboria-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Arboria-Bold.woff2") format("woff2"),
    url("../fonts/Arboria-Bold.woff") format("woff"),
    url("../fonts/Arboria-Bold.ttf") format("truetype"),
    url("../fonts/Arboria-Bold.svg#Arboria-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*=============== Payment Start ==================*/

.payment_page_bg {
  background: url("../images/pay_form_bg.jpg") #000 no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  position: relative;
  padding: 40px 0;
}

.payment_page_bg:before {
  /* background: rgba(0, 0, 0, 0.95); */
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.payment_page_bg:after {
  background: url("../images/overlay_img.png") no-repeat center;
  background-size: cover;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.payment_page_bg .container {
  position: relative;
  z-index: 9;
}

.payment_page_logo {
  text-align: center;
}

.payment_page_logo svg {
  width: 235px;
}

/* .payment_page_box {
	padding: 45px;
	margin-top: 20px;
	border-radius: 10px;
	background: rgb(255,241,18);
	background: linear-gradient(132deg, rgba(255,241,18,0.19649858234309348) 0%, rgba(0,0,0,0) 50%, rgba(246,134,51,0.202100823239452) 100%);
} */
.payment_page_box {
  padding: 45px;
  margin-top: 20px;
  border-radius: 10px;
  background: rgb(35, 152, 209);
  background: linear-gradient(
    132deg,
    rgba(35, 152, 209, 0.19649858234309348) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(35, 152, 209, 0.202100823239452) 100%
  );
}

.payment_page_heading {
  font-family: "Arboria";
  font-size: 35px;
  font-weight: bold;
  line-height: 1.1;
  background: linear-gradient(#fff112, #f68633);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.payment_page_text {
  color: rgba(255, 255, 255, 0.8);
  padding: 0 10%;
  margin-top: 15px;
}

.order_form_box {
  position: relative;
  margin-top: 15px;
}

.order_form_box img {
  width: 15px;
  position: absolute;
  top: 16px;
  left: 15px;
}

.order_form_box .form-control {
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
  background: none !important;
  color: #fff !important;
  font-size: 15px;
  min-height: 48px;
  box-shadow: none !important;
  padding-left: 38px;
}

.order_form_box .form-control option {
  color: #222;
  font-weight: normal;
}

.order_form_box select.form-control {
  background: url("../images/dropdown.png") no-repeat center right 10px !important;
  padding-right: 30px;
}

.order_form_box .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.order_form_box .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.order_form_box .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.order_form_box .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.order_form_btn {
  border-radius: 5px;
  font-weight: 500;
  padding: 11px 22px;
  background-image: -moz-linear-gradient(
    -90deg,
    rgb(255, 241, 18) 0%,
    rgb(246, 134, 51) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgb(255, 241, 18) 0%,
    rgb(246, 134, 51) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(255, 241, 18) 0%,
    rgb(246, 134, 51) 100%
  );
}

.common_btn2 {
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.common_btn2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f68633;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.common_btn2:hover,
.common_btn2:focus,
.common_btn2:active {
  color: #fff;
}

.common_btn2:hover:before,
.common_btn2:focus:before,
.common_btn2:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.checkbox-wrapper-15 .cbx {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.checkbox-wrapper-15 .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-15 .cbx span:first-child {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: scale(1);
  vertical-align: middle;
  background: #eee;
  transition: all 0.2s ease;
}

.checkbox-wrapper-15 .cbx span:first-child svg {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 4px;
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-15 .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #1e9fda;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  transition-delay: 0.2s;
}

.checkbox-wrapper-15 .cbx span:last-child {
  margin-left: 8px;
  color: #fff;
  font-size: 14px;
}

.checkbox-wrapper-15 .cbx span:last-child a {
  color: #fff;
}

.checkbox-wrapper-15 .cbx:hover span:first-child {
  border-color: #1e9fda;
}

.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child {
  border-color: #1e9fda;
  background: #1e9fda;
  animation: check-15 0.6s ease;
}

.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(2.2);
  opacity: 0;
  transition: all 0.6s ease;
}

.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:last-child {
  color: #fff;
  transition: all 0.3s ease;
}

.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:last-child:after {
  transform: scaleX(1);
  transition: all 0.3s ease;
}

@keyframes check-15 {
  50% {
    transform: scale(1.2);
  }
}

.alert-danger {
  font-size: 12px;
  padding: 5px 0;
  color: red;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 9999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
  background: -webkit-radial-gradient(
    rgba(20, 20, 20, 0.8),
    rgba(0, 0, 0, 0.8)
  );
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;

  -webkit-box-shadow: #f98e33 1.5em 0 0 0,
    #f98e33 1.1em 1.1em 0 0,
    #f98e33 0 1.5em 0 0,
    #f98e33 -1.1em 1.1em 0 0,
    #f98e33 -1.5em 0 0 0,
    #f98e33 -1.1em -1.1em 0 0,
    #f98e33 0 -1.5em 0 0,
    #f98e33 1.1em -1.1em 0 0;

  box-shadow: #f98e33 1.5em 0 0 0,
    #f98e33 1.1em 1.1em 0 0,
    #f98e33 0 1.5em 0 0,
    #f98e33 -1.1em 1.1em 0 0,
    #f98e33 -1.5em 0 0 0,
    #f98e33 -1.1em -1.1em 0 0,
    #f98e33 0 -1.5em 0 0,
    #f98e33 1.1em -1.1em 0 0;
}


/* 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);
  }
}

.select_address_btn {
  width: 100%;
  color: #fff;
  background: #0795e9;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 500;
  border-radius: 5px;
  border: none;
}

.card {
  background: #fff !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 5px !important;
}

.card-header {
  background: #fff !important;
  color: #0795e9 !important;
}

/*=============== Payment End ==================*/

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);

* {
  box-sizing: border-box;
}

body {
  background: #f0f0f0;
  line-height: normal;
  font-size: 16px;
  overflow-y: scroll;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased !important;
}

a,
a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
}

a:active {
  color: #fff !important;
}

.sm-img {
  height: 50px !important;
  width: 50px !important;
}

::-moz-selection {
  background: #5af;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #5af;
  color: #fff;
  text-shadow: none;
}

.rad-page-title {
  margin-bottom: 20px;
  text-shadow: 1px 4px 6px #c6c6c6, 0 0 0 #000, 1px 4px 6px #c6c6c6;
}

.rad-page-title button {
  float: right;
  min-width: 100px;
  height: 45px;
  text-align: left;
  margin-right: 15px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 0;
  background: white;
  border: none !important;
  outline: none !important;
}

.rad-page-title button i {
  margin: 0 10px;
}

.rad-page-title h1 {
  font-size: 22px;
  font-weight: 500;
  display: block;
  margin: 0;
}

.rad-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  height: 75px;
  padding: 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 10000;
}

.rad-logo-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 75px;
  min-width: 230px;
}

.rad-logo {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #f98e33 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.rad-logo img {
  height: 42px;
  width: auto;
  margin-right: 10px;
  border-radius: 4px;
}

.rad-logo i {
  margin-right: 8px;
  font-size: 22px;
  color: #fff;
}

.rad-top-nav-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

.rad-navigation .links {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.rad-navigation .links > li {
  list-style: none;
  margin: 0 5px;
}

.rad-navigation .rad-menu-item {
  color: #f98e33;
  font-size: 16px;
}

.rad-navigation .rad-menu-item:hover {
  color: #222;
}

.rad-logo-hidden {
  line-height: 75px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 22px;
  text-decoration: none;
  color: #222533;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  transition: all 0.2s ease-in-out;
}

.links {
  margin-right: 10px;
  position: relative;
}

.links > li {
  list-style: none;
  position: relative;
  margin: 10px;
  display: inline-block;
}

.lg-text {
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

.sm-text {
  font-size: 11px;
  color: #c6c6c6;
}

.md-text {
  font-size: 12px;
  color: #c6c6c6;
}

.rad-notification-item {
  width: 100%;
  padding: 15px;
  /* border-bottom: 1px solid #eeeeee; */
}

.rad-notification-item:hover {
  background: #f5f5f5;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: white !important;
  background-color: #f98e33 !important;
}

.rad-notification-item .rad-notification-content {
  color: #404040;
}

.rad-notification-body {
  color: black;
  vertical-align: middle;
  margin-left: 30px;
}

.rad-logo-container {
  width: 400px;
  text-align: center;
  height: 50px;
  float: left;
  transition: all 0.2s ease-in-out;
}

.rad-top-nav-container {
  float: right;
  transition: all 0.2s ease-in-out;
}

.rad-toggle-btn,
.rad-logo {
  text-decoration: none;
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  color: #222533;
  display: inline-block;
}

.rad-logo i {
  padding-top: 2px;
  vertical-align: middle;
  margin-right: 10px;
}

.rad-toggle-btn:hover {
  background: #f9f9f9;
}

.rad-menu-item {
  position: relative;
  padding: 0 5px;
  line-height: 30px;
  height: 30px;
  color: #89949b;
  z-index: 5;
  display: inline-block;
}

.rad-badge {
  height: 20px;
  color: white;
  border-radius: 10px;
  line-height: 20px;
  font-size: 12px;
  background: #e94b3b;
  box-shadow: 0.5px 0.2px 1px rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: center;
}

.rad-menu-badge {
  position: absolute;
  min-width: 20px;
  min-height: 20px;
  line-height: 20px;
  font-weight: bold;
  color: white;
  border-radius: 100%;
  font-size: 12px;
  background: #e94b3b;
  box-shadow: 0.5px 0.2px 1px rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: center;
  top: -10px;
  z-index: 1;
}

.sm-menu {
  min-width: 150px !important;
}

.sm-menu > li {
  padding: 10px;
  text-align: left;
}

.sm-menu > li i {
  margin: 0 10px 0 0;
}

.sm-menu > li > a {
  padding: 10px;
}

.rad-dropmenu-item.active {
  display: block;
  -webkit-animation: flipInX 1s ease;
}

.rad-dropmenu-item {
  position: absolute;
  top: 55px;
  min-width: 250px;
  background: white;
  display: none;
  border: 1px solid #f98e33;
  border-top: 5px solid #f98e33;
  border-radius: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  list-style: unset;
  padding: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.rad-dropmenu-item:before {
  content: "";
  position: absolute;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: #f98e33 transparent;
  top: -14px;
  /* right: 8px; */
}

.rad-dropmenu-item.rad-settings {
  right: 0 !important;
  left: auto !important;
}

.rad-dropmenu-item.rad-settings:before {
  right: 5px !important;
  left: auto !important;
}

.rad-dropmenu-item.rad-settings > .rad-notification-item:hover {
  background: #fff !important;
}

.rad-dropmenu-item.rad-settings > .rad-notification-item i {
  font-size: 24px;
}

.rad-dropmenu-footer,
.rad-dropmenu-header {
  display: block !important;
  background: #cfd8dc;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 !important;
  padding: 6px;
  text-align: center;
}

.rad-dropmenu-footer > a,
.rad-dropmenu-header > a {
  color: white;
  line-height: 12px;
  text-decoration: none;
}

.rad-dropmenu-header {
  border-bottom: 1px solid #cfd8dc;
}

.rad-dropmenu-footer {
  border-top: 1px solid #cfd8dc;
}

.rad-chk-pin {
  margin: 0 !important;
}

.rad-chk-pin span {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 40px;
  border-radius: 4px;
  background: crimson;
  border: 1px solid #f6f6f6;
}

.rad-chk-pin span:after {
  content: "";
  position: absolute;
  background: white;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  top: -1px;
  left: 0px;
  box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease;
}

.rad-chk-pin input {
  display: none;
}

.rad-chk-pin input:checked + span {
  background: #23ae89;
}

.rad-chk-pin input:checked + span:after {
  left: 19px;
}

.hide {
  display: none;
}

.rad-option-selected {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -2px 4px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
  transition: all 0.2s linear;
}

.rad-color-swatch {
  display: table;
  width: 90px;
  height: 25px;
  border-radius: 4px;
}

.rad-color-swatch .colors {
  width: 25px;
  height: 25px;
  display: table-cell;
  cursor: pointer;
}

.rad-color-swatch .colors input[type="radio"] {
  display: none;
}

.rad-color-swatch .colors:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rad-color-swatch .colors:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* ==== SIDEBAR STYLING (Hindu Economic Forum Theme) ==== */
/* ==== SIDEBAR (Clean Orange Theme) ==== */
.rad-sidebar {
  position: fixed;
  top: 75px;
  left: 0;
  height: calc(100vh - 75px);
  width: 80px;
  background: #fff;
  border-right: 2px solid #f98e33;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  transition: width 0.3s ease;
  z-index: 1000;
  width: 100px;
}

.rad-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}

.rad-sidebar li {
  margin: 12px 0;
}

.rad-sidebar li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f98e33;
  /* icons visible even when not hovered */
  font-size: 20px;
  height: 55px;
  width: 55px;
  margin: 0 auto;
  border-radius: 12px;
  background-color: rgb(249 142 51);
  transition: all 0.25s ease;
  position: relative;
}

.rad-sidebar li a:hover {
  background-color: #ffffff;
  color: #f98e33;
  transform: translateY(-2px);
  box-shadow: 0 3px 8px rgba(249, 142, 51, 0.4);
  border: 1px solid #f98e33;
}

.rad-sidebar li a i {
  position: relative;
  z-index: 2;
  transition: color 0.25s ease;
}

.rad-sidebar li a:hover i {
  color: #f98e33;
  /* icon turns white when hovered */
}

/* Active State */
.rad-sidebar li.active a {
  background-color: #f98e33;
  color: #fff;
  box-shadow: 0 3px 8px rgba(249, 142, 51, 0.3);
}

/* Optional Tooltip text when collapsed */
.rad-sidebar li a span {
  display: none;
}

/* For Expanded Sidebar (if you toggle) */
.rad-sidebar.expanded {
  width: 220px;
}

.rad-sidebar.expanded li a {
  justify-content: flex-start;
  padding-left: 20px;
}

.rad-sidebar.expanded li a span {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.icon-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  transform: translate3d(-43px, 0, 0);
  transition: all 0.2s ease-in-out;
}

.rad-txt-primary {
  color: #1c7ebb;
}

.rad-bg-primary {
  background: #1c7ebb;
}

.rad-txt-success {
  color: #23ae89;
}

.rad-bg-success {
  background: #23ae89;
}

.rad-txt-danger {
  color: #e94b3b;
}

.rad-bg-danger {
  background: #e94b3b;
}

.rad-txt-warning {
  color: #f98e33;
}

.rad-bg-warning {
  background: #f98e33;
}

.rad-txt-violet {
  color: #6a55c2;
}

.rad-bg-violet {
  background: #6a55c2;
}

.rad-logo-container.rad-nav-min {
  transform: translate3d(-180px, 0, 0);
}

.rad-logo-container.rad-nav-min .rad-logo {
  opacity: 0;
}

.rad-logo-container.rad-nav-min + .rad-logo-hidden {
  opacity: 1;
  visibility: visible;
}

/* .rad-sidebar.rad-nav-min {
  width: 45px !important;
} */
.rad-sidebar.rad-nav-min .rad-sidebar-item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s linear;
  transform: translate3d(-200px, 0, 0);
}

.rad-sidebar.rad-nav-min .icon-bg {
  transform: translate3d(0, 0, 0);
}

.rad-sidebar.rad-nav-min i {
  border: 0px;
  color: white;
  transition: all 0.2s linear;
}

.rad-sidebar.rad-nav-min li:hover .icon-bg {
  transform: scale(1.2, 1);
}

.rad-body-wrapper {
  position: absolute;
  left: 230px;
  top: 75px;
  width: auto;
  right: 0;
  transition: all 0.2s ease-in-out;
}

.rad-body-wrapper.rad-nav-min {
  left: 50px;
}

.rad-collapse {
  height: 0px;
  padding: 0;
  opacity: 0;
  overflow: hidden;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
  }
}

@media screen and (max-width: 450px) {
  .rad-info-box i {
    opacity: 0.3;
  }

  .flat-theme .rad-toggle-btn {
    right: 20px !important;
  }

  .flat-theme .rad-top-nav-container .links:last-child {
    display: none;
  }
}

@media screen and (min-width: 850px) {
  .rad-logo-container {
    height: 75px;
  }

  .rad-logo-container .rad-logo {
    line-height: 75px;
  }

  .rad-logo-container .rad-toggle-btn {
    line-height: 75px;
    height: auto;
  }

  .rad-top-nav-container {
    padding: 10px;
  }

  .rad-sidebar {
    top: 75px;
  }

  .rad-body-wrapper {
    top: 100px;
  }

  .flat-theme .rad-toggle-btn {
    top: 20px !important;
  }
}

@media screen and (max-width: 850px) {
  .flat-theme .rad-menu-badge {
    top: -3px;
  }

  .flat-theme .rad-toggle-btn {
    right: 20px !important;
  }

  .flat-theme .rad-body-wrapper {
    top: 125px !important;
  }

  .flat-theme .rad-sidebar {
    position: absolute;
  }

  .flat-theme .rad-navigation {
    position: absolute;
  }

  .flat-theme .rad-navigation .links > li:first-child {
    margin-left: 15px !important;
  }

  .flat-theme.sticky .brand-icon {
    display: inline-block;
  }

  .flat-theme.sticky .rad-logo-container {
    z-index: 10000;
  }

  .flat-theme.sticky .rad-logo-container .rad-toggle-btn {
    color: #89949b !important;
    position: fixed;
    right: 120px !important;
    background: #f6f6f6;
    top: 11px;
  }

  .flat-theme.sticky .rad-logo-container .rad-toggle-btn:hover {
    background: crimson;
    color: #fff !important;
  }

  .flat-theme.sticky .rad-navigation {
    height: 50px;
  }

  .flat-theme.sticky .rad-sidebar {
    top: 50px;
    position: fixed;
  }

  .flat-theme.sticky .rad-top-nav-container {
    background: #fff important;
    box-shadow: 0 0px 9px 4px rgba(0, 0, 0, 0.1),
      0 -5px 2px 2px rgba(0, 0, 0, 0.1);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
  }

  .flat-theme.sticky .links {
    margin-left: 50px;
  }

  .flat-theme.sticky .brand-icon {
    margin-left: 0px;
  }

  .flat-theme.sticky .brand-icon:hover {
    color: #fff;
  }

  .rad-navigation {
    height: 100px;
  }

  .rad-logo-container.rad-nav-min {
    transform: translate3d(0, 0, 0);
    background: transparent;
  }

  .rad-logo-container.rad-nav-min .rad-logo {
    opacity: 1;
  }

  .rad-logo-container.rad-nav-min + .rad-logo-hidden {
    display: none;
  }

  .rad-logo-container {
    display: block;
    float: none;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
  }

  .rad-top-nav-container {
    display: block;
    float: none;
    height: 50px;
    background: white;
  }

  .rad-top-nav-container .links > li > a {
    font-size: 12px;
  }

  .rad-menu-badge {
    font-size: 10px;
    min-width: 15px;
    min-height: 15px;
    line-height: 15px;
  }

  .rad-sidebar {
    top: 100px;
  }

  .rad-sidebar.rad-nav-min {
    transform: translate3d(-200px, 0, 0);
  }

  .rad-body-wrapper {
    top: 125px;
    position: relative;
  }

  .rad-body-wrapper.rad-nav-min {
    left: 0px;
  }
}

.panel {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 0 !important;
  position: relative;
  -webkit-transition: all 0.2s linear;
}

.panel-close {
  transform: scale3d(0, 0, 0);
}

.panel-body {
  position: relative;
  -webkit-transition: all 0.2s linear;
}

.panel-heading {
  background: white !important;
  border-radius: 0;
  padding: 15px;
  border-bottom: 0 !important;
}

.panel-heading .panel-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  color: #515d6e;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
}

.overlay:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  width: 1px;
  display: inline-block;
  margin-left: -5px;
}

.overlay .overlay-content {
  display: inline-block;
  vertical-align: middle;
}

.overlay i {
  display: block;
  position: inline-block;
  vertical-align: middle;
  color: black;
}

.rad-panel-action {
  list-style: none;
  display: inline-block;
  float: right;
}

.rad-panel-action li {
  display: inline-block;
  color: #515d6e;
  margin: 0 5px;
  cursor: pointer;
}

.rad-info-box {
  margin-bottom: 16px;
  box-shadow: 1px 1px 2px 0 #cccccc;
  padding: 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  background: white !important;
}

.rad-info-box i {
  display: block;
  background-clip: padding-box;
  margin-right: 15px;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 4.4em;
  position: absolute;
}

.rad-info-box .value,
.rad-info-box .heading {
  display: block;
  position: relative;
  color: #515d6e;
  text-align: right;
  z-index: 10;
}

.rad-info-box .heading {
  font-size: 1.2em;
  font-weight: 300;
  text-transform: uppercase;
}

.rad-info-box .value {
  font-size: 2.1em;
  font-weight: 600;
  margin-top: 5px;
}

.rad-list-group-item {
  margin: 5px 10px 25px 5px;
}

.rad-list-group-item:after {
  content: "";
  display: table;
}

.rad-chat {
  border: 1px solid rgba(198, 198, 198, 0.5);
  padding: 0 10px;
  border-radius: 2px;
  position: relative;
}

.rad-chat-body {
  position: relative;
}

.rad-list-group-item.left .rad-chat {
  margin-left: 50px;
}

.rad-list-group-item.left .rad-chat .sm-text {
  float: right;
}

.rad-list-group-item.left .rad-chat:after {
  content: "";
  border-top: 1px solid rgba(198, 198, 198, 0.5);
  border-left: 1px solid rgba(198, 198, 198, 0.5);
  height: 10px;
  width: 10px;
  background: white;
  position: absolute;
  left: -6px;
  top: 10px;
  transform: rotate(-45deg);
}

.rad-chat-msg {
  font-size: 14px;
  color: #585f69;
}

.rad-list-group-item.right .rad-chat {
  margin-right: 50px;
}

.rad-list-group-item.right .rad-chat .lg-text {
  float: right;
}

.rad-list-group-item.right .rad-chat:after {
  content: "";
  border-top: 1px solid rgba(198, 198, 198, 0.5);
  border-right: 1px solid rgba(198, 198, 198, 0.5);
  height: 10px;
  width: 10px;
  background: white;
  position: absolute;
  right: -6px;
  top: 10px;
  transform: rotate(45deg);
}

.rad-list-icon {
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  line-height: 40px;
  text-align: center;
  color: white;
  top: -5px;
}

.icon-shadow {
  box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.26);
}

.rad-list-img {
  border-radius: 100%;
  width: 32px;
  height: 32px;
}

.rad-list-group {
  position: relative;
}

.rad-list-group.group:before {
  content: "";
  position: absolute;
  background: rgba(198, 198, 198, 0.3);
  top: -20px;
  bottom: -20px;
  left: 25px;
  width: 1px;
}

.rad-list-content {
  line-height: 1.3;
  margin-left: 50px;
}

.rad-timeline {
  padding: 10px 0;
  position: relative;
}

.rad-timeline:before {
  content: "";
  position: absolute;
  border: 1px solid #c6c6c6;
  left: 50%;
  top: 0;
  height: 100%;
  bottom: 1px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.rad-timeline .rad-timeline-item {
  list-style: none;
  padding: 10px;
  position: relative;
  vertical-align: middle;
  margin-bottom: 20px;
  font-size: 14px;
}

.rad-timeline .rad-timeline-item .rad-timeline-badge {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -15px;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 12px;
  border-radius: 100%;
  text-align: center;
  line-height: 25px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.2s easein-out;
  border: 2px solid #fff;
}

.rad-timeline .rad-timeline-item .rad-timeline-badge span {
  transition: all 200ms linear;
  transform: scale(0);
  opacity: 0;
  position: absolute;
  color: #e6e6e6;
  background: Grey;
  min-width: 70px;
  border-radius: 3px;
}

.rad-timeline .rad-timeline-item .rad-timeline-badge span.pull-right {
  right: 35px;
}

.rad-timeline .rad-timeline-item .rad-timeline-badge span.pull-left {
  left: 35px;
}

.rad-timeline .rad-timeline-item .rad-timeline-badge:hover span {
  opacity: 1;
  transform: scale(1);
}

.rad-timeline .rad-timeline-item .rad-timeline-panel {
  position: relative;
  width: 40%;
  background: #fff;
  padding: 15px;
  top: -20px;
  margin-left: 10px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.rad-timeline .rad-timeline-item .rad-timeline-panel:after {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 30px;
  right: -8.5px;
  margin-top: -10px;
  transform: rotate(135deg);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.rad-timeline .rad-timeline-item:before {
  content: "";
  display: table;
}

.rad-timeline .rad-timeline-item:after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
}

.rad-timeline .rad-timeline-item:first-child {
  margin-top: 20px;
}

.rad-timeline .rad-timeline-item .pull-right.rad-timeline-panel {
  background: #e6e6e6;
  margin-right: 10px;
}

.rad-timeline .rad-timeline-item .pull-right.rad-timeline-panel:after {
  content: "";
  left: -8.5px;
  transform: rotate(-45deg);
  background: #e6e6e6;
}

.rad-timeline-footer p {
  display: inline-block;
  font-weight: 600;
  color: #515d6e;
}

.rad-timeline-footer p i {
  font-size: 24px;
  color: crimson;
}

.fa-spin {
  -webkit-animation: fa-spin 0.5s infinite linear;
  animation: fa-spin 0.5s infinite linear;
}

.brand-icon {
  font-size: 22px;
  height: 50px;
  display: inline-block;
  float: left;
  width: 50px;
  background-color: crimson;
  text-align: center;
  line-height: 50px;
  color: white;
  font-weight: 700;
  transition: all 0.2s linear;
  margin-left: -230px;
  display: none;
}

.flat-theme body {
  background: #f1f2f7;
}

.flat-theme .rad-navigation {
  text-align: left;
}

.flat-theme .rad-navigation .rad-top-nav-container {
  float: none !important;
}

.flat-theme .rad-navigation .rad-top-nav-container .links:last-child {
  float: none !important;
}

.flat-theme
  .rad-navigation
  .rad-top-nav-container
  .links:last-child
  > li
  > ul.rad-dropmenu-item {
  left: 0;
}

.flat-theme
  .rad-navigation
  .rad-top-nav-container
  .links:last-child
  > li
  > ul.rad-dropmenu-item:before {
  left: 8px;
  right: 100%;
}

.flat-theme
  .rad-navigation
  .rad-top-nav-container
  .links:last-child
  > li:first-child {
  margin-left: 30px;
}

.flat-theme .rad-navigation .rad-top-nav-container .links > li {
  text-align: center;
}

.flat-theme .rad-navigation .rad-top-nav-container .links > li > a {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background: #f6f6f6;
  display: inline-block;
  line-height: 32px;
}

.flat-theme .rad-navigation .rad-top-nav-container .links > li:hover > a {
  color: white !important;
}

.flat-theme .rad-logo-container.rad-nav-min {
  transform: none;
}

.flat-theme .rad-logo-container.rad-nav-min .rad-logo {
  opacity: 1;
}

.flat-theme .rad-logo-container.rad-nav-min + .rad-logo-hidden {
  opacity: 0;
}

.flat-theme .rad-logo-container {
  position: relative;
  z-index: 1000;
}

.flat-theme .rad-logo-container .rad-toggle-btn {
  font-size: 14px;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  line-height: 30px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  right: -15px;
  background: #f6f6f6;
  top: 7.5px;
  transition: all 0.2s linear;
}

.flat-theme .rad-sidebar {
  background: #32323a !important;
  box-shadow: none;
}

.flat-theme .rad-sidebar li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.flat-theme .rad-sidebar li:hover {
  background: #28282a !important;
}

.flat-theme .rad-sidebar li a i {
  color: white;
}

.flat-theme .rad-sidebar li a > span {
  color: #aeb2b7 !important;
  -webkit-transition: none;
}

.flat-theme .rad-info-box {
  box-shadow: none !important;
  border-radius: 4px;
}

.flat-theme .panel {
  box-shadow: none !important;
  border-radius: 4px !important;
  border: none !important;
}

.flat-theme .panel .panel-heading {
  background: #fafafa !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.flat-theme .panel .panel-body {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.flat-theme .panel-default {
  border-color: none;
}

.flat-theme .nvtooltip {
  position: absolute;
  background-color: white;
  padding: 1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 10000;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial,
    sans-serif !important;
  font-size: 13px;
  text-align: left;
  pointer-events: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  min-width: 100px;
}

.flat-theme .nvtooltip h3 {
  font-size: 13px;
  margin: 0;
  padding: 2px 4px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: rgba(247, 247, 247, 0.75);
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.flat-theme .nvtooltip p {
  margin: 0;
  font-size: 12px;
  padding: 2px;
  text-align: center;
}

.flat-theme .nvtooltip span {
  display: inline-block;
  margin: 2px 0;
}

.rad-bg-crimson {
  background: crimson;
}

.flat-theme.crimson .rad-toggle-btn,
.flat-theme.crimson .rad-logo {
  color: white;
}

.flat-theme.crimson .rad-logo-container {
  background: crimson !important;
}

.flat-theme.crimson .rad-page-title .btn {
  background: #ad102f !important;
  color: white;
  border-radius: 4px !important;
  box-shadow: none;
}

.flat-theme.crimson .rad-toggle-btn {
  background: #ad102f !important;
}

.flat-theme.crimson .rad-toggle-btn:hover {
  background: #ed365b !important;
}

.flat-theme.crimson .rad-dropmenu-footer,
.flat-theme.crimson .rad-dropmenu-header {
  background: #ad102f !important;
}

.flat-theme.crimson .links > li:not(.no-color):hover > a {
  background: #eb1f48 !important;
}

.flat-theme.crimson .rad-dropmenu-item {
  border-color: #ad102f !important;
}

.flat-theme.crimson .rad-dropmenu-item:before {
  border-color: #ad102f transparent;
}

.flat-theme.crimson .rad-sidebar li:hover a > span {
  color: crimson !important;
}

@media screen and (max-width: 850px) {
  .flat-theme.crimson.sticky .rad-toggle-btn {
    background: #fafafa !important;
    color: #89949b !important;
  }
}

.flat-theme.crimson.sticky .brand-icon,
.flat-theme.crimson.sticky .rad-toggle-btn:hover {
  background: crimson !important;
  color: #fff !important;
}

.rad-bg-teal {
  background: #1fb5ad;
}

.flat-theme.teal .rad-toggle-btn,
.flat-theme.teal .rad-logo {
  color: white;
}

.flat-theme.teal .rad-logo-container {
  background: #1fb5ad !important;
}

.flat-theme.teal .rad-page-title .btn {
  background: #188983 !important;
  color: white;
  border-radius: 4px !important;
  box-shadow: none;
}

.flat-theme.teal .rad-toggle-btn {
  background: #188983 !important;
}

.flat-theme.teal .rad-toggle-btn:hover {
  background: #2cdbd2 !important;
}

.flat-theme.teal .rad-dropmenu-footer,
.flat-theme.teal .rad-dropmenu-header {
  background: #188983 !important;
}

.flat-theme.teal .links > li:not(.no-color):hover > a {
  background: #23cbc2 !important;
}

.flat-theme.teal .rad-dropmenu-item {
  border-color: #188983 !important;
}

.flat-theme.teal .rad-dropmenu-item:before {
  border-color: #188983 transparent;
}

.flat-theme.teal .rad-sidebar li:hover a > span {
  color: #1fb5ad !important;
}

@media screen and (max-width: 850px) {
  .flat-theme.teal.sticky .rad-toggle-btn {
    background: #fafafa !important;
    color: #89949b !important;
  }
}

.flat-theme.teal.sticky .brand-icon,
.flat-theme.teal.sticky .rad-toggle-btn:hover {
  background: #1fb5ad !important;
  color: #fff !important;
}

.rad-bg-orange {
  background: #ff503f;
}

.flat-theme.orange .rad-toggle-btn,
.flat-theme.orange .rad-logo {
  color: white;
}

.flat-theme.orange .rad-logo-container {
  background: #ff503f !important;
}

.flat-theme.orange .rad-page-title .btn {
  background: #ff220c !important;
  color: white;
  border-radius: 4px !important;
  box-shadow: none;
}

.flat-theme.orange .rad-toggle-btn {
  background: #ff220c !important;
}

.flat-theme.orange .rad-toggle-btn:hover {
  background: #ff7e72 !important;
}

.flat-theme.orange .rad-dropmenu-footer,
.flat-theme.orange .rad-dropmenu-header {
  background: #ff220c !important;
}

.flat-theme.orange .links > li:not(.no-color):hover > a {
  background: #ff6759 !important;
}

.flat-theme.orange .rad-dropmenu-item {
  border-color: #ff220c !important;
}

.flat-theme.orange .rad-dropmenu-item:before {
  border-color: #ff220c transparent;
}

.flat-theme.orange .rad-sidebar li:hover a > span {
  color: #ff503f !important;
}

@media screen and (max-width: 850px) {
  .flat-theme.orange.sticky .rad-toggle-btn {
    background: #fafafa !important;
    color: #89949b !important;
  }
}

.flat-theme.orange.sticky .brand-icon,
.flat-theme.orange.sticky .rad-toggle-btn:hover {
  background: #ff503f !important;
  color: #fff !important;
}

.rad-bg-purple {
  background: rebeccapurple;
}

.flat-theme.purple .rad-toggle-btn,
.flat-theme.purple .rad-logo {
  color: white;
}

.flat-theme.purple .rad-logo-container {
  background: rebeccapurple !important;
}

.flat-theme.purple .rad-page-title .btn {
  background: #4d2673 !important;
  color: white;
  border-radius: 4px !important;
  box-shadow: none;
}

.flat-theme.purple .rad-toggle-btn {
  background: #4d2673 !important;
}

.flat-theme.purple .rad-toggle-btn:hover {
  background: #8040bf !important;
}

.flat-theme.purple .rad-dropmenu-footer,
.flat-theme.purple .rad-dropmenu-header {
  background: #4d2673 !important;
}

.flat-theme.purple .links > li:not(.no-color):hover > a {
  background: #7339ac !important;
}

.flat-theme.purple .rad-dropmenu-item {
  border-color: #4d2673 !important;
}

.flat-theme.purple .rad-dropmenu-item:before {
  border-color: #4d2673 transparent;
}

.flat-theme.purple .rad-sidebar li:hover a > span {
  color: rebeccapurple !important;
}

@media screen and (max-width: 850px) {
  .flat-theme.purple.sticky .rad-toggle-btn {
    background: #fafafa !important;
    color: #89949b !important;
  }
}

.flat-theme.purple.sticky .brand-icon,
.flat-theme.purple.sticky .rad-toggle-btn:hover {
  background: rebeccapurple !important;
  color: #fff !important;
}

.rad-bg-twitter {
  background: #55acee;
}

.flat-theme.twitter .rad-toggle-btn,
.flat-theme.twitter .rad-logo {
  color: white;
}

.flat-theme.twitter .rad-logo-container {
  background: #55acee !important;
}

.flat-theme.twitter .rad-page-title .btn {
  background: #2795e9 !important;
  color: white;
  border-radius: 4px !important;
  box-shadow: none;
}

.flat-theme.twitter .rad-toggle-btn {
  background: #2795e9 !important;
}

.flat-theme.twitter .rad-toggle-btn:hover {
  background: #83c3f3 !important;
}

.flat-theme.twitter .rad-dropmenu-footer,
.flat-theme.twitter .rad-dropmenu-header {
  background: #2795e9 !important;
}

.flat-theme.twitter .links > li:not(.no-color):hover > a {
  background: #6cb7f0 !important;
}

.flat-theme.twitter .rad-dropmenu-item {
  border-color: #2795e9 !important;
}

.flat-theme.twitter .rad-dropmenu-item:before {
  border-color: #2795e9 transparent;
}

.flat-theme.twitter .rad-sidebar li:hover a > span {
  color: #55acee !important;
}

@media screen and (max-width: 850px) {
  .flat-theme.twitter.sticky .rad-toggle-btn {
    background: #fafafa !important;
    color: #89949b !important;
  }
}

.flat-theme.twitter.sticky .brand-icon,
.flat-theme.twitter.sticky .rad-toggle-btn:hover {
  background: #55acee !important;
  color: #fff !important;
}

.rad-grid,
.rad-chart {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
}

.chart-wrapper {
  height: 400px;
  overflow: hidden;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

rad-panel .panel {
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.05), 0 2px 5px rgba(0, 0, 0, 0.3) !important;
  border-radius: 0 !important;
  position: relative;
  height: 100%;
  -webkit-transition: all 0.2s linear;
}

rad-panel .panel-body {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 34px;
  bottom: 15px;
  -webkit-transition: all 0.2s linear;
}

/* .modal-content {
  margin-top: 130px;
} */

.header-content {
  width: 100%;
  overflow-x: hidden;
}

.main-content {
  /* width: 100%; */
  overflow-x: hidden;
  margin-left: 100px;
  margin-top: 75px;
}

.dashboard-header {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
}

.rad-navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.search-bar {
  position: relative;
  display: flex;
  align-items: center;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 25px;
  padding: 6px 12px;
  width: 500px;
  transition: all 0.3s ease;
}

.search-bar input {
  border: none;
  outline: none;
  background: transparent;
  flex: 1;
  font-size: 14px;
}

.search-bar i {
  color: #f98e33;
  margin-left: 5px;
  cursor: pointer;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f98e33;
  padding: 6px 10px;
  border-radius: 25px;
  box-shadow: 0 2px 6px rgb(89 83 83 / 67%);
  color: white;
}

.user-info img {
  height: 35px;
  width: 35px;
  border-radius: 50%;
}

.username {
  font-weight: 600;
  /* color: #333; */
}

:root {
  --theme-orange: #f98e33;
  --theme-light: #fff7f0;
  --theme-dark: #d06f1e;
}

/* Whole section */
.dashboard-section {
  margin: 20px;
}

/* 🔹 Top bar */
.dashboard-top {
  border-radius: 8px;
  margin-bottom: 10px;
  border-left: 5px solid var(--theme-orange);
}

/* Title color */
.text-primary-orange {
  color: var(--theme-orange);
}

/* 🔹 Filter buttons */
.filter-buttons .btn {
  background: var(--theme-light);
  border: 1px solid var(--theme-orange);
  color: var(--theme-orange);
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 20px;
  transition: 0.3s ease;
}

.filter-buttons .btn.active,
.filter-buttons .btn:hover {
  background: var(--theme-orange);
  color: #fff;
}

/* 🔹 Graph + Stats layout */
.dashboard-content {
  border-radius: 8px;
  align-items: flex-start;
  gap: 20px;
}

/* 📊 Graph styling */
.graph-container {
  flex: 2;
  min-width: 480px;
}

/* 🔢 Stats boxes */
.stats-boxes {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.stat-box {
  background: var(--theme-light);
  border-radius: 12px;
  border: 1px solid #eee;
  cursor: pointer;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stat-box:hover,
.stat-box.active {
  background: var(--theme-orange);
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(249, 142, 51, 0.3);
}

.count {
  font-size: 2rem;
  font-weight: 700;
}

.search-section {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  background: #ffffff;
  border-radius: 8px;
  transition: box-shadow 0.2s cubic-bezier(0.25, 0.1, 0.17, 0.97);
  background-color: #ffd7b55c;
  margin: 40px 20px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 29%);
}

.search-section .form-control {
  flex: 1;
  min-width: 0;
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 20px;
  border: 2px solid #f98e33;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.search-section .form-control:focus {
  border-color: #f98e33;
  box-shadow: 0 0 0 3px rgba(249, 142, 51, 0.15);
  outline: none;
}

.search-section .btn-outline-secondary {
  padding: 10px 14px;
  font-size: 18px;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: none;
  border-bottom: 2px solid #999999;
  border-radius: 20px;
  width: 150px;
  background: #f98e33;
}

.search-section .btn-outline-secondary:hover {
  background: #f8f9fa;
  color: #f98e33;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #f98e33;
}

.search-section .btn-outline-secondary:hover .fa-search {
  color: #f98e33;
}

.search-section .btn-primary {
  padding: 10px 14px;
  background: #ffffff;
  border: none;
  box-shadow: 0 2px 6px rgba(249, 142, 51, 0.2);
  transition: background 0.2s ease, box-shadow 0.2s ease;
  border-bottom: 2px solid #f98e33;
  width: 150px;
  border-radius: 20px;
  color: #f98e33;
  font-size: 18px;
}

.search-section .btn-primary:hover {
  background: #e27d22;
  box-shadow: 0 4px 12px rgba(249, 142, 51, 0.3);
  border-bottom: 2px solid #999999;
  color: white;
}

.search-section .fa-search {
  margin-left: 5px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}

/* Scoped to filter-modal so other modals stay unchanged */
.filter-modal .modal-content {
  border-radius: 12px;
  padding: 30px 30px 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.filter-modal.show .modal-content {
  transform: translateY(0);
  opacity: 1;
}

.filter-modal .modal-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #e9ecef;
}
.filter-modal .modal-title {
  color: #222;
  font-size: 22px;
  font-weight: 600;
}

.filter-modal .filter-form .form-label {
  font-weight: 500;
  color: #555;
  margin-bottom: 4px;
}

.filter-modal .filter-form .form-control,
.filter-modal .filter-form .form-select {
  border: 1px solid #dbe2e6;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 15px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.filter-modal .filter-form .form-control:focus,
.filter-modal .filter-form .form-select:focus {
  border-color: #f98e33;
  box-shadow: 0 0 0 5px rgba(249, 142, 51, 0.15);
  outline: none;
}

.filter-modal .modal-footer {
  padding-top: 15px;
  border-top: 1px solid #e9ecef;
}

.filter-modal .modal-footer .btn-secondary {
  background: #f8f9fa;
  color: #555;
  border: 1px solid #ccc;
  padding: 10px 22px;
  font-size: 15px;
  border-radius: 6px;
  transition: background 0.3s ease;
}
.filter-modal .modal-footer .btn-secondary:hover {
  background: #e9ecef;
}

.filter-modal .modal-footer .btn-primary {
  background: #f98e33;
  border: none;
  padding: 10px 24px;
  font-size: 15px;
  border-radius: 6px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(249, 142, 51, 0.2);
  /* transition: background 0.3s ease, box-shadow 0.3s ease; */
}
.filter-modal .modal-footer .btn-primary:hover {
  background: #e27d22;
  box-shadow: 0 6px 16px rgba(249, 142, 51, 0.3);
}

@media (max-width: 576px) {
  .filter-modal .modal-dialog {
    max-width: 96%;
    margin: 12px auto;
  }
  .filter-modal .modal-content {
    padding: 20px 20px 15px;
  }
}

.search-results {
  padding: 0px 20px;
  text-align: center;
}

.placeholder-image {
  max-width: 300px;
  width: 100%;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.placeholder-image:hover {
  opacity: 0.8;
}

.search-results .table {
  margin-top: 20px;
}

/* optionally ensure mobile responsiveness */
@media (max-width: 576px) {
  .search-results {
    padding: 20px 10px;
  }
}


#toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Toast box */
.toast {
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  min-width: 250px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  font-weight: 500;
  font-size: 15px;
  color: #333;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

.toast.success {
  border-left: 5px solid #2bb673;
  color: #2bb673;
}

.toast.info {
  border-left: 5px solid #157188;
  color: #2ba1b6;
}

.toast.error {
  border-left: 5px solid #e63946;
  color: #e63946;
}

/* Progress bar */
.toast .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: currentColor;
  width: 100%;
  animation: progressAnimation 2s linear forwards;
}

@keyframes progressAnimation {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
