ul {
  padding-left: 0;
  list-style-type: none;
}

.nav-link .fa-user-circle {
  font-size: 25px;
}

.btn-toggle {
  vertical-align: baseline;
  margin-top: 8px;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #bdc1c8;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}

.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.btn-toggle:before {
  left: -4rem;
}

.btn-toggle:after {
  right: -4rem;
  opacity: 0.5;
}

.btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  -webkit-transition: left 0.25s;
  transition: left 0.25s;
}

.btn-toggle.active {
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.btn-toggle.active > .handle {
  left: 1.6875rem;
  -webkit-transition: left 0.25s;
  transition: left 0.25s;
}

.btn-toggle.active:before {
  opacity: 0.5;
}

.btn-toggle.active:after {
  opacity: 1;
}

.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}

.btn-toggle.active {
  background-color: #007bff;
}

.btn-toggle.btn-secondary {
  color: #6b7381;
  background: #bdc1c8;
}

.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
  color: #6b7381;
}

.btn-toggle.btn-secondary.active {
  background-color: #ff8300;
}

.template .table-responsive {
  overflow-x: hidden !important;
}

.template .survey-tab {
  padding: 15px 15px 0 15px;
}

.question-tab {
  margin: 1rem 0;
  padding: 0px 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0 0 1px #cfcfcf, 0 1px 3px #cbcbcb;
          box-shadow: 0 0 1px #cfcfcf, 0 1px 3px #cbcbcb;
  background: #fff;
}

.question-tab .question-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.question-tab .question-title .title-2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 576px) {
  .question-tab .question-title .title-2 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .question-tab .question-title .title-2 i {
    padding: 0;
  }
  .question-tab .question-title .title-2 .btn-toggle {
    margin-bottom: 6px;
  }
}

@media (max-width: 768px) {
  .question-tab .question-title .title-2 .col-form-label {
    text-align: left !important;
  }
}

.question-tab .question-title .title-2 form {
  width: 70%;
}

.question-tab .question-title .title-2 i {
  text-align: center;
  font-size: 20px;
  width: 10%;
}

.question-tab .question-title .title-2 .btn-toggle {
  margin-top: 0;
}

.question-tab .next-choice {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.question-tab .next-choice i {
  text-align: center;
  font-size: 20px;
  padding: 0;
}

.question-left {
  padding: 0;
}

.question-left ul li {
  padding: 10px;
  border-bottom: 1px solid #ced4da;
}

.question-left ul li a {
  color: black;
}

.question-left ul .active {
  background: #007bff;
  color: #fff !important;
}

.question-left ul .active a {
  color: #fff !important;
}

.question-right {
  padding-top: 15px;
  padding-left: 15px;
}

.bar-align {
  position: relative;
}

.bar-align .progress-response-counter {
  position: absolute;
  margin-right: 10px;
  right: 0;
  top: 50%;
}

.bar-2-align .progress-text-vertical {
  position: absolute;
  bottom: 15px;
  left: 17px;
}

.pricing .card {
  border: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

/* Hover Effects on Card */
@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -0.25rem;
    margin-bottom: 0.25rem;
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}

.settings-card h5 {
  font-size: 18px;
}

.settings-card .card {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background: unset;
}

.settings-card .card i {
  color: #007bff;
}

.empty {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 40px;
}

/*.empty img {*/
/*  width: 600px;*/
/*}*/

.tab-nav {
  margin: 15px;
}

.tab-nav .nav-item .active {
  border-bottom: 2px solid blue !important;
}

.tab-nav .nav-item .nav-link {
  border: unset;
}

.tab-nav .nav-item .nav-link:active {
  border-bottom: 2px solid blue !important;
}

li { cursor: pointer; }

textarea { resize: none; }

.progress {
  	height: 40px;
}

.progress-text {
	text-align: left !important;
  	margin-left: 10px;
}

.progress-response-counter {
  	text-align: right;
}

.progress.vertical {
  	width: 40px;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.badge-bell {
    position: relative;
    top: -13px;
    left: -10px;
    border: 1px  #ca473f;
    border-radius: 50%;
    background-color: #ca473f;
    color: white;
}

.not-bell{
  float: right;
}

.not-message {
  text-decoration:none !important;
  color: #0f5132 !important;
}

.not-mark-read{
  text-decoration:none !important;
  color: #007bff !important;
  float: right !important;
}

.not-mark-all-read {
  text-decoration:none !important;
  color: #007bff !important;
  float: left !important;
}

.alert-success-not {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.alert-not {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
}

.drop-billing {
  left: 0px;
  right: inherit;
}

.pro-right {
  left: inherit;
  right: 0px;
}

.logout-class-side{
  display: none !important;
}

.item-img-question {
  height: 150px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.input-counter {
    max-width: 150px;
    min-width: 150px;
    text-align: center;
    position: relative;
  }
  .input-counter span {
    top: 0;
    width: 40px;
    height: 100%;
    font-size: 15px;
    cursor: pointer;
    line-height: 50px;
    position: absolute;
    color: var(--paragraphColor);
    background-color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .input-counter span.minus-btn {
    left: 0;
    border-right: 1px solid #eeeeee;
  }
  .input-counter span.plus-btn {
    right: 0;
    border-left: 1px solid #eeeeee;
  }
  .input-counter span:hover {
    color: var(--primaryColor);
  }
  .input-counter input {
    outline: 0;
    width: 100%;
    height: 47px;
    display: block;
    text-align: center;
    color: var(--blackColor);
    border: 1px solid #eeeeee;
    background-color: var(--whiteColor);
    font-size: 17px;
    font-weight: 600;
  }
  .input-counter input::placeholder {
    color: var(--blackColor);
  }

.btn-primary {
    color: #fff;
    background-color: rgba(230,77,54,1);
    border-color: rgba(230,77,54,1);
    box-shadow: none;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-visible {
    color: #fff;
    background-color: rgb(211, 93, 75);
    border-color: rgb(211, 93, 75);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: rgb(211, 93, 75);
    border-color: rgb(211, 93, 75);
}

.login-box .card, .register-box .card {
    box-shadow: none;
}

.login-card-body, .register-card-body  {
    background-color: rgba(248,248,248,1);
}

.content-header {
    background-color: rgb(251, 250, 250);
    min-height: 70vh;
    margin: 10px 6% 16px 5.3%;
    border-radius: 50px;
}

.card {
    background-color: rgba(248,248,248,1);
}

.main-sidebar{
    width: auto;
    background-color: #fff;
}
.elevation-4{
    box-shadow: none !important;
}

.main-header {
    border-bottom: 0px;
}

.card-header {
    border-bottom: 0px;
}

.main-card {
    box-shadow: none  !important;
}

.sub-card {
    box-shadow: none  !important;
    border-radius: 10px;
    background-color: #fff;
}

.sub-card button, .sub-card button:hover, .sub-card button:active, .sub-card button:focus, .sub-card button:checked {
    color: rgba(230,77,54,1);
    background-color: #fff;
    border-color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.fas {
    color: rgba(230,77,54,1);
}

.top-0 {
    bottom: 0;
}

.bottom-0 {
    bottom: 0;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0 !important;
}

.border-right-25 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.bizztags_btn {background: #e64d36;border-color: #e64d36;border-radius: 30px;}
.bizztags_btn:hover, .bizztags_btn:focus, .bizztags_btn:active, .bizztags_btn:not(:disabled):not(.disabled):active, .show>.bizztags_btn.dropdown-toggle {background: #e64d36;border-color: #e64d36;border-radius: 30px;}
.plan_box .card{ background: #e64d36; color: #fff; }
.plan_box.w_plan_box .card{ background: #fff; color: #000; }
.plan_box .card .card-price, .w_plan_box .card .card-price { font-weight: 600;}
.plan_box .card ul.fa-ul, .w_plan_box .card ul.fa-ul {margin-left: 2em;min-height: 300px;}
.plan_box .forms_limit, .w_plan_box .forms_limit {font-size: 1.5em;font-weight: 600;margin-bottom: 20px;}
.plan_box .card i {background: #fff;color: #000;padding: 4px;border-radius: 20px;float: left;font-size: 10px;}
#addTagModal .modal-dialog{ max-width: 60%;}
#addTagModal .modal-header{border: none;}
#addTagModal .modal-body{padding: 1rem 2.5rem;}
#addTagModal .modal-body input[type="text"] {height:39px;padding: 6px;background: #f5f5f5;border: 1px solid #f5f5f5;}
#addTagModal .modal-body .input_f {width: 74%;}
#addTagModal .modal-body .first_col {width: 72%;}
#addTagModal .modal-body .first_col .input-counter{min-width: 235px;}
#addTagModal .modal-body .first_col .input-counter input{width: 98%;}
#addTagModal .modal-body .btn-primary, #addTagModal .modal-body .btn-primary:hover, #addTagModal .modal-body .btn-primary:active, #addTagModal .modal-body .btn-primary:focus, #addTagModal .modal-body .btn-primary:focus-visible {color: #fff;background-color: #b63cc4;border-color: #b63cc4;}
#addTagModal .modal-content{ overflow: hidden; border-radius: 0.7em;}
#addTagModal .modal-dialog .add_tag_col1{background: #fbe4e1;padding: 30px;}
#addTagModal2 .modal-dialog{ max-width: 60%;}
#addTagModal2 .modal-header{border: none;}
#addTagModal2 .modal-body{padding: 1rem 2.5rem;}
#addTagModal2 .modal-body input[type="text"] {height:39px;padding: 6px;background: #f5f5f5;border: 1px solid #f5f5f5;}
#addTagModal2 .modal-body .input_f {width: 74%;}
#addTagModal2 .modal-body .first_col {width: 72%;}
#addTagModal2 .modal-body .first_col .input-counter{min-width: 235px;}
#addTagModal2 .modal-body .first_col .input-counter input{width: 98%;}
#addTagModal2 .modal-body .btn-primary, #addTagModal2 .modal-body .btn-primary:hover, #addTagModal2 .modal-body .btn-primary:active, #addTagModal2 .modal-body .btn-primary:focus, #addTagModal2 .modal-body .btn-primary:focus-visible {color: #fff;background-color: #b63cc4;border-color: #b63cc4;}
#addTagModal2 .modal-content{ overflow: hidden; border-radius: 0.7em;}
#addTagModal2 .modal-dialog .add_tag_col1{background: #fbe4e1;padding: 30px;}
.hr-text { line-height: 1em; position: relative; outline: 0; border: 0;color: black;text-align: center; height: 1.5em;opacity: .5;}
.hr-text:before {content: '';background: linear-gradient(to right, transparent, #818078, transparent);position: absolute;left: 0;top: 50%;width: 100%;height: 1px;}
.hr-text:after {content: attr(data-content);position: relative;display: inline-block;color: black;padding: 0 .5em;line-height: 1.5em;color: #818078;background-color: #fcfcfa;}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link, .sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link {border-right-width: 3px;}
.nav-link {display: block;padding: 0.5rem 10px 0.5rem 11px;}
li.nav-item .img-fluid {width: 39px;}
section.pricing_top_box {padding-bottom: 150px;color: #fff;background: #333;}
section.pricing.pricing_plans {margin-top: -85px;}
section#pricing_planwp.pricing.pricing_plans {margin-top: 15px;}
#tagsKey_filter.dataTables_filter label {position: relative;}
#tagsKey_filter.dataTables_filter input[type="search"] {padding-left: 2.5rem;}
#tagsKey_filter.dataTables_filter:after {content: "\f002";font-family: "Font Awesome 5 Free";position: absolute;top: 0;left: 0;height: 100%;width: 2.5rem;text-align: center;font-size: 1.2rem;}
#tagsKey_wrapper .dt-buttons{float: right;}
#tagsKey_wrapper #tagsKey_filter{float: left;}
#tagsKey_wrapper .table_btn {background: #fff;border: 1px solid #fff;border-radius: 4px;padding: 10px 15px;box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;}
#tagsKey_filter .table_btn {border-radius: 36px;}
table.dataTable tbody tr.odd {background-color: #fff;}
table#tagsKey tr, table#tagsKey th, table#tagsKey td, table#tagsKey thead th, table#tagsKey thead td {border: none;vertical-align: middle;}
#tagsKey_wrapper #tagsKey_filter, #tagsKey_wrapper .dt-buttons {margin-bottom: 25px;}
.text-black{ color: #000;}
.swicth_tag {color: #fff;background: #ba0f0f;padding: 3px 15px;border-radius: 27px;}
