  /* p k */
  /* test */

  
  @font-face {
      font-family: 'fontello';
      src: url('../fonts/fontello/fontello.eot?77995735');
      src: url('../fonts/fontello/fontello.eot?77995735#iefix') format('embedded-opentype'), url('../fonts/fontello/fontello.woff?77995735') format('woff'), url('../fonts/fontello/fontello.ttf?77995735') format('truetype'), url('../fonts/fontello/fontello.svg?77995735#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
  }
  
  .fa {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: never;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-left: .2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  
  .classmarginauto {
      margin: 0 auto;
  }
  
  .spanrequired {
      color: red;
  }
  
  .invalid {
      border: 1px solid red !important;
  }
  
  .displaynone {
      display: none !important;
  }
  
  .displayblock {
      display: block !important;
  }
  
  #full_page_loader {
      position: fixed;
      z-index: 99999;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: rgba(64, 64, 64, 0.82);
      transition: 1s 0.4s;
  }
  
  #progstat {
      font-size: 0.7em;
      letter-spacing: 3px;
      position: absolute;
      top: 40%;
      margin-top: -40px;
      width: 100%;
      text-align: center;
      color: #fff;
  }
  
  .class_a {
      z-index: 1;
      position: relative;
      color: #fff;
      text-decoration: none !important;
      text-transform: capitalize;
  }
  
  .class_a:hover {
      color: #fff;
  }
  
  .form-group .file-upload-default1 {
      visibility: hidden;
      position: absolute;
  }
  
  .custompage-navigation>.nav-item.active>.nav-link .menu-title,
  .custompage-navigation>.nav-item.active>.nav-link i {
      color: black !important;
  }
  
  .custompage-navigation>.nav-item.active>.nav-link:after {
      border-bottom: none !important;
  }
  
  .custompage-navigation>.nav-item:hover>.nav-link .menu-title,
  .custompage-navigation>.nav-item:hover>.nav-link i {
      color: #464dee !important;
  }
  
  .company_logo {
      width: 150px;
      height: 50px;
      float: right;
      margin-bottom: 20px;
  }
  
  .company_logo img {
      background: #fff;
      padding: 8px;
      border-radius: 5px;
      width: 150px;
      height: 48px;
  }
  
  .company_title {
      padding-bottom: 15px;
      font-size: 25px;
      border-bottom: solid 1px #fff;
      margin-bottom: 30px;
      float: left;
      width: 100%
  }
  
  .customize_icons {
      float: left;
      position: relative;
      z-index: 10;
  }
  
  .customize_icons i {
      background: #fff;
      display: inline-block;
      padding: 5px;
      color: #000000;
      border-radius: 5px;
  }
  
  .customize_icons a i {
      font-size: 20px !important;
  }
  
  .conference_create {
      padding: 16px 30px;
      font-size: 18px;
      border-color: #0a88f7;
  }
  
  .view_grid_left {
      margin-top: 10px;
      display: inline-flex;
  }
  
  .view_grid_left .btn.btn-icon {
      width: 34px;
      height: 34px
  }
  
  .view_grid_left i {
      font-size: 22px;
  }
  
  .box_icon.mdi::before {
      font-size: 28px;
  }
  
  .attendees5 {
      color: #aaa9a9 !important;
  }
  
  .btn-instagram {
      background: #e4405f;
      color: #ffffff;
  }
  
  .btn-instagram:hover,
  .btn-instagram:focus {
      background: #e71b42;
      color: #ffffff;
  }
  
  .btn-globe {
      background: #0e90b8;
      color: #ffffff;
  }
  
  .btn-globe:hover,
  .btn-globe:focus {
      background: #0c6a86;
      color: #ffffff;
  }
  
  .customcsssmall {
      float: right;
      position: relative;
      top: 25px;
  }
  
  #goback_function {
      background: #0ddbb9;
      color: #fff !important;
      padding: 1px 8px;
      font-size: 21px !important;
      border-radius: 5px;
  }
  
  #chat-wrap {
      height: 400px;
      border: 1px solid #ccc;
      overflow-y: scroll;
      margin-bottom: 24px;
      padding: 16px;
  }
  
  .message-box-holder {
      width: 100%;
      margin: 0 0 15px;
      display: flex;
      flex-flow: column;
      align-items: flex-end;
  }
  
  .message-box-holder {
      width: 100%;
      margin: 0 0 15px;
      display: flex;
      flex-flow: column;
      align-items: flex-end;
  }
  
  .message-box {
      padding: 6px 10px;
      border-radius: 0 6px 0 6px;
      position: relative;
      background: rgba(100, 170, 0, .1);
      border: 2px solid rgba(100, 170, 0, .1);
      color: #6c6c6c;
      font-size: 12px;
  }
  
  .message-box:after {
      content: "";
      position: absolute;
      border: 10px solid transparent;
      border-top: 10px solid rgba(100, 170, 0, .2);
      border-right: none;
      bottom: -22px;
      right: 10px;
  }
  
  .message-partner {
      background: rgba(0, 114, 135, .1);
      border: 2px solid rgba(0, 114, 135, .1);
      align-self: flex-start;
  }
  
  .message-partner:after {
      right: auto;
      bottom: auto;
      top: -22px;
      left: 9px;
      border: 10px solid transparent;
      border-bottom: 10px solid rgba(0, 114, 135, .2);
      border-left: none;
  }
  
  .blinking {
      animation: blinkingText 1.2s infinite;
  }
  
  @keyframes blinkingText {
      0% {
          color: #fff;
      }
      49% {
          color: #fff;
      }
      60% {
          color: transparent;
      }
      99% {
          color: transparent;
      }
      100% {
          color: #fff;
      }
  }
  
  .attendee_message {
      position: absolute;
      border-radius: 20px;
      background: #fb1e1e;
      color: #fff;
      width: 25px;
      height: 25px;
      text-align: center;
      line-height: 25px;
      font-weight: bold;
      font-size: 13px;
      margin: -6px 0px 0px -6px;
      right: 0;
      z-index: 999;
  }
  
  .picker__header .picker__select--year,
  .picker__header .picker__select--month {
      height: auto;
  }
  
  #videocall_modal .modal-dialog {
      max-width: 85% !important;
  }
  
  .large_modal .modal-body {
      height: 80vh;
  }
  
  .horizontal-menu .bottom-navbar .page-navigation>.nav-item>.nav-link {
      padding: 17px 15px;
  }
  
  .feedback_modal .modal-dialog {
      max-width: 700px;
  }
  
  .feedback_modal table tr td {
      padding: 10px;
  }
  
  .answerforquestion,
  .answerforquestion:hover {
      border: 1px solid;
      padding: 5px 25px;
      background: #868aec;
      color: white;
      font-size: 18px;
      font-weight: bold;
      border-radius: 10px;
  }
  
  .repliedanswerforquestion,
  .repliedanswerforquestion:hover {
      border: 1px solid;
      padding: 5px 25px;
      background: #44c7b1;
      color: white;
      font-size: 18px;
      font-weight: bold;
      border-radius: 10px;
  }
  
  .mt-10 {
      margin-left: 16.5%;
  }
  
  .card .dashboard-card-title {
      height: 60px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-top: 10px;
  }
  
  .card .dashboard-card-logo {
      width: 50px;
      height: 50px;
      margin: 0 auto;
  }
  
  .card .dashboard-card-logo img {
      width: 100%;
  }
  
  .conf-dash-card-body {
      height: 110px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-top: 10px;
  }
  
  .switch {
      position: relative;
      display: inline-block;
      width: 50px;
      height: 23px;
  }
  
  .switch input {
      opacity: 0;
      width: 0;
      height: 0;
  }
  
  .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      -webkit-transition: .4s;
      transition: .4s;
  }
  
  .slider:before {
      position: absolute;
      content: "";
      height: 16px;
      width: 16px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
  }
  
  input:checked+.slider {
      background-color: #2196F3;
  }
  
  input:focus+.slider {
      box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked+.slider:before {
      -webkit-transform: translateX(26px);
      -ms-transform: translateX(26px);
      transform: translateX(26px);
  }
  /* Rounded sliders */
  
  .slider.round {
      border-radius: 30px;
  }
  
  .slider.round:before {
      border-radius: 50%;
  }
  
  .iq-sidebar-logo-bottom {
      top: -136.8px;
      background: #0c2556;
    padding: 10px;
  }
  
  .iq-sidebar-logo-bottom img {
      border-radius: 0px;
      height: 35px;
  }
  
  .iq-sidebar-logo-bottom a span {
      line-height: normal;
      position: relative;
      top: 13px;
  }
  
  .dark .iq-sidebar-logo-bottom {
      background: #181818;
  }
  
  .OterPermissionSelectBox {
      height: 25px;
      padding: 1px 5px 1px 5px;
  }
  
  .OterPermissionSelectBox:focus {
      outline: none;
      border: 1px solid #f1f1f1;
      ;
  }
  /* pk task 09 */
  
  .welcome-back-content {
      background-image: url(../assets/images/welcome-bg.png);
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 35px;
      position: relative;
      margin-top: 24px;
      border-radius: 20px;
      margin-bottom: 0px;
      /* pk 21 */
      /* day 16 update */
  }
  
  .welcome-back-content .welcome-img {
      position: absolute;
      right: 10%;
      bottom: 0;
      width: 225px;
  }
  
  .welcome-back-content h2 {
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 10px;
      color: #fff;
      letter-spacing: .78px
  }
  
  .welcome-back-content span {
      color: #fff;
  }
  
  .welcome-back-content p {
      font-size: 14px;
      margin-bottom: 0;
      color: hsla(0, 0%, 100%, .8)
  }
  
  .welcome-back-content .btn-light {
      background-color: #0c2556;
      border-color: #0c2556;
      color: #fff;
  }
  
  .welcome-back-content .btn-light:hover {
      background-color: #fff;
      color: #0c2556;
      border-color: #fff;
  }
  
  .list-one .iq-icon-box {
      min-width: unset;
      height: 30px;
      width: 30px;
      line-height: 30px;
      position: absolute;
      left: 0;
      top: -4px;
  }
  
  .list-one ul li {
      padding-left: 30px;
  }
  
  .card-three {
      margin-top: 0px;
      /* day 16 update */
  }
  
  .card-three .card-body {
      padding: 40px 50px 40px 130px;
  }
  
  .card-three .dropdown {
      position: absolute;
      top: 20px;
      right: 20px;
  }
  
  .card-three .domain-btn {
      position: absolute;
      bottom: 0;
      right: 20px;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  }
  
  .card-three img {
      position: absolute;
      top: 50%;
      left: 30px;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  }
  
  .edit-delete {
      position: absolute;
      top: 20px;
      right: 20px;
  }
  
  .card-two {
      border-radius: 20px;
      color: #04c;
      box-shadow: 0 10px 30px 0 rgba(0, 60, 179, .09);
      width: 100%;
  }
  
  .card-two .card-body {
      padding: 15px 35px 15px 20px;
  }
  
  .card-two .profile-icon.iq-icon-box {
      background: transparent;
      border: solid 2px #04c;
      color: #fdede8;
      width: 28px;
      min-width: 28px;
      height: 28px;
      margin-right: 15px;
      line-height: 24px;
  }
  
  .card-two .profile-icon.iq-icon-box svg {
      display: none
  }
  
  .card-two p {
      font-size: 14px;
  }
  
  .card-two.active .profile-icon.iq-icon-box {
      background: #d3ffb3;
      color: #4bb300;
      border: none;
  }
  
  .card-two.active .profile-icon.iq-icon-box svg {
      display: inline;
  }
  
  .card-two .right-arrow {
      position: absolute;
      right: -20px;
  }
  
  .card-two.active {
      background: #4bb300;
      color: #d3ffb3;
  }
  
  .guidance {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      position: fixed;
      bottom: calc(35%);
      right: 0;
      max-height: 250px;
      min-width: 35px;
      border-radius: 0px 10px 10px 0px;
      padding: 20px 0px 20px;
      font-size: 13px;
      font-weight: bold;
      line-height: 35px;
      color: rgba(255, 255, 255, 1);
      text-align: center;
      text-orientation: mixed;
      white-space: nowrap;
      writing-mode: vertical-rl;
      cursor: pointer;
      transform: rotate(180deg);
      overflow: hidden;
      transition: 0.45s ease-in-out;
      z-index: 99;
      display: none;
  }
  
  .guidance:hover {
      color: #fff;
  }
  
  .question-mark {
      transform: rotate(360deg);
      margin-top: 10px;
      animation: animName 2s linear infinite;
  }
  
  @keyframes animName {
      0% {
          transform: rotate(0deg);
      }
      100% {
          transform: rotate(360deg);
      }
  }
  
  .logo-publicdashboard {
      display: none;
  }
  
  .plan-btn {
      min-width: 130px;
  }
  
  .plan-btn {
      display: none;
  }
  /*  pk 15 */
  .popover{
    box-shadow: none;
  }
  /* .popover .arrow:before {
      content: '';
      position: absolute;
      width: 5px;
      height: 5px;
      background: #0c2556;
      border-radius: 50px;
      margin: -5px 5px;
      z-index: 100;
      top: unset;
      border-width: unset;
      animation: shadow-pulse 1s infinite;
  }
  
  @keyframes shadow-pulse {
      0% {
          box-shadow: 0 0 0 0px rgba(12, 37, 86, 0.8);
      }
      100% {
          box-shadow: 0 0 0 10px rgba(12, 37, 86, 0);
      }
  } */
  
  .tourPrev {
      display: none !important;
  }
  /* task pk 20 */
  
  .iq-sidebar-logo .theme_logo {
      display: block;
      text-align: center;
  }
  
  .iq-sidebar-logo .theme_logo img {
      height: 60px;
  }
  
  .sidebar-main .light-logo {
      display: none;
  }
  
  .sidebar-main .sidebar-light-img {
      display: block !important;
  }
  
  .iq-sidebar-logo .sidebar-light-img {
      display: none;
  }
  
  .iq-footer {
      position: fixed;
      bottom: 0;
      z-index: 99;
  }
  
  .limitexceed .expired-content {
      left: 15%;
      padding: 25px;
  }
  /* task pk 20 */
  /* task pk 13 */
  
  .conference-steps {
      position: relative;
  }
  /* 12-05 */
  
  .conference-steps .form-card {
      width: 80%;
      margin: 0 auto;
  }
  /* 12-05  removed some style css for first-steps*/
  
  .form-control-two {
      /* new update */
      /* pk 23 */
      border-color: #f1ebfe;
      background-color: #f1ebfe;
      position: relative;
      height: 60px;
      margin-bottom: 30px;
  }
  
  textarea.form-control-two {
      background-color: #f1ebfe;
  }
  
  .required-field-two {
      position: absolute;
      z-index: 1;
      top: 50%;
      color: #FF0000;
      display: none;
  }
  
  .form-control-two:focus {
      border-color: #f1ebfe;
      background-color: #f1ebfe;
  }
  
  .custom-file-two.custom-file {
      margin-bottom: 30px;
  }
  
  .custom-file-two.custom-file,
  .custom-file-input {
      height: 60px;
  }
  
  .custom-file-two .custom-file-label {
      height: 60px;
      padding: 1.1rem 1.25rem;
      border: 1px solid #f1ebfe;
      box-shadow: none;
      background-color: #f1ebfe;
      font-size: 14px;
      text-align: left;
      margin: 0;
  }
  
  .custom-file-two .custom-file-label:after {
      content: "Upload";
      height: 60px;
      padding: 1.1rem 1.25rem;
      background-color: #843df5;
      color: #fff;
  }
  
  .checkboxstyle-two {
      background-color: #fff;
      display: block;
      margin-bottom: 30px;
      position: relative;
  }
  
  .checkboxstyle-two label {
      padding: 20px 10px 20px 60px;
      width: 100%;
      display: block;
      text-align: left;
      background-color: #f1ebfe;
      cursor: pointer;
      position: relative;
      z-index: 2;
      transition: color 200ms ease-in;
      overflow: hidden;
      border-radius: 50px;
      margin: 0;
  }
  
  .checkboxstyle-two label:before {
      content: '';
      background-color: #843df5;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
      opacity: 0;
      z-index: -1;
      bottom: 0;
  }
  
  .checkboxstyle-two label:after {
      width: 30px;
      height: 30px;
      content: '';
      border: 1px solid #A6A6A6;
      background-color: #f1ebfe;
      background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23F0F5FF' fill-rule='nonzero'/%3E%3C/svg%3E ");
      background-repeat: no-repeat;
      background-position: 2px 3px;
      border-radius: 50%;
      z-index: 2;
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      transition: all 200ms ease-in;
  }
  
  .checkboxstyle-two input:checked~label {
      color: #fff;
  }
  
  .checkboxstyle-two input:checked~label:before {
      opacity: 1;
  }
  
  .checkboxstyle-two input:checked~label:after {
      background-color: #fff;
      border-color: #fff;
      background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%230D5FFF' fill-rule='nonzero'/%3E%3C/svg%3E ");
  }
  
  .checkboxstyle-two input {
      width: 32px;
      height: 32px;
      order: 1;
      z-index: 2;
      position: absolute;
      right: 30px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      visibility: hidden;
  }
  
  .btn-darkblue {
      background-color: #0C2556;
      border-color: #0C2556;
      margin: 30px 0px;
  }
  
  .btn-darkblue:hover {
      background-color: #0C2556;
      border-color: #0C2556;
  }
  
  .pricingTable {
      color: #fff;
      background: #f1ebfe;
      text-align: center;
      padding: 30px 20px;
      overflow: hidden;
      position: relative;
      border: solid .10px #FFF;
  }
  
  .pricingTable.active {
      border: solid 1px #387BFF;
      background: #ffffff;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  
  .pricingTable .pricingTable-header {
      background: blue;
      padding: 22px 0;
      border-bottom: 15px solid red;
  }
  
  .pricingTable .title {
      font-size: 35px;
      font-weight: 600;
      text-transform: uppercase;
      margin: 0;
  }
  
  .pricingTable .price-value {
      color: #444;
      margin: 0 0 20px;
  }
  
  .pricingTable .price-value .amount {
      font-size: 40px;
      line-height: 50px;
      font-weight: bold;
      margin: 10px 0 0;
      display: block;
      color: #0C2556;
  }
  
  .pricingTable .credits {
      color: #000000;
      border-top: solid 1px #E9E9E9;
      border-bottom: solid 1px #E9E9E9;
      padding: 15px 0px;
      margin-bottom: 30px;
      font-size: 15px;
  }
  
  .pricingTable .plan {
      font-size: 18px;
      line-height: 18px;
      font-weight: 300;
      color: #0C2556;
      display: block;
  }
  
  .pricingTable .pricing-content {
      text-align: left;
      padding: 0;
      padding-left: 15px;
      margin: 0;
      list-style: none;
      width: 100%;
  }
  
  .pricingTable .pricing-content li {
      color: #0C2556;
      font-size: 15px;
      font-weight: 500;
      line-height: 30px;
      text-transform: capitalize;
      margin: 0 0 10px;
      position: relative;
      padding-left: 10px;
  }
  
  .pricingTable .pricing-content li svg {
      position: absolute;
      left: -15px;
      top: 5px;
  }
  
  .pricingTable .pricing-content li:last-child {
      margin: 0;
  }
  
  .pricingTable .pricingTable-signup {
      margin-bottom: 30px;
  }
  
  .pricingTable .pricingTable-signup a {
      font-weight: 500;
      padding: 8px 25px;
      transition: all 0.3s ease-in-out;
      display: block;
      background-color: #843df5;
  }
  
  #detailed-plan .iq-accordion.career-style.faq-style .accordion-title:before {
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #843df5;
      border-radius: 0;
      content: close-quote;
      top: 50%;
  }
  
  .choicesjs-two {
      margin-bottom: 30px;
  }
  
  .choicesjs-two .choices__inner {
      min-height: 60px;
      background-color: #f1ebfe;
      border-color: #f1ebfe;
      padding: 10.5px 7.5px 3.75px;
      /* task pk 13 */
  }
  
  .choicesjs-two .choices__list--single {
      padding: 12px 16px 12px 15px;
  }
  
  .choicesjs-two .choices__list--dropdown {
      z-index: 5;
  }
  
  .choicesjs-two .choices__input {
      background-color: #f1ebfe;
  }
  
  .choices__list--multiple .choices__item {
      border-radius: 2rem;
  }
  
  /* .choices__list--multiple .choices__item[data-deletable] {
      padding-right: 12px;
  } */
  
  .conference-steps .form-control[readonly] {
      background-color: #f1ebfe;
      opacity: 1;
  }
  /* task pk 13 */
  /* pk 21 */
  
  .conference-search {
      position: relative;
  }
  
  .conference-search .form-control {
      height: 58px;
      border: none;
      box-shadow: 0 10px 30px 0 rgba(0, 60, 179, .05);
      border-radius: 20px;
  }
  
  .conference-search .search-link {
      position: absolute;
      top: 0;
      right: 15px;
      font-size: 18px;
      line-height: 55px;
      color: #6c757d;
  }
  /* PK 26 Remove  */
  /* pk 26 */
  
  .status-switch {
      border-radius: 50px;
      background-color: #fff;
      box-shadow: 0 10px 30px 0 rgba(0, 60, 179, .05);
  }
  
  .status-switch .btn {
      border-radius: 50px;
      width: 33.3333%;
      padding: 1rem 1.25rem;
      margin: 0 1px;
  }
  
  .status-switch .btn:hover {
      background-color: #3378ff!important;
  }
  
  .status-switch li a.active {
      color: #fff!important;
      background-color: #3378ff!important;
  }
  
  .feature-card {
      border-radius: 5px;
      padding: 35px 20px 35px 110px;
      position: relative;
      margin-bottom: 30px;
      width: 100%;
      min-height: 120px;
      display: table;
      transition: all 0.3s ease;      
  }

  .feature-card:hover{
    box-shadow: 0 10px 30px 0 rgba(0, 60, 179, .05);
  }

  /* .feature-card:hover .feature-icon i{
    color: #1158e3;
  } */
  
  .feature-card .feature-content {
      display: table-cell;
      vertical-align: middle;
  }
  
  .feature-card .feature-icon {
      background-color: #f1ebfe;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      text-align: center;
      display: table;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(15%, -50%);
  }
  
  .feature-card .feature-icon i {
      font-size: 45px;
      display: table-cell;
      vertical-align: middle;
      color: #0c2556;
      transition: transform 0.3s ease;
  }
  
  .feature-card .feature-content h3 {
      font-size: 20px;
  }

  /* .feature-card:hover .feature-content h3{
    color: #1158e3;
  } */
  
  .feature-card .feature-content h3 a {
      color: #0c2556;
  }
  
  .feature-card .feature-content .custom-switch {
      position: absolute;
      right: 10px;
      margin-right: 0;
      top: 15px;
  }
  
  .feature-card .feature-content a span {
      color: #843df5;
      font-weight: 600;
      margin-top: 7px;
  }
  
  .feature-card .edit-icon {
      position: absolute;
      top: 5px;
      right: 5px;
      background: #843df5;
      padding: 2px 8px 8px 10px;
      border-radius: 5px 5px 5px 45px;
      width: 35px;
      height: 35px;
      text-align: center;
    display:none;
  }
  
  /* pk 26 */
  
  #conference_not_found span {
      font-size: 41px;
  }
  
  #conference_not_found p {
      color: #5c5656;
  }
  /* pk 21 end */
  /* new update */
  
  .sidebar {
      width: 300px;
      height: 100vh;
      position: fixed;
      top: 0;
      right: -300px;
      z-index: 999;
      background: #f1ebfe;
      color: #fff;
      transition: all .3s;
      box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
      text-align: left;
      overflow: auto;
      scrollbar-width: thin;
  }
  
  .sidebar.active {
      right: 0;
  }
  
  .sidebar ul li {
      color: #213446;
      border-bottom: solid 1px #ECECEC;
      padding: 10px 20px;
      display: flex;
      align-items: center;
  }
  
  .sidebar ul li span {
      flex: 1;
  }
  
  .sidebar ul li .form-control {
      width: 100px;
      padding: 8px;
  }
  /* 04-01 */
  
  .dismiss {
      position: sticky;
      transition: all .3s;
      background: #3378ff;
      top: 0;
      right: 0;
      left: 0;
      padding: 20px;
      color: #ffffff;
      font-size: 21px;
      font-weight: bold;
      pointer-events: none;
      border-bottom: solid 1px #ECECEC;
      z-index: 20;
  }
  
  .dismiss i {
      position: absolute;
      right: 5px;
      top: 17px;
      width: 34px;
      height: 34px;
      background: #0C2556;
      border-radius: 50%;
      font-size: 15px;
      color: #fff;
      padding: 9px;
      pointer-events: auto;
      cursor: pointer;
  }
  
  #openOtherPageContent {
      height: 85vh;
      border: 0;
  }
  
  #openPageInFrame {
      overflow: hidden;
  }
  
  #openPageInFrame .modal-dialog {
      margin: 0.75rem auto;
  }
  
  #openPageInFrame .modal-content {
      border-radius: 0;
      box-shadow: none;
  }
  /* 08-12 */
  
  .partner-cardadmin {
      background-color: #ffffff;
      border: solid 1px #fff;
      border-radius: 5px;
      padding: 8px 8px 60px 8px;
      position: relative;
      margin-bottom: 30px;
      width: 100%;
      transition: 0.5s;
      box-shadow: 0 10px 30px 0 rgba(0, 60, 179, .05);
      min-height: 120px;
  }
  
  .partner-cardadmin .partner-contentadmin {
      text-align: center;
  }
  
  .partner-cardadmin .partner-iconadmin {
      background-color: #f1ebfe;
      width: 90px;
      height: 90px;
      border-radius: 50%;
      text-align: center;
      display: table;
      margin: 0 auto 15px;
      overflow: hidden;
  }
  
  .partner-cardadmin .partner-iconadmin i {
      font-size: 55px;
      display: table-cell;
      vertical-align: middle;
      color: #0c2556;
  }
  
  .partner-cardadmin .partner-iconadmin img {
      width: 100%;
  }
  
  .partner-cardadmin .partner-contentadmin h3 {
      font-size: 20px;
      margin-bottom: 10px;
  }
  
  .partner-cardadmin .partner-contentadmin h3 a {
      color: #0c2556;
  }
  
  .partner-cardadmin .partner-contentadmin span {
      color: #843df5;
      font-weight: 600;
      margin-top: 7px;
  }
  
  .partner-cardadmin .edit-icon {
      position: absolute;
      top: 5px;
      right: 5px;
      background: #843df5;
      padding: 2px 8px 8px 10px;
      border-radius: 5px 5px 5px 45px;
      width: 35px;
      height: 35px;
      text-align: center;
  }
  
  .partner-cardadmin .delete-icon {
      position: absolute;
      top: 5px;
      left: 5px;
      background: #843df5;
      padding: 3px 10px 8px 5px;
      border-radius: 5px 5px 45px 5px;
      width: 35px;
      height: 35px;
      text-align: center;
  }
  
  .partner-cardadmin:hover {
      background-color: #843df5;
  }
  
  .partner-cardadmin:hover .partner-contentadmin h3 a {
      color: #fff;
  }
  
  .partner-cardadmin:hover .partner-contentadmin span {
      color: #fff;
  }
  
  .partner-cardadmin .partners-statusadmin {
      position: absolute;
      bottom: 10px;
      right: 0;
      left: 0;
      max-width: 95%;
      margin: 0 auto;
  }
  
  .partner-cardadmin .partners-statusadmin .btn-light {
      color: #212529;
      background-color: #f1ebfe;
      border-color: #f1ebfe;
      box-shadow: 0 4px 8px 0 hsla(0, 0%, 100%, .05);
  }
  
  .partner-cardadmin .partners-statusadmin .active {
      color: #fff !important;
      background-color: #3cb72c !important;
      border-color: #3cb72c !important;
  }
  
  .partner-cardadmin:hover .partners-statusadmin label {
      color: #fff;
  }
  /* 08-12 */
  
  .create-workform {
      display: none !important;
  }
  
  @media(max-width: 1299px) {
      .sidebar-main .light-logo {
          display: block;
      }
      .sidebar-main .sidebar-light-img {
          display: none !important;
      }
      .limitexceed .expired-content {
          left: 0;
      }
  }
  /* task pk 09 */
  
  @media(max-width:767px) {
      .welcome-back-content {
          padding-bottom: 0;
      }
      .welcome-back-content .welcome-img {
          position: unset;
          margin: 15px auto 0;
      }
      .card-three img {
          position: unset;
          transform: unset;
          margin-bottom: 20px;
      }
      .card-three .card-body {
          padding: 40px;
          text-align: center;
      }
      .edit-delete {
          top: 0;
          right: 0;
      }
      .card-three .domain-btn {
          position: unset;
          transform: none;
          display: block;
          margin-top: 20px;
      }
      /* task pk 13 */
      .conference-steps .form-card {
          width: 100%;
      }
      .form-control-two {
          height: 46px;
          margin-bottom: 20px;
      }
      .custom-file-two.custom-file,
      .custom-file-input {
          height: 46px;
          margin-bottom: 20px;
      }
      .custom-file-two .custom-file-label {
          height: 46px;
          padding: 0.7rem 1.25rem;
      }
      .custom-file-two .custom-file-label:after {
          height: 46px;
          padding: 0.7rem 1.25rem;
      }
      .checkboxstyle-two {
          margin-bottom: 20px;
      }
      .checkboxstyle-two label:after {
          width: 25px;
          height: 25px;
      }
      .pricingTable {
          margin-bottom: 30px;
      }
      /* task pk 13 */
  }
  
  input[type=radio],
  input[type=checkbox] {
      width: unset !important;
  }

  .bg-light-subtle{
     background-color: #f7f7f7;
  }
  .bg-primary-subtle{
    background-color: #f1ebfe !important;
  }
  
  .custom-pagination{
    margin: 0 -30px 20px;
    padding: 7px 30px;
  }

  .badge.badge-success-light {
    background-color: #e5f7f4;
    color: #0aaa93;
  }

  .badge.badge-primary-light {
    background-color: #f1ebfe;
    color: #843df5;
  }
 
  .badge.badge-warning-light {
    background-color: #fef8ea;
    color: #f7b731;
  }
 
  .badge.badge-secondary-light {
    background-color: #e6f9ff;
    color: #05c3fb;
  }

  .btn-success-subtle {
    background-color: #e5f7f4 !important;
    color: #0aaa93 !important;
  }

  .bg-success-subtle {
    background-color: #e5f7f4 !important;
    color: #0aaa93 !important;
  }

  .bg-warning-subtle {
    background-color: #ffe2bd !important;
    color: #b66905 !important;
  }

  .badge.badge-danger-light {
    background-color: #fde9ec;
    color: #e72646;
  }

  .dataTables_scrollBody{
    scrollbar-width: thin;
  }

  .dataTables_length label .custom-select{
    height: 30px;
    line-height: normal;
    padding: 5px 10px;
    text-align: center;
  }

  .form-floating-label {
    position: relative;
  }
  
  .form-floating-label input {
    width: 100%;
  }

  .form-floating-label.form-floating-label-sm label{
    left: 0.6rem;
  }

  .form-floating-label.form-floating-label-sm input:focus + label,
  .form-floating-label.form-floating-label-sm input:not(:placeholder-shown) + label {
    top: 0px;
    left: 10px;
    font-size: 80%;
  }
  
  .form-floating-label label {
    position: absolute;
    top: 50%;
    left: 1.3rem;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 0.2s ease all;
    font-size: 14px;
    color: #6c757d;
  }
  .form-floating-label input:focus + label,
  .form-floating-label input:not(:placeholder-shown) + label {
    top: 0px;
    left: 20px;
    font-size: 80%;
    background-color: #ffffff;
  }

  [dir="rtl"] .form-floating-label label {
    left: auto;
    right: 1.3rem;
  }
  
  [dir="rtl"] .form-floating-label input:focus + label,
  [dir="rtl"] .form-floating-label input:not(:placeholder-shown) + label {
    left: auto;
    right: 20px;
  }
.form-floating-label.floating-textarea {
    position: relative;
  }
  .form-floating-label.floating-textarea textarea {
    width: 100%;
    resize: vertical;
    line-height: normal;
  }

  .form-floating-label.floating-textarea label {
    position: absolute;
    top: 1.5rem;
    left: 1.3rem;
    pointer-events: none;
    transition: 0.2s ease all;
    background: white;
  }

  .form-floating-label.floating-textarea textarea:focus + label,
  .form-floating-label.floating-textarea textarea:not(:placeholder-shown) + label {
    top: 0;
    left: 20px;
    font-size: 80%;    
  }

  .form-floating-select {
    position: relative;
  }
  
  .form-floating-select select {
    width: 100%;
  }
  
  .form-floating-select label {
    position: absolute;
    top: 50%;
    left: 1.3rem;
    right: 25px;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 0.2s ease all;
    background: white;
    font-size: 14px;
    color: #6c757d;
  }

  [dir="rtl"] .form-floating-select label {
    left: auto;
    right: 1.3rem;
  }

  .form-floating-select.form-floating-select-sm label {
    left: 0.6rem;
  }

  [dir="rtl"] .form-floating-select.form-floating-select-sm label {
    left:auto;
    right: 0.6rem;
  }

  .form-floating-select.form-floating-select-sm select:focus + label,
  .form-floating-select.form-floating-select-sm select:not([value=""]) + label {
    left: 0.6rem;
  }
  
  
  .form-floating-select select:focus + label,
  .form-floating-select.has-value label {
    top: 0;
    left: 20px;
    right: unset;
    font-size: 80%;
  }

  [dir="rtl"] .form-floating-select select:focus + label,
  [dir="rtl"] .form-floating-select select:not([value=""]) + label {
    right: 20px;
    left: auto;
  }
  
  .pointer-events-none{ pointer-events:none}

  .custom-alert{
    max-width: 250px;
    min-height: 90px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
  }

  .alert-success {
    color: #09ad95;
    background-color: #e5f7f4;
    border-color: rgba(9, 173, 149, 0.2);
    border-left-width: 4px;
    border-left-color: rgba(9, 173, 149, 1);
    margin: 0;
  }

  .btn-danger-subtle, .btn-danger-subtle:hover{
    background-color: #fde9ec;
    color:#e82646;
  }

  .btn-light-subtle, .btn-light-subtle:hover{
    background-color: #f6f6fb;
    border-color: #e9edf4;
  }

  .custom-switch.custom-switch-color input:checked.bg-success ~ label::before {
  background-color: #843df5 !important;
  border-color: #843df5 !important;
  }