@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-text-rendering: optimizelegibility;
  text-rendering: optimizelegibility;
}

*, :after, :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.h1, .h2, .h3, .h4, .h5, .h6, body, h1, h2, h3, h4, h5, h6, ol, p, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

body {
  font-size: 14px;
  background-color: #F6F6F6;
  font-family: "Sofia Pro";
  color: #292E33;
  font-weight: normal;
}

input {
  outline: none;
}

a, button {
  outline: none !important;
  text-decoration: none;
}

a:active, a:visited, a:focus, a:hover, button:active, button:visited, button:focus, button:hover {
  text-decoration: none;
}

.wide {
  display: block;
  width: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Sofia Pro";
  font-weight: normal;
  color: #292E33;
}

p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #292E33;
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.signin-card {
  background-color: #FEFEFE;
  padding: 85px 105px;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  max-width: 633px;
  border-radius: 33px;
  margin: 0 auto;
  width: 100%;
  min-height: 740px;
}

.branding-main {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.branding-main img { max-width: 482px; }

.title-hkf h2 {
  font-size: 33px;
  line-height: 41px;
  letter-spacing: -0.825px;
  font-weight: 500;
}

.signin-card .sm-line-start {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 7px;
  color: #292E33;
}

.signin-card .sm-line-start::after {
  content: '';
  height: 5px;
  width: 53px;
  background-color: #ff9016;
  position: absolute;
  left: 0;
  bottom: 0;
}

.signin-card .sm-line-center {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 7px;
  color: #292E33;
}

.signin-card .sm-line-center::after {
  content: '';
  height: 5px;
  width: 53px;
  background-color: #ff9016;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.signin-card .sm-line-far {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #292E33;
}

.signin-card .sm-line-far::after {
  content: '';
  height: 5px;
  width: 53px;
  background-color: #ff9016;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

label {
  color: #292E33;
  font-size: 16px;
  line-height: normal;
  margin-left: 30px;
}

.form-control {
  height: 47px;
  background-color: #F3F3F3;
  border-radius: 8px;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  padding: 15px 30px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  border-color: transparent;
  background-color: #F3F3F3;
}

.bild-full-screen {
  height: 100vh;
  border-radius: 0 50px 0 0;
}

.toggle-show-password {
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.toggle-show-password .full-eye, .toggle-show-password .h-full-eye {
  font-size: 20px;
  color: #707070;
}

.forget-password {
  color: #292E33;
  text-decoration: none;
  font-size: 14px;
  line-height: normal;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.forget-password:hover {
  color: #ff9016;
}

.btn {
  font-size: 14px;
  line-height: 30px;
}

.btn.btn-orange {
  background-color: #ff9016;
  border: 0;
  border-radius: 8px;
  font-weight: bold;
  color: #ffffff;
  padding: 8px 15px;
  text-transform: capitalize;
}

.form-check .form-check-input {
  background-color: #F3F3F3;
  width: 18px;
  height: 19px;
  border-radius: 2px;
  margin-right: 12px;
}

.form-check .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: rgba(0, 0, 0, 0.25);
}

.form-check .form-check-input:checked {
  border-color: rgba(0, 0, 0, 0.25);
  background-color: #ff9016;
}

.form-check .form-check-label {
  font-size: 12px;
  line-height: 27px;
}

.signUp-details {
  font-size: 23px;
  font-weight: 300;
  color: #292E33;
}

.signUp-details a {
  font-weight: bold;
  color: #ff9016;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.signUp-details a:hover {
  color: #ffffff;
}

.sort-name {
  height: 145px;
  width: 145px;
  border: 6px solid #ff9016;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 25px auto;
  font-size: 46px;
  font-weight: 900;
  color: #ffffff;
  background-color: #1f2327;
}

.side-navigation {
  width: 290px;
  background-color: #1A1D20;
  height: 100vh;
  border-radius: 0 37px 37px 0;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
}

.side-navigation .branding-top img {
  margin: 49px 0;
  max-width: 170px;
}

.side-navigation .side-navigation-items ul li {
  margin-bottom: 11px;
}

.side-navigation .side-navigation-items ul li .dummy-cons {
  margin-right: 15px;
}

.side-navigation .side-navigation-items ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  background: transparent;
  padding: 10px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
  border-radius: 8px;
  opacity: 0.61;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.side-navigation .side-navigation-items ul li a:hover {
  background-color: #ff9016;
  opacity: 1;
}

.main-content-right {
  width: calc(100% - 290px);
  padding: 40px 60px 40px;
  margin-left: auto;
}

.bkend-top-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 0.25px solid #292E33;
  padding-bottom: 20px;
  margin-bottom: 65px;
}

.bkend-top-title .single-top-title {
  margin: 0 auto;
  font-weight: 600;
  position: relative;
  padding-bottom: 7px;
}

.bkend-top-title .single-top-title::after {
  content: '';
  height: 5px;
  width: 53px;
  background-color: #ff9016;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.bkend-top-title .use-details {
  /* background: #ffffff;
  padding: 5px 22px 5px 42px;
  border-radius: 8px;
  cursor: pointer; */
}
.bkend-top-title .use-details .dropdown {
  background: #ffffff;
  padding: 5px 0;
  border-radius: 8px;
  min-width: 230px;
  /* cursor: pointer; */
}
.bkend-top-title .use-details .dropdown .dropdown-toggle {
  cursor: pointer;
}
.bkend-top-title .use-details .dropdown-menu {
  min-width: 250px;
  left: -20px !important;
  border: 0;
  padding: 10px 0;
  filter: drop-shadow(0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
  margin-top: 15px !important;
}
.bkend-top-title .use-details .dropdown-menu li {
  padding: 0 15px;
}
.bkend-top-title .use-details .dropdown-menu li a {
  color: #000000;
  display: block;
  width: 100%;
  transition: 0.3s all;
  padding: 10px 15px;
  border-radius: 6px;
}
.bkend-top-title .use-details .dropdown-menu li a:hover {
  background-color: #ff9016;
  color: #fff;
}
.bkend-top-title .use-details .dropdown-menu::before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bkend-top-title .use-details .dropdown-menu::before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 12px;
  margin-left: 42px;
}

.bkend-top-title .use-details .name-detail {
  text-align: right;
  font-size: 16px;
  font-weight: 600;
}

.bkend-top-title .use-details .name-detail span {
  width: 100%;
  display: block;
  font-size: 12px;
  color: rgba(41, 46, 51, 0.52);
}

.bkend-top-title .use-details .short-name-detail {
  margin-left: 12px;
}

.bkend-top-title .use-details .short-name-detail span {
  height: 38px;
  width: 38px;
  border: 2px solid #ff9016;
  text-transform: uppercase;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1f2327;
  color: #ffffff;
  font-weight: 900;
  font-size: 16px;
}

.wall-white-gl {
  background-color: #ffffff;
  padding: 36px 42px;
  border-radius: 16px;
}

.input-group-text {
  background-color: #F3F3F3;
}

.simple-input-grop .input-group-text {
  border: 0;
  margin-top: 1px;
  height: 45px;
  padding-left: 28px;
}

.simple-input-grop input {
  padding-left: 0;
}

.simple-input-grop input[readonly] {
  background-color: #F3F3F3;
}

.reverse-input-grop .input-group-text {
  border: 0;
  margin-top: 1px;
  height: 45px;
  padding-right: 28px;
}

.reverse-input-grop input {
  padding-right: 0;
}

.reverse-input-grop input[readonly] {
  background-color: #F3F3F3;
}

.totle-search-results {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 12px 15px 11px 65px;
  max-width: 375px;
}

.totle-search-results .ttl-results {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.4px;
  display: block;
}

table th {
  font-size: 16px;
  font-weight: 500;
}

table th label {
  font-size: 16px !important;
  font-weight: 500;
}

table td {
  font-size: 16px;
}

.backend-table table {
  border-collapse: separate;
  border-spacing: 0 14px;
}

.backend-table thead tr {
  background-color: #ffffff;
}

.backend-table thead tr th {
  border: 0;
  padding: 20px 38px;
  vertical-align: middle;
  white-space: nowrap;
}

.backend-table thead tr th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.backend-table thead tr th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.backend-table tbody::before {
  content: "@";
  display: block;
  line-height: 10px;
  text-indent: -99999px;
}

.backend-table tbody tr {
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.backend-table tbody tr td {
  padding: 14px 38px;
  border: 0;
  vertical-align: middle;
  white-space: nowrap;
}

.backend-table tbody tr td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.backend-table tbody tr td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.backend-table tbody tr:hover {
  background-color: #ff9016;
}

.backend-table tbody tr:hover .full-name-tl, .backend-table tbody tr:hover .normal-font {
  color: #ffffff;
}

.backend-table tbody tr:hover .navigation-dropdown svg circle, .backend-table tbody tr:hover .navigation-dropdown svg g {
  fill: #ffffff;
  opacity: 1;
}

.backend-table tbody tr:hover .name-short-name .short-name-tl {
  border-color: #ffffff;
}

.backend-table.card-table thead tr {
  background-color: #F3F3F3;
}

.backend-table.card-table tbody tr {
  background-color: #F3F3F3;
}

.backend-table.card-table tbody tr:hover {
  background-color: #ff9016;
}

.backend-table.card-table tbody tr:hover .full-name-tl, .backend-table.card-table tbody tr:hover .normal-font {
  color: #ffffff;
}

.backend-table.card-table tbody tr:hover .navigation-dropdown svg circle, .backend-table.card-table tbody tr:hover .navigation-dropdown svg g {
  fill: #ffffff;
  opacity: 1;
}

.backend-table.card-table tbody tr .name-short-name .short-name-tl {
  height: 38px;
  width: 38px;
  font-size: 16px;
}

.backend-table.card-table.sm-table-card {
  max-height: 660px;
  overflow-x: auto;
}

.backend-table.card-table.sm-table-card tbody::before {
  line-height: 10px;
}

.backend-table.card-table.sm-table-card table {
  border-spacing: 0 10px;
}

.name-tbl {
  margin-left: 38px;
}

.name-short-name {
  margin-left: 55px;
}

.name-short-name .short-name-tl {
  height: 59px;
  width: 59px;
  border: 3px solid #ff9016;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1f2327;
  color: #ffffff;
  font-weight: 900;
  font-size: 19px;
  text-transform: uppercase;
}

.full-name-tl, .normal-font {
  margin-left: 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.4px;
  color: rgba(41, 46, 51, 0.51);
}

.normal-font {
  margin-left: 0;
}

a:hover.normal-font {
  color: #292e33;
}

.dashboard-pg .full-name-tl {
  color: #292E33;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.5px;
  font-weight: 600;
}

.dashboard-pg .full-name-tl .subtitl-line {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
}

.card {
  border: 0;
  padding: 39px 49px;
  border-radius: 35px;
}

.card .space-padd-ar {
  padding: 39px 49px;
  height: 320px;
  position: relative;
  z-index: 2;
}

.diagram-circle {
  margin-bottom: 40px;
}

.diagram-circle .diagram-value {
  font-size: 40px;
  line-height: normal;
  color: #292E33;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.diagram-circle .diagram-value .diagrampr-info {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.35px;
  font-weight: 300;
}

.palate {
  height: 39px;
  width: 41px;
  border-radius: 6px;
}

.palate.orange {
  background-color: #ff9016;
}

.palate.red {
  background-color: #E64A18;
}

.palate.yellow {
  background-color: #FCDA2E;
}

.graph-temp {
  /* position: absolute; */
  left: 0;
  right: 0;
  bottom: 0;
}

.graph-temp img {
  width: 100%;
}

.profit-numbers .sold-video-numb {
  font-size: 12px;
  font-weight: normal;
}

.font-medium {
  font-weight: 500;
}

.sub-title-gl {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.35px;
  font-weight: 300;
  color: rgba(41, 46, 51, 0.8);
}

.view-status {
  font-weight: 600;
}

.view-status span {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.35px;
  font-weight: 300;
  margin-top: 5px;
}

.video-key .fake-btn-bg {
  background-color: #ffffff;
  padding: 18px 21px;
  height: auto;
  min-width: 360px;
}

.video-key .edite-switch .fake-btn-bg {
  padding: 18px 57px;
  height: 75px;
}

.video-key .edite-switch .view-opt {
  font-size: 25px;
}

.current-activity ul li {
  margin: 0 !important;
}

.current-activity ul li:first-child {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.current-activity ul li svg {
  width: 7px;
  height: 7px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.current-activity ul li:last-child {
  color: #ff9016;
}

@media (min-width: 1900px) {
  .g-6, .gy-6 {
    --bs-gutter-y: 4rem;
  }
  
  .g-6, .gx-6 {
    --bs-gutter-x: 4rem;
  }
}

.mb-72 {
  margin-bottom: 72px;
}

.text-orange {
  color: #ff9016;
}

.media-items {
  margin-bottom: 36px;
}

.media-items .media .media-bild {
  -o-object-fit: cover;
     object-fit: cover;
  height: 47px;
  width: 74px;
}

.media-items .media .title-media {
  font-size: 14px;
  line-height: 20px;
  color: #292E33;
  font-weight: 400;
}

.media-items .media .progress {
  height: 3px;
  background-color: #2D3136;
  margin-bottom: 5px;
}

.media-items .media .progress .theme-bar {
  height: 3px;
  background-color: #ff9016;
}

.media-items .media .ttl-sales {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.12px;
  color: rgba(41, 46, 51, 0.8);
  font-weight: 500;
}

.ttl-price {
  font-size: 25px;
  line-height: normal;
  font-weight: bold;
  color: #ff9016;
}

.tbl-nohover tr {
  pointer-events: none;
}

.video-inputs .fc-big-font {
  height: 67px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.75px;
  color: #292E33;
}

.video-inputs .fc-big-font.vimeo-dummy {
  background: #F3F3F3 url("../images/code.png") no-repeat;
  text-indent: 11%;
  background-position: 8% 53%;
}

.video-inputs .fc-big-font.vimeo-dummy:focus {
  background-image: none;
  text-indent: 0;
}

.video-inputs .fc-big-font:focus::-webkit-input-placeholder {
  color: transparent;
}

.video-inputs .fc-big-font:focus:-ms-input-placeholder {
  color: transparent;
}

.video-inputs .fc-big-font:focus::-ms-input-placeholder {
  color: transparent;
}

.video-inputs .fc-big-font:focus::placeholder {
  color: transparent;
}

.video-inputs textarea.form-control {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.4px;
  font-weight: 300;
}

.video-inputs .btn-theme-orange {
  font-size: 16px;
  font-weight: 500;
}

.video-inputs .fc-big-font::-webkit-input-placeholder {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.75px;
  color: rgba(41, 46, 51, 0.5);
}

.video-inputs .fc-big-font:-ms-input-placeholder {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.75px;
  color: rgba(41, 46, 51, 0.5);
}

.video-inputs .fc-big-font::-ms-input-placeholder {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.75px;
  color: rgba(41, 46, 51, 0.5);
}

.video-inputs .fc-big-font::placeholder {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.75px;
  color: rgba(41, 46, 51, 0.5);
}

.video-inputs .form-check-label {
  font-size: 18px;
  color: rgba(41, 46, 51, 0.4);
}

.video-inputs .form-check-input:checked ~ .form-check-label {
  color: #ff9016;
  font-weight: bold;
}

.video-inputs .form-check-input[type=checkbox] {
  background-color: #ffffff;
}

.video-inputs .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M10 15.172l9.192-9.193 1.415 1.414L10 18l-6.364-6.364 1.414-1.414z' fill='rgba(255,144,22,1)'/%3E%3C/svg%3E");
}

.white-checkbox[type=checkbox] {
  background-color: #ffffff !important;
}

.white-checkbox:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M10 15.172l9.192-9.193 1.415 1.414L10 18l-6.364-6.364 1.414-1.414z' fill='rgba(255,144,22,1)'/%3E%3C/svg%3E") !important;
}

.purchase-detail .btn-theme-orange {
  font-size: 14px;
}

.text-green {
  color: #02BC77;
}

.btn-them-back {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 8px 23px;
  color: rgba(41, 46, 51, 0.8);
  font-size: 14px;
  font-weight: 400;
}

.btn-them-back svg, .btn-them-back .arrow-fill {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.btn-them-back:hover {
  background-color: #ff9016;
  color: #ffffff;
}

.btn-them-back:hover .arrow-fill {
  fill: #ffffff;
}

.font-semi-bold {
  font-weight: 600;
}

.customer-edit .name-short-name {
  margin-bottom: 30px;
}

.customer-edit .short-name-detail .short-name-tl {
  height: 113px;
  width: 113px;
  font-size: 40px;
  border-width: 6px;
}

.customer-edit .full-name-tl {
  font-size: 30px;
  line-height: 36px;
  margin-left: 35px;
}

.customer-edit .full-name-tl .subtitl-line {
  line-height: normal;
}

.fake-btn-bg {
  background-color: #F3F3F3;
  height: 53px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
}

.switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.switch .view-opt {
  padding-right: 25px;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  color: #ff9016;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.switch .edit-opt {
  margin-left: 25px;
  font-size: 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.switch.active .view-opt {
  font-weight: 400;
  color: #292E33;
}

.switch.active .edit-opt {
  font-weight: bold;
  color: #ff9016;
}

.ttl-card {
  position: relative;
}

.ttl-card input {
  padding-left: 80px;
}

.ttl-card::before {
  content: '';
  background: url(../images/card.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 19px;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-theme-orange {
  background-color: #ff9016;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.btn-theme-orange:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  color: #ffffff;
}

.btn-theme-dark {
  background-color: #292E33;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  padding: 7px 15px;
  min-width: 140px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.btn-theme-dark:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  color: #ffffff;
}

.modal-backdrop {
  background-color: transparent;
}

.modal-open .modal-backdrop.show {
  -webkit-backdrop-filter: blur(19px);
          backdrop-filter: blur(19px);
  opacity: 1;
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.square {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 4px;
  margin-right: 12px;
}

.square.red {
  background-color: #F10101;
}

.square.green {
  background-color: #21F101;
}

.square.sfron {
  background-color: #FF9016;
}

.purchase-item-tbl h4 {
  font-size: 25px;
  line-height: 40px;
}

.purchase-item-tbl .backend-table tbody::before {
  line-height: 0;
}

.purchase-item-tbl .backend-table table {
  border-spacing: 0 12px;
}

.purchase-item-tbl .full-name-tl, .purchase-item-tbl .normal-font {
  color: #292E33;
}

.purchase-item-tbl .backend-table.card-table tbody tr {
  cursor: auto;
}

.purchase-item-tbl .backend-table.card-table tbody tr .popover-dm {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}

.purchase-item-tbl .backend-table.card-table tbody tr .popover-dm:hover {
  color: #ff9016;
}

.purchase-item-tbl .backend-table.card-table tbody tr:hover {
  background-color: #F3F3F3;
}

.purchase-item-tbl .backend-table.card-table tbody tr:hover .full-name-tl, .purchase-item-tbl .backend-table.card-table tbody tr:hover .normal-font {
  color: #292E33;
}

.purchase-item-tbl .backend-table.card-table tbody tr:hover .navigation-dropdown svg circle, .purchase-item-tbl .backend-table.card-table tbody tr:hover .navigation-dropdown svg g {
  fill: #292E33;
  opacity: 0.7;
}

.popover .popover-body {
  font-size: 9px;
  text-align: center;
  max-width: 132px;
  background-color: rgba(45, 49, 54, 0.88);
  color: #ffffff;
  padding: 12px 14px;
  border-radius: 4px;
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
  border-top-color: rgba(45, 49, 54, 0.88);
}

.modal-main-content {
  max-width: 730px;
  margin: 0 auto;
}

.modal-main-content .title-and-oti h2 {
  font-size: 35px;
  line-height: 43px;
  letter-spacing: -0.875px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.modal-main-content .title-and-oti h2::after {
  content: '';
  background-color: #ff9016;
  height: 5px;
  width: 53px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.modal-main-content .title-and-oti p {
  font-size: 22px;
  letter-spacing: -0.55px;
  line-height: 28px;
  font-weight: 300;
  color: rgba(41, 46, 51, 0.56);
  max-width: 680px;
  margin: 0 auto 30px auto;
}

.modal-main-content .form-modal .btn-theme-orange {
  padding: 7px 15px;
  font-size: 14px;
}

.space-modal {
  padding-bottom: 80px;
}

.modal-content {
  border-radius: 18px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.88);
}

.modal-header .btn-close {
  opacity: 1;
  position: relative;
  background: #000000;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 10px 10px auto;
}

.modal-header .btn-close .close-ic {
  font-size: 30px;
  line-height: normal;
  color: #ffffff;
}

.purchase-table tr:hover .action-anchore {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.purchase-table tr:hover .form-check-input[type=checkbox]:checked {
  background-color: #ffffff;
}

.purchase-table tr:hover .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M10 15.172l9.192-9.193 1.415 1.414L10 18l-6.364-6.364 1.414-1.414z' fill='rgba(255,144,22,1)'/%3E%3C/svg%3E");
}

.purchase-table tr td {
  padding: 21px 38px !important;
}

.video-table tr th:first-child {
  padding-right: 0;
}

.video-table tr th:last-child {
  padding-left: 0;
}

.video-table .lt-fonts {
  color: rgba(41, 46, 51, 0.56);
}

.video-subject img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 33px;
  width: 100%;
}

.slider-price-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 10px;
  color: rgba(41, 46, 51, 0.52);
}

.slider-price-event span {
  font-size: 10px;
  color: rgba(41, 46, 51, 0.52);
}

.price-slider {
  background: #F3F3F3;
  padding: 13px 20px;
  border-radius: 8px;
}

.video-thumb-edit img {
  border-radius: 10px;
  width: 100%;
  max-width: 265px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 170px;
}

.purchase-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.purchase-row .custm-col-gl {
  width: 250px;
}

.purchase-row .custm-col-gldff {
  width: 283px;
}

.order-info-details .wall-detail {
  background-color: #F3F3F3;
  padding: 13px 30px;
  border-radius: 8px;
}

.order-info-details .wall-detail .trans-id {
  color: rgba(41, 46, 51, 0.5);
}

.deem-cl {
  color: rgba(41, 46, 51, 0.5);
}

.browse-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.browse-file .desktop-file {
  max-width: 336px;
  width: 100%;
}

.browse-file .mobile-file {
  max-width: 150px;
  width: 100%;
}

.browse-file .custom-file-input {
  color: transparent;
  width: 100%;
}

.browse-file .custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.browse-file .custom-file-input::before {
  content: 'Upload File';
  color: rgba(41, 46, 51, 0.82);
  display: inline-block;
  background: #F3F3F3;
  border: 0;
  border-radius: 8px;
  padding: 13px 15px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.browse-file .custom-file-input:hover::before {
  background-color: #ff9016;
  color: #ffffff;
}

.browse-file .custom-file-input:active {
  outline: 0;
}

.browse-file .file-preview {
  margin-top: 20px;
  border-radius: 8px;
  overflow: hidden;
}

.browse-file .file-preview * {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 215px;
}

.browse-file .mobile-file .custom-file-input::before {
  content: 'Mobile';
}

.backend-table.report-table tr th {
  padding: 22px 20px;
}

.backend-table.report-table tr td {
  padding: 11px 20px;
}

.video-thumb-container .btn-theme-dark, .video-thumb-container .btn-theme-orange {
  width: 100%;
  font-size: 16px;
}

.video-thumb-container .btn-theme-dark {
  padding: 10px 15px;
}

.video-thumb-container .btn-theme-dark img {
  position: relative;
  top: 2px;
}

.max-500 {
  max-width: 500px;
}

.dummy-cons {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.dummy-cons.icons-main-1 {
  background-image: url(../images/icon-1.png);
}

.dummy-cons.icons-main-2 {
  background-image: url(../images/icon-2.png);
  background-size: auto;
}

.dummy-cons.icons-main-3 {
  background-image: url(../images/icon-3.png);
  background-size: auto;
}

.dummy-cons.icons-main-4 {
  background-image: url(../images/icon-4.png);
}

.dummy-cons.icons-main-5 {
  background-image: url(../images/icon-5.png);
}

.dummy-cons.icons-main-6 {
  background-image: url(../images/icon-6.png);
}

.load-more span {
  font-size: 12px;
  font-weight: bold;
  color: #292E33;
  margin-bottom: 8px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

.font-16 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.4px;
}

.switch input[type=checkbox] {
  display: none;
}

.switch input[type=checkbox] + label {
  position: relative;
  min-width: calc(calc(2.375rem * .8) * 2);
  border-radius: calc(2.375rem * .8);
  height: calc(2.375rem * .8);
  line-height: calc(2.375rem * .8);
  display: inline-block;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}

.switch input[type=checkbox] + label::before,
.switch input[type=checkbox] + label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(calc(2.375rem * .8) * 2);
  bottom: 0;
  display: block;
}

.switch input[type=checkbox] + label::before {
  right: 0;
  background-color: #ff9016;
  border-radius: calc(2.375rem * .8);
  -webkit-transition: .2s all;
  transition: .2s all;
}

.switch input[type=checkbox] + label::after {
  top: 5px;
  left: 5px;
  width: calc(calc(2.375rem * .8) - calc(5px * 2));
  height: calc(calc(2.375rem * .8) - calc(5px * 2));
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.switch input[type=checkbox]:checked + label::before {
  background-color: #ff9016;
}

.switch input[type=checkbox]:checked + label::after {
  margin-left: calc(2.375rem * .8);
}

.switch input[type=checkbox]:focus + label::before {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}

.switch input[type=checkbox]:disabled + label {
  color: #868e96;
  cursor: not-allowed;
}

.switch input[type=checkbox]:disabled + label::before {
  background-color: #e9ecef;
}

.switch.switch-xs {
  font-size: .8rem;
}

.switch.switch-xs input[type=checkbox] + label {
  min-width: calc(calc(1.5375rem * .8) * 2);
  height: calc(1.5375rem * .8);
  line-height: calc(1.5375rem * .8);
  text-indent: calc(calc(calc(1.5375rem * .8) * 2) + .5rem);
}

.switch.switch-xs input[type=checkbox] + label::before {
  width: calc(calc(1.5375rem * .8) * 2);
}

.switch.switch-xs input[type=checkbox] + label::after {
  width: calc(calc(1.5375rem * .8) - calc(2px * 2));
  height: calc(calc(1.5375rem * .8) - calc(2px * 2));
}

.switch.switch-xs input[type=checkbox]:checked + label::after {
  margin-left: calc(1.5375rem * .8);
}

.breadcrumb .breadcrumb-item {
  font-size: 20px;
  line-height: normal;
  letter-spacing: -0.5px;
  color: #ff9016;
  font-weight: 600;
}

.breadcrumb .breadcrumb-item a {
  font-weight: 300;
  color: #2D3136;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: '>';
}

.breadcrumb-item:last-child::before {
  color: #ff9016;
}
.line-graphs img {
  width: 100%;
}
.addspace-top {
  margin-top: 40px;
}

/*  */
.dropdown-side-bar .dropdown-menu { position: relative !important; margin: 0px !important; transform: none !important; background-color: rgba(255, 255, 255, 0.1); border: 0; border-radius: 0; }
/* .dropdown-side-bar .dropdown-menu li a { color: #ff9016; } */
.side-navigation .side-navigation-items ul li.dropdown-side-bar .dropdown-menu a { font-size: 16px; }
.side-navigation .side-navigation-items ul li:last-child { margin-bottom: 0 !important; }
.side-navigation .side-navigation-items ul li.dropdown-side-bar .dropdown-menu a:hover, .side-navigation .side-navigation-items ul li.dropdown-side-bar .dropdown-menu a.active { background-color: transparent !important; border-radius: 0 !important; }
.dropdown-side-bar .dropdown-toggle::after { margin-left: auto; }
.data-btn-hover .dataTable tbody tr:hover td .btn-admin-orange { background-color: #fff; color: #ff9016; }
.data-btn-hover .dataTable tbody tr:hover td, .data-btn-hover .dataTable tbody tr:hover td a i { color: #fff; }
.hove-text-white tr:hover td, .hove-text-white tr:hover td a i { color: #fff !important; }



@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1010px;
  }
}
@media (min-width: 1400px) {
  .h-xxl-100 {
    height: 100%;
  }
}
@media (min-width: 1700px) {
  .col-xxl-6-cus { flex: 50%; max-width: 50%; }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .space-bottom {
    margin-bottom: 30px;
  }
  .h-xl-100 {
    height: 100%;
  }
}
/*# sourceMappingURL=globalstyle.css.map */
/* responsive */
@media (max-width: 1800px) {
  .main-content-right {
    padding: 40px 20px 40px;
  }
  .card, .card .space-padd-ar {
    padding: 40px 30px;
  }
  .mb-72 {
    margin-bottom: 40px;
  }
  .btn-theme-orange, .switch .view-opt, .switch .edit-opt {
    font-size: 16px;
  }
  .switch .edit-opt {
    margin-left: 15px;
  }
  .switch .view-opt {
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
  .card .space-padd-ar { height: auto; }
  .graph-temp { position: static; }
}