/*
	===============================
			@Import	Function
	===============================
*/
/*
	===============================
			@Import	Mixins
	===============================
*/
body.layout-rtl {
  /*
  ==================
      Switches
  ==================
  */
  /* 
  ====================
      SLIM TOGGLE
  ====================
  */
  /* 
  ========================
      MATERIAL TOGGLE
  ========================
  */
  /* 
  ========================
      Inner Text
  ========================
  */
  /* 
  ========================
      Inner Icon
  ========================
  */
  /* 
  ========================
      Inner Icon Circle
  ========================
  */
  /* 
  ========================
      Dual Label Circle
  ========================
  */
  /* 
  ========================
      Inner Label
  ========================
  */
}
body.layout-rtl .switch {
  display: block;
  min-height: 1.5rem;
  padding-right: 1.5em;
  margin-bottom: 0.125rem;
}
body.layout-rtl .switch .switch-input {
  float: right;
  margin-right: -1.5em;
}
body.layout-rtl .switch-input {
  width: 1em;
  height: 1em;
  vertical-align: top;
  background-color: #bfc9d4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #bfc9d4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  width: 48px;
  height: 25px;
  cursor: pointer;
}
body.layout-rtl .switch-input[type=checkbox] {
  border-radius: 0.25em;
}
body.layout-rtl .switch-input[type=radio] {
  border-radius: 50%;
}
body.layout-rtl .switch-input:active {
  filter: brightness(90%);
}
body.layout-rtl .switch-input:focus {
  outline: 0;
}
body.layout-rtl .switch-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
body.layout-rtl .switch-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
body.layout-rtl .switch-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
body.layout-rtl .switch-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
body.layout-rtl .switch-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
body.layout-rtl .switch-input[disabled] ~ .switch-label, body.layout-rtl .switch-input:disabled ~ .switch-label {
  opacity: 0.5;
}
body.layout-rtl .form-switch-custom {
  padding-right: 2.5em;
}
body.layout-rtl .form-switch-custom .switch-input {
  margin-right: -2.5em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: %231b2e4b;'%3E%3Cpath d='M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm4.207 12.793-1.414 1.414L12 13.414l-2.793 2.793-1.414-1.414L10.586 12 7.793 9.207l1.414-1.414L12 10.586l2.793-2.793 1.414 1.414L13.414 12l2.793 2.793z'%3E%3C/path%3E%3C/svg%3E");
  background-position: right center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
body.layout-rtl .form-switch-custom .switch-input:focus, body.layout-rtl .form-switch-custom .switch-input:active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: %231b2e4b;'%3E%3Cpath d='M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm4.207 12.793-1.414 1.414L12 13.414l-2.793 2.793-1.414-1.414L10.586 12 7.793 9.207l1.414-1.414L12 10.586l2.793-2.793 1.414 1.414L13.414 12l2.793 2.793z'%3E%3C/path%3E%3C/svg%3E");
}
body.layout-rtl .form-switch-custom .switch-input:checked {
  background-position: left center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(255, 255, 255, 1);'%3E%3Cpath d='M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm-1.999 14.413-3.713-3.705L7.7 11.292l2.299 2.295 5.294-5.294 1.414 1.414-6.706 6.706z'%3E%3C/path%3E%3C/svg%3E");
}
@media (prefers-reduced-motion: reduce) {
  body.layout-rtl .form-switch-custom .switch-input {
    transition: none;
  }
}
body.layout-rtl .switch-inline {
  display: inline-block;
  margin-left: 1rem;
}
body.layout-rtl .switch-inline .input-checkbox {
  display: block;
  float: right;
  position: relative;
}
body.layout-rtl .switch-inline label {
  margin-bottom: 0;
  vertical-align: -webkit-baseline-middle;
  vertical-align: -moz-middle-with-baseline;
  margin-right: 8px;
  vertical-align: sub;
  vertical-align: text-top;
  cursor: pointer;
}
body.layout-rtl .form-switch-custom.form-switch-primary .switch-input:checked {
  background-color: #4361ee;
  border-color: #4361ee;
}
body.layout-rtl .form-switch-custom.form-switch-info .switch-input:checked {
  background-color: #2196f3;
  border-color: #2196f3;
}
body.layout-rtl .form-switch-custom.form-switch-success .switch-input:checked {
  background-color: #00ab55;
  border-color: #00ab55;
}
body.layout-rtl .form-switch-custom.form-switch-warning .switch-input:checked {
  background-color: #e2a03f;
  border-color: #e2a03f;
}
body.layout-rtl .form-switch-custom.form-switch-secondary .switch-input:checked {
  background-color: #805dca;
  border-color: #805dca;
}
body.layout-rtl .form-switch-custom.form-switch-danger .switch-input:checked {
  background-color: #e7515a;
  border-color: #e7515a;
}
body.layout-rtl .form-switch-custom.form-switch-dark .switch-input:checked {
  background-color: #3b3f5c;
  border-color: #3b3f5c;
}
body.layout-rtl .switch-inline.slim-toggle .input-checkbox {
  display: block;
  float: right;
  position: relative;
}
body.layout-rtl .switch-inline.slim-toggle .input-checkbox:before {
  position: absolute;
  content: "";
  right: -31px;
  left: 0;
  background: #e7515a;
  width: 193%;
  height: 5px;
  top: 42.5%;
  border-radius: 60px;
  width: 42px;
  z-index: 0;
}
body.layout-rtl .slim-toggle.form-switch-custom .switch-input {
  background-color: transparent !important;
  border: none !important;
  z-index: 2;
  position: relative;
}
body.layout-rtl .slim-toggle.form-switch-custom .switch-input:checked {
  background-color: transparent !important;
  border: none !important;
  z-index: 2;
  position: relative;
}
body.layout-rtl .switch-inline.slim-toggle .switch-input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgb(191 201 212);'%3E%3Cpath d='M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2z'%3E%3C/path%3E%3C/svg%3E");
}
body.layout-rtl .material-toggle .switch-input {
  height: 23px;
}
body.layout-rtl .switch-inline.material-toggle .input-checkbox {
  display: block;
  float: right;
  position: relative;
}
body.layout-rtl .switch-inline.material-toggle .input-checkbox:before {
  position: absolute;
  content: "";
  right: -29px;
  left: 0;
  background: #e7515a;
  width: 193%;
  height: 14px;
  top: 22.5%;
  border-radius: 60px;
  width: 36px;
  z-index: 0;
}
body.layout-rtl .material-toggle.form-switch-custom .switch-input {
  background-color: transparent !important;
  border: none !important;
  z-index: 2;
  position: relative;
}
body.layout-rtl .material-toggle.form-switch-custom .switch-input:checked {
  background-color: transparent !important;
  border: none !important;
  z-index: 2;
  position: relative;
}
body.layout-rtl .switch-inline.material-toggle .switch-input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgb(191 201 212);'%3E%3Cpath d='M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2z'%3E%3C/path%3E%3C/svg%3E");
}
body.layout-rtl .switch-inline.inner-text-toggle .input-checkbox {
  display: block;
  float: right;
  position: relative;
}
body.layout-rtl .switch-inline.inner-text-toggle .input-checkbox span.switch-chk-label {
  position: absolute;
  font-size: 8px;
  top: 7px;
  color: #fff;
  pointer-events: none;
}
body.layout-rtl .switch-inline.inner-text-toggle .input-checkbox span.label-left {
  right: -30px;
  z-index: 3;
}
body.layout-rtl .switch-inline.inner-text-toggle .input-checkbox span.label-right {
  right: -7px;
  z-index: 3;
}
body.layout-rtl .inner-text-toggle.form-switch-custom .switch-input {
  z-index: 2;
  position: relative;
}
body.layout-rtl .inner-text-toggle.form-switch-custom .switch-input:checked {
  z-index: 2;
  position: relative;
}
body.layout-rtl .switch-inline.inner-text-toggle .switch-input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(255, 255, 255, 1);'%3E%3Cpath d='M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2z'%3E%3C/path%3E%3C/svg%3E");
}
body.layout-rtl .inner-text-toggle.form-switch-custom .switch-input:active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(255, 255, 255, 1);'%3E%3Cpath d='M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2z'%3E%3C/path%3E%3C/svg%3E");
  filter: none;
}
body.layout-rtl .switch-inline.inner-icon-toggle .input-checkbox {
  display: block;
  float: right;
  position: relative;
}
body.layout-rtl .switch-inline.inner-icon-toggle .input-checkbox span.switch-chk-label {
  position: absolute;
  font-size: 8px;
  top: 5.5px;
  color: #fff;
  pointer-events: none;
}
body.layout-rtl .switch-inline.inner-icon-toggle .input-checkbox span.label-left {
  right: -30px;
  z-index: 3;
}
body.layout-rtl .switch-inline.inner-icon-toggle .input-checkbox span.label-right {
  right: -7px;
  z-index: 3;
}
body.layout-rtl .switch-inline.inner-icon-toggle .input-checkbox span.switch-chk-label svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}
body.layout-rtl .inner-icon-toggle.form-switch-custom .switch-input {
  z-index: 2;
  position: relative;
}
body.layout-rtl .inner-icon-toggle.form-switch-custom .switch-input:checked {
  z-index: 2;
  position: relative;
}
body.layout-rtl .switch-inline.inner-icon-toggle .switch-input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(255, 255, 255, 1);'%3E%3Cpath d='M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2z'%3E%3C/path%3E%3C/svg%3E");
  background-color: #000;
  border-color: #515365;
}
body.layout-rtl .switch-inline.inner-icon-toggle .switch-input:checked {
  background-color: #e2a03f;
  border-color: #e2a03f;
}
body.layout-rtl .inner-icon-toggle.form-switch-custom .switch-input:active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(255, 255, 255, 1);'%3E%3Cpath d='M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2z'%3E%3C/path%3E%3C/svg%3E");
  filter: none;
}
body.layout-rtl .inner-icon-circle-toggle {
  padding: 0;
}
body.layout-rtl .inner-icon-circle-toggle .switch-label {
  vertical-align: sub;
}
body.layout-rtl .inner-icon-circle-toggle .switch-input {
  width: 30px;
  height: 30px;
  margin-left: 0;
  margin-right: 0;
  background-size: 21px;
  background-position: center;
}
body.layout-rtl .switch-inline.inner-icon-circle-toggle .input-checkbox {
  display: block;
  float: right;
  position: relative;
}
body.layout-rtl .inner-icon-circle-toggle.form-switch-custom .switch-input {
  z-index: 2;
  position: relative;
}
body.layout-rtl .inner-icon-circle-toggle.form-switch-custom .switch-input:checked {
  z-index: 2;
  position: relative;
}
body.layout-rtl .switch-inline.inner-icon-circle-toggle .switch-input {
  background-color: #515365;
  border-color: #515365;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(255, 255, 255, 1);transform: ;msFilter:;'%3E%3Cpath d='M12 11.807A9.002 9.002 0 0 1 10.049 2a9.942 9.942 0 0 0-5.12 2.735c-3.905 3.905-3.905 10.237 0 14.142 3.906 3.906 10.237 3.905 14.143 0a9.946 9.946 0 0 0 2.735-5.119A9.003 9.003 0 0 1 12 11.807z'%3E%3C/path%3E%3C/svg%3E");
}
body.layout-rtl .switch-inline.inner-icon-circle-toggle .switch-input:checked {
  background-color: #805dca;
  border-color: #805dca;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(255, 255, 255, 1);'%3E%3Cpath d='M6.995 12c0 2.761 2.246 5.007 5.007 5.007s5.007-2.246 5.007-5.007-2.246-5.007-5.007-5.007S6.995 9.239 6.995 12zM11 19h2v3h-2zm0-17h2v3h-2zm-9 9h3v2H2zm17 0h3v2h-3zM5.637 19.778l-1.414-1.414 2.121-2.121 1.414 1.414zM16.242 6.344l2.122-2.122 1.414 1.414-2.122 2.122zM6.344 7.759 4.223 5.637l1.415-1.414 2.12 2.122zm13.434 10.605-1.414 1.414-2.122-2.122 1.414-1.414z'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
}
body.layout-rtl .inner-icon-circle-toggle.form-switch-custom .switch-input:active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(255, 255, 255, 1);transform: ;msFilter:;'%3E%3Cpath d='M12 11.807A9.002 9.002 0 0 1 10.049 2a9.942 9.942 0 0 0-5.12 2.735c-3.905 3.905-3.905 10.237 0 14.142 3.906 3.906 10.237 3.905 14.143 0a9.946 9.946 0 0 0 2.735-5.119A9.003 9.003 0 0 1 12 11.807z'%3E%3C/path%3E%3C/svg%3E");
  filter: none;
}
body.layout-rtl .switch-inline.inner-icon-circle-toggle .switch-input:checked:active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(255, 255, 255, 1);'%3E%3Cpath d='M6.995 12c0 2.761 2.246 5.007 5.007 5.007s5.007-2.246 5.007-5.007-2.246-5.007-5.007-5.007S6.995 9.239 6.995 12zM11 19h2v3h-2zm0-17h2v3h-2zm-9 9h3v2H2zm17 0h3v2h-3zM5.637 19.778l-1.414-1.414 2.121-2.121 1.414 1.414zM16.242 6.344l2.122-2.122 1.414 1.414-2.122 2.122zM6.344 7.759 4.223 5.637l1.415-1.414 2.12 2.122zm13.434 10.605-1.414 1.414-2.122-2.122 1.414-1.414z'%3E%3C/path%3E%3C/svg%3E");
}
body.layout-rtl .dual-label-toggle {
  padding: 0;
  display: inline-flex;
  margin: 0;
}
body.layout-rtl .dual-label-toggle .switch-label {
  align-self: center;
  margin: 0;
}
body.layout-rtl .dual-label-toggle .switch-label-left {
  margin-left: 8px;
}
body.layout-rtl .dual-label-toggle .switch-label-right {
  margin-right: 8px;
}
body.layout-rtl .dual-label-toggle .input-checkbox {
  float: none;
}
body.layout-rtl .dual-label-toggle .switch-input {
  float: none;
  margin: 0;
}
body.layout-rtl .switch.inner-label-toggle {
  padding: 0;
  margin-left: 0;
  margin-bottom: 0;
  overflow: hidden;
}
body.layout-rtl .switch.inner-label-toggle .switch-input {
  min-width: 150px;
  height: 44px;
  border-radius: 8px;
  margin-right: 0;
}
body.layout-rtl .switch-inline.inner-label-toggle .input-checkbox {
  display: block;
  float: right;
  position: relative;
}
body.layout-rtl .switch-inline.inner-label-toggle .input-checkbox:before {
  content: "";
  position: absolute;
  height: 90%;
  width: 50%;
  background: #fff;
  top: 2px;
  z-index: 3;
  right: 2px;
  border-radius: 8px;
  transition: 0.5s;
  pointer-events: none;
}
body.layout-rtl .switch-inline.inner-label-toggle.show .input-checkbox:before {
  right: 73px;
}
body.layout-rtl .switch-inline.inner-label-toggle.show .input-checkbox span.label-left {
  color: #fff;
}
body.layout-rtl .switch-inline.inner-label-toggle.show .input-checkbox span.label-left svg {
  fill: #fff;
}
body.layout-rtl .switch-inline.inner-label-toggle.show .input-checkbox span.label-right {
  color: #000;
}
body.layout-rtl .switch-inline.inner-label-toggle.show .input-checkbox span.label-right svg {
  fill: #000;
}
body.layout-rtl .switch-inline.inner-label-toggle.show .input-checkbox:before {
  background: #e0e6ed;
}
body.layout-rtl .switch-inline.inner-label-toggle .input-checkbox span.switch-chk-label {
  position: absolute;
  font-size: 17px;
  top: 10px;
  color: #000;
  pointer-events: none;
  border-radius: 8px !important;
  font-size: 14px;
  width: 50%;
  display: block;
  text-align: center;
}
body.layout-rtl .switch-inline.inner-label-toggle .input-checkbox span.switch-chk-label svg {
  fill: #000;
  width: 17px;
  height: 17px;
  vertical-align: sub;
}
body.layout-rtl .switch-inline.inner-label-toggle .input-checkbox span.label-left {
  z-index: 3;
  top: 28%;
  color: #000;
}
body.layout-rtl .switch-inline.inner-label-toggle .input-checkbox span.label-left svg {
  fill: #000;
}
body.layout-rtl .switch-inline.inner-label-toggle .input-checkbox span.label-right {
  left: 0;
  z-index: 3;
  top: 28%;
}
body.layout-rtl .inner-label-toggle.form-switch-custom .switch-input {
  z-index: 2;
  position: relative;
}
body.layout-rtl .inner-label-toggle.form-switch-custom .switch-input:checked {
  z-index: 2;
  position: relative;
}
body.layout-rtl .switch-inline.inner-label-toggle .switch-input {
  background-image: none;
}
body.layout-rtl .inner-label-toggle.form-switch-custom .switch-input:active {
  background-image: none;
  filter: none;
}
