/*hide default sorting icons in data-table */
table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_desc_disabled:before {
  display: none!important;
}
table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:after {
  display: none!important;
}

/*Admin side bar custom Styles */
#sidebar {
  /* transition: all 0.3s; */
}

#sidebar > a,
#sidebar > a:hover,
#sidebar > a:focus {
  color: inherit;
  position: relative;
  display: block;
  font-size: 0.9rem;
  padding-top: 0.5rem;
  border-radius: 10px;
  padding-left: 0.5rem;
  text-align: left;
  margin-bottom: 1.34rem;
  padding-bottom: 0.8rem;
  border: 2px solid #c3bcbc;
}
 #sidebar ul li > a {
  /* padding-left: 3.5rem; */
  padding-left: 2.5rem;
}
#sidebar ul.collapse.show li a {
  /* margin-left:0; */
  margin-left: 0.5rem;
  text-transform: capitalize;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #fff !important;
  background: #6d7fcc;
  border-radius: 10px;
  padding: 5px;
}

/** Added By designer **/
/** Added By designer **/
/** Added By designer **/
/** Added By designer **/
/** Added By designer **/
a[aria-expanded="true"] i {
  color: #FFFFFF !important;
}

.custom-sub-menu-padding {
  padding: 11px 0.5rem !important;
}

.navbar-vertical .scroll-wrapper .scrollbar-inner .navbar-inner .navbar-collapse #sidebar {
  /* margin-top: 40px; */
  margin-top: 0px;
}

.navbar-vertical-nav .scroll-wrapper .scrollbar-inner .navbar-inner .navbar-collapse .sidebar-menu {
  margin-top: 0 !important;
  /* margin-bottom: 40px; */
}

.navbar-vertical .scroll-wrapper .scrollbar-inner .navbar-inner .navbar-collapse #sidebar .how-to-video_link {
  margin-bottom: 0;
  font-size: 1.0625rem !important;
  color: #32325d;
}

.tg-backdrop {
  z-index: 999;
}

.tg-dialog {
  width: 100% !important;
  max-width: 600px !important;
} 

.tg-dialog .tg-dialog-header {
  background-color: #5e72e4;
  border-radius: 10px 10px 0 0;
  padding: 25px 25px !important;
}

.tg-dialog .tg-dialog-header .tg-dialog-title {
  font-size: 1.3rem !important;
  color: var(--text-white);
}

.tg-dialog .tg-dialog-body p {
  font-family: Arial, Helvetica, sans-serif;
  /* font-size: 20px; */
  font-size: 19px;
  line-height: normal;
  /* font-weight: 500; */
  font-weight: 400;
  color: var(--text-black);
}

.tg-dialog .tg-dialog-body p span {
  font-size: 19px !important;
}

.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup .tg-dialog-dots+.tg-step-progress {
  font-size: 16px !important;
  opacity: 1;
}

.tg-dialog .tg-dialog-footer #tg-dialog-prev-btn, 
.tg-dialog .tg-dialog-footer #tg-dialog-next-btn {
  color: var(--text-white);
  font-size: 18px !important;
  padding: 0.44rem 1.25rem;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.tg-dialog .tg-dialog-footer #tg-dialog-prev-btn {
  /* color: #212529;
  border-color: #f7fafc;
  background-color: #f7fafc; */
  border-color: #f5365c;
  background-color: #f5365c;
}

.tg-dialog .tg-dialog-footer #tg-dialog-next-btn {
  /* color: var(--text-white);
  border-color: #5e72e4;
  background-color: #5e72e4; */
  border-color: #28a745;
  background-color: #28a745;
}

.tg-dialog .tg-dialog-header .tg-dialog-close-btn {
  position: absolute;
  /* bottom: 47px; */
  /* left: 25px; */
  top: 27px;
  right: 135px;
  opacity: 1;
  font-size: 18px;
  margin: 0;
}

.tg-dialog .tg-dialog-header .tg-dialog-close-btn svg {
  display: none;
}

.tg-dialog .tg-dialog-header .tg-dialog-close-btn::before {
  content: 'Turn Off';
  padding: 9.5px 1.25rem 9.5px 2.25rem;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
  border-radius: 4px;
  background-color: var(--text-white);
  font-size: 16px;
  font-weight: 600;
  /* position: absolute;
  bottom: 34px;
  left: 25px; */

}

.tg-dialog .tg-dialog-header .tg-dialog-close-btn::after {
  content: '';
  position: absolute;
  top: 7px;
  /* transform: translateY(-50%); */
  left: 10px;
  width: 16px;
  height: 16px;
  background-image: url('../images/power-off-solid.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.tg-dialog .tg-arrow {
  z-index: -1;
}

.sidenav_inner .scrollbar-inner {
  /* height: 100% !important; */
  padding-top: 1rem;


  max-height: 100% !important;
}

.sidenav_inner .scrollbar-inner .scroll-content {
  box-sizing: inherit !important;
}

.menu__arrow {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 26px;
  color: var(--text-white);
}

.sidebar-menu .navbar-nav {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.sidebar-menu .navbar-nav .nav-item {
  position: relative;
}

.sidebar-menu .navbar-nav .nav-item .menu__link {
  padding: 11px 8px 11px 8px !important;
  font-size: 1rem !important;
  text-transform: capitalize;
}

.sidebar-menu .navbar-nav .nav-item .menu__link .awesome-icon {
  margin-right: 0;
}

.sidebar-menu .navbar-nav .nav-item .menu__dropdown .navbar-nav {
  list-style-type: none;
}

.sidebar-menu .navbar-nav .nav-item .menu__dropdown .navbar-nav .nav-item .nav-link {
  /* padding-left: 0.9rem !important;
  padding-right: 0.9rem !important; */
  /* font-size: 0.9rem; */
  font-size: 15px;
  text-transform: capitalize;

  padding: 6px 16px !important;
}

.sidebar-menu .navbar-nav .nav-item .menu__dropdown .navbar-nav .nav-item .active {
  margin: 0 !important;
  color: var(--text-black);
  background-color: var(--main-bg-color-light) !important;
}

.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item > .nav-link.active {
  background: var(--lighter);
}

.navbar-vertical.navbar-expand-xs .navbar-nav > div > .nav-item > .nav-link.active {
  margin-right: .5rem;
  margin-left: .5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: .375rem;
  background: var(--lighter);
}

.sidebar-menu .navbar-nav .nav-item .active {
  color: var(--text-white);
  background-color: #6d7fcc !important;
  margin: 0 !important;
}

.menu__link-span {
  /* font-size: 0.9rem; */
  font-size: 15px;
}

/* .tour-started {
  overflow-y: hidden;
}

.nav_tour-started .scroll-wrapper .scroll-content .navbar-inner_admin {
  overflow-y: hidden !important;
} */

/* .sidebar-menu .navbar-nav .open--dropdown-menu .active {
  color: var(--text-black) !important;
  background-color: var(--text-white) !important;
} */

/* .sidebar-menu .navbar-nav .open--dropdown-menu .active .awesome-icon {
  color: #6d7fcc;
}

.open--dropdown-menu .menu__arrow {
  color: #32325d;
} */

/* .sidebar-menu .navbar-nav .nav-item .active .awesome-icon {
  color: var(--text-white) !important;
} */

/* .sidebar-menu .navbar-nav .nav-item .nav-link .awesome-icon {
  color: var(--text-black) !important;
} */

.open--dropdown-menu .menu__arrow {
  transform: rotate(180deg);
}



/** Added By designer **/
/** Added By designer **/
/** Added By designer **/
/** Added By designer **/
/** Added By designer **/

#sidebar ul li a[data-toggle="collapse"] {
  position: relative;
}

/* #sidebar a[aria-expanded="false"] i::before,
#sidebar a[aria-expanded="true"] i::before  */
#sidebar a[aria-expanded="false"] .fa-angle-down::before,
#sidebar a[aria-expanded="true"] .fa-angle-down::before 
{
  display: inline-block;
  position: absolute;
  right: 6px;
  top: 10px;
  font-size: 1.6em;
}

#sidebar a[aria-expanded="false"] i:first-child::before, #sidebar a[aria-expanded="true"] i:first-child::before {
  display: contents;
  font-size: 1em;
}
#sidebar a[aria-expanded="false"] i:first-child, #sidebar a[aria-expanded="true"] i:first-child{
  margin-right: 8px;
}
.mrg-top{
    margin-top: 1.9em;
}

/* .popover{
    max-width: 20%;
} */
.loader {
  border: 10px solid #f3f3f3;
  border-radius: 53%;
  border-top: 10px solid #3498db;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin-left: 76vh;
}
.tg-dialog .tg-dialog-body img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* .tg-dialog .tg-dialog-body {
  height: 100%;
  max-height: 350px;
  overflow-y: auto;
}

.tg-dialog .tg-dialog-body::-webkit-scrollbar {
  width: 8px;
}

.tg-dialog .tg-dialog-body::-webkit-scrollbar-thumb {
  background: #5e72e4; 
} */

/* .navbar-vertical.navbar-expand-xs{
  max-width: 265px !important;
} */

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.closebtn{
  display: none;
}

@media (max-width: 991px) {
  .corporate-login-pb-8 {
      padding-bottom: 8rem !important;
  }
}

@media screen and (max-width: 400px) {

  .card-header.border-0 {
    text-align: center;

  }
  .closebtn{
    display: block;
  }
  /* div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center !important;
    margin-left: 66px;
  } */
}

#pageloader {
  background: rgb(239 239 239 / 80%);
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 99999999;
  /* min-height: 31.5em; */
}

#pageloader img
{
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
  width: 10%;
  height: auto;
}
#visitor_chart_loder{
  margin-left: 28vh;
  margin-top: 3vh;
}
span.pause_collection {
  color: #9a9494;
  font-weight: bold;
  background: #f3ebeb;
  padding: 5px;
  border-radius: 4px;
}
.stripe_dashboard{
  background-color: #ffffff !important;
}
.trainer_stats_link {
  font-size: 1em;
  font-weight: 800;
  color: #ffffff;
  border: 2px solid;
  padding: 10px;
  padding-top: 14px;
  border-radius: 10px;
  padding-bottom: 16px;
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
}
.trainer_stats_link:hover{
  color: #ffffff;
}
.qr_box_{
  position: relative;
}
.qr_box_ .qr_code_image {
  width: 110px;
  height: 110px;
  max-width: 100%;
}
.qr_box_ .qr_code_image_preview {
  width: 180px;
  max-width: 100%;
}
.qr_box_:hover::before {
  content: "Downlod QR Code";
  background-color: #fefefe;
  color: black;
  font-weight: bold;
  position: absolute;
  border: 1px solid;
  top: 0.1em;
  border-radius: 9px;
  padding: 3px;
  opacity: 0.9;
  font-size: 11px;
}
.qr_box_.qr_preview:hover::before {
  top: 0.1em !important;
  left: 1.8em !important;
  font-size: 14px;
}
.website_logo img{
  max-width: 100%;
  height: auto;
}
.card-body .muse_collection {
  height: 10em;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.company_keys_table{
  /* max-height: 600px; */
}
.company_keys_table .list.activated tr td:nth-child(2) a{
  color: #fefefe;
}
/* .company_keys_table table tbody tr td, .company_keys_table table tbody tr th {
  padding: 5px !important;
} */
.export_report_btns {
  width: 100%;
  margin: 0px auto;
}
/* .camp_btns span.btn-inner--text {
  word-wrap: break-word;
  display: block;
  width: 100px;
  white-space: normal;
} */
#frm_send_mail_campaign{
  width: 100%;
}

table.cmp_child_table {
  margin-left: 3.5rem !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
input.pw {
  -webkit-text-security: disc;
}
table.cmp_child_table th, .table.cmp_child_table td{
  padding: 0.5rem !important;
}
.company_keys_table table > thead.thead-light > tr > th{
  color: #ffffff !important;
  background-color: #5e73e4 !important;
  /* padding: 5px; */
  text-align: center;
  font-size: 16px;
}
.cmp_child_table tbody{
  background-color: #f5f9fc;
}
.admin_header li.nav-item .nav-link > h3{
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.cam_logo_block{
  width: 9.50em;
  margin: 0px auto;
}
.campaign_logo_center{
  max-width: 100%;
  height: 100%;
  width: 100%;
  min-height: 100%;
  border-radius: 5px;
}


.inline-block{
  display: inline-block;
}

.campaign_login_header{
  margin-bottom: 4rem;
}
.campaign_login_header .title_cm{
  font-size: 1.3rem;
  text-align: center;
  font-size: 1.3rem;
  
}
.campaign_login_header .sub_title_cm{
  font-size: 1.6rem;
  text-align: center;
  margin-top: 1.6rem;
}
.page_top_title{
	font-size: 2em;
	text-transform: uppercase;
	font-weight: 700;
}
.admin_cmp_users #companyUserList_filter {
  position: absolute;
  top: -65px;
  /* Remove By Trainer */
  /* right: -20px; */
  /* Remove By Trainer */
  /* Add By Trainer */
  right: 0px;
  padding-right: 0;

  /* Add By Trainer */
}
.admin_cmp_users #companyUserList_filter label > input {
  font-size: .875rem;
  height: calc(1.5em + 1.25rem + 0px);
  transition: all .15s ease-in-out;
} 
/* #companyUserList_filter {
  float: left;
} */

a.camp_btns:active {
  -webkit-transform: scale(0.80);
  -moz-transform: scale(0.80);
  -ms-transform: scale(0.80);
  -o-transform: scale(0.80);
  transform: scale(0.80);
}
.camp_btns{
    padding: 1em 2.1em 1.1em;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    display: block;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: sans-serif;
    font-weight: 800;
    font-size: .85em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0em -0.3rem 0em rgb(0 0 0 / 10%) inset;
    -moz-box-shadow: 0em -0.3rem 0em rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0em -0.3rem 0em rgb(0 0 0 / 10%) inset;
    position: relative;
}

#companyUserList.table.dataTable tbody tr > td{
  text-align: center !important;
  vertical-align: middle !important;
}
/* #datefilter_popup {
  z-index: 9999999;
} */
.top_videos_table{
  max-height: 480px;
}
.city_state_dropdown{
  position: absolute;
  right: 0;
  top: -6px;
  right: 25px;
} 
.pending_home_pg{
  margin-left: 1.123rem;
}
.div_lock_option {
  display: inline-block;
}
.div_lock_option > span {
  font-size: 1.395rem;
  cursor: pointer;
}
#holder {
  /* width: 300px; */
  /* height: 200px; */
  position:relative;
  cursor: pointer;

    width: 150px;
    height: 150px;
    position: relative;
    cursor: pointer;
    margin-right: 20px;
}

#holder .photo_preview {
  cursor: pointer;
  width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 25px;
}
#holder .img_plus{
  font-size: 20px;
  position: absolute;
  top: 0%;
  right: -8%;
  cursor: pointer;
} 
.asset_click_to_asset {
  text-align: center;
}
.asset_click_btn {
  text-align: center;
}

.w-150 {
  width: 150px;
  white-space: inherit !important;
}

.separator-bottom {
  bottom: -1px;
}

.photo_preview_cover {
  object-fit: cover;
}

/* MAKE IT CUTE ----- */

.tab-container {
  /* max-width: 960px;  */
  width: 100%;
  height: 100%;
  margin: 0 auto;
  /* padding: 20px; */
}


.tabs {
  position: relative;
  display: flex;
  min-height: 300px;
  border-radius: 8px 8px 0 0;
  /* overflow: hidden; */
}

.tabby-tab {
  flex: 1;
}

.tabby-tab label.tab-label {
  display: block;
  box-sizing: border-box;
  /* tab content must clear this */
  height: 40px;
  padding: 8px;
  border: 1px inset #fff;
  text-align: center;
  /* background: #9768D1; */
  background: #6f80af;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  transition: background 0.5s ease;
}

.tabby-tab label.tab-label:hover {
  /* background: #7B52AB; */
  background: #57659b;
}

.tabby-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  /* clear the tab labels */
  top: 40px;
  padding: 20px;
  border-radius: 0 0 8px 8px;
  /* background: #553285; */
  background: #fff;
  /* transition: opacity 0.8s ease,transform 0.8s ease		; */
  /* show/hide */
  opacity: 0;
  transform: scale(0.1);
  transform-origin: top left;

}

.tabby-content img {
  /** Remove By Trainer **/
  /* border-radius: 8px; */
  /** Remove By Trainer **/
  /** Add By Trainer **/
  border-radius: 18px;
  /** Add By Trainer **/
}

/* MAKE IT WORK ----- */
.tabby-tab [type=radio] {
  display: none;
}

.tabby-tab [type=radio]:checked~label {
  /* background: #553285; */
  background: #2f2e70;
  z-index: 2;
}

.tabby-tab [type=radio]:checked~label~.tabby-content {
  z-index: 1;
  /* show/hide */
  opacity: 1;
  transform: scale(1);
  height: min-content;
}


/*-----Permission checkbox------*/
td.details-control {
  background: url('https://cdn.rawgit.com/DataTables/DataTables/6c7ada53ebc228ea9bc28b1b216e793b1825d188/examples/resources/details_open.png') no-repeat center center;
  cursor: pointer;
}
tr.shown td.details-control {
background: url('https://cdn.rawgit.com/DataTables/DataTables/6c7ada53ebc228ea9bc28b1b216e793b1825d188/examples/resources/details_close.png') no-repeat center center;
}
/*-------User Permissions admin----------*/
.admin-permission-container {
/* max-width: 640px; */
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 13px;
}

.heading-small-permission {
font-size: .75rem;
padding-top: .25rem;
padding-bottom: .25rem;
letter-spacing: .04em;
text-transform: uppercase;
font-size: 14px;
}

ul.ks-cboxtags {
/* list-style: none;
padding: 20px; */
width: 800px;
max-width: 100%;
min-width: 100%;
padding-bottom: 35px;
}

ul.ks-cboxtags li {
/* display: inline; */
list-style: none;
cursor: pointer;
/* margin: 4px 0; */
float: left;
width: auto;
padding-right: 4px;
}

ul.ks-cboxtags li label {
/* min-width: 120px; */
display: inline-block;
background-color: rgba(255, 255, 255, .9);
border: 2px solid rgb(0 0 0 / 30%);
color: #000000b5;
border-radius: 10px;
white-space: nowrap;
font-weight: 600;
margin: 3px 0px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
transition: all .2s;
}

ul.ks-cboxtags li label {
padding: 3px 10px;
cursor: pointer;
}

ul.ks-cboxtags li label::before {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 12px;
padding: 2px 6px 2px 2px;
content: "\f067";
transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked+label::before {
content: "\f00c";
transform: rotate(-360deg);
transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked+label {
border: 2px solid #1bdbf8;
background-color: #12bbd4;
color: #fff;
transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
display: absolute;
}

ul.ks-cboxtags li input[type="checkbox"] {
position: absolute;
opacity: 0;
}

ul.ks-cboxtags li input[type="checkbox"]:focus+label {
border: 2px solid #e9a1ff;
}

.text-muted-permission {
color: #6e7fcc !important;
}