:root {
  --aspect-ratio: calc(16 / 9);
}

.theme {
  --primary-bg: #fff;
  --font-color: #6c757d;
  --secondary-font: #222;
  --primary-text: #000;
  --gray-primary: #e3e3e3;
}

.theme.dark {
  --primary-bg: #141515;
  --font-color: #c0c2c3;
  --secondary-font: #fff;
  --gray-secondary: #282828;
  --primary-text: #fff;
  --gray-primary: #2e2e2e;
}

.modal-dialog.dark {
  --primary-bg: #141515;
  --font-color: #c0c2c3;
  --secondary-font: #fff;
  --gray-secondary: #282828;
  --primary-text: #fff;
  --gray-primary: #2e2e2e;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

*:hover {
  outline: none !important;
}

*:active {
  outline: none !important;
}

*:focus {
  outline: none !important;
}

*:visited {
  outline: none !important;
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
  cursor: pointer;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: none;
  padding: 0px;
}

textarea:focus {
  padding: 0px !important;
}

.relative {
  position: relative !important;
}

a:hover {
  text-decoration: none;
}

input {
  outline: none;
  box-shadow: none !important;
}

input:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: unset;
}

.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: unset;
  padding: unset;
}

.object-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.object-fill {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.mr-0 {
  margin-right: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
  cursor: pointer;
}

.btn-sm {
  padding: 2px 10px !important;
}

.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

.btn {
  outline: none;
  box-shadow: none !important;
  border: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-family: Inter !important;
  border-radius: 4px;
}
.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
  box-shadow: none !important;
}
@media (max-width: 1199px) {
  .btn {
    font-size: 13px;
    line-height: 19px;
  }
}

.btn-primary {
  background: #468be8 !important;
  box-shadow: 0px 4px 4px rgba(70, 139, 232, 0.25);
  border: 0.5px solid #468be8;
  color: white;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  outline: none;
  box-shadow: none;
  border: 0.5px solid #468be8;
  background: #468be8;
}
.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background-color: #7cb4ff;
  border-color: #7cb4ff;
  pointer-events: none;
}

.btn-outline {
  background: #ffffff;
  border: 0.5px solid #cbc6c6;
  box-sizing: border-box;
  color: #6c757d;
}
.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus {
  outline: none;
  box-shadow: none;
  background: #ffffff;
  border: 0.5px solid #cbc6c6;
  color: #6c757d;
}

.btn-outline-primary {
  background: transparent;
  border: 0.5px solid #c0c2c3;
  box-sizing: border-box;
  color: #c0c2c3;
  padding: 9px 12px;
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  outline: none;
  box-shadow: none;
  background: transparent;
  border: 0.5px solid #c0c2c3;
  color: #c0c2c3;
}
.btn-outline-primary:hover {
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .btn-outline-primary {
    padding: 9px 12px;
  }
}

.editor-btn {
  border: 0.5px solid #cbc6c6;
  box-sizing: border-box;
  background: #ffffff;
  padding: 2px;
  width: 24px;
  height: 24px;
}
.editor-btn.active,
.editor-btn:hover {
  background: #dfdfdf;
}

.br-2 {
  border-radius: 2px;
}

.Decoration-btn .editor-btn {
  width: 24px;
  height: 24px;
}

.btn-secondary {
  background: #468be8;
  border-color: #468be8;
}
.btn-secondary:hover {
  background: #5d99eb;
  border-color: #5d99eb;
}
.btn-secondary:active,
.btn-secondary:focus {
  background: #4f91e9;
  border-color: #4f91e9;
}

.btn-dark {
  background: #6c757d;
  border-color: #6c757d;
}
.btn-dark:hover {
  background: #78828a;
  border-color: #78828a;
}
.btn-dark:active,
.btn-dark:focus {
  background: #717a82;
  border-color: #717a82;
}

.btn-success {
  background: #198754;
  border-color: #198754;
}
.btn-success:hover {
  background: #1d9d61;
  border-color: #1d9d61;
}
.btn-success:active,
.btn-success:focus {
  background: #1b9059;
  border-color: #1b9059;
}

.btn-info {
  background: #72a6fd;
  border-color: #72a6fd;
}
.btn-info:hover {
  background: #8bb6fd;
  border-color: #8bb6fd;
}
.btn-info:active,
.btn-info:focus {
  background: #7cacfd;
  border-color: #7cacfd;
}

.btn-warning {
  background: #f8c068;
  border-color: #f8c068;
}
.btn-warning:hover {
  background: #f9ca80;
  border-color: #f9ca80;
}
.btn-warning:active,
.btn-warning:focus {
  background: #f8c472;
  border-color: #f8c472;
}

.btn-danger {
  background: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  background: #e04b59;
  border-color: #e04b59;
}
.btn-danger:active,
.btn-danger:focus {
  background: #de3e4d;
  border-color: #de3e4d;
}

.theme-bluebtn-sm {
  min-width: 87px;
  height: 45px;
}

.sm-btn {
  font-size: 12px !important;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

label {
  outline: none;
}
label:focus {
  outline: none;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='number'],
input[type='tel'],
input[type='url'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control {
  vertical-align: middle;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  display: block;
  width: 100%;
  transition: all ease 0.1s;
}
.form-control.focus,
.form-control:focus {
  box-shadow: 0 0 5px rgba(81, 167, 232, 0.5);
}

textarea {
  resize: none;
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

input[type='checkbox'],
input[type='radio'] {
  display: inline;
}

input.input-contrast,
.input-contrast {
  background-color: #fafafa;
}
input.input-contrast:focus,
.input-contrast:focus {
  background-color: #fff;
}

::placeholder {
  color: #aaa;
}

button:focus,
button.focus,
input[type='submit']:focus,
input[type='submit'].focus {
  outline: 0;
}

.form-box input:-moz-placeholder {
  opacity: 1; /* Firefox 18- */
  color: #333 !important;
}
.form-box input::-moz-placeholder {
  opacity: 1; /* Firefox 19+ */
  color: #333 !important;
}
.form-box ::-webkit-input-placeholder {
  color: #333 !important;
  opacity: 1 !important; /* for chrome */
}
.form-box textarea:-moz-placeholder {
  opacity: 1; /* Firefox 18- */
  color: #333 !important;
}
.form-box textarea::-moz-placeholder {
  opacity: 1; /* Firefox 19+ */
  color: #333 !important;
}
.form-box ::-webkit-input-placeholder {
  opacity: 1 !important; /* for chrome */
  color: #333 !important;
}

.form-field {
  background: #ffffff;
  border: 0.5px solid #cbc6c6;
  box-sizing: border-box;
  border-radius: 3px;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #6c757d;
  padding: 4px 8px;
}
.form-field:focus,
.form-field.focus {
  outline: 0;
  box-shadow: none;
  border: 0.5px solid #cbc6c6;
}

.custom-select {
  position: relative;
}
.custom-select .form-field {
  padding-right: 22px;
}
.custom-select::after {
  content: '';
  box-sizing: content-box;
  display: inline-block;
  float: right;
  width: 0;
  height: 0;
  margin: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #c4c4c4 transparent transparent transparent;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

.custom-range .color-box {
  background: linear-gradient(
    90deg,
    rgba(229, 231, 235, 0) 0%,
    rgba(229, 231, 235, 0.68) 35.94%,
    #56c4f5 68.75%,
    #c156c2 100%
  );
  border-radius: 100px;
  width: 100%;
  height: 6px;
  display: block;
  position: absolute;
  top: 8px;
}
.custom-range input[type='range'] {
  position: relative;
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: transparent;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.custom-range input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  background: transparent;
  cursor: pointer;
  border-radius: 50px;
  border: 2px solid #dfdfdf;
  box-sizing: border-box;
  z-index: 9;
}
.custom-range input[type='range']::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  background: transparent;
  cursor: pointer;
  border-radius: 50px;
  border: 2px solid #dfdfdf;
  box-sizing: border-box;
  z-index: 9;
}
.custom-range .output {
  color: #6c757d;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  padding: 5px 8px;
  background: #ffffff;
  border: 0.5px solid #cbc6c6;
  box-sizing: border-box;
  border-radius: 2px;
  width: 50px;
}

.custom-range-1 {
  position: relative;
}
.custom-range-1 .color-box {
  background: linear-gradient(270deg, #9ca3af 0%, #e5e7eb 100%);
  border-radius: 100px;
  width: 100%;
  height: 6px;
  display: block;
  position: absolute;
  top: 8px;
}
.custom-range-1 .color-box::before {
  content: '';
  background: url('../img/ticks.svg');
  position: absolute;
  width: 100%;
  height: 2px;
  top: -8px;
}
.custom-range-1 input[type='range'] {
  position: relative;
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  background: transparent;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.custom-range-1 input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 14px;
  background: #fff;
  cursor: pointer;
  border: 2px solid #dfdfdf;
  z-index: 9;
  border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
  -webkit-transform: rotate(360deg);
  position: relative;
}
.custom-range-1 input[type='range']::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 14px;
  background: #fff;
  cursor: pointer;
  border: 2px solid #dfdfdf;
  z-index: 9;
  border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
  -webkit-transform: rotate(360deg);
  position: relative;
}
.custom-range-1 input[type='range']::-webkit-slider-thumb:before {
  position: absolute;
  content: '+';
  height: 10px; /* equal to height of runnable track */
  width: 10px; /* make this bigger than the widest range input element */
  left: 0; /* this should be -2px - width */
  top: 0; /* don't change this */
  background: red;
}
.custom-range-1 input[type='range']::-moz-range-thumb:before {
  position: absolute;
  content: '+';
  height: 10px; /* equal to height of runnable track */
  width: 10px; /* make this bigger than the widest range input element */
  left: 0; /* this should be -2px - width */
  top: 0; /* don't change this */
  background: red;
}
.custom-range-1 .output {
  color: #6c757d;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  padding: 5px 8px;
  background: #ffffff;
  border: 0.5px solid #cbc6c6;
  box-sizing: border-box;
  border-radius: 2px;
  width: 50px;
}

/* custom radio starts */
.custom-radio {
  display: block;
  position: relative;
  padding-left: 15px;
  padding-right: 0px !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 15px;
  height: 15px;
}

.custom-radio .checkmark:after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  box-sizing: content-box;
  background-color: #468be8;
  border: 3px solid #fff;
  top: 0px;
  left: 0px;
  height: 7px;
  width: 7px;
}

.custom-radio .checkmark:after {
  display: none;
}

.custom-radio input:checked ~ .checkmark {
  border: 1px solid #468be8;
}

.custom-radio input:checked ~ .checkmark:after {
  display: block;
}

.custom-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #737373;
  border-radius: 50%;
}

.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* custom radio ends */
@font-face {
  font-family: 'Inter';
  src:
    url('../font/Inter-Black.woff2') format('woff2'),
    url('../font/Inter-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src:
    url('../font/Inter-Light.woff2') format('woff2'),
    url('../font/Inter-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src:
    url('../font/Inter-Bold.woff2') format('woff2'),
    url('../font/Inter-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src:
    url('../font/Inter-Medium.woff2') format('woff2'),
    url('../font/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src:
    url('../font/Inter-ExtraBold.woff2') format('woff2'),
    url('../font/Inter-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src:
    url('../font/Inter-ExtraLight.woff2') format('woff2'),
    url('../font/Inter-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src:
    url('../font/Inter-SemiBold.woff2') format('woff2'),
    url('../font/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src:
    url('../font/Inter-Thin.woff2') format('woff2'),
    url('../font/Inter-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src:
    url('../font/Inter-Regular.woff2') format('woff2'),
    url('../font/Inter-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: Inter !important;
}

.fs-9 {
  font-size: 9px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.login-left-part {
  padding: 25px 40px;
  width: 65%;
  border-right: 1px solid #eee;
}
@media only screen and (max-width: 991px) {
  .login-left-part {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .login-left-part {
    width: 100%;
    padding: 15px;
    min-height: 269px;
    height: 100%;
  }
}
.login-logo {
  width: 160px;
  height: 35px;
}
.login-logo svg {
  fill: #1f2021;
}

.login-right-part {
  width: 35%;
  padding: 60px;
}
@media only screen and (max-width: 991px) {
  .login-right-part {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .login-right-part {
    width: 100%;
    padding: 15px;
  }
}
.login-infog {
  width: 100%;
  height: calc(100% - 35px);
  background: url('../img/banner.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.login-cap {
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  color: #000;
  margin-bottom: 9px;
}
@media only screen and (max-width: 767px) {
  .login-cap {
    font-size: 20px;
  }
}
.login-para {
  font-size: 14px;
  line-height: 20px;
  color: #8d8d8d;
  font-weight: 300;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .login-para {
    font-size: 12px;
  }
}
.login-inp-wrapper {
  margin-top: 23px;
}
.login-inp-wrapper p {
  padding-top: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  color: #c0c2c4;
  opacity: 0.72;
  margin: 0;
}
.login-inp-wrapper p a {
  color: #468be8;
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
}

@media only screen and (max-width: 767px) {
  .login-wrapper {
    flex-direction: column;
    justify-content: space-between;
  }
}

.custom-input-holder {
  min-height: 90px;
  margin-bottom: 15px;
  position: relative;
}
.custom-input-holder .custom-label {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #c0c2c3;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .custom-input-holder .custom-label {
    font-size: 13px !important;
  }
}
.custom-input-holder .custom-input {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #333;
  background: #f7f7f7;
  padding: 15px 35px 15px 45px;
  border: 1px solid transparent;
}
.custom-input-holder .custom-input:focus {
  border: 1px solid #468be8;
}
@media (max-width: 767px) {
  .custom-input-holder .custom-input {
    font-size: 12px !important;
  }
}
.custom-input-holder .input-error-msg {
  font-size: 12px;
  font-weight: 300;
  color: #ff4343;
  padding-top: 3px;
  position: absolute;
}

.login-btn {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px;
  box-shadow:
    0px 4px 0px rgba(70, 139, 232, 0.24),
    0px 0px 45px 4px rgba(70, 139, 232, 0.3);
}

.user-avatar-inpt {
  position: absolute;
  top: 50%;
  left: 17px;
  right: auto;
  bottom: auto;
  transform: translateY(-50%);
}
.user-avatar-inpt svg {
  width: 20px;
  height: auto;
  fill: #c0c0c0;
}

.pass-lock {
  position: absolute;
  top: 50%;
  left: 15px;
  right: auto;
  bottom: auto;
  transform: translateY(-50%);
}
.pass-lock svg {
  width: 20px;
  height: auto;
  fill: #c0c0c0;
}

.pass-eye {
  cursor: pointer;
  position: absolute;
  top: 18px;
  left: auto;
  right: 9px;
  bottom: auto;
}
.pass-eye svg {
  width: 20px;
  height: auto;
  fill: #8d8d8d;
}

.login-arrow {
  display: inline-block;
  animation: login-arrow 2s ease infinite;
}
.login-arrow svg {
  width: 16px;
  height: auto;
  fill: #fff;
  margin-top: -2px;
}

@keyframes login-arrow {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0px);
  }
}
.cc-blk {
  min-height: calc(100% - 56px);
}

html,
body,
#root,
.theme,
.main-wrapper {
  height: 100%;
  scrollbar-color: #999 #f8f8f8;
  scrollbar-width: thin;
}

.cc-heading {
  font-size: 40px;
  font-weight: 500;
  color: #222;
  line-height: 48px;
  margin: 16px 0;
  text-transform: capitalize;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cc-heading {
    font-size: 20px;
    margin: 12px 0;
  }
}
.cc-para {
  font-size: 14px;
  font-weight: 400;
  color: #7b7b7b;
  line-height: 20px;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cc-para {
    font-size: 12px;
    width: 100%;
    padding: 0 15px;
  }
}
.cc-left-part {
  margin-top: 10%;
  padding: 4% 10% 0;
  /* border-right: 1px solid #c0c2c3; */
}
@media (max-width: 991px) {
  .cc-left-part {
    margin-top: 0;
    border-right: 0;
    border-bottom: 1px solid #c0c2c3;
    padding: 4% 10% 5%;
  }
}
@media (max-width: 767px) {
  .cc-left-part {
    padding: 15px;
  }
}
.cc-right-part {
  margin-top: 10%;
  padding: 4% 10% 0;
}
@media (max-width: 991px) {
  .cc-right-part {
    padding: 15px;
  }
}
.cc-csv-blk {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  background-color: #f7f7f7;
  padding: 8px;
  color: #c0c2c3;
}
.cc-csv-btn .csv-upload {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-transform: uppercase;
  height: 54px;
  width: 160px;
}
@media (max-width: 767px) {
  .cc-csv-btn .csv-upload {
    font-size: 12px;
    height: auto;
    width: auto;
  }
}

.cc-wrapper .custom-input-holder .custom-label {
  font-weight: 600;
  color: #7b7b7b;
}

.cc-wrapper .custom-input-holder .custom-input {
  font-size: 16px;
  font-weight: 400;
  padding: 24px 35px;
}
@media (max-width: 767px) {
  .cc-wrapper .custom-input-holder .custom-input {
    padding: 15px;
  }
}

.download-csv {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #7b7b7b;
  line-height: 20px;
  text-decoration: underline;
  margin-top: 6px;
  cursor: pointer;
}

.theme-bluebtn {
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  min-width: 98px;
  height: 57px;
}
.theme-bluebtn:hover {
  opacity: 0.85;
}
@media (max-width: 767px) {
  .theme-bluebtn {
    font-size: 13px !important;
    min-width: auto;
    height: auto;
  }
}

.cc-or-seperator {
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  position: absolute;
  top: 47%;
  left: auto;
  right: -40px;
  bottom: auto;
  width: 80px;
  height: 80px;
  background-color: #f7f7f7;
  border-radius: 50%;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cc-or-seperator {
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    position: absolute;
    top: 85%;
    left: 50%;
    right: auto;
    bottom: auto;
  }
}
@media (max-width: 767px) {
  .cc-or-seperator {
    top: 78%;
  }
}

.cp-img-holder {
  width: 180px;
  height: 125px;
  margin: 0 auto 30px;
  background: url('../img/course_create.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.cp-heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #222;
}

.cp-subheading {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #7b7b7b;
}

.theme-btnblue {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 23px;
}
.theme-btnblue:hover {
  opacity: 0.85;
}

.cm-btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  min-width: 163px;
  min-height: 40px;
  box-shadow: none;
}
.cm-btn:hover {
  opacity: 0.85;
}

.b-logo-up {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
  text-transform: uppercase;
  box-shadow: none;
  min-width: 200px;
  max-width: 200px;
}
.b-logo-up:hover {
  opacity: 0.85;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox .check-label {
  font-size: 14px;
  font-weight: 400;
  color: #7b7b7b;
  line-height: 20px;
  padding-left: 15px;
}
.custom-checkbox .checkmark {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  border: 1px solid #ccc;
  margin-top: 2px;
}
.custom-checkbox .checkmark:after {
  display: none;
  content: '';
  position: absolute;
  left: 4px;
  top: 2px;
  width: 6px;
  height: 9px;
  border: solid #468be8;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  margin-right: 5px;
  vertical-align: middle;
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.cancel-btn {
  font-size: 13px;
  font-weight: 500;
  color: #7b7b7b;
  line-height: 20px;
  box-shadow: none;
  background: none;
  outline: none;
  border: none;
}
.cancel-btn:hover {
  opacity: 0.85;
}

.pb-wrapper {
  padding: 30px 50px;
  min-height: calc(100% - 56px);
}
@media (max-width: 1199px) {
  .pb-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .pb-wrapper {
    padding: 15px;
  }
}
.pb-wrapper .pb-card {
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  background-color: #f0efef;
  height: 125px;
  padding: 20px 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .pb-wrapper .pb-card {
    padding: 15px 20px;
  }
}
.pb-wrapper .pb-card .pb-count {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  text-shadow: 0px 4px 4px rgba(176, 176, 176, 0.15);
  position: relative;
  flex: 0 0 55%;
  max-width: 55%;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .pb-wrapper .pb-card .pb-count {
    font-size: 48px;
    line-height: 64px;
  }
}
.pb-wrapper .pb-card .pb-count span {
  display: inline;
  position: relative;
}
.pb-wrapper .pb-card .pb-count small {
  font-size: 22px;
  line-height: 20px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
}
.pb-wrapper .pb-card .pb-desc {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: var(--font-color);
  flex: 1;
}
.pb-wrapper .pb-card .tick {
  position: absolute;
  top: auto;
  left: auto;
  right: 21px;
  bottom: 21px;
}
.pb-wrapper .pb-card .tick svg {
  width: 27px;
  height: auto;
  fill: #468be8;
}
@media (max-width: 991px) {
  .pb-wrapper .pb-card {
    height: auto;
    padding: 15px;
    margin-bottom: 10px;
  }
}
.pb-wrapper .table-wraper {
  overflow-x: auto;
  scrollbar-color: #999 #f8f8f8;
  scrollbar-width: thin;
  position: relative;
}
.pb-wrapper .table-wraper::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.pb-wrapper .table-wraper::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
}
.pb-wrapper .table-wraper::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
  cursor: pointer;
}
.pb-wrapper .table-wraper .dropdown-menu {
  min-width: 100px;
  background: #f0efef;
}
.pb-wrapper .table-wraper .dropdown-menu ul li:last-child a {
  border-bottom: none;
}
.pb-wrapper .table-wraper .dropdown-menu ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  padding: 4px 10px;
  color: var(--font-color);
  cursor: pointer;
  border-bottom: 1px solid #d3d3d3;
  display: block;
  width: 100%;
}
.pb-wrapper .table-wraper .dropdown-menu ul li a svg {
  width: 14px;
  fill: var(--font-color);
}
.pb-wrapper .table-wraper .dropdown-menu ul li a:hover {
  background: none;
  color: var(--font-color);
}
.pb-wrapper .table-wraper .dropdown-menu ul li a:active,
.pb-wrapper .table-wraper .dropdown-menu ul li a:focus {
  background: none;
}

.pointer {
  cursor: pointer;
}

.size-wrap:nth-child(1) .pb-card .pb-count {
  color: #468be8;
}

.size-wrap:nth-child(2) .pb-card .pb-count {
  color: #8791dd;
}

.size-wrap:nth-child(3) .pb-card .pb-count {
  color: #b364c8;
}

.col:nth-child(1) .pb-card .pb-count {
  color: #468be8;
}

.col:nth-child(2) .pb-card .pb-count {
  color: #8791dd;
}

.col:nth-child(3) .pb-card .pb-count {
  color: #b364c8;
}

.custom-progress {
  height: 4px;
  position: absolute;
  top: auto;
  left: 4px;
  right: 4px;
  bottom: 0;
}
.custom-progress .progress-bar {
  background: linear-gradient(90deg, #e5e7eb 0%, #e5e7eb 35.94%, #56c4f5 68.75%, #c156c2 100%);
}

.main-wrapper .content-inner {
  height: calc(100vh - 56px);
}
.main-wrapper .content-inner main {
  flex: 1;
}

.top-bar {
  background: #fff;
  min-height: 56px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .top-bar {
    padding: 0 15px;
  }
}
.top-bar .create-btn {
  padding: 13px 20px 13px 27px;
  font-size: 12px;
  line-height: 28px;
  color: var(--font-color);
  font-weight: 600;
  margin-bottom: 0;
  outline: none;
  flex: 0 0 228px;
  max-width: 228px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  box-shadow: 0 0 8px 2px rgba(240, 239, 239, 0.75);
  -webkit-box-shadow: 0 0 8px 2px rgba(240, 239, 239, 0.75);
  -moz-box-shadow: 0 0 8px 2px rgba(240, 239, 239, 0.75);
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  .top-bar .create-btn {
    flex: 0 0 185px;
    max-width: 185px;
    padding: 13px 0px;
  }
}
.top-bar .create-btn svg {
  stroke: var(--font-color);
  margin-right: 9px;
}
.top-bar .topbar-menu {
  flex: 1;
  align-items: center;
  padding: 0 0 0 34px;
}
@media screen and (max-width: 991px) {
  .top-bar .topbar-menu {
    padding: 0px 0 0 15px;
  }
}
.top-bar .topbar-menu .topbar-wraper {
  flex: 1;
  justify-content: space-between;
}
.top-bar .topbar-menu .topbar-wraper .label-edit .edit-content {
  width: 180px;
  margin-right: 10px;
}
.top-bar .topbar-menu .topbar-wraper .label-edit .edit-content label,
.top-bar .topbar-menu .topbar-wraper .label-edit .edit-content input {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--font-color);
  margin-bottom: 0;
  flex: 1;
  width: 100%;
  position: relative;
  border: none;
  padding-bottom: 8px;
  background: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-bar .topbar-menu .topbar-wraper .label-edit .edit-content label.input-border,
.top-bar .topbar-menu .topbar-wraper .label-edit .edit-content input.input-border {
  border-bottom: 1px solid rgba(203, 198, 198, 0.5);
}
.top-bar .topbar-menu .topbar-wraper .label-edit .edit-icon .icon-wrap {
  margin-right: 5px;
  cursor: pointer;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.top-bar .topbar-menu .topbar-wraper .label-edit .edit-icon .icon-wrap svg {
  height: auto;
  fill: var(--font-color);
}
.top-bar .topbar-menu .topbar-wraper .label-select .edit-content {
  width: 180px;
  margin-right: 10px;
}
.top-bar .topbar-menu .topbar-wraper .label-select .edit-content label {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--font-color);
  margin-bottom: 0;
  flex: 1;
  width: 100%;
  position: relative;
  border: none;
  padding-bottom: 8px;
  background: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-bar .topbar-menu .topbar-wraper .label-select .edit-content .icon-wrap {
  margin-right: 5px;
  cursor: pointer;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.top-bar .topbar-menu .topbar-wraper .label-select .edit-content .icon-wrap svg {
  height: auto;
  fill: var(--font-color);
}
.top-bar .topbar-menu ul {
  align-items: center;
  flex: 385px;
  max-width: 385px;
  justify-content: flex-end;
  padding-right: 20px;
}
.top-bar .topbar-menu ul li .notification {
  position: relative;
}
.top-bar .topbar-menu ul li .notification svg {
  stroke: var(--font-color);
  fill: none;
}
.top-bar .topbar-menu ul li .notification span {
  background: #468be8;
  box-shadow: 0px 1px 4px rgba(70, 139, 232, 0.39);
  position: absolute;
  width: 10px;
  height: 10px;
  left: 12px;
  top: 3px;
}
.top-bar .topbar-menu ul li svg {
  stroke: var(--font-color);
  fill: none;
}
.top-bar .topbar-menu ul li .account-user-avatar {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  overflow: hidden;
}
.top-bar .topbar-menu ul li .account-user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-bar .topbar-menu ul li .dropdown .dropdown-toggle::after {
  content: none;
}
.top-bar .topbar-menu ul li .dropdown .dropdown-menu {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  top: 100% !important;
  left: -240px !important;
  margin-top: 10px !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  box-shadow: 0px 4px 26px rgba(25, 22, 53, 0.6);
  border: none;
  box-shadow: none;
  background: #fff;
  min-width: 297px;
  padding-bottom: 0;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
}
.top-bar .topbar-menu ul li .dropdown .dropdown-menu::before {
  content: '';
  border-bottom: 8px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: rotate(360deg);
  width: 21px;
  height: 6px;
  position: absolute;
  top: -6px;
  right: 22px;
}
.top-bar .topbar-menu ul li .dropdown .dropdown-menu .dropdown-header {
  padding: 20px 30px 0 30px;
  margin-bottom: 16px;
}
.top-bar .topbar-menu ul li .dropdown .dropdown-menu .dropdown-header h6 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: var(--font-color);
}
.top-bar .topbar-menu ul li .dropdown .dropdown-menu .dropdown-header p {
  font-size: 10px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--font-color);
}
.top-bar .topbar-menu ul li .dropdown .dropdown-menu ul {
  padding: 0 30px;
  margin-bottom: 30px;
}
.top-bar .topbar-menu ul li .dropdown .dropdown-menu ul li a {
  padding: 10px 0;
}
.top-bar .topbar-menu ul li .dropdown .dropdown-menu ul li a .dropdown-icon {
  margin-right: 18px;
}
.top-bar .topbar-menu ul li .dropdown .dropdown-menu ul li a .dropdown-icon.stroke svg {
  stroke: var(--font-color);
}
.top-bar .topbar-menu ul li .dropdown .dropdown-menu ul li a .dropdown-icon.fill svg {
  fill: var(--font-color);
}
.top-bar .topbar-menu ul li .dropdown .dropdown-menu ul li a:hover {
  cursor: pointer;
}
.top-bar .topbar-menu ul li .dropdown .dropdown-menu ul li a:hover,
.top-bar .topbar-menu ul li .dropdown .dropdown-menu ul li a:focus {
  background: none;
}
.top-bar .topbar-menu ul li .dropdown .dropdown-menu ul li a span {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: var(--font-color);
}
.top-bar .topbar-menu ul li .dropdown .dropdown-menu ul li a.disabled {
  pointer-events: none;
}
.top-bar .topbar-menu ul li .dropdown .dropdown-menu ul li a.disabled .dropdown-icon.fill svg {
  fill: #cdcdcd;
}
.top-bar .topbar-menu ul li .dropdown .dropdown-menu ul li a.disabled span {
  color: #cdcdcd;
}
.top-bar .topbar-menu ul li .dropdown .dropdown-menu .mode-change {
  padding: 15px 30px;
  align-items: center;
}
.top-bar .topbar-menu ul li .dropdown .dropdown-menu .mode-change h6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  flex: 1;
  color: var(--font-color);
}
.top-bar .topbar-menu ul li .dropdown .dropdown-menu .mode-change .toggle-switch {
  position: relative;
  width: 30px;
}
.top-bar .topbar-menu ul li .dropdown .dropdown-menu .mode-change .toggle-switch label {
  position: absolute;
  width: 100%;
  height: 14px;
  background-color: #28292c;
  border-radius: 50px;
  cursor: pointer;
}
.top-bar .topbar-menu ul li .dropdown .dropdown-menu .mode-change .toggle-switch input {
  position: absolute;
  display: none;
}
.top-bar .topbar-menu ul li .dropdown .dropdown-menu .mode-change .toggle-switch .slider {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  transition: 0.3s;
}
.top-bar
  .topbar-menu
  ul
  li
  .dropdown
  .dropdown-menu
  .mode-change
  .toggle-switch
  input:checked
  ~ .slider {
  background-color: #d8dbe0;
}
.top-bar .topbar-menu ul li .dropdown .dropdown-menu .mode-change .toggle-switch .slider::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.3s;
}
.top-bar
  .topbar-menu
  ul
  li
  .dropdown
  .dropdown-menu
  .mode-change
  .toggle-switch
  input:checked
  ~ .slider::before {
  transform: translateX(8px);
  box-shadow: 5px 0 0 0px #3c3e41;
  border-radius: 100%;
  background: none;
}

aside {
  flex: 0 0 228px;
  max-width: 228px;
  background: #fff;
  box-shadow: 3px 0px 20px 8px rgba(240, 239, 239, 0.75);
  -webkit-box-shadow: 3px 0px 20px 8px rgba(240, 239, 239, 0.75);
  -moz-box-shadow: 3px 0px 20px 8px rgba(240, 239, 239, 0.75);
}
@media screen and (max-width: 991px) {
  aside {
    width: 230px;
    max-width: 230px;
    height: 100%;
    top: 56px;
    left: -400px;
    overflow: hidden;
    box-shadow: 5px 5px 10px grey;
    position: fixed;
    z-index: 999;
    opacity: 0;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
  }
}
aside.is-visible {
  opacity: 1;
  left: 0;
}
aside .tab-content {
  max-height: calc(100vh - 56px);
  overflow: auto;
  margin-right: 1px;
  scrollbar-color: #999 #f8f8f8;
  scrollbar-width: thin;
}
aside .tab-content .accordion > .card {
  border-bottom: 1px solid #dddada;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}
aside .tab-content .accordion > .card .card-header {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  margin-bottom: 0;
  background: #f0efef;
  padding: 0 10px 0 20px;
  position: sticky;
  z-index: 99;
  top: 0;
}
aside .tab-content .accordion > .card .card-header h5 a {
  width: 100%;
  display: block;
  text-align: left;
  outline: none;
  box-shadow: none;
  min-height: 40px;
  font-size: 16px;
  line-height: 26px;
  color: var(--font-color);
  font-weight: 600;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
aside .tab-content .accordion > .card .card-header h5 a .count-number {
  position: absolute;
  right: 30px;
  top: 0;
  margin: auto;
  bottom: 0;
}
aside .tab-content .accordion > .card .card-header h5 a .warning-btns {
  position: absolute;
  right: 0;
  top: 0;
  margin: auto;
  bottom: 0;
}
aside .tab-content .accordion > .card .card-body {
  padding: 0;
}
aside .tab-content .accordion > .card .card-body .card {
  background: transparent !important;
  padding: 0 10px 0 42px;
  border: none !important;
  border-bottom: 1px solid #dddada !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  position: relative;
  z-index: 0;
}
aside .tab-content .accordion > .card .card-body .card:last-child {
  border: none !important;
}
aside .tab-content .accordion > .card .card-body .card .card-header {
  border: none;
  background: transparent !important;
  padding: 0;
  position: relative;
}
aside .tab-content .accordion > .card .card-body .card .card-header .custom-check {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  bottom: 0;
  margin: auto;
  z-index: 9;
}
aside .tab-content .accordion > .card .card-body .card .card-header .custom-check label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  /* padding: 8px; */
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 0;
  width: 18px;
  height: 18px;
  background: #2e2e2e;
}
aside
  .tab-content
  .accordion
  > .card
  .card-body
  .card
  .card-header
  .custom-check
  input:checked
  + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 7px;
  height: 10.5px;
  border: solid #468be8;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
aside
  .tab-content
  .accordion
  > .card
  .card-body
  .card
  .card-header
  .custom-check
  .MuiCheckbox-root {
  padding: 0 !important;
}
aside .tab-content .accordion > .card .card-body .card .card-header a {
  width: 100%;
  display: block;
  text-align: left;
  outline: none;
  box-shadow: none;
  min-height: 30px;
  font-size: 14px;
  line-height: 20px;
  color: var(--font-color);
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding: 8px 0 8px 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
aside .tab-content .accordion > .card .card-body .card .card-header a:after {
  content: '';
  position: absolute;
  left: 0px;
  z-index: 11;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 8px solid #c4c4c4;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(275deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
aside .tab-content .accordion > .card .card-body .card .card-header a .warning-btns {
  position: absolute;
  right: 0;
  top: 0;
  margin: auto;
  bottom: 0;
}
aside .tab-content .accordion > .card .card-body .card .card-header a[aria-expanded='true']:after {
  transform: rotate(360deg);
}
aside .tab-content .accordion > .card .card-body .card .card-header a.selected {
  color: #468be8 !important;
}
aside .tab-content .accordion > .card .card-body .card .card-header a strong {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  color: rgba(var(--font-color), 0.5);
  margin-right: 7px;
}
aside .tab-content .card-header a {
  position: relative;
  padding-left: 18px;
  padding-right: 40px;
}
aside .tab-content .card-header a:after {
  content: '';
  position: absolute;
  left: 0px;
  z-index: 11;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 8px solid #c4c4c4;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(275deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
aside .tab-content .card-header a[aria-expanded='true']:after {
  transform: rotate(360deg);
}
aside .tab-content .slide-wrap .slide-inner {
  scrollbar-color: #999 #f8f8f8;
  scrollbar-width: thin;
}
aside .tab-content .slide-wrap .slide-inner li {
  padding-left: 15px;
  padding-bottom: 15px;
  margin-left: 8px;
  position: relative;
  min-height: 80px;
}
aside .tab-content .slide-wrap .slide-inner li:first-child::before {
  content: none;
}
aside .tab-content .slide-wrap .slide-inner li:last-child {
  padding-bottom: 13px;
}
aside .tab-content .slide-wrap .slide-inner li::before {
  content: '';
  border-left: 1px dashed #cbc6c6;
  position: absolute;
  width: 5px;
  height: 100%;
  left: -1px;
  top: -80px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
aside .tab-content .slide-wrap .slide-inner li .slide-list::before {
  content: '';
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #cbc6c6;
  position: absolute;
  left: -8px;
  border-radius: 50px;
  z-index: 9;
}
aside .tab-content .slide-wrap .slide-inner li .slide-list::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #468be8;
  border: 2px solid #fff;
  position: absolute;
  left: -6px;
  top: 2px;
  border-radius: 50px;
  z-index: 9;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}
aside .tab-content .slide-wrap .slide-inner li .img-wrap {
  position: relative;
  filter: drop-shadow(0px 4px 4px rgba(70, 139, 232, 0.15));
  border-radius: 6px;
  overflow: hidden;
  max-height: 74px;
  opacity: 0.5;
}
aside .tab-content .slide-wrap .slide-inner li .img-wrap .warning-btns {
  position: absolute;
  right: 5px;
  top: 5px;
}
aside .tab-content .slide-wrap .slide-inner li .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
aside .tab-content .slide-wrap .slide-inner li .img-wrap h3 {
  font-weight: 800;
  font-style: italic;
  font-size: 43px;
  line-height: 52px;
  opacity: 0.63;
  color: #fff;
  position: absolute;
  top: auto;
  left: auto;
  right: 10px;
  bottom: 0;
}
aside .tab-content .slide-wrap .slide-inner li.active:first-child::before {
  content: none;
}
aside .tab-content .slide-wrap .slide-inner li.active::before {
  border-color: #468be8;
}
aside .tab-content .slide-wrap .slide-inner li.active .img-wrap {
  opacity: 1;
}
aside .tab-content .slide-wrap .slide-inner li.active .slide-list::before {
  background: #468be8;
  left: -8px;
}
aside .tab-content .slide-wrap .slide-inner li.active .slide-list::after {
  opacity: 1;
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
}

.video-sec {
  flex: 1;
  overflow: auto;
  max-height: calc(100vh - 56px);
  background: #f9f9f9;
  padding: 24px 36px;
  position: relative;
  scrollbar-color: #999 #f8f8f8;
  scrollbar-width: thin;
}
@media screen and (max-width: 991px) {
  .video-sec {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 24px 20px;
  }
}
.video-sec img {
  width: 100%;
}
.video-sec .preview-sec {
  padding-bottom: 77px;
}
.video-sec .preview-sec .btn {
  min-height: 34px;
  min-width: 96px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
}
.video-sec .video-inner {
  position: relative;
}
.video-sec .video-inner .video-head {
  margin-bottom: 17px;
}
.video-sec .video-inner .video-head h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--font-color);
  border-bottom: 0.5px solid #cbc6c6;
  display: inline-block;
  padding-left: 4px;
}
.video-sec .video-inner .video-wrap {
  position: relative;
  width: 100%;
  padding-top: 50%;
  overflow: hidden;
}
.video-sec .video-inner .video-wrap .loader-inner img {
  width: 50% !important;
  max-height: initial;
}
.video-sec .video-inner .video-wrap .thumbnail-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.video-sec .video-inner .video-wrap video {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.video-control svg {
  fill: var(--font-color);
}
.video-control .rSlider {
  position: relative;
  margin: 16px 0 12px;
}
.video-control .rSlider .slide {
  background: #468be8;
  height: 5px;
  width: 80px;
  position: absolute;
  left: 0;
  top: 9px;
  z-index: 2;
  pointer-events: none;
}
.video-control .rSlider input[type='range'] {
  position: relative;
  width: 100%;
  height: 5px;
  background: #dfdfdf;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.video-control .rSlider input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background: #468be8;
  cursor: pointer;
  border-radius: 20px;
  z-index: 9;
}
.video-control .rSlider input[type='range']::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: #468be8;
  cursor: pointer;
}

.time-duration {
  color: var(--font-color);
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

.volume-control {
  display: flex;
  align-items: center;
}
.volume-control:hover input[type='range'] {
  display: block;
}
.volume-control input[type='range'] {
  display: none;
  position: relative;
  width: 100%;
  height: 5px;
  background: #dfdfdf;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  max-width: 80px;
}
.volume-control input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background: #468be8;
  cursor: pointer;
  border-radius: 20px;
  z-index: 9;
}
.volume-control input[type='range']::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: #468be8;
  cursor: pointer;
}

.right-sec {
  flex: 385px;
  max-width: 385px;
}
@media screen and (min-width: 1679px) {
  .right-sec {
    flex: 540px;
    max-width: 540px;
  }
}
@media screen and (max-width: 991px) {
  .right-sec {
    max-height: calc(100vh - 56px);
    width: 400px;
    max-width: 400px;
    height: 100%;
    top: 56px;
    right: -400px;
    overflow: hidden;
    background-color: #f0efef;
    box-shadow: 5px 5px 10px grey;
    position: fixed;
    z-index: 111;
    opacity: 0;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
  }
}
.right-sec.is-visible {
  opacity: 1;
  right: 0;
}
.right-sec .tab-view {
  display: flex;
  justify-content: center;
  min-height: 100%;
  flex-wrap: wrap;
}
.right-sec .tab-view .tab-content {
  flex: 1;
  overflow: auto;
  max-height: calc(100vh - 56px);
  overflow-x: hidden;
  scrollbar-color: #999 #f8f8f8;
  scrollbar-width: thin;
}
.right-sec .tab-view .tab-content .accordion > .card {
  border-bottom: 1px solid #dddada;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}
.right-sec .tab-view .tab-content .accordion > .card .card-header {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  margin-bottom: 0;
  background: #f0efef;
  padding: 0 20px;
  border-bottom: 1px solid #dddada;
}
.right-sec .tab-view .tab-content .accordion > .card .card-header:first-child {
  border-bottom: 1px solid #dddada;
}
.right-sec .tab-view .tab-content .accordion > .card .card-header h5 a {
  width: 100%;
  display: block;
  text-align: left;
  outline: none;
  box-shadow: none;
  min-height: 40px;
  font-size: 14px;
  line-height: 20px;
  color: var(--font-color);
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
.right-sec .tab-view .tab-content .accordion > .card .card-body {
  padding: 0;
}
.right-sec .tab-view .tab-content .accordion > .card .card-body .card {
  background: transparent !important;
  padding: 0 20px 0 40px;
  border: none !important;
  border-bottom: 0.5px solid rgba(203, 198, 198, 0.5) !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}
@media screen and (max-width: 1199px) {
  .right-sec .tab-view .tab-content .accordion > .card .card-body .card {
    padding: 0 15px 0 20px;
  }
}
.right-sec .tab-view .tab-content .accordion > .card .card-body .card:last-child {
  border: none !important;
}
.right-sec .tab-view .tab-content .accordion > .card .card-body .card .card-header {
  border: none;
  background: transparent !important;
  padding: 0;
}
.right-sec .tab-view .tab-content .accordion > .card .card-body .card .card-header a {
  width: 100%;
  display: block;
  text-align: left;
  outline: none;
  box-shadow: none;
  min-height: 30px;
  font-size: 14px;
  line-height: 20px;
  color: var(--font-color);
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding: 10px 0 10px 20px;
}
.right-sec .tab-view .tab-content .accordion > .card .card-body .card .card-header a:after {
  content: '';
  position: absolute;
  left: 0px;
  z-index: 11;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 10px solid #c4c4c4;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(275deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
.right-sec
  .tab-view
  .tab-content
  .accordion
  > .card
  .card-body
  .card
  .card-header
  a[aria-expanded='true']:after {
  transform: rotate(360deg);
}
.right-sec .tab-view .tab-content .accordion > .card .card-body .card .card-header a strong {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  color: #b5babe;
  margin-right: 10px;
}
.right-sec .tab-view .tab-content .accordion > .card .card-inner {
  padding: 16px 24px;
}
.right-sec .tab-view .tab-content .accordion > .card .card-inner .label-block {
  flex: 0 0 72px;
  max-width: 72px;
}
.right-sec .tab-view .tab-content .accordion > .card .card-inner .field-block {
  flex: 1;
}
.right-sec .tab-view .tab-content .accordion > .card .card-inner .field-block .Regular {
  width: 65%;
}
.right-sec .tab-view .tab-content .accordion > .card .card-inner .field-block .size {
  width: 35%;
}
.right-sec .tab-view .tab-content .accordion > .card .card-inner .field-block .img-upload {
  position: relative;
  max-width: 100px;
}
.right-sec
  .tab-view
  .tab-content
  .accordion
  > .card
  .card-inner
  .field-block
  .img-upload
  .img-wrap {
  width: 90px;
  height: 70px;
  border: 1px solid #cbc6c6;
  box-sizing: border-box;
  border-radius: 2px;
}
.right-sec
  .tab-view
  .tab-content
  .accordion
  > .card
  .card-inner
  .field-block
  .img-upload
  .img-wrap
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.right-sec
  .tab-view
  .tab-content
  .accordion
  > .card
  .card-inner
  .field-block
  .img-upload
  .upload-btn {
  width: 31px;
  height: 31px;
  background: #f9f9f9;
  opacity: 0.75;
  box-shadow: 0px 4px 4px rgba(176, 176, 176, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  position: absolute;
  bottom: -4px;
  right: -2px;
  cursor: pointer;
}
.right-sec
  .tab-view
  .tab-content
  .accordion
  > .card
  .card-inner
  .field-block
  .img-upload
  .upload-btn
  input[type='file'] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.right-sec
  .tab-view
  .tab-content
  .accordion
  > .card
  .card-inner
  .field-block
  .img-upload
  .upload-btn
  svg {
  stroke: var(--font-color);
}
.right-sec .tab-view .tab-content .accordion > .card .card-inner .field-block .editor-list li {
  flex: 0 0 25%;
  border-top: 0.5px solid #cbc6c6;
  border-bottom: 0.5px solid #cbc6c6;
}
.right-sec
  .tab-view
  .tab-content
  .accordion
  > .card
  .card-inner
  .field-block
  .editor-list
  li:first-child {
  border-left: 0.5px solid #cbc6c6;
  border-radius: 2px 0 0 2px;
}
.right-sec
  .tab-view
  .tab-content
  .accordion
  > .card
  .card-inner
  .field-block
  .editor-list
  li:last-child {
  border-right: 0.5px solid #cbc6c6;
  border-radius: 0 2px 2px 0;
}
.right-sec
  .tab-view
  .tab-content
  .accordion
  > .card
  .card-inner
  .field-block
  .editor-list
  li
  button {
  border-radius: 0;
  width: 100%;
}
.right-sec .tab-view .tab-content .accordion > .card .card-inner textarea.form-control {
  border: 1px solid #cbc6c6;
  padding: 15px !important;
  border-radius: 4px;
  height: 130px;
  color: var(--font-color);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  resize: none;
}
@media screen and (max-width: 1199px) {
  .right-sec .tab-view .tab-content .accordion > .card .card-inner textarea.form-control {
    padding: 8px !important;
  }
}
.right-sec .tab-view .tab-content .accordion > .card .card-inner .edit-label {
  color: var(--font-color);
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .right-sec .tab-view .tab-content .accordion > .card .card-inner .edit-label {
    margin-bottom: 6px;
  }
}
.right-sec .tab-view .tab-content .accordion > .card .card-inner p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: var(--font-color);
  margin-bottom: 0;
  display: inline-block;
}
.right-sec .tab-view .tab-content .accordion > .card .card-inner p a {
  margin: 0 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #468be8;
  text-decoration: underline;
  display: inline-block;
  cursor: pointer;
}
.right-sec .tab-view .tab-content .card-header a {
  position: relative;
  padding-left: 20px;
}
.right-sec .tab-view .tab-content .card-header a:after {
  content: '';
  position: absolute;
  left: 0px;
  z-index: 11;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 8px solid #c4c4c4;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(275deg);
  top: -5px;
  bottom: 0;
  margin: auto;
}
.right-sec .tab-view .tab-content .card-header a[aria-expanded='true']:after {
  transform: rotate(360deg);
}
.right-sec .tab-view .tab-head {
  flex: 0 0 104px;
  max-width: 104px;
  background: #413e4c;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  max-height: calc(100vh - 56px);
  position: relative;
  overflow-x: hidden;
}
.right-sec .tab-view .tab-head::before {
  content: '';
  background: url('../img/right-bar-bg.png') no-repeat;
  height: 110px;
  width: 104px;
  position: absolute;
  bottom: 0;
  z-index: 0;
  right: 0;
  background-size: cover;
}
.right-sec .tab-view .tab-head ul {
  z-index: 1;
  position: relative;
  padding: 24px 10px;
}
.right-sec .tab-view .tab-head ul li {
  text-align: center;
  margin-bottom: 13px;
}
.right-sec .tab-view .tab-head ul li a {
  display: block;
}
.right-sec .tab-view .tab-head ul li a span {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.08) 100%);
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(4px);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.right-sec .tab-view .tab-head ul li a small {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.35);
}
.right-sec .tab-view .tab-head ul li.active a {
  display: block;
}
.right-sec .tab-view .tab-head ul li.active a span {
  background: #468be8;
  box-shadow:
    0px 4px 0px rgba(70, 139, 232, 0.24),
    0px 0px 45px 4px rgba(70, 139, 232, 0.3);
}
.right-sec .tab-view .tab-head ul li.active a small {
  color: #fff;
  opacity: 1;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.divider {
  padding: 0;
  height: 1px;
  background: #e5e2e2;
  margin: 14px 0;
}

.fill-i {
  fill: var(--font-color);
}

.outline-i {
  stroke: var(--font-color);
}

.color-picker .color-palette {
  width: 26px;
  height: 26px;
  display: block;
  background: #000;
  border-radius: 50px;
  position: relative;
  margin-bottom: 10px;
}
.color-picker .color-palette i {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -4px;
  right: -4px;
  cursor: pointer;
}
.color-picker p {
  color: var(--font-color);
}

.save-apply {
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.save-apply p {
  background: #e6f1ff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #393b3d;
  margin-bottom: 0;
  padding: 8px 24px;
  display: inline-block;
}
.save-apply p a {
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  color: #468be8;
  text-decoration: underline;
  display: inline-block;
}
.save-apply p span {
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  color: #468be8;
  text-decoration: underline;
  display: inline-block;
  cursor: pointer;
}

.custom-height {
  max-height: 240px;
  overflow-y: auto;
}

.grid-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: row dense;
  grid-gap: 10px;
  grid-auto-rows: minmax(70px, auto);
}
.grid-box .grid-list {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  max-height: 97px;
}
.grid-box .grid-list .icon-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background: rgba(81, 97, 112, 0.5607843137);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 9;
}
.grid-box .grid-list .icon-wrap span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-right: 0;
  cursor: pointer;
}
.grid-box .grid-list .icon-wrap span.img-view {
  background: rgba(70, 139, 232, 0.146);
  opacity: 0.6;
  box-shadow:
    inset 5.6px -5.6px 5.6px rgba(53, 106, 176, 0.146),
    inset -5.6px 5.6px 5.6px rgba(255, 255, 255, 0.146);
  backdrop-filter: blur(5.04px);
}
.grid-box .grid-list .icon-wrap span.img-view:hover {
  background: rgba(0, 0, 0, 0.6);
  box-shadow: none;
}
.grid-box .grid-list .icon-wrap span.img-edit {
  background: rgba(70, 139, 232, 0.146);
  opacity: 0.6;
}
.grid-box .grid-list .icon-wrap span.img-edit:hover {
  background: rgba(0, 0, 0, 0.6);
  box-shadow: none;
}
.grid-box .grid-list .icon-wrap span svg {
  fill: #fff;
}
.grid-box .grid-list img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.grid-box .grid-list video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-box .grid-list:hover .icon-wrap {
  opacity: 1;
}

.theme .panel-full-header {
  box-shadow: 0 0 8px 2px rgba(240, 239, 239, 0.75);
  -webkit-box-shadow: 0 0 8px 2px rgba(240, 239, 239, 0.75);
  -moz-box-shadow: 0 0 8px 2px rgba(240, 239, 239, 0.75);
}

.theme .panel-full-header .create-btn {
  box-shadow: none;
}

.cm-wrapper {
  padding: 40px 62px 40px 60px;
  height: calc(100vh - 56px);
  overflow: hidden;
}

.cm-header .cm-caption {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  color: #222;
}
@media (max-width: 767px) {
  .cm-header .cm-caption {
    font-size: 15px;
  }
}
.cm-header .cm-subhead {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #7b7b7b;
}
@media (max-width: 767px) {
  .cm-header .cm-subhead {
    font-size: 11px;
  }
}

.cm-blk {
  min-height: calc(100vh - 200px);
}

.cm-left-blk {
  width: 16%;
  background-color: #eee;
}
.cm-left-blk .cm-add-mod {
  border-top: 1px solid #ccc;
}
.cm-left-blk .cm-mod-wrapper {
  min-height: calc(100vh - 228px);
  max-height: calc(100vh - 228px);
  overflow-y: auto;
  scrollbar-color: #999 #f8f8f8;
  scrollbar-width: thin;
}
.cm-left-blk .cm-mod-wrapper::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.cm-left-blk .cm-mod-wrapper::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
}
.cm-left-blk .cm-mod-wrapper::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
  cursor: pointer;
}
.cm-left-blk .cm-mod-container {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #555;
  position: relative;
  text-transform: uppercase;
  border-left: 2px solid transparent;
  padding: 16px 5px;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.cm-left-blk .cm-mod-container h3 {
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 auto;
}
.cm-left-blk .cm-mod-container input {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--font-color);
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #c0c2c3;
  width: 100%;
}
.cm-left-blk .cm-mod-container.active {
  border-left: 2px solid #468be8;
  background-color: #ddd;
}
.cm-left-blk .cm-mod-container.active:hover .cm-del-icon {
  display: block;
}

.cm-mod-container .cm-del-icon {
  position: absolute;
  top: 47%;
  left: auto;
  right: 8px;
  bottom: auto;
  transform: translateY(-50%);
  margin-top: 0px;
  display: none;
}
.cm-mod-container .cm-del-icon svg {
  fill: var(--font-color);
}

.cm-right-blk {
  width: 84%;
  background-color: #f9f9f9;
}

.cm-add-label {
  padding: 8px 15px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #7b7b7b;
  text-transform: uppercase;
  cursor: pointer;
}
.cm-add-label .plus {
  padding-right: 6px;
}
.cm-add-label svg {
  fill: var(--font-color);
}

.cm-slide-blk {
  height: 52px;
  background-color: #f5f5f5;
  border-bottom: 3px solid #ddd;
}
.cm-slide-blk .cm-slide-wrapper {
  height: 52px;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: #999 #f8f8f8;
  scrollbar-width: thin;
}
.cm-slide-blk .cm-slide-wrapper::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.cm-slide-blk .cm-slide-wrapper::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
}
.cm-slide-blk .cm-slide-wrapper::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
  cursor: pointer;
}
.cm-slide-blk .cm-slide-wrapper .cm-slide-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font-weight: 600;
}
.cm-slide-blk .cm-slide-wrapper .cm-slide-container.active {
  color: #333;
  border-color: #468be8;
}
.cm-slide-blk .cm-slide-wrapper .cm-slide-container.active:hover .cm-del-icon {
  display: block;
}

.cm-screen-blk {
  border-bottom: 1px solid #eee;
}
.cm-screen-blk .cm-screen-wrapper {
  overflow-x: auto;
  scrollbar-color: #999 #f8f8f8;
  scrollbar-width: thin;
}
.cm-screen-blk .cm-screen-wrapper .cm-screen-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 10px;
  cursor: pointer;
  font-weight: 400;
  border-bottom: 3px solid transparent;
}
.cm-screen-blk .cm-screen-wrapper .cm-screen-container.active {
  color: #333;
  border-bottom: 3px solid #468be8;
}
.cm-screen-blk .cm-screen-wrapper .cm-screen-container.active:hover .cm-del-icon {
  display: block;
}
.cm-screen-blk .cm-screen-wrapper::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.cm-screen-blk .cm-screen-wrapper::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
}
.cm-screen-blk .cm-screen-wrapper::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
  cursor: pointer;
}

.cm-gen-spec {
  min-width: 115px;
  width: 115px;
  position: relative;
}
.cm-gen-spec p {
  max-width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cm-gen-spec input {
  font-size: 14px;
  font-weight: 600;
  color: #c0c2c3;
  line-height: 20px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #c0c2c3;
  width: 100%;
}

.panel-label {
  font-size: 14px;
  font-weight: 400;
  color: #7b7b7b;
  line-height: 20px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cm-audscript-blk {
  padding: 16px;
}

.panel-txtarea-blk .panel-txtarea {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border: none;
  width: 100%;
  height: 80px;
  max-height: 80px;
  background-color: #f3f3f3;
  font-size: 14px;
  font-weight: 300;
  color: rgba(34, 34, 34, 0.8);
  line-height: 20px;
  padding: 15px !important;
  resize: none;
  border: 1px solid transparent;
  scrollbar-color: #999 #f8f8f8;
  scrollbar-width: thin;
}
.panel-txtarea-blk .panel-txtarea::placeholder {
  color: rgba(123, 123, 123, 0.5);
}
.panel-txtarea-blk .panel-txtarea::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.panel-txtarea-blk .panel-txtarea::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
}
.panel-txtarea-blk .panel-txtarea::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
  cursor: pointer;
}
.panel-txtarea-blk .panel-txtarea:focus {
  border: 1px solid #468be8;
}

.cm-ost-blk {
  padding: 16px;
}
.cm-ost-blk .panel-txtarea {
  height: 100px;
  max-height: 100px;
}

.cm-full-lst-blk {
  border-bottom: 1px solid #eee;
}
.cm-full-lst-blk .cm-full-lst-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: #999 #f8f8f8;
  scrollbar-width: thin;
}
.cm-full-lst-blk .cm-full-lst-wrapper .cm-full-lst-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  position: relative;
  margin-right: 8px;
  min-width: inherit;
  width: inherit;
  padding-right: 20px;
  overflow: initial;
}
.cm-full-lst-blk .cm-full-lst-wrapper .cm-full-lst-container.active {
  color: #333;
  border-color: #468be8;
}
.cm-full-lst-blk .cm-full-lst-wrapper .cm-full-lst-container.active:hover .cm-del-icon {
  display: block;
}
.cm-full-lst-blk .cm-full-lst-wrapper .cm-full-lst-container p {
  max-width: inherit;
  overflow: inherit;
  text-overflow: initial;
  white-space: nowrap;
  margin-right: 2px;
}
.cm-full-lst-blk .cm-full-lst-wrapper .cm-full-lst-container .cm-del-icon {
  position: absolute;
  right: 0;
}
.cm-full-lst-blk .cm-full-lst-wrapper::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.cm-full-lst-blk .cm-full-lst-wrapper::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
}
.cm-full-lst-blk .cm-full-lst-wrapper::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
  cursor: pointer;
}

.cm-del-icon {
  font-size: 27px;
  font-weight: 300;
  line-height: 20px;
  color: #7b7b7b;
  margin-top: -2px;
  display: none;
}
.cm-del-icon svg {
  fill: var(--font-color);
}

.cm-full-lst-container.active .cm-del-icon {
  color: #222;
}

.cm-vs-blk {
  padding: 16px;
}
.cm-vs-blk .cm-vs-wrapper {
  background-color: #eee;
  padding: 20px 0 20px 25px;
}

.navtab-selector .nav-tabs {
  border-bottom: none !important;
}
.navtab-selector .nav-item {
  margin-right: 20px;
}
.navtab-selector .nav-link {
  font-size: 13px;
  font-weight: 500;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  border: none;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}
.navtab-selector .nav-link.active {
  position: relative;
  background-color: unset;
  border: 0;
}
.navtab-selector .nav-link.active .cm-vs-icon-holder {
  border-color: #468be8;
  color: #468be8;
}
.navtab-selector .nav-link.active .tick-active {
  display: block;
}
.navtab-selector .nav-link.active .cm-asset-name {
  color: #222;
}
.navtab-selector .nav-link.active .cm-asset-icon svg {
  stroke: #468be8;
}
.navtab-selector .nav-link.active .cm-asset-icon svg.fill-svg {
  fill: #468be8;
  stroke: none;
}

.cm-vs-icon-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: rgba(192, 194, 195, 0.6);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 2px solid rgba(192, 194, 195, 0.6);
}

.cm-asset-icon svg {
  stroke: rgba(192, 194, 195, 0.6);
}

.cm-asset-icon svg.fill-svg {
  fill: rgba(192, 194, 195, 0.6);
  stroke: none;
}

.cm-asset-name {
  font-size: 14px;
  font-weight: 400;
  color: #7b7b7b;
  line-height: 20px;
}

.cm-vs-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.cm-vs-container .tick-active {
  position: absolute;
  display: none;
}

.asset-txtarea .panel-txtarea {
  max-height: 126px;
  height: 126px;
}

.cm-a-space {
  width: 130px;
  min-width: 134px;
}

.add-tag-blk {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 126px;
  max-height: 126px;
  overflow-y: auto;
  padding: 15px;
  background-color: #f3f3f3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}

.add-tag-container {
  display: flex;
  justify-content: space-between;
  background-color: #468be8;
  color: #fff;
  padding: 0 6px;
  margin-right: 8px;
  margin-bottom: 8px;
  scrollbar-color: #999 #f8f8f8;
  scrollbar-width: thin;
}
.add-tag-container::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.add-tag-container::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
}
.add-tag-container::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
  cursor: pointer;
}
.add-tag-container .tag-name {
  font-size: 12px;
  line-height: 28px;
  font-weight: 200;
  padding-right: 5px;
}
.add-tag-container .tag-close {
  font-size: 23px;
  line-height: 25px;
  font-weight: 100;
  cursor: pointer;
}

.add-tag-placeholder {
  font-size: 14px;
  font-weight: 300;
  padding-top: 5px;
  cursor: default;
  color: rgba(123, 123, 123, 0.5);
}

.cm-style-blk {
  padding: 16px;
}
.cm-style-blk .cm-style-wrapper {
  background-color: #eee;
  padding: 23px 33px;
}

.cm-uploaded-logo {
  width: 191px;
  height: 108px;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
}

.cm-style-spec {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  color: #c0c2c3;
}

.cm-style-upload-holder {
  padding-left: 45px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-left: 2px solid rgba(192, 194, 195, 0.4);
}
@media screen and (max-width: 991px) {
  .cm-style-upload-holder {
    padding-left: 25px;
  }
}
.cm-style-upload-holder .cm-brand {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
}
.cm-style-upload-holder .cm-brand:hover .cm-st-upload-edit {
  display: block;
}
.cm-style-upload-holder .cm-brand-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -6px;
  left: auto;
  right: -6px;
  bottom: auto;
  background-color: #468be8;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  font-size: 33px;
  font-weight: 100;
  line-height: 23px;
  color: #fff;
  box-shadow: 0px 0px 10px 1px rgba(70, 139, 232, 0.21);
  cursor: pointer;
  z-index: 99;
}

.cm-style-left-part {
  flex: 0 0 66%;
  max-width: 66%;
}

.cm-style-right-part {
  flex: 0 0 34%;
  max-width: 34%;
}

.cm-st-upload-edit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(70, 139, 232, 0.806);
  cursor: pointer;
  box-shadow:
    inset 5.6px -5.6px 5.6px rgba(53, 106, 176, 0.146),
    inset -5.6px 5.6px 5.6px rgba(255, 255, 255, 0.146);
}
.cm-st-upload-edit .cm-st-edit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.course-scroller {
  max-height: calc(100vh - 296px);
  overflow-y: auto;
  scrollbar-color: #999 #f8f8f8;
  scrollbar-width: thin;
}
.course-scroller::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.course-scroller::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
}
.course-scroller::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
  cursor: pointer;
}

.cm-st-gallery {
  overflow: auto;
  scrollbar-color: #999 #f8f8f8;
  scrollbar-width: thin;
  height: 410px;
  overflow: hidden;
}

.cm-gallery-wrapper {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: row dense;
  grid-gap: 15px;
}
@media screen and (max-width: 991px) {
  .cm-gallery-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .cm-gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cm-gallery-wrapper .cm-gallery-container {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.cm-gallery-wrapper .cm-gallery-container img {
  height: 100%;
  max-height: 100%;
  object-fit: fill;
}
.cm-gallery-wrapper .cm-gallery-container .cm-gallery-menus {
  display: none;
}
.cm-gallery-wrapper .cm-gallery-container:hover .cm-gallery-menus {
  display: block;
}
.cm-gallery-wrapper .cm-gal-menu-left {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 6px 0px 0px 6px;
}
.cm-gallery-wrapper .cm-gal-menu-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  background: rgba(70, 139, 232, 0.8);
  border-radius: 0px 6px 6px 0px;
  box-shadow:
    inset 5.6px -5.6px 5.6px rgba(53, 106, 176, 0.146),
    inset -5.6px 5.6px 5.6px rgba(255, 255, 255, 0.146);
}

.cm-color-picker {
  margin-top: 20px;
  margin-bottom: 15px;
  padding-right: 25px;
}
.cm-color-picker .label-block {
  flex: 0 0 100px;
  max-width: 100px;
}
@media screen and (max-width: 1199px) {
  .cm-color-picker .label-block {
    flex: 0 0 50px;
    max-width: 50px;
  }
}
.cm-color-picker .field-block {
  flex: 1;
}
.cm-color-picker .field-block .Regular {
  width: 65%;
}
.cm-color-picker .field-block .size {
  width: 35%;
}
.cm-color-picker .edit-label {
  color: rgba(123, 123, 123, 0.5);
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.color-picker .color-palette i svg {
  fill: #7b7b7b;
}

.pb-header {
  min-height: 40px;
}
.pb-header .pb-filter-label {
  font-size: 14px;
  font-weight: 400;
  color: var(--font-color);
  line-height: 20px;
  white-space: nowrap;
}
.pb-header .custom-check-2 label:before {
  margin-right: 10px;
  margin-left: -13px;
  margin-top: -4px;
}
.pb-header .custom-check-2 label:hover {
  color: #468be8;
}
.pb-header .delete-all {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--font-color);
  display: flex;
  align-items: center;
}
.pb-header .delete-all svg {
  stroke: var(--font-color);
  margin-right: 10px;
}
.pb-header .delete-all:hover {
  color: #468be8;
}
.pb-header .delete-all:hover svg {
  stroke: #468be8;
}

.pb-filter-holder .custom-select {
  width: 100%;
  height: 40px;
}
.pb-filter-holder .custom-select .form-field {
  height: 100%;
  font-size: 14px;
  font-weight: 400;
}
.pb-filter-holder label {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  color: var(--font-color);
  line-height: 20px;
  /* white-space: nowrap; */
  text-transform: capitalize;
}
.pb-filter-holder .form-field {
  height: 42px;
}

.srch-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  right: auto;
  bottom: auto;
  transform: translateY(-50%);
}
.srch-icon svg {
  width: 23px;
  height: auto;
  stroke: rgba(34, 34, 34, 0.7);
}

.pb-srch-customiser {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border: 0.5px solid #cbc6c6;
  height: 40px;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
}
.pb-srch-customiser .srch-holder {
  position: relative;
  width: 50%;
}
.pb-srch-customiser .srch-holder::after {
  content: '';
  position: absolute;
  top: 5px;
  left: auto;
  right: 0;
  bottom: 5px;
  width: 1px;
  background-color: #cbc6c6;
}
@media (max-width: 991px) {
  .pb-srch-customiser {
    width: auto;
    margin-bottom: 10px;
  }
}

.srch-inpt-holder {
  padding-left: 43px;
  padding-right: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.srch-inpt-holder .srch-input {
  font-size: 14px;
  font-weight: 400;
  color: #7b7b7b;
  padding: 6px !important;
  border: 0;
  padding-right: 32px;
}
.srch-inpt-holder .srch-input::placeholder {
  color: rgba(123, 123, 123, 0.7);
}

.srch-ft-selector {
  width: 50%;
  padding: 6px;
}
.srch-ft-selector .custom-select::after {
  top: 50%;
  transform: translateY(-50%);
}
.srch-ft-selector .form-select {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border: 0px;
  min-height: 38px;
  font-size: 14px;
  font-weight: 400;
}

.pb-tbl-blk {
  margin: 6px 0;
  padding-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .pb-tbl-blk {
    min-width: 1200px;
  }
}
.pb-tbl-blk .pb-tbl-wrapper {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  margin: 8px 0;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 2fr;
  grid-auto-flow: row dense;
  grid-auto-rows: minmax(40px, auto);
  grid-gap: 10px;
  background: #f9f9f9;
  border: 0.5px solid rgba(203, 198, 198, 0.5);
}
.pb-tbl-blk .pb-head-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--font-color);
  line-height: 20px;
  padding: 10px;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pb-tbl-blk .pb-data-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--font-color);
  padding: 10px 24px 10px 10px;
}
.pb-tbl-blk .pb-st-count {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  width: 75px;
  padding-left: 15px;
}
.pb-tbl-blk .pb-progress-bar {
  position: static;
  width: calc(100% - 75px);
  background-color: #cbc6c6;
  height: 5px;
}
.pb-tbl-blk .pb-progress-bar .progress-bar {
  background: linear-gradient(90deg, #e5e7eb 0%, #e5e7eb 35.94%, #56c4f5 68.75%, #c156c2 100%);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
}
.pb-tbl-blk .pb-progress-bar.failed .progress-bar {
  background: #ff4343;
}
.pb-tbl-blk .pb-progress-bar.invalid .progress-bar {
  background: #e4620b;
}
.pb-tbl-blk .pb-data-tbl {
  min-height: 53px;
}
.pb-tbl-blk .pb-data-tbl .pb-data-label {
  padding: 14px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pb-tbl-blk .pb-data-tbl .pb-data-label:last-child {
  overflow: inherit;
}
.pb-tbl-blk .pb-status-indicator {
  width: calc(100% - 100px);
}
.pb-tbl-blk .pb-status-set {
  padding-left: 28px;
}
.pb-tbl-blk .pb-stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.pb-tbl-blk .pb-stat-icon svg {
  fill: #000;
  cursor: pointer;
}
.pb-tbl-blk .pb-stat-icon.download svg {
  stroke: #000;
}
.pb-tbl-blk .failed-status {
  font-size: 10px;
  line-height: 18px;
  font-weight: 700;
  color: #ff4343;
  text-transform: uppercase;
  padding-left: 3px;
  padding-top: 5px;
}

.fs-vdo-blk {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}
.fs-vdo-blk .fs-vdo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.fs-vdo-blk .fs-vdo-container {
  width: 45%;
}
@media (max-width: 991px) {
  .fs-vdo-blk .fs-vdo-container {
    width: auto;
    padding: 0 15px;
  }
}

@media screen and (max-width: 575px) {
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cp-container {
    width: 100% !important;
  }
}

.srch-temp-blk {
  padding: 1% 3%;
  height: 100%;
}
.srch-temp-blk .tab-pane {
  height: 100%;
}
.srch-temp-blk .srch-temp-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0.5px solid #cbc6c6;
  height: 40px;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
  margin: 0 auto;
}
.srch-temp-blk .srch-holder {
  position: relative;
}
.srch-temp-blk .srch-holder .srch-input {
  background-color: transparent;
}
.srch-temp-blk .srch-icon {
  left: 0;
}
.srch-temp-blk .srch-inpt-holder {
  padding-left: 35px;
}
.srch-temp-blk .srch-inpt-holder .srch-input {
  max-width: 200px;
}

.pagination-holder {
  margin: 20px;
}
.pagination-holder li.pagination-nav {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  background: #eee;
  border: 1px solid transparent;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 29px;
  font-size: 14px;
  font-weight: 600;
  color: #7b7b7b;
  margin-right: 7px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-holder li.pagination-nav:hover {
  color: #468be8;
}
.pagination-holder li.pagination-nav.active {
  border: 1px solid #468be8;
  color: #468be8;
}
.pagination-holder li.pagination-nav.pagin-prev svg {
  fill: #7b7b7b;
}
.pagination-holder li.pagination-nav.pagin-prev:hover svg {
  fill: #468be8;
}
.pagination-holder li.pagination-nav.pagin-prev.disabled svg {
  fill: rgba(192, 194, 195, 0.6);
}
.pagination-holder li.pagination-nav.pagin-next svg {
  fill: #7b7b7b;
}
.pagination-holder li.pagination-nav.pagin-next:hover svg {
  fill: #468be8;
}
.pagination-holder li.pagination-nav.pagin-next.disabled svg {
  fill: rgba(192, 194, 195, 0.6);
}

.temp-card img {
  width: 100%;
}
.temp-card::before {
  display: none;
  content: '';
  background: #468be8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.5;
}
.temp-card::after {
  display: none;
  content: '';
  background: url(../img/right-bar-bg.png) no-repeat;
  height: 110px;
  width: 104px;
  position: absolute;
  bottom: 0;
  z-index: 0;
  right: 0;
  background-size: cover;
  opacity: 0.2;
}

.temp-card:hover::before {
  display: block;
}

.temp-card:hover::after {
  display: block;
}

.temp-part {
  display: flex;
}
@media (max-width: 991px) {
  .temp-part {
    flex-direction: column;
  }
}

.temp-left-part {
  flex: 0 0 63%;
  max-width: 63%;
}
.temp-left-part .vdo-speaker svg {
  fill: #c0c2c3;
}
.temp-left-part .play-btn svg {
  fill: #c0c2c3;
  margin-top: -5px;
}
@media (max-width: 991px) {
  .temp-left-part {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.temp-right-part {
  flex: 0 0 37%;
  max-width: 37%;
}
.temp-right-part .temp-cap {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  margin: 4px 0px 10px 0px;
  color: #222;
  text-transform: uppercase;
}
.temp-right-part .temp-subcap {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7b7b7b;
  padding-right: 5px;
}
.temp-right-part .rSlider {
  margin: 12px 0 10px;
}
@media (max-width: 991px) {
  .temp-right-part {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px !important;
    margin-top: 12px;
  }
}

.dev-spec-wrapper {
  margin-bottom: 8px;
  width: 88%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: row dense;
  grid-auto-rows: minmax(100px, auto);
}
.dev-spec-wrapper .dev-spec-container.active .dev-spec-label {
  color: #222;
}
.dev-spec-wrapper .dev-spec-container.active:nth-child(1) .dev-spec-icon {
  background: url(../img/Safari-active.png);
}
.dev-spec-wrapper .dev-spec-container.active:nth-child(2) .dev-spec-icon {
  background: url(../img/Macbook-active.png);
}
.dev-spec-wrapper .dev-spec-container.active:nth-child(3) .dev-spec-icon {
  background: url(../img/Pixel-active.png);
}
.dev-spec-wrapper .dev-spec-container:nth-child(1) .dev-spec-icon {
  background: url(../img/Safari.png);
}
.dev-spec-wrapper .dev-spec-container:nth-child(2) .dev-spec-icon {
  background: url(../img/Macbook.png);
}
.dev-spec-wrapper .dev-spec-container:nth-child(3) .dev-spec-icon {
  background: url(../img/Pixel.png);
}
.dev-spec-wrapper .dev-spec-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.dev-spec-wrapper .dev-spec-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #7b7b7b;
  text-align: center;
}

.back-btn {
  position: absolute;
  left: 30px;
  top: 70px;
}
.back-btn svg {
  fill: #2e2e2e;
}

.loader {
  position: absolute;
  /* background: #00000078; */
  width: 100%;
  /* height: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  height: 100%;
}

.srch-input::-webkit-search-cancel-button {
  cursor: pointer;
}

.search-close {
  position: absolute;
  right: 6px;
  cursor: pointer;
  top: 7px;
  background: none;
  box-shadow: none;
  border: none;
}

.search-close svg {
  fill: #468be8;
  width: 16px;
}

.srch-input:not(:valid) ~ .search-close {
  display: none;
}

.pro-temp-container {
  padding-left: 5px;
}
.pro-temp-container .MuiSvgIcon-root {
  fill: #468be8;
}
.pro-temp-container .cm-header {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #b6c2c3;
  text-align: center;
}

.custom-number input {
  background: #ffffff;
  border: 0.5px solid #cbc6c6;
  color: var(--font-color);
  border: none;
  min-height: 26px;
}

.inp-txt {
  color: var(--font-color);
  padding: 4px 8px !important;
}
.inp-txt::placeholder {
  color: var(--font-color);
}

.nw-color-pick .custom-color-picker {
  -webkit-appearance: none;
  padding: 0;
  border: none;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  background: none;
}
.nw-color-pick .custom-color-picker::-webkit-color-swatch {
  border: none;
  border-radius: 50%;
  padding: 0;
}
.nw-color-pick .custom-color-picker::-webkit-color-swatch-wrapper {
  border: none;
  border-radius: 50%;
  padding: 0;
}
.nw-color-pick .eye-drop {
  pointer-events: none;
}

.tab-assets {
  border-bottom: 1px solid #eee;
}
.tab-assets .nav-tabs {
  width: fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
  width: -webkit-fit-content;
  margin: auto;
}
.tab-assets .nav-link.active {
  border-bottom: 3px solid #468be8;
}

.aspt-upload-holder {
  border: 1px dashed #c0c2c4;
  padding: 0;
  width: 390px;
  max-width: 390px;
  min-height: 157px;
  max-height: 157px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .aspt-upload-holder {
    width: 100%;
    padding: 10px;
  }
}
.aspt-upload-holder .aspt-container {
  max-width: 225px;
  overflow: hidden;
  margin: 10px auto;
  max-height: 135px;
  text-align: center;
}
.aspt-upload-holder .aspt-container .cover-image {
  width: 200px;
  height: 90px;
}
.aspt-upload-holder .aspt-container .cover-image img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
}
.aspt-upload-holder .aspt-container .img-file-format {
  display: -webkit-box;
  max-width: 260px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}
.aspt-upload-holder .cc-csv-btn .btn {
  border-radius: 4px;
}

.aspt-blk {
  padding: 30px 0;
  height: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tab-bg-switching {
  min-height: calc(100vh - 56px);
}

.inner-tab-assets {
  border-bottom: 1px solid #eee;
}
.inner-tab-assets .nav-link.active {
  border-bottom: 3px solid #468be8;
}

.tab-bg-switching .cm-st-gallery {
  min-height: auto;
}

.templt-radio-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  cursor: pointer;
}
.templt-label {
  font-size: 13px;
  font-weight: 400;
  color: #c0c2c3;
  padding-left: 5px;
  padding-right: 23px;
}

.stok-selct {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 25px 0;
}

.cm-icon {
  margin-right: 9px;
}
.cm-icon.upload svg {
  width: 20px;
  height: auto;
  fill: #000;
}
.cm-icon.assets svg {
  margin-top: 2px;
  width: 16px;
  height: auto;
  fill: #000;
}
.cm-icon.stock svg {
  width: 18px;
  height: auto;
  fill: #000;
}

.v-gal-empty-blk {
  color: #000;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.red-text {
  color: #ff4343 !important;
}

.defut-input-holder input {
  border-bottom: 0.5px solid var(--font-color);
  margin-bottom: 0;
  flex: 1;
  max-width: 160px;
  position: relative;
  border-left: 0;
  padding: 0;
  background: transparent;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: var(--font-color);
  padding-bottom: 8px;
  margin-top: 6px;
}
.defut-input-holder input::placeholder {
  color: var(--font-color);
}

.defut-input-holder input:focus {
  background: transparent;
}

.defut-label-holder label {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: var(--font-color);
  margin-right: 10px;
}

.upload-info {
  position: relative;
}
.upload-info svg {
  stroke: var(--font-color);
  cursor: pointer;
}

.no-project-selected {
  text-align: center;
  color: #000;
}

.blink {
  animation: blink 2s ease infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
.error-msg {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.load-more-btn-holder {
  position: relative;
  z-index: 1;
}
.load-more-btn-holder .btn {
  cursor: pointer;
}

.invalid-msg {
  color: #000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 280px);
  font-size: 14px;
  line-height: 20px;
}

.font-close {
  background: #fff;
  display: inline-block;
  cursor: pointer;
}
.font-close svg {
  fill: #000;
}

.text-right {
  text-align: right;
}

.input-error-msg {
  font-size: 12px;
  font-weight: 300;
  color: #ff4343;
  padding-top: 3px;
}

.loading-msg {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.retry-link {
  cursor: pointer;
}
.retry-link:hover {
  opacity: 0.6;
}

.table-wraper .pb-tbl-blk {
  max-height: calc(100vh - 400px);
  min-height: calc(100vh - 400px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #999 #f8f8f8;
  scrollbar-width: thin;
  padding-right: 4px;
}

.table-wraper .pb-tbl-blk.trashed-table {
  max-height: calc(100vh - 245px);
  min-height: calc(100vh - 245px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #999 #f8f8f8;
  scrollbar-width: thin;
}

.table-wraper .pb-tbl-blk.category-blk {
  max-height: calc(100vh - 192px);
  min-height: calc(100vh - 192px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #999 #f8f8f8;
  scrollbar-width: thin;
}
@media only screen and (max-width: 991px) {
  .table-wraper .pb-tbl-blk.category-blk {
    min-width: 760px;
  }
}
.table-wraper .pb-tbl-blk.category-blk .pb-tbl-wrapper {
  display: grid;
  grid-template-columns: 1fr 215px 150px;
  grid-auto-flow: row dense;
}
@media only screen and (max-width: 991px) {
  .table-wraper .pb-tbl-blk.category-blk .pb-tbl-wrapper {
    grid-template-columns: 1fr 215px 100px;
  }
}
.table-wraper .pb-tbl-blk.category-blk .pb-data-tbl .pb-data-label {
  padding: 14px 24px 10px 14px;
}
.table-wraper .pb-tbl-blk.category-blk .pb-data-tbl .pb-data-label input {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--font-color);
  margin-bottom: 0;
  width: 100%;
  position: relative;
  border: none;
  padding-bottom: 8px;
  background: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid transparent;
  padding-bottom: 6px;
}
.table-wraper .pb-tbl-blk.category-blk .pb-data-tbl .pb-data-label input.input-border {
  border-bottom: 1px solid rgba(203, 198, 198, 0.5);
}

.not-allowed {
  cursor: not-allowed;
}

.loader-wrapper {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5490196078);
  position: fixed;
  /* position: absolute; */
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loader-wrapper .loader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
  text-align: center;
}
.loader-wrapper .loader-inner img {
  width: 50% !important;
  max-height: initial;
}

/* video::-webkit-media-controls {
  visibility: hidden;
} */

video::-webkit-media-controls-enclosure {
  visibility: visible;
}

.custom-disabled {
  cursor: not-allowed !important;
  opacity: 0.2;
}
.custom-disabled input {
  cursor: not-allowed !important;
}
.custom-disabled label {
  cursor: not-allowed !important;
}
.custom-disabled label:before {
  cursor: not-allowed !important;
}

.control-btns {
  height: 34px;
}
.control-btns .next-btn {
  position: absolute;
  right: 0;
}

.sub-head {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: var(--font-color);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: #2e2e2e !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  border-radius: 0;
}

.reactEasyCrop_Container {
  background: #fff;
}

.MuiInputBase-root {
  color: #000 !important;
}

.play-audio svg {
  fill: #2e2e2e;
}

.form-selectopt {
  padding: 0px;
}

.panel-txtarea .jss14:before {
  content: none;
}

.panel-txtarea .jss14:after {
  border: 1px solid #468be8 !important;
  width: 100%;
  height: 100%;
  transition: none;
}

.main_login form {
  padding-top: 30px;
}

.controls.show-hide-wpd span.icon-eye.show-pwd {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 28px;
  padding-top: 14px;
  width: 35px;
  text-align: center;
  cursor: pointer;
}

.controls.show-hide-wpd {
  position: relative;
}

.controls.show-hide-wpd input {
  padding-right: 32px !important;
  width: 100%;
}

span.icon-eye.show-pwd.active:before,
span.icon-eye.show-pwd:hover {
  color: #2184f6;
}

.pointer {
  cursor: pointer;
}

.not-active {
  pointer-events: none;
  cursor: default;
}

.progress-wrap {
  padding-top: 5px;
}
.progress-wrap .progress-inner {
  width: 100%;
  align-items: center;
}
.progress-wrap .progress-inner .progress {
  width: 100%;
  height: 8px;
  margin-right: 15px;
}
.progress-wrap .progress-inner .progress .progress-bar {
  background-color: #0075ff;
}
.progress-wrap .progress-inner span {
  color: var(--font-color);
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
  width: 30px;
}
.progress-wrap .progess-info {
  width: 50%;
  justify-content: flex-end;
}
.progress-wrap .progess-info p {
  color: var(--font-color);
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0;
}

.custom-label {
  color: var(--font-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 18px;
  max-width: 100%;
}

.ost-wraper .dropdown-menu {
  max-width: 100px;
  min-width: 100px;
  max-height: 40px;
  margin: 0 30px 0 !important;
  background: #f0efef;
}
.ost-wraper .dropdown-menu ul {
  display: flex;
}
.ost-wraper .dropdown-menu ul li a {
  padding: 0 5px;
}
.ost-wraper .dropdown-menu ul li a:hover {
  background: none;
}
.ost-wraper .dropdown-menu ul li a svg {
  stroke: var(--font-color);
}

.re-edit span svg {
  fill: #7b7b7b;
}

.video-wrapper {
  display: block;
}
.video-wrapper > div {
  height: auto;
  position: relative;
  width: 100%;
  padding-top: 50%;
}
.video-wrapper > div div,
.video-wrapper > div video,
.video-wrapper > div .react-player__preview {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

.stock-footer-total {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--font-color);
}

.img-info {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: end;
  padding: 5px;
}
.img-info span {
  width: 25px;
  height: 25px;
  background: #1f2021;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.img-info span:first-child {
  margin-right: 5px;
}
.img-info span svg {
  width: 16px;
  height: auto;
  fill: #fff;
}

.warning-btns {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50px;
  cursor: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.warning-btns.check-btn-sm {
  background: #31d131;
}
.warning-btns.uncheck-btn-sm {
  background: #ef3e3e;
}
.warning-btns svg {
  fill: #fff;
  width: 8px;
  height: auto;
}

.error-notification {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 10px;
  margin: auto;
  bottom: 0;
}
.error-notification svg {
  width: 6px !important;
  height: auto;
}

.usage-warper {
  min-width: 1100px;
  max-height: calc(100vh - 358px);
  min-height: calc(100vh - 358px);
  overflow-y: auto;
  overflow-x: hidden;
}

.usage-block {
  display: grid;
  grid-template-columns: 1fr 200px 200px 200px 150px 150px;
  grid-auto-flow: row dense;
  padding: 10px 0 10px 20px;
  white-space: nowrap;
}
.usage-block.usg-sub-block {
  position: relative;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  cursor: pointer;
  align-items: center;
}
.usage-block.usg-sub-block .usage-head-label {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: var(--font-color);
  padding-right: 4px;
}
.usage-block .usage-head-label {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: var(--font-color);
}
.usage-block .label-edit .edit-content {
  flex: 1;
  margin-right: 10px;
  max-width: 110px;
}
.usage-block .label-edit .edit-content label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--font-color);
  margin: 0;
  flex: 1;
  width: 100%;
  position: relative;
  border: none;
  background: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid rgba(203, 198, 198, 0);
  padding: 0 0 3px 0;
}
.usage-block .label-edit .edit-content input {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--font-color);
  margin: 0;
  flex: 1;
  width: 100%;
  position: relative;
  border: none;
  background: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid rgba(203, 198, 198, 0.5);
  padding: 0 0 3px 0;
}
.usage-block .label-edit .edit-icon .icon-wrap {
  margin-right: 5px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.usage-block .label-edit .edit-icon .icon-wrap svg {
  height: auto;
  fill: var(--font-color);
}
.usage-block .usage-label {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: var(--font-color);
}

.daterangepicker .drp-buttons .btn {
  display: inline-block !important;
}

.upload-temp {
  padding: 50px;
}
.upload-temp h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 30px;
}
.upload-temp h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--font-color);
}
.upload-temp .cm-style-upload-holder {
  padding: 40px 0 36px;
  min-height: 225px;
  max-height: 160px;
  border: 1px dashed #c0c2c4;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.upload-temp .cm-style-upload-holder .cm-style-container {
  max-width: 200px;
  margin: 0 auto;
}
.upload-temp .cm-style-upload-holder .cm-brand {
  margin: 0 auto;
}
.upload-temp .cm-style-upload-holder .cc-csv-btn .btn {
  border-radius: 4px;
}
.upload-temp .custom-label {
  color: var(--font-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 28px;
  max-width: 100%;
  font-weight: 500;
}
.upload-temp .form-field {
  padding: 10px 8px;
}
.upload-temp .panel-txtarea-blk .panel-txtarea {
  height: 100vh;
  max-height: calc(100vh - 230px);
}

/* .react-player__play-icon {
  display: none !important;
} */

.ost-video-preview {
  height: 100vh;
  overflow: auto;
  padding-bottom: 50px;
}

.error-msg-box {
  color: red;
  border: 1px solid;
  padding: 10px;
  font-size: 14px;
}

.template-preview {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.template-preview p {
  color: var(--font-color);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.template-preview .progress {
  width: 80%;
}
.template-preview span {
  color: var(--font-color);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: center;
  display: inline;
  width: 42px;
  margin-left: 5px;
  text-align: right;
}

.validate-checkbox {
  color: var(--font-color);
}

.usage-list-warper {
  min-width: 1400px;
  max-height: calc(100vh - 156px);
  min-height: calc(100vh - 156px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #999 #f8f8f8;
  scrollbar-width: thin;
  padding-right: 4px;
}
.usage-list-warper.total-template-list {
  min-width: 2000px;
}
.usage-list-warper.total-template-list .usage-block {
  grid-template-columns: 80px 1fr 110px 110px 110px 150px 150px 150px 120px 160px 160px 120px 120px;
}
.usage-list-warper .usage-block {
  grid-template-columns: 80px 1fr 110px 110px 110px 150px 150px 150px 120px 120px;
}
.usage-list-warper .usage-block .list-image-label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.usage-list-warper .usage-block .list-image-label .list-image {
  width: 50px;
  height: 30px;
  margin-right: 6px;
  position: relative;
}
.usage-list-warper .usage-block .list-image-label .list-image::after {
  content: '';
  background: #2e2e2e;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0.5;
}
.usage-list-warper .usage-block .list-image-label .list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.usage-list-warper .usage-block .list-image-label .list-image span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.usage-list-warper .usage-block .list-image-label .list-image span svg {
  width: 22px;
  height: 22px;
  fill: var(--font-color);
}
.usage-list-warper .usage-block .url-info {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video-loader-gif {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px !important;
  height: 70px !important;
  z-index: 9;
}

.no-data {
  min-height: calc(100vh - 116px);
}
.no-data p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: var(--font-color);
  text-align: center;
}

.sub-heading {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: var(--font-color);
}

.project-list-wrap {
  background: #f0efef;
}

.user-list-wrap {
  min-width: 800px;
}
.user-list-wrap .custom-check label:before {
  margin-right: 0;
}
.user-list-wrap .user-list-inner {
  max-height: calc(100vh - 450px);
  min-height: calc(100vh - 450px);
  overflow-y: auto;
  overflow-x: hidden;
}
.user-list-wrap .user-list-block {
  display: grid;
  grid-template-columns: 1fr 120px 120px 120px;
  grid-auto-flow: row dense;
  padding: 16px 24px 10px 16px;
  white-space: nowrap;
}
.user-list-wrap .user-list-block svg {
  fill: #7b7b7b;
}
.user-list-wrap .user-list-block.usg-sub-block {
  position: relative;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  cursor: pointer;
  align-items: center;
}
.user-list-wrap .user-list-block.usg-sub-block .usage-head-label {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: var(--font-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-list-wrap .user-list-block .usage-head-label {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: var(--font-color);
}
.user-list-wrap .user-list-block .usage-label {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: var(--font-color);
}
.user-list-wrap.org-wraper {
  min-width: 700px;
}
.user-list-wrap.org-wraper .user-list-block {
  display: grid;
  grid-template-columns: 1fr 200px 230px;
  padding: 8px 16px;
}
.user-list-wrap.org-wraper .user-list-inner {
  max-height: calc(100vh - 250px);
  min-height: calc(100vh - 250px);
  overflow-y: auto;
  overflow-x: hidden;
}
.user-list-wrap.org-wraper .custom-check label {
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}
.user-list-wrap.org-wraper .custom-check label:before {
  border: 1px solid #0079bf;
  padding: 6px;
}
.user-list-wrap.org-wraper .custom-check input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 5px;
  height: 8px;
}
.user-list-wrap.org-wraper .select-info {
  position: absolute;
  bottom: 3px;
  right: 10px;
}

.add-user-btn svg {
  stroke: #c0c2c3;
  margin-right: 9px;
}

.user-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.user-details .user-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  background: #6e6e6e;
  border-radius: 50px;
}
.user-details .user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-details p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: var(--font-color);
}
.user-details p:first-child {
  font-size: 16px;
  font-weight: 600;
}

.sub-card {
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  background-color: #e3e3e3;
  padding: 20px 50px;
}
.sub-card .form-group {
  margin-bottom: 0;
}

.custom-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.custom-check label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: var(--font-color);
}
.custom-check label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
.custom-check input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 5px;
  height: 12px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.action-btn {
  width: 24px;
  height: 24px;
  border: 0.5px solid #cbc6c6;
  color: #c0c2c3;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}
.rendernotify span {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: var(--font-color);
}

.pb-srch-customiser.project-srch .srch-holder::after {
  content: none;
}

.pb-filter-holder .custom-input {
  max-width: 200px;
}

.count-number {
  width: 22px;
  height: 22px;
  background: #468be8;
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  bottom: 0;
}

.btn .count-number {
  background: #7fb5ff;
}

.slide-select {
  position: absolute;
  left: 14px;
  top: 10px;
  z-index: 9;
}
.slide-select span {
  padding: 0 !important;
}

.custom-search::after {
  content: none !important;
}
.custom-search .srch-inpt-holder .srch-input {
  color: var(--font-color) !important;
}
.custom-search .srch-inpt-holder .srch-input::placeholder {
  color: var(--font-color);
}

.back-button {
  min-height: 40px;
}
.back-button svg {
  fill: var(--font-color);
}

.role-mngt .pb-tbl-blk {
  max-height: calc(100vh - 244px);
  min-height: calc(100vh - 244px);
  min-width: 1100px;
}
.role-mngt .pb-tbl-blk .pb-tbl-wrapper {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr 1fr 1fr 1fr 50px;
  grid-auto-flow: row dense;
  grid-auto-rows: minmax(40px, auto);
  white-space: nowrap;
}
.role-mngt .pb-tbl-blk .pb-tbl-wrapper.pb-data-tbl {
  grid-auto-rows: minmax(48px, auto);
}
.role-mngt .pb-tbl-blk .pb-tbl-wrapper.pb-data-tbl.selected {
  background: #e3e3e3;
}
.role-mngt .dropdown-menu a {
  display: flex !important;
  align-items: center;
  border: none !important;
}
.role-mngt .dropdown-menu a img {
  margin-right: 10px;
}

.SortDown {
  position: relative;
}
.SortDown:after {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #c0c2c3;
  border-bottom: none;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 0;
}

.SortUp {
  position: relative;
}
.SortUp:after {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #c0c2c3;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 0;
}

.status-info {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  padding: 2px 12px;
  border-radius: 2px;
  text-transform: capitalize;
  height: 24px;
  width: 74px;
  display: inline-block;
}
.status-info.active {
  background: #119837;
}
.status-info.inactive {
  background: #cdcdcd;
  color: #616161;
}

.user-permission .pb-tbl-blk {
  max-height: calc(100vh - 370px);
  min-height: calc(100vh - 370px);
  min-width: 600px;
}
@media only screen and (max-width: 767px) {
  .user-permission .pb-tbl-blk {
    min-height: inherit;
  }
}
.user-permission .pb-tbl-blk .pb-tbl-wrapper {
  display: grid;
  grid-template-columns: 1fr 80px 80px 80px;
  grid-auto-flow: row dense;
  grid-auto-rows: minmax(40px, auto);
}
.user-permission .pb-tbl-blk .pb-tbl-wrapper.pb-tbl-head {
  position: sticky;
  top: 0;
  z-index: 9;
}

.custom-check-2 input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.custom-check-2 label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: var(--font-color);
}
.custom-check-2 label:before {
  content: '';
  border: 1px solid #c1c1c1;
  border-radius: 2px;
  margin-right: 0;
  padding: 6px;
  -webkit-appearance: none;
  background-color: transparent;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.custom-check-2 input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: -8px;
  width: 5px;
  height: 8px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-check-2 input:checked + label:before {
  content: '';
  background: #2e2e2e;
}

.projectSwitch {
  border: 0.5px solid #c0c2c3;
  color: #c0c2c3;
  padding: 10px 15px;
  border-radius: 4px;
}
.projectSwitch .switch-custom input[type='checkbox'] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.projectSwitch .switch-custom label {
  cursor: pointer;
  text-indent: -9999px;
  width: 23px;
  height: 10px;
  background: #d9dbdd;
  display: block;
  border-radius: 100px;
  position: relative;
}
.projectSwitch .switch-custom label:after {
  content: '';
  position: absolute;
  top: -2px;
  left: -5px;
  width: 14px;
  height: 14px;
  transition: 0.3s;
  background: #bbbbbb;
  box-shadow: 0px 0px 4px rgba(39, 39, 39, 0.35);
  border-radius: 8px;
}
.projectSwitch .switch-custom input:checked + label {
  background: #98c7ff;
}
.projectSwitch .switch-custom input:checked + label:after {
  background: #4d9fff;
}
.projectSwitch .switch-custom input:checked + label:after {
  left: calc(100% + 5px);
  transform: translateX(-100%);
}
.user-permissin-details {
  text-align: center;
  border-left: 1px solid #f1f1f1;
}
@media only screen and (max-width: 767px) {
  .user-permissin-details {
    padding-top: 30px;
  }
}
.user-permissin-details .user-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.user-permissin-details .user-info .user-img-wrap {
  background: #d8dadc;
  width: 184px;
  height: 184px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.user-permissin-details .user-info .user-img-wrap::before {
  content: '';
  height: 2px;
  width: 248px;
  position: absolute;
  background: #468be8;
  z-index: 1;
  display: block;
  transform: rotate(135deg);
}
.user-permissin-details .user-info .user-img-wrap::after {
  content: '';
  height: 18px;
  width: 248px;
  position: absolute;
  background: #fff;
  display: block;
  transform: rotate(135deg);
}
.user-permissin-details .user-info .user-img-wrap .user-img-inner {
  width: 112px;
  height: 112px;
  border-radius: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-permissin-details .user-info .user-img-wrap .user-img-inner .user-img {
  width: 98px;
  height: 98px;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 11;
}
.user-permissin-details h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: var(--font-color);
  margin-bottom: 6px;
}
.user-permissin-details h3 b {
  font-weight: 500;
}
.user-permissin-details p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--font-color);
  margin-bottom: 38pxW;
}

.usage-track .filter-date svg {
  stroke: var(--font-color);
  margin-right: 20px;
}
.usage-track .filter-date span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(var(--font-color), 0.7);
}
.usage-track .filter-date .form-field .calender-wrap {
  padding: 0 15px;
  min-width: 200px;
}
.usage-track .filter-date .form-field .calender-wrap:first-child {
  border-right: 1px solid #c1c1c1;
}
.usage-track .pb-card .pb-desc {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
@media only screen and (max-width: 1199px) {
  .usage-track .pb-card .pb-desc {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
  }
}
.usage-track .pb-card .pb-count small {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.usage-track .usage-track-table .pb-tbl-blk {
  min-width: 1000px;
}
.usage-track .usage-track-table .pb-tbl-blk .pb-tbl-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 90px 35px;
  grid-auto-flow: row dense;
  grid-auto-rows: minmax(40px, auto);
}
.usage-track .usage-track-table .pb-tbl-blk .pb-tbl-wrapper .pb-head-label {
  white-space: nowrap;
}
.usage-track .usage-track-table .pb-tbl-blk .pb-data-label {
  padding: 12px;
}

.usage-track-table .dropdown-menu a {
  display: flex !important;
  align-items: center;
  border: none !important;
}

.usage-track-table .dropdown-menu img {
  margin-right: 10px;
}

.project-list-wrapper .pb-tbl-blk {
  max-height: calc(100vh - 300px);
  min-height: calc(100vh - 300px);
  min-width: 1200px;
}
.project-list-wrapper .usage-block {
  display: grid;
  grid-template-columns: 40px 1fr 200px 180px 180px 180px 180px;
  grid-auto-flow: row dense;
  background: #e3e3e3;
  border-color: transparent;
  padding: 10px 0 10px 0;
}
.project-list-wrapper h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--font-color);
}
.project-list-wrapper h3 span {
  font-weight: 600;
}
.project-list-wrapper h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  color: var(--font-color);
}
.project-list-wrapper small {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--font-color);
}
.project-list-wrapper .prject-list-info .accordion .card {
  margin-bottom: 12px;
  border-radius: 0;
  position: relative;
}
.project-list-wrapper .prject-list-info .accordion .card::before {
  content: '';
  width: 1px;
  background: #e3e3e3;
  height: calc(100% - 68px);
  position: absolute;
  left: 20px;
  top: 18px;
  z-index: 1;
}
.project-list-wrapper .prject-list-info .accordion .card .card-header {
  padding: 0;
  border-bottom: none;
}
.project-list-wrapper .prject-list-info .accordion .card .card-header h5 a {
  padding: 10px 0 10px 0;
  position: relative;
}
.project-list-wrapper .prject-list-info .accordion .card .card-body {
  padding: 15px 15px 15px 35px;
}
.project-list-wrapper .prject-list-info .accordion .card .card-body .card::before {
  content: none;
}
.project-list-wrapper .prject-list-info .accordion .card .card-body .card .card-header {
  position: relative;
}
.project-list-wrapper .prject-list-info .accordion .card .card-body .card .card-header::before {
  content: '';
  width: 50px;
  background: #e3e3e3;
  height: 1px;
  position: absolute;
  left: -16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.project-list-wrapper .prject-list-info .accordion .card .card-body .card .card-header a {
  background: #e3e3e3;
  color: var(--font-color);
  padding: 12px 0 12px 42px;
  position: relative;
}
.project-list-wrapper
  .prject-list-info
  .accordion
  .card
  .card-body
  .card
  .card-header
  a.usage-block {
  grid-template-columns: 1fr 172px 100px;
}
.project-list-wrapper .prject-list-info .accordion .card .card-body .card .card-header a:after {
  content: '';
  position: absolute;
  left: 18px;
  z-index: 11;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 10px solid #c4c4c4;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transform: rotate(360deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
.project-list-wrapper
  .prject-list-info
  .accordion
  .card
  .card-body
  .card
  .card-header
  a[aria-expanded='true']:after {
  transform: rotate(180deg);
  border-top: 10px solid #468be8;
  top: -4px;
}
.project-list-wrapper .prject-list-info .accordion .card .card-body .card .usage-inner {
  padding: 15px 42px;
  background: #e3e3e3;
}
.project-list-wrapper
  .prject-list-info
  .accordion
  .card
  .card-body
  .usage-inner
  .slide-list
  .slide-list-head {
  background: #afafaf;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0;
  color: var(--font-color);
  padding: 8px 16px;
}
.project-list-wrapper
  .prject-list-info
  .accordion
  .card
  .card-body
  .usage-inner
  .slide-list
  .slide-list-inner {
  background: #c7c7c7;
  padding: 8px 16px;
}
.project-list-wrapper
  .prject-list-info
  .accordion
  .card
  .card-body
  .usage-inner
  .slide-list
  .slide-list-inner
  p {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--font-color);
  margin-bottom: 4px;
  display: -webkit-box;
  /* max-width: 200px; */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.project-list-wrapper
  .prject-list-info
  .accordion
  .card
  .card-body
  .usage-inner
  .slide-list
  .slide-list-inner
  small {
  font-weight: 400;
  color: var(--font-color);
  font-size: 12px;
  line-height: 28px;
}
.project-list-wrapper
  .prject-list-info
  .accordion
  .card
  .card-body
  .usage-inner
  .slide-list
  .slide-list-inner
  .time-duration
  svg {
  fill: #c0c2c4;
}
.project-list-wrapper
  .prject-list-info
  .accordion
  .card
  .card-body
  .usage-inner
  .slide-list
  .slide-list-inner
  .play-button {
  border: 1px solid #468be8;
  border-radius: 2px;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: #468be8;
  padding: 0 8px;
}
.project-list-wrapper
  .prject-list-info
  .accordion
  .card
  .card-body
  .usage-inner
  .slide-list
  .slide-list-inner
  .play-button
  svg {
  margin-right: 2px;
}

.progress-status {
  position: relative;
}

.blue-text {
  color: #468be8 !important;
}

.custom-input.rolluser {
  max-width: 100% !important;
  z-index: 99;
}

.rollcheck span {
  padding: 0 !important;
}

.filter-by-status .custom-select {
  min-width: 125px;
}

.wrong-status {
  color: #ff4343 !important;
}

.sticky-head {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
}

.drop-custom {
  position: relative;
  z-index: 99;
}

.tracking-wrapper {
  max-height: calc(100vh - 252px);
  min-height: calc(100vh - 252px);
  overflow-y: auto;
  margin-bottom: 32px;
}
.tracking-wrapper .tracking-inner {
  display: grid;
  grid-gap: 14px;
  grid-template-columns: repeat(auto-fill, minmax(152px, 1fr));
}
.tracking-wrapper .tracking-inner .tracking-list {
  background: #282828;
  border-radius: 4px;
  padding: 12px;
  min-width: 152px;
  position: relative;
}
.tracking-wrapper .tracking-inner .tracking-list::before {
  content: '';
  background: url(../img/border-box.png);
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  transition: 0.5s;
}
.tracking-wrapper .tracking-inner .tracking-list .hover-menu {
  display: none;
  position: absolute;
  top: 30px;
  /* right: 0; */
  left: 40px;
}
.tracking-wrapper .tracking-inner .tracking-list .hover-menu .custom-check-2 label:before {
  background: #2e2e2e;
}
.tracking-wrapper .tracking-inner .tracking-list:hover::before {
  opacity: 1;
}
.tracking-wrapper .tracking-inner .tracking-list:hover .hover-menu {
  display: block;
}
.tracking-wrapper .tracking-inner .tracking-list h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.tracking-wrapper .tracking-inner .tracking-list p {
  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
  color: #cbc6c6;
}
.tracking-wrapper .tracking-inner .tracking-edit-list {
  border-radius: 6px;
  min-width: 152px;
  position: relative;
  min-height: 114px;
  padding: 0;
  transition: 0.5s;
  max-height: 114px;
}
.tracking-wrapper .tracking-inner .tracking-edit-list img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  border-radius: 6px;
}
.tracking-wrapper .tracking-inner .tracking-edit-list .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.tracking-wrapper .tracking-inner .tracking-edit-list .play-btn img {
  width: 42px;
  height: 31px;
}
.tracking-wrapper .tracking-inner .tracking-edit-list:hover .more-details {
  display: block;
}
.tracking-wrapper .tracking-inner .tracking-edit-list .more-details {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  background: linear-gradient(0deg, rgba(70, 139, 232, 0.53), rgba(70, 139, 232, 0.53)), url(.jpg);
  border-radius: 6px;
  padding: 10px 15px;
  display: none;
}
.tracking-wrapper .tracking-inner .tracking-edit-list .more-details .custom-check-2 {
  margin-bottom: 16px;
}
.tracking-wrapper .tracking-inner .tracking-edit-list .more-details .custom-check-2 label:before {
  background: #fff;
}
.tracking-wrapper
  .tracking-inner
  .tracking-edit-list
  .more-details
  .custom-check-2
  input:checked
  + label:before {
  content: '';
  background: #fff;
}
.tracking-wrapper .tracking-inner .tracking-edit-list .more-details ul {
  display: flex;
  justify-content: center;
}
.tracking-wrapper .tracking-inner .tracking-edit-list .more-details ul li {
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.23);
  border: 1px solid #ffffff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 5px;
}
.tracking-wrapper .tracking-inner .tracking-edit-list .more-details ul li:hover {
  background: #468be8;
  border: 1px solid #468be8;
}
.tracking-wrapper .tracking-inner .tracking-edit-list .more-details ul li img {
  width: inherit;
  height: inherit;
  overflow: inherit;
  object-fit: contain;
  border-radius: 0;
  max-width: 20px;
}

.login-right-sec {
  max-height: 100vh;
  overflow: auto;
  padding: 0 !important;
}
.login-right-sec .login-container {
  padding: 60px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .login-right-sec .login-container {
    padding: 30px;
  }
}
.login-right-sec .custom-input-holder {
  min-height: 80px;
}
.login-right-sec .custom-input-holder .custom-input {
  padding: 9px;
}
.login-right-sec .login-btn {
  padding: 10px;
  background: #468be8;
  box-shadow:
    0px 4px 0px rgba(70, 139, 232, 0.24),
    0px 0px 45px 4px rgba(70, 139, 232, 0.3) !important;
  border-radius: 4px;
}

.plan-wrapper {
  background-color: var(--primary-bg);
  padding: 40px 60px;
  min-height: 100%;
}
@media screen and (max-width: 767px) {
  .plan-wrapper {
    padding: 20px 30px;
  }
}
.plan-wrapper .login-logo {
  margin-bottom: 40px;
}
.plan-wrapper .form-wizard {
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .plan-wrapper .form-wizard {
    margin-bottom: 20px;
  }
}
.plan-wrapper .form-wizard .nav {
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .plan-wrapper .form-wizard .nav {
    flex-direction: column;
  }
}
.plan-wrapper .form-wizard .nav li {
  position: relative;
  display: block;
  margin: 0 10px;
}
@media screen and (max-width: 575px) {
  .plan-wrapper .form-wizard .nav li {
    margin: 5px 0;
    text-align: center;
  }
}
.plan-wrapper .form-wizard .nav li + li {
  margin-left: 0;
}
.plan-wrapper .form-wizard .nav li:first-child {
  z-index: 9;
}
.plan-wrapper .form-wizard .nav li:first-child a .left-corner {
  display: none;
}
.plan-wrapper .form-wizard .nav li:nth-child(2) {
  z-index: 8;
}
.plan-wrapper .form-wizard .nav li:last-child a .right-corner {
  display: none;
}
.plan-wrapper .form-wizard .nav li a {
  border-radius: 4px;
  padding-left: 30px;
  background: #1a1a1a;
  border: 1px solid #2e2e2e;
  box-shadow: 0px 1px 2px rgba(55, 65, 81, 0.08);
  color: #c0c2c4;
  position: relative;
  display: block;
  padding: 8px 10px 4px 36px;
  min-width: 280px;
}
@media screen and (max-width: 991px) {
  .plan-wrapper .form-wizard .nav li a {
    min-width: 180px;
    padding: 8px 10px 4px 30px;
  }
}
@media screen and (max-width: 767px) {
  .plan-wrapper .form-wizard .nav li a {
    min-width: inherit;
  }
}
@media screen and (max-width: 575px) {
  .plan-wrapper .form-wizard .nav li a {
    padding: 8px 8px 4px 8px;
  }
}
.plan-wrapper .form-wizard .nav li a h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
}
.plan-wrapper .form-wizard .nav li a small {
  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
}
.plan-wrapper .form-wizard .nav li a .left-corner {
  position: relative;
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
}
@media screen and (max-width: 575px) {
  .plan-wrapper .form-wizard .nav li a .left-corner {
    display: none !important;
  }
}
.plan-wrapper .form-wizard .nav li a .left-corner::before {
  right: -25px;
  border-color: transparent transparent transparent #2e2e2e;
  border-width: 28px 0 28px 25px;
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  top: 0;
}
.plan-wrapper .form-wizard .nav li a .left-corner::after {
  right: -24px;
  border-color: transparent transparent transparent #fff;
  border-width: 28px 0 28px 25px;
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  top: 0;
}
.plan-wrapper .form-wizard .nav li a .right-corner {
  position: relative;
  display: inline-block;
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0;
}
@media screen and (max-width: 575px) {
  .plan-wrapper .form-wizard .nav li a .right-corner {
    display: none !important;
  }
}
.plan-wrapper .form-wizard .nav li a .right-corner::before {
  right: -25px;
  border-color: transparent transparent transparent #2e2e2e;
  border-width: 28px 0 28px 25px;
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  top: 0;
}
.plan-wrapper .form-wizard .nav li a .right-corner::after {
  right: -24px;
  border-color: transparent transparent transparent #1a1a1a;
  border-width: 28px 0 28px 25px;
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  top: 0;
}
.plan-wrapper .form-wizard .nav li.active a {
  background: #1d2733;
  border: 1px solid #468be8;
  color: #468be8;
  box-shadow: 0px 1px 2px rgba(55, 65, 81, 0.08);
}
.plan-wrapper .form-wizard .nav li.active a .left-corner {
  position: relative;
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
}
@media screen and (max-width: 575px) {
  .plan-wrapper .form-wizard .nav li.active a .left-corner {
    display: none !important;
  }
}
.plan-wrapper .form-wizard .nav li.active a .left-corner::before {
  right: -25px;
  border-color: transparent transparent transparent #468be8;
  border-width: 28px 0 28px 25px;
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  top: 0;
}
.plan-wrapper .form-wizard .nav li.active a .left-corner::after {
  right: -24px;
  border-color: transparent transparent transparent #fff;
  border-width: 28px 0 28px 25px;
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  top: 0;
}
.plan-wrapper .form-wizard .nav li.active a .right-corner {
  position: relative;
  display: inline-block;
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0;
}
@media screen and (max-width: 575px) {
  .plan-wrapper .form-wizard .nav li.active a .right-corner {
    display: none !important;
  }
}
.plan-wrapper .form-wizard .nav li.active a .right-corner::before {
  right: -25px;
  border-color: transparent transparent transparent #468be8;
  border-width: 28px 0 28px 25px;
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  top: 0;
}
.plan-wrapper .form-wizard .nav li.active a .right-corner::after {
  right: -24px;
  border-color: transparent transparent transparent #1d2733;
  border-width: 28px 0 28px 25px;
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  top: 0;
}
.plan-wrapper .form-wizard .nav li.active:first-child {
  z-index: 9;
}
.plan-wrapper .form-wizard .nav li.active:first-child a .left-corner {
  display: none;
}
.plan-wrapper .form-wizard .nav li.active:last-child {
  z-index: 9;
}
.plan-wrapper .form-wizard .nav li.active:last-child a .right-corner {
  display: none;
}
.plan-wrapper .form-wizard .nav li.complete a {
  background: #468be8;
  border: 1px solid #468be8;
  color: #fff;
  box-shadow: 0px 1px 2px rgba(55, 65, 81, 0.08);
}
.plan-wrapper .form-wizard .nav li.complete a .left-corner {
  position: relative;
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
}
@media screen and (max-width: 575px) {
  .plan-wrapper .form-wizard .nav li.complete a .left-corner {
    display: none !important;
  }
}
.plan-wrapper .form-wizard .nav li.complete a .left-corner::before {
  right: -25px;
  border-color: transparent transparent transparent #468be8;
  border-width: 28px 0 28px 25px;
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  top: 0;
}
.plan-wrapper .form-wizard .nav li.complete a .left-corner::after {
  right: -24px;
  border-color: transparent transparent transparent #468be8;
  border-width: 28px 0 28px 25px;
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  top: 0;
}
.plan-wrapper .form-wizard .nav li.complete a .right-corner {
  position: relative;
  display: inline-block;
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0;
}
@media screen and (max-width: 575px) {
  .plan-wrapper .form-wizard .nav li.complete a .right-corner {
    display: none !important;
  }
}
.plan-wrapper .form-wizard .nav li.complete a .right-corner::before {
  right: -25px;
  border-color: transparent transparent transparent #468be8;
  border-width: 28px 0 28px 25px;
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  top: 0;
}
.plan-wrapper .form-wizard .nav li.complete a .right-corner::after {
  right: -24px;
  border-color: transparent transparent transparent #468be8;
  border-width: 28px 0 28px 25px;
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  top: 0;
}
.plan-wrapper .form-wizard .nav li.complete:first-child a .left-corner {
  display: none;
}
.plan-wrapper .form-wizard .nav li.complete:last-child a .right-corner {
  display: none;
}
.plan-wrapper .plan-inner .row {
  align-items: stretch;
  height: 100%;
  justify-content: center;
}
.plan-wrapper .plan-inner .plan-list {
  display: flex;
  align-items: stretch;
  max-width: 350px;
}
.plan-wrapper .plan-inner .plan-list .card {
  padding: 32px;
  background: var(--gray-primary);
  border-radius: 20px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .plan-wrapper .plan-inner .plan-list .card {
    padding: 22px;
  }
}
.plan-wrapper .plan-inner .plan-list .card .card-header {
  margin-bottom: 0;
  border: none;
  background: none;
  padding: 0;
  flex: 0 0 250px;
  border-bottom: 1px solid #c0c2c4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .plan-wrapper .plan-inner .plan-list .card .card-header {
    font-size: 42px;
    line-height: 53px;
  }
}
@media screen and (max-width: 575px) {
  .plan-wrapper .plan-inner .plan-list .card .card-header {
    flex: inherit;
  }
}
.plan-wrapper .plan-inner .plan-list .card .card-header h4 {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: var(--font-color);
  margin-bottom: 8px;
}
@media screen and (max-width: 1199px) {
  .plan-wrapper .plan-inner .plan-list .card .card-header h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
.plan-wrapper .plan-inner .plan-list .card .card-header p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--font-color);
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .plan-wrapper .plan-inner .plan-list .card .card-header p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .plan-wrapper .plan-inner .plan-list .card .card-header .price-details {
    padding-bottom: 20px;
  }
}
.plan-wrapper .plan-inner .plan-list .card .card-header .price-details h1 {
  font-weight: 700;
  font-size: 52px;
  line-height: 63px;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--font-color);
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 1199px) {
  .plan-wrapper .plan-inner .plan-list .card .card-header .price-details h1 {
    font-size: 42px;
    line-height: 53px;
    margin-bottom: 8px;
  }
}
.plan-wrapper .plan-inner .plan-list .card .card-header .price-details h1 .month-info {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: var(--font-color);
  margin-left: 5px;
}
@media screen and (max-width: 1199px) {
  .plan-wrapper .plan-inner .plan-list .card .card-header .price-details h1 .month-info {
    font-size: 14px;
    line-height: 18px;
  }
}
.plan-wrapper .plan-inner .plan-list .card .card-header .price-details h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: var(--font-color);
}
@media screen and (max-width: 1199px) {
  .plan-wrapper .plan-inner .plan-list .card .card-header .price-details h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
.plan-wrapper .plan-inner .plan-list .card .card-header .price-details small {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: var(--font-color);
  display: block;
}
.plan-wrapper .plan-inner .plan-list .card .card-body {
  padding: 16px 0 0 0;
  display: flex;
  flex-direction: column;
}
.plan-wrapper .plan-inner .plan-list .card .card-body ul {
  padding: 16px 0;
  flex: 1;
}
.plan-wrapper .plan-inner .plan-list .card .card-body ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--font-color);
  text-align: left;
  margin-bottom: 16px;
  position: relative;
  padding-left: 26px;
}
.plan-wrapper .plan-inner .plan-list .card .card-body ul li::before {
  content: '';
  background: url('../img/rounded-check.png');
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .plan-wrapper .plan-inner .plan-list .card .card-body ul li::before {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .plan-wrapper .plan-inner .plan-list .card .card-body ul li {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
.plan-wrapper .plan-inner .plan-list .card .card-body ul li small {
  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
  color: #7b7b7b;
  display: block;
}
.plan-wrapper .plan-inner .plan-list .card .card-body .btn {
  padding: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #444444;
  border-radius: 4px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .plan-wrapper .plan-inner .plan-list .card .card-body .btn {
    font-size: 13px;
    line-height: 18px;
  }
}
.plan-wrapper .plan-inner .plan-list .card .card-body .btn img {
  margin-left: 16px;
  max-width: 14px;
}
.plan-wrapper .plan-inner .plan-list .card:hover {
  background: #1d1d1d;
}
.plan-wrapper .plan-inner .plan-list .card:hover .card-body .btn {
  background: #468be8;
}
.plan-wrapper .plan-inner .plan-list.active .card {
  background: #1d1d1d;
}
.plan-wrapper .plan-inner .plan-list.active .card .card-body .btn {
  background: #468be8;
}
.plan-wrapper .custom-input-holder {
  min-height: 75px;
}
.plan-wrapper .custom-input-holder .custom-input {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  padding: 10px 12px;
}

.usage-block-head.sticky-head {
  z-index: 99;
}

.usage-arrow {
  z-index: 1;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/down-arrow-1.png) no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
}
.usage-arrow[aria-expanded='true'] {
  z-index: 11;
  display: block;
  width: 20px;
  height: 20px;
  background: url('../img/up-arrow-1.png') no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
}

.w-20 {
  width: 20%;
}

.subscription-wrap {
  background: #171717;
  padding: 32px;
}
@media screen and (max-width: 991px) {
  .subscription-wrap {
    padding: 20px;
  }
}
.subscription-wrap .accordion .accordion-item {
  background: transparent;
  border: none;
}
.subscription-wrap .accordion .accordion-item .accordion-header .accordion-button {
  background: transparent;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 30px 0 0;
  box-shadow: none;
}
.subscription-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
  position: absolute;
  right: 0;
  filter: brightness(0) invert(1);
}
.subscription-wrap .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
}
.subscription-wrap .accordion .accordion-item .accordion-collapse .accordion-body ul {
  padding: 16px 0 0;
  flex: 1;
}
.subscription-wrap .accordion .accordion-item .accordion-collapse .accordion-body ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--font-color);
  text-align: left;
  margin-bottom: 16px;
  position: relative;
  padding-left: 26px;
}
.subscription-wrap .accordion .accordion-item .accordion-collapse .accordion-body ul li:last-child {
  margin-bottom: 0;
}
.subscription-wrap .accordion .accordion-item .accordion-collapse .accordion-body ul li::before {
  content: '';
  background: url('../img/rounded-check.png');
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .subscription-wrap .accordion .accordion-item .accordion-collapse .accordion-body ul li::before {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .subscription-wrap .accordion .accordion-item .accordion-collapse .accordion-body ul li {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
.subscription-wrap .accordion .accordion-item .accordion-collapse .accordion-body ul li small {
  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
  color: #7b7b7b;
  display: block;
}
.subscription-wrap hr {
  background: #3f3f3f;
  opacity: 1;
  margin: 24px 0;
}
.subscription-wrap h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--font-color);
  margin-bottom: 4px;
}
.subscription-wrap p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: var(--font-color);
}
.subscription-wrap h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: var(--font-color);
  margin-bottom: 0;
}

.shadow-1 {
  box-shadow: 0px 4px 4px rgba(70, 139, 232, 0.25) !important;
}

.payment-complete {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 275px;
  margin: auto;
  justify-content: center;
  padding-top: 50px;
}
.payment-complete h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 4px;
}
.payment-complete p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #c2bebe;
  margin-bottom: 24px;
}
.payment-complete .btn {
  padding: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #444444;
  border-radius: 4px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .payment-complete .btn {
    font-size: 13px;
    line-height: 18px;
  }
}
.payment-complete .btn img {
  margin-left: 16px;
  max-width: 14px;
}

.invalid-status {
  font-size: 10px;
  line-height: 18px;
  font-weight: 700;
  color: #e4620b;
  text-transform: uppercase;
  padding-left: 3px;
  padding-top: 5px;
}

.multilevel-drop .dropdown:hover > .dropdown-menu {
  display: block !important;
}
.multilevel-drop .dropdown-submenu:hover > .dropdown-menu {
  display: block !important;
  left: 100%;
  margin-top: -20px;
}
.multilevel-drop .dropdown-item {
  font-size: small; /* 13px */
}
.multilevel-drop .dropdown-toggle::after {
  font-size: var(--font-md);
  margin-bottom: -2px;
}
.multilevel-drop .dropdown-menu li a.active {
  color: #fff;
}
.multilevel-drop .custom-toggle-arrow {
  font-size: 18px;
  margin-top: 1px;
  line-height: 12px;
}
.multilevel-drop .nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 400;
  color: var(--font-color);
  line-height: 20px;
  white-space: nowrap;
}
.multilevel-drop .nav .nav-item.dropdown .dropdown-menu {
  background: yellow;
}

.user-list-wrap .user-list-block.usg-sub-block .usage-head-label .css-1a5icme {
  padding: 0 !important;
}

.template-wrapper.pb-wrapper .pb-srch-customiser {
  height: 32px;
}

.template-wrapper.pb-wrapper .pb-srch-customiser .srch-inpt-holder .srch-input {
  padding: 0 !important;
}

.user-permission .pb-tbl-blk.org-role .pb-tbl-wrapper {
  display: grid;
  grid-template-columns: 1fr 150px 130px;
}

.user-permission .pb-tbl-blk.org-role {
  max-height: calc(100vh - 340px);
  min-height: calc(100vh - 340px);
  min-width: 600px;
}

.table-custom-wrap .custom-table {
  background-color: #fff;
}
.table-custom-wrap .custom-table .table-responsive {
  min-height: calc(100vh - 330px);
  max-height: calc(100vh - 330px);
}
.table-custom-wrap .custom-table .table-responsive .table {
  margin-bottom: 0;
  height: 100%;
}
.table-custom-wrap .custom-table .table-responsive .table thead tr th {
  background: #d9d9d9;
  border: none !important;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #000000;
  padding: 12px 10px;
  white-space: nowrap;
}
.table-custom-wrap .custom-table .table-responsive .table tbody tr td {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  padding: 15px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  vertical-align: middle;
}
.table-custom-wrap .custom-table .table-responsive .table tbody tr td.action-td {
  overflow: inherit !important;
}
.table-custom-wrap .custom-table .table-responsive .table tbody tr td .action-btn {
  width: 30px;
  height: 30px;
  background: #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.create-modal {
  max-width: 60%;
}
.create-modal .modal-body {
  padding: 25px 50px;
}
@media (max-width: 767px) {
  .create-modal .modal-body {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .create-modal {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .create-modal {
    max-width: 100%;
  }
}

.modal-close {
  font-size: 28px;
  font-weight: 300;
  color: #333;
  line-height: 30px;
  cursor: pointer;
}
.modal-close:hover {
  color: #7b7b7b;
}

.modal-caption {
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
}
@media (max-width: 767px) {
  .modal-caption {
    font-size: 20px;
    line-height: 24px;
  }
}

.modal-subcaption {
  font-size: 16px;
  line-height: 28px;
  color: #7b7b7b;
}
@media (max-width: 767px) {
  .modal-subcaption {
    font-size: 13px;
    line-height: 18px;
  }
}

.edit-brand-modal {
  max-width: 75%;
}
.edit-brand-modal .modal-body {
  padding: 25px 50px;
}
@media (max-width: 991px) {
  .edit-brand-modal {
    max-width: 100%;
    padding: 15px;
  }
}

.modal-close svg {
  fill: #444;
}

.custom-modal .modal-content {
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  background: none;
  border: none;
}

.temp-modal {
  max-width: 75%;
}
.temp-modal .modal-body {
  padding: 15px;
}
@media (max-width: 767px) {
  .temp-modal .modal-body {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .temp-modal {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .temp-modal {
    max-width: 100%;
  }
}

.edit-modal {
  max-width: 75%;
}
@media screen and (min-width: 1200px) {
  .edit-modal {
    max-width: 900px;
  }
}
@media screen and (max-width: 767px) {
  .edit-modal {
    width: 100%;
    max-width: 100%;
    padding: 15px;
    margin: 0;
  }
}
.edit-modal .modal-body {
  padding: 24px;
}
.edit-modal video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.edit-modal .img-block {
  flex: 1;
  margin-right: 28px;
  height: 400px;
  max-height: 400px;
  overflow: hidden;
  text-align: center;
}
.edit-modal .img-block canvas {
  width: auto;
  height: 100%;
}
@media (max-width: 991px) {
  .edit-modal .img-block canvas {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .edit-modal .img-block {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}
.edit-modal .img-block img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.edit-modal .img-block.crop-image {
  position: relative;
}
.edit-modal .img-block.crop-image img {
  width: initial;
  max-height: 100%;
}
.edit-modal .img-more {
  flex: 0 0 335px;
  max-width: 335px;
}
@media screen and (max-width: 991px) {
  .edit-modal .img-more {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.edit-modal .img-more .footer-btn button {
  min-width: 134px;
  min-height: 40px;
}
.edit-modal .label-block {
  flex: 0 0 72px;
  max-width: 72px;
}
.edit-modal .label-block p {
  color: #6c757d;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.edit-modal .field-block {
  flex: 1;
}
.edit-modal .field-block .replace-btn {
  margin-right: 15px;
}
.edit-modal .field-block .crop-btn {
  flex: 0 0 60px;
  text-align: center;
}
.edit-modal .field-block svg {
  stroke: #6c757d;
}
.edit-modal .field-block .btn.active {
  background: #468be8;
}
.edit-modal .field-block small {
  color: #6c757d;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.edit-modal.dark .label-block p,
.edit-modal.dark .field-block small {
  color: #c0c2c3;
}
.edit-modal.dark .custom-range-1 .output,
.edit-modal.dark .custom-range .output {
  background: transparent;
  color: #c0c2c3;
}
.edit-modal.dark .field-block svg {
  stroke: #c0c2c3;
}
.edit-modal.dark .editor-btn {
  border: 0.5px solid #2e2e2e;
  background: transparent;
}
.edit-modal.dark .divider {
  background: #2e2e2e;
}

.view-modal {
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .view-modal {
    width: 100%;
    max-width: 100%;
    padding: 15px;
    margin: 0;
  }
}
.view-modal .modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 25px 0px rgb(8, 8, 8);
  -moz-box-shadow: 0px 0px 25px 0px rgb(8, 8, 8);
  box-shadow: 0px 0px 25px 0px rgb(8, 8, 8);
}
.view-modal .view-header {
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
}
.view-modal .view-header h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  color: #6c757d;
}
.view-modal .view-header .close-priview {
  position: relative;
  top: auto;
  right: auto;
  z-index: 1;
}
.view-modal .modal-body {
  padding: 0;
  background: #fff;
}
.view-modal .modal-body video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.view-modal .modal-body .video-control {
  padding: 0 10px 10px;
}
.view-modal .modal-body .video-control .rSlider {
  margin: 12px 0 10px;
}
.view-modal .img-block {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: calc(100% / var(--aspect-ratio, 1.77));
}
.view-modal .img-block img {
  display: inline-block;
  position: absolute;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  object-fit: contain;
  /* object-fit: contain; */
  max-height: 100%;
  margin: auto;
}
.view-modal.dark .view-header h3 {
  color: #fff;
}
.view-modal.dark .modal-body {
  background: #1f2021;
}

.audio-modal .modal-content .img-block img {
  width: 100%;
}
.audio-modal .modal-content .audio-sec {
  position: relative;
  margin: 0 0 15px;
}
.audio-modal .modal-content .audio-sec .play-audio {
  position: absolute;
  left: 0;
  top: 12px;
}
.audio-modal .modal-content .audio-sec .pause-btn {
  position: absolute;
  left: 0;
  top: 12px;
}
.audio-modal .modal-content .audio-sec .sound-audio {
  position: absolute;
  right: 0;
  top: 12px;
}
.audio-modal .modal-content .audio-sec svg {
  fill: #6c757d;
}
.audio-modal .modal-content .audio-sec .audio-wrap {
  display: block;
  margin: 0 35px;
}
.audio-modal .footer-btn .upload-info {
  position: relative;
}
.audio-modal .footer-btn .upload-info svg {
  stroke: #6c757d;
  margin-right: 6px;
}
.audio-modal .footer-btn .upload-info input {
  position: absolute;
  opacity: 0;
  width: 150px;
  height: 50px;
  cursor: pointer;
  z-index: 99999;
  color: #6c757d;
  background: transparent;
  border: none;
  box-shadow: none;
  text-transform: uppercase;
  min-height: 40px;
  min-width: 134px;
  max-width: 140px;
  padding-left: 6px;
  border-left: 1px solid #a5a5a5;
}
.audio-modal .footer-btn .upload-info span {
  padding-left: 6px;
  border-left: 1px solid #a5a5a5;
}
.audio-modal .footer-btn button {
  text-transform: uppercase;
  min-height: 40px;
  min-width: 134px;
}
.audio-modal .footer-btn button svg {
  stroke: #6c757d;
}
.audio-modal .footer-btn button.upload-btn svg {
  margin-right: 6px;
}
.audio-modal .footer-btn button.upload-btn span {
  padding-left: 6px;
  border-left: 1px solid #a5a5a5;
}
.audio-modal .modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}
.audio-modal.is-visible {
  visibility: visible;
}
.audio-modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.audio-modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.audio-modal.dark .modal-wrapper {
  background: #1f2021;
}
.audio-modal.dark .modal-content {
  background: #1f2021;
}
.audio-modal.dark .modal-content .audio-sec svg {
  fill: #c0c2c3;
}
.audio-modal.dark .time-duration {
  color: #c0c2c3;
}
.audio-modal.dark .upload-info span {
  color: #c0c2c3;
}
.audio-modal.dark .upload-btn {
  background: transparent !important;
  color: #c0c2c3;
}
.audio-modal.dark .btn-outline {
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #c0c2c3;
}
.audio-modal.dark .footer-btn button.upload-btn span {
  border-left: 1px solid #c0c2c3;
}
.audio-modal.dark .footer-btn .upload-info svg {
  stroke: #c0c2c3;
}
.audio-modal.dark .footer-btn input {
  color: #c0c2c3;
}

.toggle-wrap {
  padding: 10px 15px;
  position: relative;
  cursor: pointer;
  float: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}
@media screen and (max-width: 991px) {
  .toggle-wrap {
    display: block;
  }
}

.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.toggle-bar {
  width: 26px;
  margin: 10px 0;
  position: relative;
  border-top: 2px solid #303030;
  display: block;
}

.toggle-bar::before,
.toggle-bar::after {
  content: '';
  display: block;
  background: #303030;
  height: 2px;
  width: 26px;
  position: absolute;
  top: -12px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-transform-origin: 13%;
  -webkit-transform-origin: 13%;
  transform-origin: 13%;
}

.toggle-bar::after {
  top: 8px;
}

.toggle-wrap.active .toggle-bar {
  border-top: 2px solid transparent;
}

.toggle-wrap.active .toggle-bar::before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -6px;
}

.toggle-wrap.active .toggle-bar::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-priview {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
  z-index: 1;
}
.close-priview svg {
  fill: #000;
}

.preview-modal {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.preview-modal .modal-content {
  max-width: 50%;
  margin: auto;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .preview-modal .modal-content {
    max-width: 100%;
  }
}
.preview-modal .modal-content .modal-body {
  padding: 0;
}
.preview-modal .modal-content .modal-body .preview-modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  background: #000;
  border-radius: 5px;
  z-index: 9;
}
.preview-modal .modal-content .modal-body .preview-modal-close svg {
  fill: #fff;
}
.preview-modal .modal-content .modal-body .video-control {
  padding: 12px 14px 12px;
}
.preview-modal .modal-content .modal-body .video-control svg {
  fill: #6c757d;
}
.preview-modal .modal-content .modal-body .video-control .time-duration {
  color: #6c757d;
}
.preview-modal .modal-content .modal-body .video-control .slide-wrap .slide-inner {
  display: flex;
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  max-height: 116px;
  scrollbar-color: #999 #f8f8f8;
  scrollbar-width: thin;
  padding-bottom: 10px;
}
.preview-modal
  .modal-content
  .modal-body
  .video-control
  .slide-wrap
  .slide-inner::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.preview-modal
  .modal-content
  .modal-body
  .video-control
  .slide-wrap
  .slide-inner::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
}
.preview-modal
  .modal-content
  .modal-body
  .video-control
  .slide-wrap
  .slide-inner::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
  cursor: pointer;
}
.preview-modal .modal-content .modal-body .video-control .slide-wrap .slide-inner li {
  margin-right: 10px;
  min-width: 135px;
  max-width: 135px;
  position: relative;
  min-height: 80px;
}
.preview-modal .modal-content .modal-body .video-control .slide-wrap .slide-inner li .img-wrap {
  position: relative;
  filter: drop-shadow(0px 4px 4px rgba(70, 139, 232, 0.15));
  border-radius: 6px;
  overflow: hidden;
  max-height: 74px;
  opacity: 0.5;
}
.preview-modal
  .modal-content
  .modal-body
  .video-control
  .slide-wrap
  .slide-inner
  li
  .img-wrap.down-more {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  max-height: 97px;
}
.preview-modal
  .modal-content
  .modal-body
  .video-control
  .slide-wrap
  .slide-inner
  li
  .img-wrap.down-more:hover
  .icon-wrap {
  opacity: 1;
}
.preview-modal
  .modal-content
  .modal-body
  .video-control
  .slide-wrap
  .slide-inner
  li
  .img-wrap.down-more
  .icon-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background: rgba(81, 97, 112, 0.5607843137);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 9;
}
.preview-modal
  .modal-content
  .modal-body
  .video-control
  .slide-wrap
  .slide-inner
  li
  .img-wrap.down-more
  .icon-wrap
  span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-right: 0;
  cursor: pointer;
}
.preview-modal
  .modal-content
  .modal-body
  .video-control
  .slide-wrap
  .slide-inner
  li
  .img-wrap.down-more
  .icon-wrap
  span.img-play {
  background: rgba(70, 139, 232, 0.146);
  opacity: 0.6;
  box-shadow:
    inset 5.6px -5.6px 5.6px rgba(53, 106, 176, 0.146),
    inset -5.6px 5.6px 5.6px rgba(255, 255, 255, 0.146);
  backdrop-filter: blur(5.04px);
}
.preview-modal
  .modal-content
  .modal-body
  .video-control
  .slide-wrap
  .slide-inner
  li
  .img-wrap.down-more
  .icon-wrap
  span.img-play:hover {
  background: rgba(0, 0, 0, 0.6);
  box-shadow: none;
}
.preview-modal
  .modal-content
  .modal-body
  .video-control
  .slide-wrap
  .slide-inner
  li
  .img-wrap.down-more
  .icon-wrap
  span.img-download {
  background: rgba(70, 139, 232, 0.146);
  opacity: 0.6;
}
.preview-modal
  .modal-content
  .modal-body
  .video-control
  .slide-wrap
  .slide-inner
  li
  .img-wrap.down-more
  .icon-wrap
  span.img-download:hover {
  background: rgba(0, 0, 0, 0.6);
  box-shadow: none;
}
.preview-modal
  .modal-content
  .modal-body
  .video-control
  .slide-wrap
  .slide-inner
  li
  .img-wrap.down-more
  .icon-wrap
  span
  svg {
  fill: #fff;
}
.preview-modal
  .modal-content
  .modal-body
  .video-control
  .slide-wrap
  .slide-inner
  li
  .img-wrap
  .hover-text {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 1;
  visibility: visible;
  -webkit-transition:
    visibility 0s,
    opacity 0.5s linear;
  transition:
    visibility 0s,
    opacity 0.5s linear;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.preview-modal .modal-content .modal-body .video-control .slide-wrap .slide-inner li .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.preview-modal .modal-content .modal-body .video-control .slide-wrap .slide-inner li .img-wrap h3 {
  font-weight: 800;
  font-style: italic;
  font-size: 20px;
  line-height: 22px;
  opacity: 0.63;
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 10px;
  top: auto;
  left: auto;
}
.preview-modal .modal-content .modal-body .video-control .slide-wrap .slide-inner li button {
  margin: 10px auto;
  padding: 5px 10px;
  font-size: 15px;
  height: inherit;
  line-height: 16px;
}
.preview-modal .modal-content .modal-body .video-control .slide-wrap .slide-inner li.active {
  cursor: pointer;
}
.preview-modal
  .modal-content
  .modal-body
  .video-control
  .slide-wrap
  .slide-inner
  li.active:first-child::before {
  content: none;
}
.preview-modal
  .modal-content
  .modal-body
  .video-control
  .slide-wrap
  .slide-inner
  li.active::before {
  border-color: #468be8;
}
.preview-modal
  .modal-content
  .modal-body
  .video-control
  .slide-wrap
  .slide-inner
  li.active
  .img-wrap {
  opacity: 1;
}
.preview-modal
  .modal-content
  .modal-body
  .video-control
  .slide-wrap
  .slide-inner
  li.active
  .slide-list::before {
  background: #468be8;
  left: -8px;
}
.preview-modal
  .modal-content
  .modal-body
  .video-control
  .slide-wrap
  .slide-inner
  li.active
  .slide-list::after {
  opacity: 1;
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
}
.preview-modal.dark {
  background: rgba(16, 16, 16, 0.8196078431);
}
.preview-modal.dark .modal-body {
  padding: 0;
  background: #1f2021;
}
.preview-modal.dark .modal-body .video-control svg {
  fill: #c0c2c3;
}
.preview-modal.dark .modal-body .video-control .time-duration {
  color: #c0c2c3;
}

.download-modal {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.download-modal .modal-content {
  max-width: 617px;
  margin: auto;
  padding: 10px;
}
.download-modal .modal-content .modal-body {
  padding: 0;
}
.download-modal .modal-content .modal-body .preview-modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  background: #000;
  border-radius: 5px;
  z-index: 9;
}
.download-modal .modal-content .modal-body .preview-modal-close svg {
  fill: #fff;
}
.download-modal .modal-content .modal-body h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #6c757d;
  margin: 20px 0 15px;
}
.download-modal .modal-content .modal-body .download-wraper .list-wrap {
  max-height: 280px;
  min-height: 280px;
  overflow: auto;
  scrollbar-color: #999 #f8f8f8;
  scrollbar-width: thin;
}
.download-modal .modal-content .modal-body .download-wraper .list-head .download-list {
  background-color: #f0efef;
  border-color: transparent;
}
.download-modal .modal-content .modal-body .download-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  grid-auto-rows: minmax(40px, auto);
  border-bottom: 1px solid #d1d1d1;
  padding: 5px;
}
.download-modal .modal-content .modal-body .download-list:last-child {
  border-bottom: none;
}
.download-modal .modal-content .modal-body .download-item {
  padding: 4px 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #6c757d;
}
.download-modal .modal-content .modal-body .download-item h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #6c757d;
  margin: 0;
}
.download-modal .modal-content .modal-body .download-item svg {
  fill: #6c757d;
  width: 20px;
}
.download-modal .modal-content .modal-body .download-item.download-video {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.download-modal .modal-content .modal-body .download-item.download-video video {
  max-height: 80px;
  max-width: 130px;
}
.download-modal .modal-content .modal-body .download-item.slide-name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.download-modal .modal-content .modal-body .download-item.download-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.download-modal .modal-content .modal-body .download-item.download-icon span {
  cursor: pointer;
}
.download-modal.dark .modal-body {
  padding: 0;
  background: #1f2021;
}
.download-modal.dark .modal-body h3 {
  color: #c0c2c3;
}
.download-modal.dark .modal-body .download-wraper .list-head .download-list {
  background-color: #2e2e2e;
  border-color: transparent;
}
.download-modal.dark .modal-body .download-item {
  color: #c0c2c3;
}
.download-modal.dark .modal-body .download-item h4 {
  color: #c0c2c3;
}
.download-modal.dark .modal-body .download-item svg {
  fill: #c0c2c3;
}
.download-modal.dark .modal-body .download-list {
  border-bottom: 1px solid #2e2e2e;
}

.replace-modal {
  margin: 20px auto;
  max-width: 1024px;
}
@media screen and (max-width: 767px) {
  .replace-modal {
    width: 100%;
    max-width: 100%;
    padding: 15px;
    margin: 0;
  }
}
.replace-modal .modal-content {
  background: #fff;
  border-radius: 6px !important;
  border: 0;
}
.replace-modal .modal-body {
  height: 610px;
}
.replace-modal .replace-img {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  max-height: 126px;
  min-height: 100px;
  border: 1px solid #b9b8b8;
}
.replace-modal .replace-img .icon-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background: rgba(81, 97, 112, 0.5607843137);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.replace-modal .replace-img .icon-wrap span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-right: 0;
  cursor: pointer;
}
.replace-modal .replace-img .icon-wrap span.img-view {
  background: rgba(0, 0, 0, 0.6);
  opacity: 0.6;
  box-shadow:
    inset 5.6px -5.6px 5.6px rgba(53, 106, 176, 0.146),
    inset -5.6px 5.6px 5.6px rgba(255, 255, 255, 0.146);
  backdrop-filter: blur(5.04px);
  border-radius: 6px 0px 0px 6px;
}
.replace-modal .replace-img .icon-wrap span.img-view:hover {
  background: rgba(70, 139, 232, 0.806);
}
.replace-modal .replace-img .icon-wrap span.img-edit {
  background: rgba(0, 0, 0, 0.6);
  opacity: 0.6;
  box-shadow:
    inset 5.6px -5.6px 5.6px rgba(53, 106, 176, 0.146),
    inset -5.6px 5.6px 5.6px rgba(255, 255, 255, 0.146);
  backdrop-filter: blur(5.04px);
  border-radius: 0px 6px 6px 0px;
}
.replace-modal .replace-img .icon-wrap span.img-edit:hover {
  background: rgba(70, 139, 232, 0.806);
}
/* .replace-modal .replace-img .icon-wrap span svg {
  fill: #fff;
} */
.replace-modal .replace-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.replace-modal .replace-img:hover .icon-wrap {
  opacity: 1;
}
.replace-modal .srch-temp-blk {
  position: relative;
}
.replace-modal .srch-temp-blk p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #6c757d;
  position: absolute;
  right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .replace-modal .srch-temp-blk p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .replace-modal .srch-temp-blk p {
    position: relative;
  }
}
.replace-modal .srch-temp-blk p a {
  font-weight: 600;
  text-decoration-line: underline;
  color: #468be8;
}
.replace-modal .stock-repo {
  height: 350px;
  overflow: auto;
  scrollbar-color: #999 #f8f8f8;
  scrollbar-width: thin;
}

#view-img {
  z-index: 9999 !important;
}

.dark .toggle-bar {
  border-top: 2px solid #c0c2c3;
}
.dark .toggle-bar::before,
.dark .toggle-bar::after {
  background: #c0c2c3;
}
.dark .replace-img {
  border: 1px solid #4e4e4e;
}

@media (min-width: 992px) {
  .styles-modal {
    max-width: 670px !important;
  }
}
.styles-modal .modal-body {
  padding: 35px;
}
.styles-modal .style-wraper .style-modal-head {
  margin-bottom: 35px;
}
.styles-modal .style-wraper .style-modal-head h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #6c757d;
  margin-bottom: 20px;
}
.styles-modal .style-wraper .style-modal-head p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #6c757d;
  margin-bottom: 0;
}
.styles-modal .style-wraper .style-inner {
  max-width: 390px;
  margin: auto;
}
.styles-modal .style-wraper .style-inner .cm-color-picker {
  margin-bottom: 30px;
  margin-top: 0;
}
.styles-modal .style-wraper .style-inner .color-picker .color-palette {
  margin: 10px auto;
}
.styles-modal .style-wraper .style-inner .cm-color-picker .edit-label {
  font-weight: 400;
  color: #c0c2c4;
}
.styles-modal .style-wraper .style-inner .cm-style-upload-holder {
  border: 1px dashed #c0c2c4;
  padding: 30px 0 36px;
  min-height: 157px;
  max-height: 157px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.styles-modal .style-wraper .style-inner .cm-style-upload-holder .cm-style-container {
  max-width: 200px;
  margin: 0 auto;
}
.styles-modal .style-wraper .style-inner .cm-style-upload-holder .cm-brand {
  margin: 0 auto;
}
.styles-modal .style-wraper .style-inner .cm-style-upload-holder .cc-csv-btn .btn {
  border-radius: 4px;
}
.styles-modal .style-wraper .style-modal-footer .btn {
  min-width: 268px;
  min-height: 44px;
}

.dark.styles-modal .style-wraper .style-modal-head h3 {
  color: #f5f5f5;
}
.dark.styles-modal .style-wraper .style-modal-head p {
  color: #c0c2c4;
}

.modal-body {
  background-color: #fff;
}

.delete-modal .modal-body {
  text-align: center;
}
.delete-modal .modal-body h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #6c757d;
}
.delete-modal .modal-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
  color: #6c757d;
  word-break: break-all;
}
.delete-modal .modal-body button {
  border-radius: 4px;
  min-width: 268px;
  min-height: 44px;
  margin: auto;
}

.dark.delete-modal .modal-body h3 {
  color: #f5f5f5;
}
.dark.delete-modal .modal-body p {
  color: #c0c2c4;
}

.template-modal {
  max-width: 1024px;
  margin: 20px auto;
}
.template-modal .cm-st-gallery {
  height: 410px;
  overflow: hidden;
}
.template-modal .cm-st-gallery .cm-gallery-wrapper {
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
}
.template-modal .cm-st-gallery .cm-gallery-wrapper .cm-gallery-container {
  max-height: 126px;
}

.add-category h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.add-category h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
}
.add-category .close-priview {
  position: inherit;
}
.add-category label {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #c0c2c3;
  margin-bottom: 10px;
}
.add-category input {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #333;
  background: #f7f7f7;
  padding: 10px 15px;
  border: 1px solid transparent;
}
.add-category input:focus {
  border: 1px solid #468be8;
  padding: 10px 15px;
}

.dark.add-category h3,
.dark.add-category h2 {
  color: #c0c2c3;
}
.dark.add-category .close-priview {
  position: inherit;
}
.dark.add-category label {
  color: #c0c2c3;
}
.dark.add-category input {
  background-color: #2e2e2e;
  color: #c0c2c3;
}
.dark.add-category p {
  color: #c0c2c4;
}

.add-user .modal-content {
  max-width: 430px;
}

.template-valid {
  max-width: 700px;
}
.template-valid h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.template-valid .close-priview {
  position: inherit;
}
.template-valid label {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #c0c2c3;
  margin-bottom: 10px;
}
.template-valid input {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #333;
  background: #f7f7f7;
  padding: 10px 15px;
  border: 1px solid transparent;
}
.template-valid input:focus {
  border: 1px solid #468be8;
  padding: 10px 15px;
}
.template-valid p {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #c0c2c3;
  margin-bottom: 10px;
  font-style: italic;
}
.template-valid .template-table {
  margin-bottom: 25px;
  max-height: 300px;
  overflow: auto;
}
.template-valid .template-table .template-table-wrap {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  margin: 8px 0;
  display: grid;
  grid-template-columns: 1fr 200px;
  grid-auto-flow: row dense;
  grid-auto-rows: minmax(40px, auto);
  grid-gap: 10px;
  background: #f9f9f9;
  border: 0.5px solid rgba(203, 198, 198, 0.5);
}
.template-valid .template-table .template-table-wrap.template-thead {
  font-weight: 500;
  color: #000;
}
.template-valid .template-table .template-table-wrap .template-block {
  padding: 16px 24px 10px 16px;
  font-size: 16px;
  line-height: 22px;
}
.template-valid .template-table .template-table-wrap .template-block p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
  margin-top: 4px;
}
.template-valid .template-table .template-table-wrap .template-block span {
  width: 26px;
  height: 26px;
  padding: 0;
  border-radius: 50px;
  cursor: auto;
  display: inline-block;
}
.template-valid .template-table .template-table-wrap .template-block span.check-btn {
  background: #31d131;
}
.template-valid .template-table .template-table-wrap .template-block span.uncheck-btn {
  background: #ef3e3e;
}
.template-valid .template-table .template-table-wrap .template-block span svg {
  fill: #fff;
}

.dark.template-valid h3 {
  color: #c0c2c3;
}
.dark.template-valid .close-priview {
  position: inherit;
}
.dark.template-valid .template-table .template-table-wrap {
  background-color: #2e2e2e;
  border-color: transparent;
  color: #c0c2c3;
}
.dark.template-valid .template-table .template-table-wrap.template-thead {
  font-weight: 500;
  color: #fff;
}
.dark.template-valid p {
  color: #c0c2c3;
}

.full-view {
  max-width: 100%;
  margin: 0;
}
.full-view .modal-content {
  height: 100vh;
  border-radius: 0;
}

.project-list .modal-body {
  padding: 40px;
}
.project-list .table-wraper {
  overflow-x: auto;
  scrollbar-color: #999 #f8f8f8;
  scrollbar-width: thin;
  position: relative;
}
.project-list .table-wraper::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.project-list .table-wraper::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
}
.project-list .table-wraper::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
  cursor: pointer;
}
.project-list .usage-warper {
  min-width: 1100px;
  max-height: calc(100vh - 84px);
  min-height: calc(100vh - 84px);
  overflow-y: auto;
  overflow-x: hidden;
}
.project-list .usage-block {
  display: grid;
  grid-template-columns: 1fr 215px 215px 215px 215px;
  grid-auto-flow: row dense;
}
.project-list h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #6c757d;
}
.project-list h3 span {
  font-weight: 600;
}
.project-list .prject-list-info {
  height: calc(100vh - 150px);
  overflow: auto;
}
.project-list .prject-list-info .accordion .card {
  margin-bottom: 12px;
  border-radius: 0;
}
.project-list .prject-list-info .accordion .card .card-header {
  padding: 0;
  border-bottom: none;
}
.project-list .prject-list-info .accordion .card .card-header h5 {
  padding-left: 5px;
}
.project-list .prject-list-info .accordion .card .card-header h5 a {
  padding: 10px 0 10px 20px;
  position: relative;
  padding-left: 18px;
}
.project-list .prject-list-info .accordion .card .card-header h5 a:after {
  content: '';
  position: absolute;
  left: 0px;
  z-index: 11;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 8px solid #c4c4c4;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(275deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
.project-list .prject-list-info .accordion .card .card-header h5 a[aria-expanded='true']:after {
  transform: rotate(360deg);
}
.project-list .prject-list-info .accordion .card .card-body {
  padding: 15px;
}
.project-list .prject-list-info .accordion .card .card-body .card .card-header a {
  background: #fff;
  color: #6c757d;
  padding: 10px 0 10px 20px;
  position: relative;
  padding-left: 22px;
}
.project-list .prject-list-info .accordion .card .card-body .card .card-header a.usage-block {
  grid-template-columns: 1fr 214px 115px;
}
.project-list .prject-list-info .accordion .card .card-body .card .card-header a:after {
  content: '';
  position: absolute;
  left: 6px;
  z-index: 11;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 8px solid #c4c4c4;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(275deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
.project-list
  .prject-list-info
  .accordion
  .card
  .card-body
  .card
  .card-header
  a[aria-expanded='true']:after {
  transform: rotate(360deg);
}
.project-list .prject-list-info .accordion .card .card-body .card .usage-inner {
  padding: 10px;
}
.project-list .prject-list-info .accordion .card .card-body .usage-inner {
  grid-gap: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 991px) {
  .project-list .prject-list-info .accordion .card .card-body .usage-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.project-list .prject-list-info .accordion .card .card-body .usage-inner .usage-table {
  width: 100%;
  padding: 10px;
  border: 0.5px solid rgba(203, 198, 198, 0.5);
  background: #f0efef;
}
.project-list .prject-list-info .accordion .card .card-body .usage-inner .usage-table h3 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #6c757d;
  border-bottom: 0.5px solid rgba(203, 198, 198, 0.5);
  margin-bottom: 6px;
}
.project-list
  .prject-list-info
  .accordion
  .card
  .card-body
  .usage-inner
  .usage-table
  .usage-row-wrap {
  flex: 1;
}
.project-list .prject-list-info .accordion .card .card-body .usage-inner .usage-table .usage-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row dense;
}
.project-list
  .prject-list-info
  .accordion
  .card
  .card-body
  .usage-inner
  .usage-table
  .usage-table-info {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #6c757d;
}
.project-list.dark .prject-list-info .accordion .card {
  background-color: #2e2e2e;
  border-color: transparent;
}
.project-list.dark h3,
.project-list.dark .usage-block .usage-head-label {
  color: #c0c2c3;
}
.project-list.dark .usage-block .usage-label {
  color: #c0c2c3;
}
.project-list.dark .prject-list-info .accordion .card .card-body .card .card-header a {
  background-color: #444444;
  color: #c0c2c3;
}

.ost-asset-modal {
  margin: 0 auto;
}
.ost-asset-modal .modal-content {
  min-height: 100vh;
  max-height: 100vh;
  padding: 25px;
}
.ost-asset-modal .ost-asset-wrap {
  max-height: calc(100vh - 190px);
  overflow-y: auto;
  overflow-x: hidden;
  min-height: calc(100vh - 190px);
}
.ost-asset-modal h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #6c757d;
  margin-bottom: 10px;
}
.ost-asset-modal .accordion-list {
  margin-bottom: 15px;
}
.ost-asset-modal .accordion-list:last-child {
  margin-bottom: 0;
}
.ost-asset-modal h3 a {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #6c757d;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  display: block;
}
.ost-asset-modal h3 a:after {
  content: '';
  position: absolute;
  left: 6px;
  z-index: 11;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 8px solid #c4c4c4;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(275deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
.ost-asset-modal h3 a[aria-expanded='true']:after {
  transform: rotate(360deg);
}
.ost-asset-modal label {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #7b7b7b;
  margin-bottom: 10px;
}
.ost-asset-modal input {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #333;
  background: #f3f3f3;
  padding: 10px 15px;
  border: 1px solid transparent;
}
.ost-asset-modal input:focus {
  border: 1px solid #468be8;
  padding: 10px 15px;
}
.ost-asset-modal .img-list::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.ost-asset-modal .img-list::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
}
.ost-asset-modal .img-list::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
  cursor: pointer;
}
.ost-asset-modal .img-list .grid-box {
  display: flex;
  grid-gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.ost-asset-modal .img-list .grid-box .grid-list {
  position: relative;
  border-radius: 6px;
  /* overflow: hidden; */
  min-width: 86px;
  max-width: 90px;
}
.ost-asset-modal .img-list .grid-box .grid-list.active .tick-active {
  opacity: 1;
}
.ost-asset-modal .img-list .grid-box .grid-list .tick-active {
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 0;
}
.ost-asset-modal .text-or {
  color: #333;
  text-align: center;
  margin: 10px 0;
  font-weight: 600;
  background: #468be8;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.ost-asset-modal .prev-img {
  width: 100%;
  /* height: 60px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.ost-asset-modal .prev-img img {
  max-width: 200px;
}
.ost-asset-modal .prev-btn .btn {
  height: 42px;
}

.dark.ost-asset-modal h2 {
  color: #c0c2c3;
}
.dark.ost-asset-modal h3 a {
  color: #c0c2c3;
  border-bottom: 1px solid #4c4c4c;
}
.dark.ost-asset-modal label {
  color: #c0c2c3;
}
.dark.ost-asset-modal input {
  background-color: #2e2e2e;
  color: #c0c2c3;
}
.dark.ost-asset-modal .text-or {
  color: #c0c2c3;
}

.custom-modal p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #7b7b7b;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .custom-modal p {
    font-size: 14px;
    line-height: 20px;
  }
}

.create-user h2 {
  padding-bottom: 15px;
  color: #6c757d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.create-user .custom-input-holder .custom-input {
  padding: 10px 15px 10px 45px;
}
.create-user .custom-select .form-field {
  padding: 10px 15px 10px 15px;
}
.create-user .custom-input-holder {
  margin-bottom: 10px;
  min-height: inherit;
}

.dark .custom-modal p {
  color: #c0c2c3;
}
.dark.create-user h2 {
  color: #c0c2c3;
}

.render-error-modal {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
.render-error-modal .modal-content {
  height: auto;
  min-height: calc(100% - 50px);
  border-radius: 0;
}
.render-error-modal .render-error .pb-tbl-blk {
  max-height: calc(100vh - 170px);
  min-height: calc(100vh - 170px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #999 #f8f8f8;
  scrollbar-width: thin;
  padding-right: 4px;
}
.render-error-modal .render-error .pb-tbl-blk .pb-tbl-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: 150px 1fr;
}
.render-error-modal .render-error .pb-tbl-blk .pb-tbl-wrapper .pb-data-label {
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: fit-content;
  padding: 4px 10px;
}

.modal-delete h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
  color: #6c757d;
}
.modal-delete p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #7b7b7b;
  margin-bottom: 32px;
}
.modal-delete.dark h2 {
  color: #fff;
}
.modal-delete.dark p {
  margin-bottom: 32px;
}

@media (max-width: 991px) {
  .add-new-file {
    width: 100%;
    max-width: 80%;
  }
}
.add-new-file h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #6c757d;
  margin-bottom: 16px;
}
.add-new-file small {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #7b7b7b;
  margin-bottom: 16px;
  display: inline-block;
}
.add-new-file ul {
  display: flex;
  border: 1px solid #468be8;
}
.add-new-file ul li {
  display: flex;
  flex: 1;
  position: relative;
  align-items: center;
  padding: 6px;
}
.add-new-file ul li span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  position: relative;
  pointer-events: none;
}
@media (max-width: 767px) {
  .add-new-file ul li span {
    display: none;
  }
}
.add-new-file ul li .radio-btn label {
  width: 100%;
  display: inline-block !important;
  height: 100%;
  position: absolute !important;
  left: 0;
  top: 0;
}
.add-new-file ul li .radio-btn [type='radio']:checked,
.add-new-file ul li .radio-btn [type='radio']:not(:checked) {
  position: absolute;
  left: -9999px;
}
.add-new-file ul li .radio-btn [type='radio']:checked + label {
  background: #468be8;
}
.add-new-file ul li .radio-btn [type='radio']:not(:checked) + label {
  background: #54575c;
}
.add-new-file ul li .radio-btn [type='radio']:checked + label,
.add-new-file ul li .radio-btn [type='radio']:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.add-new-file ul li .radio-btn [type='radio']:checked + label:before,
.add-new-file ul li .radio-btn [type='radio']:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 18px;
  top: 12px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.add-new-file ul li .radio-btn [type='radio']:not(:checked) + label:before {
  content: '';
  border: 2px solid #468be8;
  border-radius: 100%;
  background: transparent;
}
.add-new-file ul li .radio-btn [type='radio']:checked + label:after,
.add-new-file ul li .radio-btn [type='radio']:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #fff;
  border: 3px solid #468be8;
  position: absolute;
  top: 15px;
  left: 21px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.add-new-file ul li .radio-btn [type='radio']:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.add-new-file ul li .radio-btn [type='radio']:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.add-new-file ul li .files-img {
  margin-left: 50px;
  margin-right: 15px;
  position: relative;
  pointer-events: none;
}
@media (max-width: 767px) {
  .add-new-file ul li .files-img {
    margin-left: 40px;
    margin-right: 0px;
  }
}
.add-new-file ul li .files-img img {
  width: 28px;
  height: 28px;
}
.add-new-file ul li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #c0c2c4;
}
.add-new-file .file {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.add-new-file .file > input[type='file'] {
  display: none;
}
.add-new-file .file > label {
  width: 100%;
  cursor: pointer;
  outline: 0;
  user-select: none;
  background: #468be8;
  box-shadow: 0px 4px 4px rgba(70, 139, 232, 0.25);
  border-radius: 2px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.add-new-file .add-new-inner {
  margin-bottom: 24px;
}
.add-new-file .add-new-inner h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #6c757d;
  margin-bottom: 8px;
}
.add-new-file .add-new-inner .add-new-list .alert-list {
  background: #717172;
  border: 1px solid #717172;
  border-radius: 4px;
  display: flex;
  padding: 9px;
  justify-content: space-between;
  position: relative;
  margin-bottom: 8px;
}
.add-new-file .add-new-inner .add-new-list .alert-list span {
  flex: 1;
  min-width: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #c0c2c4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.add-new-file .add-new-inner .add-new-list .alert-list button {
  background: none;
  border: none;
  flex: 0 0 28px;
}
.add-new-file .add-new-inner .add-new-list .alert-list .custom-progress {
  height: 2px;
  position: absolute;
  top: auto;
  left: 4px;
  right: 4px;
  bottom: 0;
  background: transparent;
}
.add-new-file .add-new-inner .add-new-list .alert-list.active {
  border-bottom: 1px solid #14a044 !important;
}
.add-new-file.dark h2 {
  color: #f5f5f5;
}
.add-new-file.dark small {
  color: #c0c2c4;
}
.add-new-file.dark ul li .radio-btn [type='radio']:not(:checked) + label {
  background: rgba(70, 139, 232, 0.12);
}
.add-new-file.dark .add-new-inner h4 {
  color: #c0c2c4;
}
.add-new-file.dark .add-new-inner .add-new-list .alert-list {
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
}

.template-validation {
  max-width: 700px;
}
.template-validation aside {
  flex: 1;
  max-width: 100%;
}
.template-validation aside .tab-content .accordion > .card .card-header h5 a {
  color: var(--font-color);
}
.template-validation aside .tab-content .slide-wrap .slide-inner li .img-wrap {
  max-height: 220px;
}
.template-validation aside .tab-content .slide-wrap .slide-inner li::before {
  top: -220px;
}
.template-validation .modal-body {
  min-height: calc(100vh - 200px);
}
.template-validation .modal-body .srch-temp-blk {
  max-height: calc(100vh - 260px);
  min-height: calc(100vh - 260px);
  overflow: auto;
}
.template-validation .modal-body .srch-temp-blk .tab-content {
  max-height: inherit;
}

.dark .login-left-part {
  background-color: #1f2021;
  border-right: 0;
}
.dark .login-right-part {
  background-color: #141515;
}
.dark .login-cap {
  color: #fff;
}
.dark .login-para {
  color: #c0c2c3;
}
.dark .custom-input {
  background-color: #2e2e2e;
  color: #c0c2c3;
}
.dark .custom-input::placeholder {
  color: rgba(192, 194, 195, 0.5);
}
.dark .cc-blk {
  background-color: #141515;
}
.dark .cc-heading {
  color: #fff;
}
.dark .cc-or-seperator {
  background-color: #141515;
  color: #fff;
}
.dark .cc-csv-blk {
  background-color: #1f2021;
}
.dark .custom-checkbox .checkmark {
  border-color: transparent;
  background-color: #2e2e2e;
}
.dark .cp-subheading {
  color: #c0c2c3;
}
.dark .cc-wrapper .custom-input-holder .custom-label {
  color: #c0c2c3;
}
.dark .cc-para {
  color: #c0c2c3;
}
.dark .custom-checkbox .check-label {
  color: #c0c2c3;
}
.dark .cancel-btn {
  color: #c0c2c3;
}
.dark .cm-wrapper {
  background-color: #141515;
}
.dark .cm-caption {
  color: #fff;
}
.dark .cm-subhead {
  color: #c0c2c3;
}
.dark .cm-left-blk {
  background-color: #262626;
}
.dark .cm-right-blk {
  background-color: #1f2021;
}
.dark .cm-add-label {
  color: #c0c2c3;
}
.dark .cm-add-label svg {
  fill: #c0c2c3;
}
.dark .cm-add-mod {
  border-top: 1px solid rgba(192, 194, 195, 0.2);
}
.dark .cm-mod-container {
  color: #f5f5f5;
}
.dark .cm-mod-container.active {
  background-color: #313131;
}
.dark .cm-mod-container input {
  color: #f5f5f5;
}
.dark .cm-slide-blk {
  background-color: #2e2e2e;
  border-bottom: 3px solid #5a5a5b;
}
.dark .panel-label {
  color: #c0c2c3;
}
.dark .cm-slide-container.active {
  color: #fff;
}
.dark .cm-slide-blk .cm-slide-wrapper .cm-slide-container.active {
  color: #fff;
}
.dark .cm-screen-container.active {
  color: #fff;
}
.dark .cm-screen-blk .cm-screen-wrapper .cm-screen-container.active {
  color: #fff;
}
.dark .cm-screen-blk {
  border-bottom: 1px solid rgba(192, 194, 195, 0.2);
}
.dark .panel-txtarea {
  background-color: #2e2e2e;
  color: rgba(255, 255, 255, 0.8);
}
.dark .panel-txtarea::placeholder {
  color: rgba(192, 194, 195, 0.5);
}
.dark .cm-full-lst-blk {
  border-bottom: 1px solid rgba(192, 194, 195, 0.2);
}
.dark .cm-full-lst-container.active {
  color: #fff;
}
.dark .cm-full-lst-blk .cm-full-lst-wrapper .cm-full-lst-container.active {
  color: #fff;
}
.dark .cm-del-icon {
  color: #c0c2c3;
}
.dark .cm-vs-wrapper {
  background-color: #262626;
}
.dark .navtab-selector .nav-link.active .cm-asset-name {
  color: #fff;
}
.dark .navtab-selector .nav-link .cm-asset-name {
  color: #c0c2c3;
}
.dark .add-tag-blk {
  background-color: #2e2e2e;
}
.dark .add-tag-placeholder {
  color: rgba(192, 194, 195, 0.5);
}
.dark .cm-style-wrapper {
  background-color: #262626;
}
.dark .cm-style-spec {
  color: rgba(192, 194, 195, 0.6);
}
.dark .cm-full-lst-blk .cm-full-lst-wrapper .cm-full-lst-container.active .cm-del-icon svg {
  fill: #c0c2c3;
}
.dark .color-picker .color-palette i {
  background-color: #141515;
}
.dark .custom-select .form-field {
  background-color: #2e2e2e;
  color: #c0c2c3;
  border: none;
}
.dark .custom-select::after {
  border-color: #c0c2c3 transparent transparent transparent;
}
.dark .cm-color-picker .edit-label {
  color: #c0c2c3;
}
.dark .color-picker .color-palette i svg {
  fill: #c0c2c3;
}
.dark .download-csv {
  color: #c0c2c3;
}
.dark .pb-wrapper {
  background-color: #1f2021;
}
.dark .pb-srch-customiser {
  border: 0;
  background-color: #2e2e2e;
}
.dark .pb-srch-customiser .srch-icon svg {
  stroke: #c0c2c3;
}
.dark .pb-srch-customiser .srch-inpt-holder .srch-input {
  background-color: transparent;
  color: #c0c2c3;
}
.dark .pb-srch-customiser .srch-holder::after {
  background-color: rgba(192, 194, 195, 0.5);
}
.dark .pb-header .pb-filter-label {
  color: #c0c2c3;
}
.dark .pb-wrapper .pb-card {
  background-color: #2e2e2e;
}
.dark .pb-wrapper .pb-card .pb-count {
  text-shadow: none;
}
.dark .pb-wrapper .pb-card .pb-desc {
  color: #c0c2c3;
}
.dark .pb-wrapper .custom-progress {
  background-color: transparent;
}
.dark .pb-tbl-blk .pb-tbl-wrapper {
  background-color: #2e2e2e;
  border-color: transparent;
}
.dark .pb-tbl-blk .pb-head-label {
  color: #c0c2c3;
}
.dark .pb-tbl-blk .pb-data-label {
  color: #c0c2c3;
}
.dark .pb-tbl-blk .pb-progress-bar {
  background-color: rgba(192, 194, 195, 0.2);
}
.dark .pb-tbl-blk .failed-status {
  font-weight: 600;
}
.dark .arrow .arrow-up {
  border-bottom: 7px solid rgba(192, 194, 195, 0.9);
}
.dark .arrow .arrow-down {
  border-top: 7px solid rgba(192, 194, 195, 0.9);
}
.dark .pb-stat-icon svg {
  fill: rgba(192, 194, 195, 0.5);
}
.dark .pb-stat-icon.download svg path {
  stroke: rgba(192, 194, 195, 0.5);
}
.dark .fs-vdo-blk {
  background-color: #000;
}
.dark .srch-temp-blk {
  background-color: #1f2021;
}
.dark .srch-temp-blk .srch-icon svg {
  stroke: #c0c2c3;
}
.dark .srch-temp-blk .srch-input {
  color: #c0c2c3;
}
.dark .srch-temp-blk .srch-input::placeholder {
  color: rgba(192, 194, 195, 0.6);
}
.dark .srch-temp-blk .srch-temp-wrapper {
  border-color: rgba(192, 194, 195, 0.5);
}
.dark .pagination-holder li.pagination-nav {
  background: #2e2e2e;
  color: #c0c2c3;
}
.dark .pagination-holder li.pagination-nav:hover {
  color: #468be8;
}
.dark .pagination-holder li.pagination-nav.active {
  border: 1px solid #468be8;
  color: #468be8;
}
.dark .pagination-holder li.pagination-nav.pagin-prev svg {
  fill: #c0c2c3;
}
.dark .pagination-holder li.pagination-nav.pagin-prev:hover svg {
  fill: #468be8;
}
.dark .pagination-holder li.pagination-nav.pagin-prev.disabled svg {
  fill: rgba(192, 194, 195, 0.6);
}
.dark .pagination-holder li.pagination-nav.pagin-next svg {
  fill: #c0c2c3;
}
.dark .pagination-holder li.pagination-nav.pagin-next:hover svg {
  fill: #468be8;
}
.dark .pagination-holder li.pagination-nav.pagin-next.disabled svg {
  fill: rgba(192, 194, 195, 0.6);
}
.dark .cm-slide-container.active .cm-del-icon svg {
  fill: #c0c2c3;
}
.dark .cm-screen-container.active .cm-del-icon svg {
  fill: #c0c2c3;
}
.dark .cm-mod-container.active .cm-del-icon svg {
  fill: #c0c2c3;
}
.dark .inp-txt {
  background-color: #2e2e2e;
  color: #c0c2c3;
  border: none;
}
.dark .inp-txt::placeholder {
  color: #c0c2c3;
}
.dark .tab-bg-switching {
  background-color: #1f2021;
}
.dark .tab-assets {
  border-bottom: 1px solid rgba(192, 194, 195, 0.2);
}
.dark .inner-tab-assets {
  border-bottom: 1px solid rgba(192, 194, 195, 0.2);
}
.dark .custom-radio .checkmark:after {
  border-color: #1f2021;
}
.dark .cm-icon.upload svg {
  fill: #fff;
}
.dark .cm-icon.assets svg {
  fill: #fff;
}
.dark .cm-icon.stock svg {
  fill: #fff;
}

.custom-modal.dark .modal-body {
  background-color: #1f2021;
}
.custom-modal.dark .modal-close:hover {
  color: #fff;
}
.custom-modal.dark .modal-caption {
  color: #fff;
}
.custom-modal.dark .modal-subcaption {
  color: #c0c2c3;
}
.custom-modal.dark .cp-img-holder {
  background: url('../img/cc_dark.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.custom-modal.dark .cp-heading {
  color: #fff;
}
.custom-modal.dark .custom-checkbox .checkmark {
  border-color: transparent;
  background-color: #2e2e2e;
}
.custom-modal.dark .modal-close svg {
  fill: rgba(255, 255, 255, 0.8);
}
.custom-modal.dark .modal-close:hover svg {
  fill: #fff;
}
.custom-modal.dark .modal-content {
  background-color: transparent;
}
.custom-modal.dark .temp-right-part .temp-cap {
  color: #fff;
}
.custom-modal.dark .temp-right-part .temp-subcap {
  color: #fff;
}
.custom-modal.dark .dev-spec-wrapper .dev-spec-container.active .dev-spec-label {
  color: #fff;
}
.custom-modal.dark .dev-spec-wrapper .dev-spec-label {
  color: rgba(192, 194, 195, 0.6);
}

.dark .top-bar {
  background: #262626;
}
.dark .top-bar .create-btn {
  background: #1f2021;
  box-shadow: none;
}
.dark .top-bar .topbar-menu {
  flex: 1;
}
.dark .top-bar .topbar-menu h3::before {
  background: #2e2e2e;
}
.dark .top-bar .topbar-menu ul li .dropdown .dropdown-menu {
  background: #1f2021;
}
.dark .top-bar .topbar-menu ul li .dropdown .dropdown-menu::before {
  content: '';
  border-bottom: 8px solid #1f2021;
}
.dark .top-bar .topbar-menu ul li .mode-change {
  background: #141515;
  border-radius: 0px 0px 10px 10px;
}
.dark
  .top-bar
  .topbar-menu
  ul
  li
  .dropdown
  .dropdown-menu
  ul
  li
  a.disabled
  .dropdown-icon.fill
  svg {
  fill: #545454;
}
.dark .top-bar .topbar-menu ul li .dropdown .dropdown-menu ul li a.disabled span {
  color: #545454;
}
.dark aside {
  background: #1f2021;
  box-shadow: none;
}
.dark aside .tab-content .accordion > .card .card-body {
  background: #1f2021;
  box-shadow: none;
}
.dark aside .tab-content .accordion > .card .card-body .card {
  border-bottom: 1px solid #262727 !important;
}
.dark aside .tab-content .accordion > .card .card-body .card .card-header a strong {
  color: #6f7172;
}
.dark aside .tab-content .accordion > .card .card-header {
  background: #2e2e2e;
}
.dark aside .tab-content .slide-wrap .slide-inner li:before {
  border-left: 1px dashed #545454;
}
.dark aside .tab-content .slide-wrap .slide-inner li.active .slide-list::before {
  background: #468be8;
}
.dark aside .tab-content .slide-wrap .slide-inner li .slide-list::before {
  content: '';
  width: 14px;
  height: 14px;
  background: #1f2021;
  border: 1px solid #545454;
}
.dark aside .tab-content .slide-wrap .slide-inner li .slide-list::after {
  border: 2px solid #1f2021;
}
.dark .divider {
  background: #1a1b1b;
}
.dark .custom-range .output {
  background: #2e2e2e;
  color: #c0c2c4;
  border: 0.5px solid #2e2e2e;
}
.dark .video-sec {
  background: #141515;
}
.dark .video-sec .preview-sec .btn.btn-outline {
  background: #2e2e2e;
  border: 0.5px solid #2e2e2e;
}
.dark .video-sec .video-inner .video-head h4 {
  border-bottom: 0.5px solid #2e2e2e;
}
.dark .right-sec .tab-view .tab-content {
  background: #1f2021;
}
.dark .right-sec .tab-view .tab-content .accordion > .card .card-body .card {
  border-bottom: 0.5px solid rgba(46, 46, 46, 0.5) !important;
}
.dark .right-sec .tab-view .tab-content .accordion > .card .card-body .card .card-header {
  border-bottom: none !important;
}
.dark .right-sec .tab-view .tab-content .accordion > .card .card-header:first-child {
  border-bottom: 1px solid rgba(84, 84, 84, 0.5);
}
.dark .right-sec .tab-view .tab-content .accordion > .card:last-child .card-header {
  border-bottom: none;
}
.dark .right-sec .tab-view .tab-content .accordion > .card .card-header {
  background: #2e2e2e;
}
.dark .right-sec .tab-view .tab-content .accordion > .card .card-inner {
  background: #1f2021;
}
.dark
  .right-sec
  .tab-view
  .tab-content
  .accordion
  > .card
  .card-inner
  .field-block
  .editor-list
  li:first-child {
  border-left: 0.5px solid #2e2e2e;
}
.dark
  .right-sec
  .tab-view
  .tab-content
  .accordion
  > .card
  .card-inner
  .field-block
  .editor-list
  li {
  border-top: 0.5px solid #2e2e2e;
  border-bottom: 0.5px solid #2e2e2e;
}
.dark
  .right-sec
  .tab-view
  .tab-content
  .accordion
  > .card
  .card-inner
  .field-block
  .editor-list
  li:last-child {
  border-right: 0.5px solid #2e2e2e;
}
.dark
  .right-sec
  .tab-view
  .tab-content
  .accordion
  > .card
  .card-inner
  .field-block
  .img-upload
  .upload-btn {
  background: #141515;
  opacity: 0.75;
  box-shadow: 0px 4px 4px rgba(33, 33, 33, 0.15);
}
.dark
  .right-sec
  .tab-view
  .tab-content
  .accordion
  > .card
  .card-inner
  .field-block
  .img-upload
  .img-wrap {
  border: 1px solid #161616;
}
.dark .right-sec .tab-view .tab-content .accordion > .card .card-inner textarea.form-control {
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #c0c2c4;
}
.dark .right-sec .tab-view .tab-head {
  background: #1a1a1a;
}
.dark .right-sec .tab-view .tab-head:before {
  opacity: 0.2;
}
.dark .back-btn svg {
  fill: #6c757d;
}
.dark .Decoration-btn .editor-btn {
  background: #2e2e2e;
  border: 0.5px solid #2e2e2e;
}
.dark .Decoration-btn .editor-btn.active,
.dark .Decoration-btn .editor-btn:hover {
  background: #616161;
  border: 0.5px solid #616161;
}
.dark .editor-list li button {
  background: #2e2e2e;
  border: 0.5px solid #2e2e2e;
}
.dark .editor-list li button.active,
.dark .editor-list li button:hover {
  background: #616161;
  border: 0.5px solid #616161;
}
.dark .save-apply p {
  background: #1f2021;
  color: #f5f5f5;
}
.dark .custom-number input {
  background-color: #2e2e2e;
  border: 0.5px solid #2e2e2e;
  min-height: 26px;
}
.dark .custom-number input {
  background-color: #2e2e2e;
  border: 0.5px solid #2e2e2e;
  min-height: 26px;
}
.dark .close-priview {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  background: #000;
  border-radius: 5px;
  z-index: 9;
}
.dark .close-priview svg {
  fill: #fff;
}
.dark .preview-modal-close {
  background: #fff;
}
.dark .preview-modal-close svg {
  fill: #000;
}
.dark .btn-outline {
  background: #2e2e2e;
  border: 0.5px solid #2e2e2e;
  box-sizing: border-box;
  color: #c0c2c3;
}
.dark .btn-outline:hover,
.dark .btn-outline:active,
.dark .btn-outline:focus {
  outline: none;
  box-shadow: none;
  background: #2e2e2e;
  border: 0.5px solid #2e2e2e;
  box-sizing: border-box;
}
.dark .v-gal-empty-blk {
  color: #fff;
  text-align: center;
}
.dark .no-project-selected {
  color: #fff;
}
.dark .defut-input-holder {
  color: #7b7b7b;
  border-bottom: 0.5px solid #7b7b7b;
}
.dark .defut-input-holder::placeholder {
  color: #7b7b7b;
}
.dark .defut-label-holder label {
  color: #7b7b7b;
}
.dark .font-close {
  background: #000;
}
.dark .font-close svg {
  fill: #fff;
}
.dark .loading-msg {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.dark .invalid-msg {
  color: white;
}
.dark input:-webkit-autofill,
.dark input:-webkit-autofill:hover,
.dark input:-webkit-autofill:focus,
.dark input:-webkit-autofill:active {
  -webkit-text-fill-color: #c0c2c3 !important;
  -webkit-box-shadow: 0 0 0px 1000px #2e2e2e inset !important;
  border-radius: 0;
}
.dark .reactEasyCrop_Container {
  background: #3e3e3e;
}
.dark .MuiInputBase-root {
  color: #fff !important;
}
.dark .form-selectopt {
  padding: 0px;
  border: none !important;
}
.dark .login-logo svg {
  fill: #fff;
}
.dark .pb-wrapper .table-wraper .dropdown-menu {
  background: #1f2021;
}
.dark .pb-wrapper .table-wraper .dropdown-menu a {
  border-bottom: 1px solid #2e2e2e;
}
.dark .time-duration {
  color: #c0c2c4;
}
.dark .video-control svg {
  fill: #c0c2c4;
}
.dark .right-sec .tab-view .tab-content .accordion > .card {
  background: #1f2021;
}
.dark .ost-wraper .dropdown-menu {
  background: #141515;
}
.dark .re-edit span svg {
  fill: #fff;
}
.dark .usage-block.usg-sub-block {
  background-color: #2e2e2e;
}
.dark .usage-warper .accordion .card .card-body .usage-inner .usage-table {
  border: 0.5px solid rgba(203, 198, 198, 0);
  background: #3a3a3a;
}
.dark .usage-warper .accordion .card .card-body .usage-inner .usage-table h3 {
  border-bottom: 0.5px solid rgba(203, 198, 198, 0.2);
}
.dark .prject-list-info .accordion .card .card-body .usage-inner .usage-table {
  background: #444444;
  border: 0.5px solid rgba(203, 198, 198, 0);
}
.dark .prject-list-info .accordion .card .card-body .usage-inner .usage-table h3 {
  color: #c0c2c3;
  border-bottom: 0.5px solid rgba(203, 198, 198, 0.5);
}
.dark .prject-list-info .accordion .card .card-body .usage-inner .usage-table .usage-table-info {
  color: #c0c2c3;
}
.dark .upload-temp {
  background: #141515;
}
.dark .upload-temp h2 {
  color: #c0c2c3;
}
.dark .pb-filter-holder .form-field {
  background-color: #2e2e2e;
  color: #c0c2c3;
  border-color: #2e2e2e;
}
.dark .pb-filter-holder label {
  color: #c0c2c3;
}
.dark .template-preview p {
  color: #c0c2c3;
}
.dark .template-preview span {
  color: #c0c2c3;
}
.dark .validate-checkbox {
  color: #c0c2c3;
}
.dark .react-datepicker {
  border: 1px solid #2e2e2e;
}
.dark .react-datepicker__header {
  background: #2e2e2e;
  border-bottom: 1px solid #1f2021;
}
.dark .react-datepicker__current-month {
  color: #c0c2c3;
}
.dark .react-datepicker__day,
.dark .react-datepicker__day-name,
.dark .react-datepicker__time-name {
  color: #c0c2c3;
}
.dark .react-datepicker__month-container {
  background: #1f2021;
}
.dark .react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle:before {
  border-bottom-color: #c0c2c3;
}
.dark .react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle:after {
  border-bottom-color: #c0c2c3;
}
.dark .usage-list-warper .usage-block .list-image-label span svg {
  fill: #c0c2c4;
}
.dark .no-data p {
  color: #c0c2c3;
}
.dark .sub-heading {
  color: #c0c2c3;
}
.dark .user-list-block.usg-sub-block {
  background-color: #2e2e2e;
}
.dark .user-list-wrap .user-list-block svg {
  fill: #fff;
}
.dark .sub-card .form-group label {
  color: #c0c2c3;
}
.dark .sub-card {
  background-color: #2e2e2e;
}
.dark .project-list-wrap {
  background: #1e1d1d;
}
.dark .add-user-btn svg {
  stroke: #c0c2c3;
}
.dark .action-btn {
  border: 0.5px solid #cbc6c6;
  background: #2e2e2e;
  border: 0.5px solid #2e2e2e;
}
.dark .rendernotify span {
  color: #c0c2c3;
}
.dark .user-permissin-details {
  border-left: 1px solid #272728;
}
.dark .user-permissin-details .user-info .user-img-wrap::after {
  background: #1f2021;
}
.dark .user-permissin-details .user-info .user-img-wrap .user-img-inner {
  background: #1f2021;
}
.dark .user-permissin-details .user-info .user-img-wrap {
  background: #2e2e2e;
}
.dark .role-mngt .pb-tbl-blk .pb-tbl-wrapper.pb-data-tbl.selected {
  background: #393b3d;
}
.dark .status-info.inactive {
  background: #363636;
  color: #616161;
}
.dark .prject-list-info .accordion .card {
  background-color: #2e2e2e;
  border-color: transparent;
}
.dark .project-list-wrapper .usage-block,
.dark .project-list-wrapper .usage-block {
  background-color: #2e2e2e;
}
.dark .project-list-wrapper .prject-list-info .accordion .card .card-body .card .card-header a,
.dark .project-list-wrapper .prject-list-info .accordion .card .card-body .card .usage-inner {
  background: #393b3d;
}
.dark
  .project-list-wrapper
  .prject-list-info
  .accordion
  .card
  .card-body
  .usage-inner
  .slide-list
  .slide-list-head {
  background-color: #262626;
  color: #c0c2c4;
}
.dark
  .project-list-wrapper
  .prject-list-info
  .accordion
  .card
  .card-body
  .usage-inner
  .slide-list
  .slide-list-inner {
  background: #2e2e2e;
}
.dark .project-list-wrapper .prject-list-info .accordion .card::before {
  background: #545454;
}
.dark
  .project-list-wrapper
  .prject-list-info
  .accordion
  .card
  .card-body
  .card
  .card-header::before {
  background: #545454;
}
.dark .rollcheck span svg {
  fill: #c3c3c3;
}
.dark h3,
.dark .usage-block .usage-head-label {
  color: #c0c2c3;
}
.dark .usage-block .usage-label {
  color: #c0c2c3;
}
.dark .login-para {
  color: #c0c2c3;
}
.dark .usage-track .filter-date .form-field .calender-wrap:first-child {
  border-right: 1px solid #545454;
}
.dark .plan-wrapper .form-wizard .nav li a .left-corner::after {
  right: -24px;
  border-color: transparent transparent transparent #141515;
}
.dark .plan-wrapper .form-wizard .nav li.active a .left-corner::after {
  border-color: transparent transparent transparent #141515;
}

/*# sourceMappingURL=main.css.map */
