/*
    DEMO STYLE
*/

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700&display=swap");
body {
  font-family: "Roboto", sans-serif;
  height: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none !important;
  transition: all 0.3s;
  border: none;
}
a {
  color: #007bff !important;
}

.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 10px;
  /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); */

  box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%),
    0 0.9375rem 1.40625rem rgb(4 9 20 / 3%),
    0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #5b5b5b !important;
  color: #fff;
  transition: all 0.3s;
}
/*******20/05/2022/*****/
#sidebar.active {
  margin-left: -250px;
}

#sidebar .sidebar-header {
  padding: 0.8rem 0.8rem !important;
  background: #5b5b5b !important;
}

/* #sidebar ul.components {
    padding: 20px 0;

} */

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

#sidebar ul li a:hover {
  color: #fff;
  background: #494949;
}

/* #sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
} */

a[data-toggle="collapse"] {
  position: relative;
}

#sidebar .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/* ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
} */

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #7386d5;
}

a.article,
a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
  width: 100%;

  min-height: 100vh;
  transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px;
  }
  #sidebar.active {
    margin-left: 0;
  }
  #sidebarCollapse span {
    display: none;
  }
}
/*********************************************************/

#sidebar ul li a {
  padding: 0.8rem 0.8rem !important;
}
/* #sidebar.active {

    max-width: 65px;
    min-width: 65px;
} */
/* #sidebar ul li.active>a, a[aria-expanded="true"] {
    color: #fff;
    background: #494949;
} */
#sidebar ul ul a {
  background: #494949;
}
#sidebar ul li a {
  font-size: 1rem;
}
#sidebar ul li a {
  padding: 0.5rem 1.5rem !important;
  display: flex;
  align-items: center;
  color: #fff !important;
}
/* #sidebar ul li > ul li a {
    padding: .8125rem 2rem .8125rem 4rem !important;
} */
/* #sidebar.active .nav-link {
    opacity: 0 !important;
} */
/* #sidebar.active .dropdown-toggle::after {
    opacity: 0 !important;
} */
#sidebar ul li > ul li:hover {
  background: dimgray;
}
/* #sidebar ol ol,
ol ul,
ul ol,
ul ul {
  background: #494949 !important;
} */

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 615px !important;
    margin: 1.75rem auto !important;
  }
}
.modal-content {
  border-radius: 1.3rem;
}
.admindata .modal-header {
  padding: 5px 15px 5px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f88d00;
  color: #fff !important;
  border-radius: 1.3rem 1.3rem 0 0;
}
.modal-header .modal-title {
  text-transform: uppercase !important;
  margin-left: auto;
}
.h-300 {
  max-height: 400px;
  overflow-y: auto !important;
  padding-right: 10px;
}
label {
  margin-bottom: 0px !important;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.8rem + 0.75rem + 2px) !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control {
  font-size: 14px !important;
}
.form-control:focus {
  border-color: #f88d00 !important;
}
.form-control:focus {
  box-shadow: none !important;
}
.astric {
  color: red !important;
}
select {
  color: #495057 !important;
}

select {
  border-radius: 0.7rem !important;
}
input {
  border-radius: 0.7rem !important;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background: #5b5b5b85;
  border-radius: 8px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 8px;
}
.admindata button.close {
  opacity: 1 !important;
  color: white !important;
}
.main {
  /* display: block; */
  cursor: pointer;
  font-size: 20px;
}
.input-group .main input[type="checkbox"] {
  visibility: hidden !important;
}
.w3docs {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(81, 81, 231);
}
.main input:checked ~ .w3docs:after {
  display: block;
}
.main .w3docs:after {
  left: 10px;
  bottom: 5px;
  width: 6px;
  height: 16px;
  border: 1px solid #28a745;
  border-width: 0 3px 3px 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.w3docs:after {
  content: "";
  position: absolute;
  display: none;
}
input[type="checkbox"]:checked + span + label {
  color: red !important;
}
.main input:checked ~ .w3docs {
  background: rgb(255, 255, 255) !important;
  border: 1px solid #28a745 !important;
}
.btn {
  border-radius: 12px !important;
}
.input-raius-right {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0 !important;
}
#use_r .modal-content .table thead th {
  background-color: #ee1b24 !important;
  color: #fff !important;
}

#sidebar .dropdown-item:focus,
.dropdown-item:hover {
  background-color: inherit !important;
}
/* .table .thead-light th {
    color: #ffffff;
    background-color: #5b5b5b !important;

} */

.table td,
.table th {
  padding: 0.7rem !important;
}
.table {
  margin-bottom: 0px !important;
}
.modal {
  font-size: 0.9em !important;
  background-color: rgba(0, 0, 0, 0.4);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: #ee1b24 !important;
  border-radius: 1.25rem !important;
}
.nav-pills .nav-link {
  border-radius: 1.25rem;
  background: grey;
  color: white !important;
}
.bg_gray {
  background: #cccccc;
}
.empbg {
  display: table;
  padding: 8px !important;
  margin-bottom: 10px !important;
}
.f5 {
  font-weight: 500;
}

#Employee_tab .h-300 {
  max-height: 320px;
}
#skill_in .modal-content .table thead th {
  background-color: #ee1b24 !important;
  color: #fff !important;
}
#skills_Gap .modal-content .table thead th {
  background-color: #ee1b24 !important;
  color: #fff !important;
}
#Upskill_Reskill .modal-content .table thead th {
  background-color: #ee1b24 !important;
  color: #fff !important;
}

#New_skill .modal-content .table thead th {
  background-color: #ee1b24 !important;
  color: #fff !important;
}
#New_job_skill .modal-content .table thead th {
  background-color: #ee1b24 !important;
  color: #fff !important;
}
#Skills_Progress .modal-content .table thead th {
  background-color: #ee1b24 !important;
  color: #fff !important;
}
#Skills_Progress .modal-content .table thead th {
  background-color: #ee1b24 !important;
  color: #fff !important;
}
#Job_Roles .modal-content .table thead th {
  background-color: #ee1b24 !important;
  color: #fff !important;
}
#Training .modal-content .table thead th {
  background-color: #ee1b24 !important;
  color: #fff !important;
}
#teams .modal-content .table thead th {
  background-color: #ee1b24 !important;
  color: #fff !important;
}

.modal-content .table thead th {
  text-transform: uppercase;
}

.form-check {
  display: block !important;
  position: relative !important;
  padding-left: 40px !important;
  cursor: pointer !important;
}
#meeting,
#Search .form-check {
  margin-bottom: 10px;
}
/* input[type="checkbox"] {
  visibility: hidden;
} */
.c_box {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(81, 81, 231);
}

.form-check input:active ~ .c_box {
  background-color: white;
}
.form-check input:checked ~ .c_box {
  background: rgb(255, 255, 255) !important;
  border: 1px solid #28a745 !important;
}
/* Checkmark to be shown in checkbox */
/* It is not be shown when not checked */
.c_box:after {
  content: "";
  position: absolute;
  display: none;
}
/* Display checkmark when checked */
.form-check input:checked ~ .c_box:after {
  display: block;
}

.form-check .c_box:after {
  left: 8px;
  bottom: 5px;
  width: 8px;
  height: 17px;
  border: 1px solid #28a745;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

textarea.form-control {
  height: auto !important;
}
.colorgreen {
  color: #28a745 !important;
}
.mx290 {
  max-height: 290px !important;
}
.border-secondary {
  border-color: #dadada !important;
}

/* @media only screen and (max-width: 992px) {
    .wrapper #sidebar  {
        z-index: 2000;
        -webkit-transition: all 470ms cubic-bezier(.34,1.25,.3,1);
        transition: all 470ms cubic-bezier(.34,1.25,.3,1);
        -webkit-transform: translate3d(-16.875rem,0,0);
        transform: translate3d(-16.875rem,0,0);
        position: fixed!important;
        top: 0;
        bottom: 0;
    }
} */
.h-270 {
  max-height: 270px !important;
  overflow-y: scroll !important;
}
#Strategy_Goals .modal-content .table thead th {
  background-color: #ee1b24 !important;
  color: #fff !important;
}

.navbar-brand {
  margin-right: 0px;
  width: 100%;
  background: white !important;
  text-align: center !important;
}
.navbar-nav .nav-item .nav-link {
  color: #777477 !important;
}
.mirror {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
#navbarSupportedContent .nav-item .dropdown-item {
  color: #777477 !important;
}
.bg-light {
  background-color: #eee !important;
}
#navbarSupportedContent .dropdown-menu {
  padding: 0 !important;
}
.btn-secondary {
  color: #fff !important;
}
.width40 {
  width: 40px !important;
}
#conect_us p {
  color: #212529 !important;
}
.modal-header {
  padding: 5px 15px 0px 15px;
}
.text {
  font-style: italic;
  font-size: 20px;
  letter-spacing: 2;
  font-weight: 500;
  color: #757e90;
  padding: 4px 0 20px 0;
}
.font1rem {
  font-size: 1.25rem !important;
}
a {
  font-size: 16px;

  letter-spacing: 0.5px;
}

.f25 {
  font-size: 25px !important;
}

#crs .w3docs {
  left: 0px !important;
}
#crs .modal-content .table thead th {
  background-color: #ee1b24 !important;
  color: #fff !important;
}
#CS .modal-content .table thead th {
  background-color: #ee1b24 !important;
  color: #fff !important;
}
#Messag_s .modal-content .table thead th {
  background-color: #ee1b24 !important;
  color: #fff !important;
}
.small-head {
  background: #f88d00;
  text-align: center;
  color: #fff;
  margin-top: -2px !important;
  padding-bottom: 2px;
}
#Critical_Skills .modal-content .table thead th {
  background-color: #ee1b24 !important;
  color: #fff !important;
  border-bottom: 0px !important;
  border-top: 0px !important;
}

#Core_Skills .modal-content .table thead th {
  background-color: #ee1b24 !important;
  color: #fff !important;
  border-bottom: 0px !important;
  border-top: 0px !important;
}
#Core_Skills .modal-content .table thead tr:nth-child(2) th {
  padding-top: 0px !important;
}
#Critical_Skills .modal-content .table thead tr:nth-child(2) th {
  padding-top: 0px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.roundbtn {
  background-color: #494949 !important;
  padding: 4px 9px 4px 9px !important;
  border-radius: 50% !important;
  /* margin-right: -7px; */
  margin-right: 0px !important;
  opacity: 1;
  color: #fff !important;
}
#ad_skill .w3docs {
  left: 0 !important;
  right: auto;
}

#sidebar ul li a:focus {
  color: #00ff3a !important;
  font-weight: 500;
    font-size: 18px;
}
#sidebar ul li a:active {
  color: #00ff3a !important;
  font-weight: 500;
  font-size: 18px;
}


/**************porocesss***********/
.steps-form {
  display: table;
  width: 100%;
  position: relative; }
.steps-form .steps-row {
  display: table-row; }
.steps-form .steps-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 2px;
  background-color: #28a745!important; }
.steps-form .steps-row .steps-step {
  display: table-cell;
  text-align: center;
  position: relative; }
.steps-form .steps-row .steps-step p {
  margin-top: 0.5rem; }
.steps-form .steps-row .steps-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important; }
.steps-form .steps-row .steps-step .btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px !important;
  margin-top: 0; }


.steps-step .btn-success {
  color: #fff !important;
}
.steps-step .btn-danger {
  color:#fff !important;
}
.f-head {
  padding: 5px 15px 5px 15px;
    text-align: center;
    background-color: #f88d00;
    color: #fff !important;
}

.f-footer {
  padding-top: 1rem;
  border-top: 1px solid #e9ecef;
  text-align: center;
}
.f-head .modal-title {
  text-transform: uppercase !important;
  margin-left: auto;
}


#setup .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background: #28a745 !important;
}

.roundbtn {

  margin-top: -35px !important;
}
#addnewmessage  {
  z-index: 1065 !important;
}

#profile .table thead th {
  background-color: #ee1b24 !important;
  color:#fff !important;
}
/******************17/08/2023*****************************/
.TextCenter {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.table-container th {
  background-color: red !important;
  color: #fff !important;
}
.table thead th {
  border-bottom: none !important;
}
table td, .table th {
  /* padding: 10px; */
  border-top: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: red !important;
  color: white !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding:  2px 12px;
  border: 1px solid #c1c1c1;
  cursor: pointer;
}
table.dataTable.no-footer {
 border-bottom: 1px solid #d7d7d7 !important;
}

.dataTables_wrapper .dataTables_paginate {
  padding-bottom: 0.50em;
  padding-top: 0.50em;
}
.dataTables_wrapper .dataTables_length{
  display:  none !important;
}

.dataTables_filter {
  display: none;
}
.navbar-brand img {
  height: 100% !important;
  width: 250px !important;
}
.fa-long-arrow-left {
  font-size: 2rem !important;
  color: gray !important;
}
.fa-long-arrow-right {
  font-size: 2rem !important;
  color: gray !important;
}
.Pad15 {
  padding: 12px;
  margin-bottom: 0px !important;
}
.RedColor {
  color: red;
}
@media (max-width:575px) {
  .MobileView{
    display:block !important;
    margin-top: 6px !important;
}
}
.TextTransform {
  text-transform: capitalize;
}
@media (min-width: 992px){
  .modal-lg, .modal-xl {
    max-width: 800px !important;
}
}
#membership-conformation .modal-header {
  padding: 5px 15px 5px 15px;
  display: block;
  justify-content: space-between;
  align-items: center;
  background-color: #f88d00;
  color: #fff !important;
  border-radius: 1.3rem 1.3rem 0 0;
}
  .astrek {
    color: red;
  }
  .dataTables_filter {
    display: none;
  }
  .table-container {
    max-height: 220px;
    /* Set the desired height */
    overflow-y: auto;
    border: 1px solid #ccc;
  }


  .table-container th {
    position: sticky;
    top: 0;
    /* Stick the header at the top */
  }

  .modal-content {
    border-radius: 1.3rem !important;
  }

  .pd-10 {
    padding: 10px;
  }

  .admindata button.close {
    opacity: 1 !important;
    color: white !important;
  }

  .admindata .modal-header {
    padding: 5px 15px 5px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f88d00;
    color: #fff !important;
    border-radius: 1.3rem 1.3rem 0 0;
  }

  .bg__color {
    background-color: #f88d00;
    color: #fff;
  }

  .pcursor {
    cursor: pointer;
  }

  .modal-header .modal-title {
    text-transform: uppercase !important;
    margin-left: auto;
  }

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

  .LabelClick {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }



  input[type='checkbox']:checked~.checkboxclickble {
    transform: rotate(45deg);
    width: 14px;
    margin-left: 5px;
    border-color: #24c78e;
    border-width: 5px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-radius: 0;
  }

  .checkboxclickble {
    display: block;
    width: inherit;
    height: inherit;
    border: solid 3px #2a2a2ab7;
    border-radius: 6px;
    transition: all 0.375s;
  }

  .margin__top {
    margin-top: 5px;
  }

  .margin__left {
    margin-left: 30px;
  }

  .margin__bottom {
    margin-bottom: 10px;
  }

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

  .table td,
  .table th {
    padding: 10px;
    border-top: none !important;
  }

  .nopd .table td,
  .table th {
    padding: 0px;
    border-top: none !important;
  }

  .nopd table th h4 {
    margin-bottom: 0px !important;
    text-align: center;
  }

  table thead tr th {
    padding: 5px !important;
  }

  .nopd table td {
    text-align: center;
    padding: 5px !important;
  }

  .brred {
    border: 1px solid #ee1b24 !important;
  }

  .invalid-proposal {
    color: #ee1b24 !important;
  }

  .invalid-file {
    color: #ee1b24 !important;
  }

  .invalid-suggestion {
    color: #ee1b24 !important;
  }

  .invalid-message-title {
    color: #ee1b24 !important;
  }

  .invalid-topic {
    color: #ee1b24 !important;
  }

  .invalid-details {
    color: #ee1b24 !important;
  }

  .invalid-select-customer {
    color: #ee1b24 !important;
  }

  .invalid-customer-details {
    color: #ee1b24 !important;
  }

  .invalid-customer-topic {
    color: #ee1b24 !important;
  }

  .invalid-customer-message-title {
    color: #ee1b24 !important;
  }

  .invalid-select-customer {
    color: #ee1b24 !important;
  }

  .modal {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .invalid-input {
    color: #ee1b24 !important;
  }

  .f12 {
    font-size: 12px !important;
    text-transform: capitalize !important;
  }

  /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }

  .greenalert {
    top: 15px;
    position: absolute;
    /* text-align: center !important; */
    margin: auto;
    left: 0;
    right: 0;
    width: 50%;
    background: #28a745;
    color: white;
  }

  .table-container .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #28a745;
    background-color: #28a745;
  }

  .textgreen {
    color: #28a745 !important;
  }

  #missing_supervisor .modal-title {
    line-height: 1 !important;
  }

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

  .bg-gray {
    background: #979797 !important;
  }

  .bg-white {
    background: #fff;
  }
  .dataTables_scrollBody {
      max-height: 300px; /* Adjust this value as needed */
      overflow-y: auto;
  }
  .dataTables_length {
    display: none !important;
  }
  #custome_datatable_filter {
    display: none !important;
  }
  .dataTables_info {
    display: none;
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: 1px solid #c1c1c1;
    cursor: default;
    color: #666 !important;
    background: transparent;
    box-shadow: none;
  }

.cursorPointer{
  cursor: pointer;
} 

.SpaceAround{
  display:flex;
  justify-content:space-around;
}
.BtnGap{
  gap: 30px;
  display: flex;
}
.SpaceEvenly{
  display: flex;
  justify-content: space-evenly;
}
.hightCheckbox{
  width: 25px;
  height: 20px;
  accent-color: #28a745 !important;
}
.ColorChange{
 color: #495057 !important;
}

#important_modal .modal-body {
background: #979797 !important;
border-radius: 1.3rem !important;
}
.f-head {
  padding: 5px 15px 5px 15px;
  text-align: center;
  background-color: #f88d00;
  color: #fff !important;
}
@media (min-width: 576px){
  .modal-dialog {
    max-width: 615px !important;
    margin: 1.75rem auto !important;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 1000px !important;
  }
}
@media screen and (min-width: 780px){
  .absolute {
    position: absolute;
    left: 0;
  }
}
@media screen and (min-width: 780px) {
  .relative {
    position: relative;
  }
}

.price-table {
  width: 100%;
  border-collapse: collapse;
}
.price-table tr:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
#membership-options .table-responsive {
  box-shadow: 0 0 24px rgb(0 0 0 / 15%);
}
.price-table tr th {
  border-left: 1px solid rgb(0 0 0 / 24%);
  padding: 4px 24px;
  font-size: 16px;
}
.price-table tr th:not(:first-child) {
  text-align: center;
}
.price-table tr td {
  border-left: 1px solid rgb(0 0 0 / 24%);
  padding: 4px 24px;
  font-size: 16px;
  text-align: center;
}
.Basic_bg {
  background-color: #3f47cc !important;
  color: #fff !important;
}
.Standard_bg {
  background-color: #888888 !important;
  color: #fff !important;
}
.Corporate_bg {
  background-color: #d5682b !important;
  color: #fff !important;
}
.Enterprise_bg {
  background-color: #9634c9 !important;
  color: #fff !important;
}
.bglight {
  background: #d3d3d3a6 !important;
}
#membership-options table tr th:nth-child(2) {
  background: #28a745;
  color:#fff !important;
}
#membership-options table tr th:nth-child(3) {
  background: #3f47cc !important;
  color:#fff !important;

}
#membership-options table tr th:nth-child(4) {
  background: #888888  !important;
  color:#fff !important;
}
#membership-options .basictype {
  background: #28a745;
  color:#fff !important;
}
#membership-options .stadardtype {
  background: #3f47cc !important;
  color:#fff !important;
}
#membership-options .corporatetype {
  background: #888888   !important;
  color:#fff !important;
}

.circle_s .nav-item .nav-link {
  display: inline-block !important;
  font-size: 14px;
  padding: 6px 13px;
  background: #dc3545 !important;
}
.circle_s .nav-item .active {
  background: #28a745 !important;
}
.circle_s .nav-item .active + div {
  color: #28a745 !important;
}
.circle_s .nav-item div {
  color: #dc3545 !important;
}
.circle_s .nav-item {
  z-index: 100 !important;
}
.circle_s {
  position: relative !important;
}
.line {
  position: absolute !important;

}
.circle_s .line {
  width: 100%;
  height: 1px;
  border-bottom: 2px solid #28a745 ;
  margin: 40px 0;
  top: -24px !important;
}
#Training  input[type="checkbox"] {
  visibility: hidden;
} 
#teams input[type="checkbox"] {
  visibility: hidden;
} 

#membership-options {
  z-index: 2000;
}
.btnspace{
  display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
}
.text__center{
  justify-content: center  !important;
  text-align: center  !important;
}
.z_index{
  z-index: 10000 !important;
}

#Manage_Access .modal-header {
  border-radius: 0 0 0 0;
}
.brtb {
  border-top-left-radius: 0px !important;
  /* border-top-right-radius: 0px !important; */
  border-bottom-left-radius: 0px !important;
}
.bg_red {
  height: 25px !important;
  width: 25px !important;
  padding: 2px 0 !important;
  margin-top: 6px;
  color: #fff !important;
  /* margin: 4px 0 4px 4px; */
  background-color: #dc3545;
  border-radius: 50%;
  text-align: center;
}
.headeratag{
  color: #777477 !important;
  text-decoration: none !important;
}
#sidebar ul .show  {
  background: #494949 !important;
}
#sidebar #accordion:not(.collapsed) {
  color: #fff !important;
}
.f40 {
  font-size: 40px !important;
}
.f30 {
  font-size: 25px !important;
}
.bg_redd {
  background: #ed1b24;
  color: #fff !important;
  border-radius: 20px;
  width: 465px !important;
}
.paging-nav {
  text-align: right;
  padding-top: 2px;
}
.paging-nav a {
  margin: auto 1px;
  text-decoration: none;
  display: inline-block;
  padding: 1px 7px;
  color: #3c3c3c !important;
  border-radius: 3px;
}
.paging-nav .selected-page {
  background: #f88d00;
  font-weight: bold;
  color: #fff !important;
}
.paging-nav a {
  border: 1px solid #dee2e6 !important;
}
.paging-nav, #tableData {
  width: 100% !important;
  margin: auto !important;
}
.modal .tab-content {
  position: relative !important;
  margin-top: 10px;
}
.paging-nav {
  position: absolute !important;
  bottom: -38px;
  right: 24px;
}
#message_tab table thead th {
  background-color: #ee1b24 !important;
  color: #fff !important;
}
.dark-bg {
  background-color: #5b5b5b !important;
}
.page-item.active .page-link {
  color: #fff !important;
}
.modal-body {
  font-weight: 400 !important;
}
/* 
.customnav .show {

margin-top: 10px !important;
        border-top: 1px solid #d1d1d1 !important;
} */
.dataTables_wrapper .dataTables_paginate .paginate_button  {
  border: none !important;
  padding: 0px 0px !important;

}
.navbar-brand .logomain {
  width: 100% !important;
}