@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,400;1,500;1,600;1,700;1,900&display=swap");

/* @import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,600;0,700;0,900;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url(fonts.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
  background-color: #f2f4f4;
  font-family: "Heebo", sans-serif;
}

.ReactCollapse--collapse {
  transition: height 500ms;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Heebo", sans-serif;
  font-weight: bold;
}

p {
  color: #3f536e;
  font-size: 17px;
  line-height: 19px;
}

label {
  color: #3f536e;
  margin-bottom: 0px;
  font-size: 11px;
  font-weight: 500;
}

.five-main-left label {
  margin-bottom: 3px;
}

a {
  color: #0093ee;
}

a:hover {
  text-decoration: none;
  color: #3f536e;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: bold;
}

.selected-module h2 {
  font-size: 32px !important;
  font-family: "Heebo", sans-serif !important;
}

.selected-module ol {
  padding-left: 20px !important;
}

.btn-primary {
  background: #2965d5;
  border-color: #2965d5;
  font-size: 14px;
  min-width: 140px;
  font-family: "Rubik", sans-serif;
  font-weight: normal;
}

.btn-purple {
  background: #ab7df6;
  border-color: #ab7df6;
  font-size: 14px;
  min-width: 140px;
  color: white;
}

.btn-purple:hover {
  color: white;
}

.btn-default {
  background: white;
  border-color: #2965d5;
  color: #2965d5;
  font-size: 14px;
  min-width: 140px;
}

.btn-theme {
  font-size: 12px;
  background: #637080;
  border-radius: 5px;
  color: white;
  line-height: 1;
  padding: 12px 15px 10px;
  font-family: "Heebo", sans-serif;
  min-width: 125px;
  font-weight: 500;
}

.btn-theme:hover {
  color: white;
}

.btn-theme1 {
  font-size: 14px;
  background: #2965d5;
  border-radius: 5px;
  color: white;
  line-height: 1;
  padding: 11px 15px 11px;
  font-family: "Rubik", sans-serif;
  border: 2px solid #2965d5;
  min-width: 100px;
}

.btn-theme1:hover {
  color: white;
  border: 2px solid #2965d5;
}

.btn-theme-d {
  font-size: 14px;
  background: #ff5b5c;
  border: 2px solid #ff5b5c;
  border-radius: 5px;
  color: white;
  line-height: 1;
  padding: 9px 15px 9px;
  font-family: "Rubik", sans-serif;
  min-width: 100px;
}

.btn-theme-d:hover {
  color: white;
}

.btn-theme1-o {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  background: transparent;
  border-radius: 5px;
  color: #2965d5;
  padding: 9px 15px 8px;
  font-family: "Rubik", sans-serif;
  border: 2px solid #2965d5;
  min-width: 100px;
}

.btn-theme1-o:hover {
  color: #2965d5;
  border: 2px solid #2965d5;
}

.btn-theme2-o {
  font-size: 14px;
  background: transparent;
  border-radius: 5px;
  color: #c7cfd6;
  line-height: 1;
  padding: 10px;
  font-family: "Rubik", sans-serif;
  border: 1px solid #c7cfd6;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  width: 38px;
  height: 38px;
}

.btn-theme2-o:hover {
  color: #2965d5;
  border: 1px solid #c7cfd6;
}

.btn-theme3-o {
  font-size: 14px;
  background: transparent;
  border-radius: 5px;
  color: #c7cfd6;
  line-height: 1;
  padding: 6px;
  font-family: "Rubik", sans-serif;
  border: 1px solid #c7cfd6;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  width: 38px;
  height: 38px;
}

.btn-theme3-p {
  font-size: 14px;
  background: transparent;
  border-radius: 5px;
  color: #c7cfd6;
  line-height: 1;
  padding: 6px;
  font-family: "Rubik", sans-serif;
  border: 1px solid #c7cfd6;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  width: 38px;
  height: 38px;
}

.btn-theme3-o:hover {
  color: #2965d5;
  z-index: 0 !important;
}

.btn-theme4-o {
  font-size: 12px;
  color: #2965d5;
  font-weight: 500;
  padding: 10px;
  font-family: "Heebo", sans-serif;
}

.btn-theme4-o:hover {
  color: #2965d5;
}

.btn-theme6-o {
  font-size: 12px;
  color: #0093ee;
  font-weight: 500;
  padding: 10px;
  font-family: "Heebo", sans-serif;
}

.btn-theme6-o:hover {
  color: #0093ee;
}

.btn-theme6-o:focus {
  box-shadow: none;
}

.form-control {
  font-size: 15px;
  border-color: #a8c6df;
  color: #727e8c;
  font-family: "Heebo", sans-serif;
  height: 36px;
  overflow: hidden;
  border-radius: 8px !important;
}

.form-control::-webkit-input-placeholder {
  /* Edge */
  color: #aeb2b7;
  font-size: 15px;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer */
  color: #aeb2b7;
  font-size: 15px;
}

.form-control::placeholder {
  color: #aeb2b7;
  font-size: 15px;
}

select.form-control {
  color: #2c405a;
  font-family: "Heebo", sans-serif;
  padding: 0.375rem 0.5rem;
  padding-right: 30px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%233F536E' stroke-width='2' class='dropdown-heading-dropdown-arrow gray'%3E%3Cpath d='M6 9L12 15 18 9'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}

.five-main-left .form-control {
  font-size: 15px;
  border-color: #a8c6df;
  color: #727e8c;
}

.five-main-left .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #aeb2b7;
  font-size: 15px;
}

.five-main-left .form-control:-ms-input-placeholder {
  /* Internet Explorer */
  color: #aeb2b7;
  font-size: 15px;
}

.five-main-left .form-control::placeholder {
  color: #aeb2b7;
  font-size: 15px;
}

.five-main-left {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 500px;
  height: 100%;
  float: right;
  padding: 15px;
}

.five-main-left .form-control {
  max-width: 270px;
}

.five-main-left h2 {
  color: #2c405a;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 34px;
  margin-bottom: 25px;
}

.five-main-left p {
  margin-bottom: 10px;
  line-height: 19px;
  font-size: 17px;
  max-width: 380px;
}

.five-main-left .btn-theme {
  min-width: 142px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.fnl-input {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.fnl-input input {
  margin-right: 5px;
}

.fnl-input+.smallerr {
  display: flex;
}

.fnl-input+.smallerr .form-text {
  text-align: left !important;
  font-size: 15px !important;
}

.five-main-right-text {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  color: white;
  padding: 45px;
  text-align: right;
  background: rgb(000, 000, 000, 0.5);
}

.five-main-right img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.five-main-right h2 {
  font-family: "Montserrat", sans-serif;
}

.five-main-right p {
  font-family: "Montserrat", sans-serif;
  color: white;
  font-size: 14px;
  font-weight: 500;
}

.modal-dialog p {
  font-size: 15px;
}

.multi-select span,
.multi-select span.gray {
  color: #3f536e;
  font-size: 15px;
  font-weight: normal;
}

.multi-select svg.gray {
  color: #2965D5;
  position: relative;
  right: -7px;
}

.multi-select .item-renderer {
  align-items: center !important;
}

.multi-select .item-renderer span {
  font-size: 13px !important;
}

.multi-select .dropdown-content {
  top: -8px !important;
}

.multi-select .search-clear-button {
  right: 9px !important;
  background: #ffff !important;
}

.multi-select .dropdown-container:focus-within {
  box-shadow: none !important;
  border-color: #a8c6df !important;
}

.multi-select .item-renderer input {
  margin: 0 15px 0 0 !important;
}

.login-modal .modal-dialog p {
  margin-bottom: 0px;
  font-size: 15px;
}

.login-modal .modal-dialog h3 {
  color: #2c405a;
  font-weight: 400;
  font-size: 23px;
}

.login-modal .modal-dialog .modal-header {
  align-items: center;
  justify-content: center;
}

.login-modal .modal-header .close {
  position: absolute;
  right: 30px;
  background: white;
  border-radius: 25px;
  box-shadow: 0px 0px 5px 1px #ccc;
  padding: 0 6px;
  font-size: 30px;
  font-weight: 300;
  color: #475f7b;
  opacity: 1;
}

.modal-dialog p {
  margin-bottom: 0px;
}

.modal-body {
  padding: 10px 4px 0px;
}

.modal-content {
  padding: 10px;
  border: 1px solid #b7d2e5;
  border-radius: 4px;
  padding-bottom: 7px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
}

.modal-dialog h3 {
  color: #0A090B;
  font-weight: 600;
  font-size: 20px;
  font-family: 'Inter';
}

.modal-dialog .modal-header {
  align-items: center;
  justify-content: start;
  padding: 0px 5px 10px;
  border-bottom: 1px solid #c5d9e8;
  position: relative;
}

.modal-dialog .modal-header .sign-up-modal {
  align-items: center;
  justify-content: start;
  padding: 0px 5px 10px;
  border-bottom: 1px solid #c5d9e8;
  position: relative;
}

.modal-dialog .modal-footer {
  border-top: 1px solid #c5d9e8;
  padding: 7px 0px 0px !important;
  margin-top: 12px !important;
}

.modal-header .close {
  position: absolute;
  right: 19px;
  top: 20px;
  background: white;
  border-radius: 25px;
  box-shadow: 0px 0px 5px 1px #ccc;
  padding: 0 4px;
  font-size: 30px;
  font-weight: 300;
  color: #475f7b;
  opacity: 1;
  line-height: 0.8;
}

.close-btn{
  float: none;
    font-weight: 400;
    font-size: 20px;
    margin-left: 10px;
    color: red;
}
.modal-header .close span {
  font-weight: 400;
  position: relative;
  /* top: 1px; */
}


.modal-content .close {
  position: absolute;
  right: 19px;
  top: 20px;
  background: white;
  border-radius: 25px;
  box-shadow: 0px 0px 5px 1px #ccc;
  padding: 0 4px;
  font-size: 30px;
  font-weight: 300;
  color: #475f7b;
  opacity: 1;
  line-height: 0.8;
  z-index: 9;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}




.drmbody-text {
  text-align: center;
  font-size: 15px;
  color: #2c405a;
}

.ps {
  position: relative;
}

.login-form {
  top: 58px !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  border-radius: 0.25rem !important;
}

.login-form .lf-right p:first-child {
  font-size: 12px;
  margin-bottom: 0px;
}

.login-form .lf-right p:first-child a {
  color: #0093ee;
  line-height: 19px;
}

.login-form .lf-right p:nth-child(2) {
  font-size: 12px;
  margin-bottom: 0px;
  color: #727e8c !important;
}

.login-form .lf-right p:nth-child(3) {
  font-size: 12px;
  margin-bottom: 0px;
  color: #0093ee !important;
}

.login-form .If-right-bottom p,
.login-form .If-right-bottom p:hover {
  color: #3f536e;
  font-size: 15px;
  line-height: 19px;
  cursor: pointer;
  margin-bottom: 0px;
}

.If-right-bottom a {
  font-size: 15px;
}

.action-buttons img {
  max-width: 36px;
  border-radius: 25px;
}

.question {
  display: flex;
  align-items: center;
}

.logo {
  display: flex;
  justify-content: start;
  align-items: center;
}

.menu-bottom {
  min-height: 60px;
}


.dropdown-toggle::after {
  margin-left: 10px;
  margin-bottom: 4px;
}

.menu-bottom .container {
  padding: 0px 5px;
}



.bg-theme nav {
  padding: 10.5px 0px;
}

.navbar .action-buttons .dropdown-toggle {
  padding-right: 0px;
}

.bg-theme .navbar-toggler {
  color: white;
  border-color: white;
}

.question img,
.question-1 img {
  max-width: 16px;
  margin-right: 10px;
}

.question-1 {
  padding-left: 0;
  padding-right: 10px;
}



.navbar-expand-lg .navbar-nav .dropdown-menu {
  border: 0px;
  top: 48px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
  border-radius: 8px;
  color: #475e7a;
  min-width: 180px;
  border: 1px solid #c7ced6;
  background: #F8F8F8;

  left: 11px;
}
.newdrop_menu  {
  background: #fff !important;
}
.login-arrow {
  position: absolute;
  top: -10px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 7px 10px;
  border-color: transparent transparent #cccece transparent;
}

.login-arrow-1 {
  position: absolute;
  top: -8px;
  right: 24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 4px 6px;
  border-color: transparent transparent #ffffff transparent;
}

.action-buttons .navbar-light .navbar-nav .nav-link:focus,
.action-buttons .navbar-light .navbar-nav .nav-link:hover {
  background: transparent;
}

.action-buttons .navbar-light .navbar-nav .nav-link:focus,
.action-buttons .navbar-light .navbar-nav .nav-link:hover {
  background: transparent;
}

.navbar-expand-lg .nav-left .dropdown-menu a {
  font-size: 15px;
  padding: 7px 15px !important;
  color: #2a363b;

}

.navbar-expand-lg .nav-left .dropdown-menu a:hover {
  color: #2a363b;
  background-color: #EFEFEF;

}

.navbar-expand-lg .navbar-nav .login-form {
  background-color: white;
  text-align: right;
}

.navbar-expand-lg .navbar-nav .login-form img {
  max-width: 100%;
}

.dropdown-toggle::after {
  content: " ";
  display: inline-block;
  background: url(../images/arw_black.svg) no-repeat;
  width: 18px;
  height: 9px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  position: relative;
  top: 3px;
}
/*
.action-buttons .dropdown-toggle::after {
  content: " ";
  display: inline-block;
  background: url(../images/dropdown-arrow.svg) no-repeat;
  width: 18px;
  height: 9px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  position: relative;
  top: 0px;
  right: -3px;
}
*/
.bg-light {
  border: 1px solid #c7cfd6;
}

.content-section {
  padding: 25px 0px;
}

.cs-rubik {
  font-family: "Rubik", sans-serif;
  font-size: 17px !important;
  color: #3f536e;
  font-weight: 400;
}

.cs-rubik a {
  color: #8DABC4;
}

.cs-rubik span,
.cs-rubik span a {
  color: #8dabc4;
  cursor: pointer;
  margin-right: 5px;
  margin-left: 5px;
}


.cs-rubikk {
  font-family: "Rubik", sans-serif;
  font-size: 17px !important;
  color: #3f536e;
  font-weight: 400;
}

.cs-rubik a {
  color: #8DABC4;
}

.cs-rubik span,
.cs-rubik span a {
  color: #8dabc4;
  cursor: pointer;
  margin-right: 5px;
  margin-left: 5px;
}

.dash-box {
  padding: 15px;
  background: white;
  border-radius: 5px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
}

.dash-box h2 {
  color: #2c405a;
  font-size: 23px;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
}

.dash-box table tr td {
  font-size: 15px;
  color: #3f536e;
  padding: 1px 20px 1px 3px;
  text-transform: capitalize;
}

.dash-box-left img {
  width: 158px;
  height: 180px;
  object-fit: cover;
  margin-bottom: 5px;
}

.dash-box-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 188px;
}

.dash-box-left a {
  font-size: 13px;
}

.dash-box form {
  width: 100%;
}

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

.dashboard-table-1 select {
  font-size: 15px;
  color: #727e8c;
  border-color: #c7cfd6;
  border: 1px solid #c7cfd6;
}

.dashboard-table-1 .display,
.dashboard-table-1 .ui-corner-tr {
  background: white;
  border-right: 1px solid #c7cfd6;
  border-left: 1px solid #c7cfd6;
  border-top: 1px solid #c7cfd6;
}

.dashboard-table-1 .ui-corner-tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dashboard-table-1 .ui-corner-br {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dashboard-table-1 table {
  margin: 0px !important;
  border-right: 1px solid #c7cfd6;
  border-left: 1px solid #c7cfd6;
  border-top: 0px !important;
}

.dashboard-table-1 table.dataTable.no-footer {
  border-bottom: 1px solid #c7cfd6;
}

.dashboard-table-1 table.dataTable.display tbody tr.odd>.sorting_1,
.dashboard-table-1 table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
  background-color: transparent;
}

.dashboard-table-1 .dataTables_wrapper .ui-widget-header {
  /* display: flex;
    justify-content: space-between;
    align-items: center; */
}

.dashboard-table-1 #table_id_length {
  display: none;
}

.dashboard-table-1 .dataTables_info {
  display: none;
}

.dashboard-table-1 table.dataTable.stripe tbody tr.odd,
.dashboard-table-1 table.dataTable.display tbody tr.odd {
  background-color: transparent;
}

.dashboard-table-1 table.dataTable thead th div.DataTables_sort_wrapper {
  position: relative;
  color: #3f536e;
  font-size: 14px;
  font-weight: 400;
}

.dashboard-table-1 table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:after {
  display: none;
}

.dashboard-table-1 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;
}

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;
}

.dashboard-table-1 table.dataTable.display tbody tr.odd>.sorting_1,
.dashboard-table-1 table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
  background-color: transparent;
  color: #3f536e;
  font-size: 14px;
}

.dashboard-table-1 table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
  background-color: transparent;
  color: #3f536e;
  font-size: 14px;
}

.dashboard-table-1 table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #c7cfd6;
  color: #3f536e !important;
  font-size: 14px !important;
  padding: 15px 20px;
}

.dashboard-table-1 table.dataTable.hover tbody tr:hover,
.dashboard-table-1 table.dataTable.display tbody tr:hover {
  background-color: #e7edf3;
}

.dashboard-table-1 table thead th {
  border-top: 1px solid #c7cfd6;
  border-bottom: 1px solid #c7cfd6;
  padding: 15px 20px;
  font-weight: 400 !important;
  font-family: "Rubik", sans-serif;
  color: #3f536e !important;
  font-size: 14px !important;
  line-height: 19px !important;
}

.dashboard-table-1 .tb-btn-cont {
  /* display: flex;
    justify-content: center; */
}

.dashboard-table-1 .tb-btn-cont .btn {
  width: 10px;
  padding: 0;
}

.dashboard-table-1 .tb-btn-cont i {
  color: #5a8dee;
}

.dashboard-table-1 {
  font-family: "Rubik", sans-serif;
}

.dashboard-table-1 .tb-btn-cont .dropdown-item {
  color: #3f536e;
  font-size: 14px;
  font-family: "Heebo", sans-serif;
}

.dashboard-table-1 .dataTables_paginate {
  margin-top: 10px !important;
}

.dashboard-table-1 .dataTables_paginate>a {
  background: #e7edf3;
  color: #3f3356;
  border-radius: 5px;
  font-size: 14px;
  padding: 7px 14px !important;
  margin: 0px 4px;
}

.dashboard-table-1 .dataTables_paginate>a:hover {
  background: #5a8dee;
  color: white;
  border-radius: 5px !important;
}

.dashboard-table-1 .dataTables_paginate>span>a {
  background: transparent;
  color: #3f3356;
  border-radius: 5px;
  font-size: 14px;
  padding: 7px 14px !important;
  margin: 0px 4px !important;
}

.dashboard-table-1 .dataTables_paginate>span>a:hover {
  background: #5a8dee;
  color: white;
  border-radius: 5px !important;
  font-size: 14px;
  padding: 7px 14px !important;
  margin: 0px 4px !important;
}

.dashboard-table-1 div.dataTables_wrapper div.dataTables_filter {
  width: 70%;
}

.dashboard-table-1 div.dataTables_wrapper div.dataTables_filter label {
  width: 100%;
}

.dashboard-table-1 div.dataTables_wrapper div.dataTables_filter input {
  width: 100%;
}

.mw-150 {
  max-width: 150px !important;
}

.dashboard-table-1 .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #7ecb44 !important;
  background-color: #7ecb44 !important;
}

.dashboard-table-1 tr td p {
  margin-bottom: 0px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.dashboard-table-1 {
  font-size: 14px;
  width: 100%;
  overflow: visible;
}

.f-medium {
  font-weight: 600;
}

.dashboard-table-1 tr td p:nth-child(2) {
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 700px;
}

.dashboard-table-1 .custom-switch .custom-control-label::before {
  left: -3.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 1.5rem;
  width: 45px;
  height: 20px;
}

.dashboard-table-1 .custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 3px);
  width: calc(1.2rem - 4px);
  height: calc(1.2rem - 4px);
  background-color: #fff;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
}

.dashboard-table-1 .custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #adb5bd;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.5rem);
}

#addUserModal small {
  font-size: 15px;
  display: flex;
  max-width: 380px;
  margin: 0 auto;
  color: #2c405a;
}

#addUserModal .modal-body form>label {
  font-size: 17px !important;
  color: #2c405a;
}

#bulkUserModal p {
  font-size: 13px;
  color: #2c405a;
}

#bulkUserModal p.f-15 {
  font-size: 15px;
}

#bulkUserModal a {
  color: #0093ee;
  font-size: 13px;
}

#bulkUserModal .form-check label {
  color: #3f536e;
  font-size: 13px;
  font-weight: normal;
}

.navbar .action-buttons .nav-item {
  color: white !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
}

.navbar .action-buttons .nav-item img {
  width: 28px;
  height: 28px;
}

.navbar .action-buttons .dropdown-toggle img {
  object-fit: cover;
  position: relative;
  right: -3px;
}

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

.navbar .action-buttons .nav-item p:first-child {
  text-align: right;
  margin-right: 10px;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0px;
  color: white;
  font-family: "Rubik", sans-serif;
  text-transform: capitalize;
}

.navbar .action-buttons .nav-item p:last-child {
  text-align: right;
  margin-right: 10px;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0px;
  color: #929292;
  font-family: "IBM Plex Sans";
}

#errorRoleModal p {
  max-width: 360px;
  margin: 0 auto;
}

#errorRoleModal .modal-dialog .modal-header {
  justify-content: center;
}

.dashboard-table-1 .dataTables_wrapper .ui-toolbar {
  padding-right: 0px;
}

.dashboard-table-1 .dataTables_paginate>a {
  margin: 0px 0 4px 0;
}

.dashboard-table-2 .display,
.dashboard-table-2 .ui-corner-tr {
  border-right: 0px;
  border-left: 0px;
}

.dt1-drop .dropdown-item {
  font-size: 14px;
  color: #3f536e;
  font-family: "Heebo", sans-serif;
  padding: 0.47rem 0.5rem 0.47rem 1.4rem;
  min-width: 140px;
}

.dt1-drop .dropdown-item.active,
.dt1-drop .dropdown-item:active {
  background-color: rgb(233, 236, 239);
}

.fillter-content {
  position: absolute;
  top: 48px;
  right: 6px;
  width: 250px;
  z-index: 9;
  background: white;
  border: 1px solid #c7cfd6;
  border-radius: 5px;
  padding: 10px 15px !important;
  text-align: left;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
}

.fillter-content-1 {
  position: absolute;
  top: 48px;
  right: 6px;
  width: 250px;
  z-index: 9;
  background: white;
  border: 1px solid #c7cfd6;
  border-radius: 5px;
  padding: 10px 15px !important;
  text-align: left;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
}

.fillter-content-2 {
  position: absolute;
  top: 48px;
  right: 10px;
  width: 250px;
  z-index: 9;
  background: white;
  border: 1px solid #c7cfd6;
  border-radius: 5px;
  padding: 10px 15px !important;
  text-align: left;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
}

.fillter-content-border {
  content: " ";
  position: absolute;
  top: -7px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 7px 9px;
  border-color: transparent transparent #c7cfd6 transparent;
}

.fillter-content-border-1 {
  content: " ";
  position: absolute;
  top: -5px;
  right: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 6px 7px;
  border-color: transparent transparent #ffffff transparent;
}

.fillter-content-2 .btn {
  font-size: 12px;
  font-weight: 400;
  padding: 6px;
  min-width: 60px;
}

.fillter-content-2 .btn-theme5-o {
  padding-left: 0 !important;
  text-align: left;
}

.btn-theme5-o {
  font-size: 12px;
  background: transparent;
  border-radius: 5px;
  color: #0093ee;
  line-height: 1;
  padding: 11px 32px;
  font-family: "Rubik", sans-serif;
  border: 2px solid transparent;
  font-weight: 600;
  padding-left: 0;
}

.btn-theme5-o:hover {
  color: #3f536e;
}

.fillter-content .btn-theme1 {
  font-size: 12px;
  font-weight: 600;
}

.br-5 {
  border-radius: 5px !important;
}

.container40 {
  max-width: 1440px;
}

.cont-box {
  padding: 16px 20px;
  background: white;
  box-shadow: 0px 0px 5px 3px #ececec;
}

.cont-box h2 {
  color: #2c405a;
  font-size: 23px;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 1;
}

.cont-box table tr td {
  font-size: 15px;
  color: #2c405a;
}

.cont-box table tr td:first-child {
  width: 39%;
}

.cont-box-left img {
  max-width: 158px;
  margin-bottom: 5px;
}

.cont-box-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cont-box-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cont-box-right h3 {
  color: #3f536e;
  font-size: 14px;
  margin-bottom: 5px;
}

.cont-box-right p {
  color: #727e8c;
  font-size: 12px;
  margin-bottom: 0px;
  word-break: break-word;
}

.cont-box-grey {
  padding: 16px 15px;
  background: #f1f2f2;
}

.cont-box-grey h2 {
  color: #8dabc4;
  font-size: 11px;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 17px;
}

.label-cus {
  border: 1px solid black;
  padding: 0px;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  min-width: 130px;
}

.label-cus-1 {
  border: 1px solid #ff5b5c;
  background: #ffdede;
  color: #ff5b5c;
}

.label-cus-2 {
  border: 1px solid #02cfdc;
  background: #d1e9eb;
  color: #02cfdc;
}

.label-cus-3 {
  border: 1px solid #fd7b1f;
  background: #fff1e8;
  color: #fd7b1f;
}

.label-cus-4 {
  border: 1px solid #ab7df6;
  background: #f7f2fe;
  color: #ab7df6;
}

.label-cus-5 {
  border: 1px solid #faca00;
  background: #fffae5;
  color: #faca00;
}

.label-cus-6 {
  border: 1px solid #5a8dee;
  background: #eef3fe;
  color: #5a8dee;
}

.label-cus-7 {
  border: 1px solid #3bda8b;
  background: #ebfbf3;
  color: #3bda8b;
}

.btn-mod {
  cursor: pointer;
}

#editUserModal .first-label {
  font-size: 17px;
}

#editUserModal hr {
  margin: 13px 0px;
}

.cus-radio-label {
  display: flex;
  justify-content: center;
  align-items: center;
}

#activityModal .modal-content {
  padding: 10px;
  border: 1px solid #b7d2e5;
  max-width: 280px;
  margin: 0 auto;
}

#activityModal .modal-header .close {
  top: 22px;
}

.f-11 {
  font-size: 11px;
}

.tpd-top {
  background: #f2f4f4;
  padding: 10px;
  border: 1px solid #a8c6df;
  height: 152px;
  overflow: auto;
  border-radius: 4px;
}

.tpd-top p {
  font-size: 12px;
  cursor: pointer;
}

.tpd-top div {
  font-size: 12px;
  color: #3f536e;
}

.btn-bor {
  border: 1px solid #a8c6df;
  display: inline-flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 24px;
  border-radius: 2px;
}

.btn-bor-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pr0ires {
  padding-right: 0px !important;
}

.pl0ires {
  padding-left: 0px !important;
}

.btn-bor-1 img:first-child {
  position: relative;
  right: -2px;
}

.btn-bor-1 img:last-child {
  position: relative;
  right: 4px;
}

.tab-top {
  background: #263546;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px !important;
  height: 30px;
  border-radius: 4px;
}

.tab-top-training {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px !important;
  height: 30px;
  border-radius: 4px;
}

.tra-box-dark {
  padding: 40px 25px;
  background: #263546;
  box-shadow: 0px 0px 5px 3px #ececec;
  margin-bottom: 20px;
}

.tra-box-dark h2 {
  color: white;
  font-size: 23px;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tra-box-dark p {
  color: white;
  font-size: 17px;
  font-family: "Heebo", sans-serif;
  word-break: break-word;
  min-height: 95px;
}

.tra-box-dark-left img {
  width: 200px;
  border-radius: 5px;
  object-fit: cover;
  height: 200px;
  border: 3px solid white;
}

.tra-box-dark-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 230px;
  max-height: 200px;
  overflow: hidden;
}

.video-roles-main .form-check {
  display: flex;
  align-items: flex-start;
}

.thumb-plus-main {
  width: 230px;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thumb-plus-main a {
  width: 100%;
  height: 100%;
}

.thumb-plus-img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
  border: 3px solid white;
}

.custom-switch .custom-control-label::before {
  left: -3.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 1.5rem;
  width: 45px;
  height: 20px;
  background-color: #adb5bd;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2.5px);
  left: calc(-3.25rem + 3px);
  width: calc(1.2rem - 4px);
  height: calc(1.2rem - 4px);
  background-color: white;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(1.5rem);
}



/* .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #007bff !important;
  background-color: #007bff !important;
} */

.trabd-label {
  color: white;
  font-size: 10px;
  margin-right: 14px;
}

.course-box .tab-pane {
  background: white;
}

.course-box .nav-item a,
.course-box .nav-item button {
  color: #3f536e;
  font-size: 17px;
  min-width: 150px;
  text-align: center;
  background: transparent;
}

.course-box a.active {
  font-weight: 500;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-bottom: 1px solid #dee2e6;
}

.catmd-input {
  width: 44px;
  text-align: center;
  margin-right: 10px;
}

.catmd-input+span {
  font-size: 15px;
  color: #2c405a;
  line-height: 22px;
}

/* .course-box > .nav-tabs {
    border-bottom: 0px;
} */

.catmd-main {
  margin-top: 160px;
}

#sign-up .modal-dialog {
  max-width: 450px;
}

#sign-up .modal-dialog .f-15 {
  color: #2c405a;
}

#sign-up .modal-dialog .form-control {
  max-width: 320px;
  height: 42px;
  margin: 0 auto;
}

#sign-up .modal-dialog .fnl-input .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 13px;
}

#sign-up .modal-dialog .fnl-input .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 13px;
}

#sign-up .modal-dialog .fnl-input .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 13px;
}

#sign-up .modal-dialog .btn-theme {
  min-width: 170px;
}

#addParticipantsModal .modal-dialog,
#EditDueDateModal1 .modal-dialog,
#EditDueDateModal2 .modal-dialog,
#EditDueDateModal3 .modal-dialog,
#cloneModuleModal .modal-dialog,
#addTeamModal .modal-dialog {
  max-width: 600px;
  width: 600px;
}

#AddMultipleModal .modal-dialog,
#AddSingleModal .modal-dialog,
#AddShortModal .modal-dialog {
  max-width: 700px;
  width: 700px;
}

/* #deleteCatmModal .modal-dialog, #deleteModuleModal .modal-dialog, #uploadFileModal .modal-dialog {
    max-width: 400px;
} */

.modal-dialog {
  max-width: 400px;
  width: 400px;
}

.notif-main {
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
  border-radius: 5px;
  padding: 32px 20px;
  border: 1px solid #e0dfd5;
  margin-bottom: 20px;
}

.notif-main:last-child {
  margin-bottom: 0px;
}

.notif-main h2 {
  color: #3f536e;
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 0px;
  font-family: "Heebo", sans-serif;
}

.notif-main p {
  font-size: 14px;
  margin-bottom: 0px;
}

input.toggle {
  display: none !important;
}

input.toggle+label {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  background: transparent;
  height: 22px;
  line-height: 1em;
  width: 42px;
  border-radius: 5px;
  padding: 0;
  transition: all 250ms linear;
  cursor: pointer;
  border: 1px solid #a8c6df;
  padding: 11px;
}

input.toggle+label:before {
  position: relative;
  display: inline-block;
  font-size: 0.8em;
  width: 20px;
  height: 20px;
  text-align: center;
  content: " ";
  color: #fff;
  margin-left: 1.25em;
  top: -1px;
}

input.toggle+label:after {
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-radius: 0.2em;
  transition: all 250ms linear;
  position: absolute;
  top: 1px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #e7edf3 url(../images/toggle-pause.svg) no-repeat;
  background-position: center;
  border: 1px solid #a8c6df;
}

input.toggle:checked+label {
  background-color: #5a8dee;
}

input.toggle:checked+label:before {
  content: " ";
  margin-left: 0.075em;
}

input.toggle:checked+label:after {
  left: calc(100% - 21px);
  border-color: #5a8dee;
  background-color: white;
}

input.toggle[disabled]+label,
input.toggle[readonly]+label {
  opacity: 0.5;
  cursor: default;
}

.run-btn {
  border: 1px solid #1c74dc;
  min-width: 300px;
  border-radius: 5px;
  text-align: center;
  height: 36px;
}

.run-btn:hover button {
  text-decoration: none;
}

.run-btn span {
  color: #1c74dc;
  display: block;
  font-weight: 500;
  padding: 5px;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
}

.sidebar-team {
  width: 400px;
  height: 100%;
  background: white;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 999;
  border: 1px solid #b7d2e5;
  overflow-y: auto;
  /* display: none; */
}

.sidebar-team table {
  width: 100%;
}

.sidebar-team .cont-box {
  box-shadow: none;
}

.sidebar-team .close-team-m {
  position: absolute;
  right: 10px;
  top: 0;
  background: white;
  border-radius: 25px;
  box-shadow: 0px 0px 5px 1px #ccc;
  padding: 0 4px;
  font-size: 30px;
  font-weight: 300;
  color: #475f7b;
  opacity: 1;
  line-height: 0.8;
  border: 0;
}

.sidebar-team .cont-box table tr td:first-child {
  width: 25%;
}

.cus-table-1 tr td:nth-child(1) {
  width: 50px;
  margin-bottom: 10px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  padding-top: 5px !important;
  text-align: center;
}

.cus-table-1 tr td:nth-child(2) {
  width: 30px;
  margin-bottom: 10px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  padding-top: 5px !important;
  text-align: center;
}

.cus-table-1 tr td:nth-child(2) {
  padding-top: 9px !important;
}

/* .cus-table-1 tr td:nth-child(2) div {
  margin: 0 auto;
} */

.cus-table-1 tr td:nth-child(3) {
  /* padding-top: 10px !important; */
}

.cus-table-1 tr td:nth-child(4) {
  margin-left: auto;
  padding-top: 12px;
}

.cus-table-1 tr td {
  padding: 6px 20px;
}

.tb-btn-cont .dropleft .dropdown-menu {
  transform: translate3d(-112px, 38px, 0px) !important;
  min-width: 140px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
}

/* .cus-table-1 tr:hover {
  background: #e9ecec !important;
  border-color: #c7cfd6 !important;
  outline-width: 0 !important;
  color: #3f536e !important;
} */

.mx-50 {
  max-width: 50px;
}

.upload-browse .custom-file-label {
  height: 36px;
  font-size: 15px;
  color: #aeb2b7;
  border-color: #D0D5DD;
  border-radius: 8px;
}

.upload-browse .custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
  height: 37px;
  font-size: 15px;
  color: #2c405a;
}

.custom-file-input {
  position: initial;
}

.tpd-top .form-control {
  height: 24px;
  font-size: 13px;
  border-color: white;
  color: #727e8c;
}

.tpd-top .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #727e8c;
  font-size: 13px;
}

.tpd-top .form-control:-ms-input-placeholder {
  /* Internet Explorer */
  color: #727e8c;
  font-size: 13px;
}

.tpd-top .form-control::placeholder {
  color: #727e8c;
  font-size: 13px;
}

.course-box input.toggle+label {
  margin-top: 15px;
}

#AddMultipleModal .form-check-input,
#AddSingleModal .form-check-input,
#AddShortModal .form-check-input {
  margin-top: 2px;
  border-color: #ced4da;
}

.delete-cont-left {
  width: 96%;
  padding: 0 15px;
}

.delete-cont-right {
  padding-left: 0;
  text-align: right;
}

.delete-cont-right i {
  color: #3f536e;
  margin-top: 8px;
  cursor: pointer;
}

.add-answer {
  color: #5a8dee;
  font-size: 10px;
  font-family: "Heebo", sans-serif;
  text-align: right;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
}

.rdt_TableHeadRow,
.rdt_TableRow {
  min-height: 50px !important;
  border-bottom-color: #c7cfd6 !important;
  color: #3f536e !important;
  font-size: 14px !important;
}

.rdt_TableRow:hover {
  background: #E7EDF3 !important;
  border-color: #c7cfd6 !important;
  outline-width: 0 !important;
  color: #3f536e !important;
}

.user-main .rdt_Table .rdt_TableRow .rdt_TableCell {
  max-width: 200px !important;
}

.user-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) div {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  white-space: nowrap;
}

.traning-content-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 750px;
}

.traning-content-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 750px;
}

.traning-content-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) div span {
  font-weight: 500;
}

.traning-content-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 110px !important;
  min-width: 110px;
}

.traning-content-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 110px !important;
  min-width: 110px;
}

.traning-content-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) div {
  white-space: nowrap;
  overflow: hidden;
  max-width: 100px;
  text-overflow: ellipsis;
}

.traning-content-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 75px !important;
  min-width: 75px;
  padding-right: 0px !important;
}

.traning-content-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 75px !important;
  min-width: 75px;
  padding-right: 0px !important;
}

.traning-content-main .rdt_Table .rdt_TableRow .rdt_TableCell:last-child div {
  overflow: visible;
}

.activity-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:first-child {
  max-width: 60px !important;
  min-width: 60px;
}

.activity-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  max-width: 60px !important;
  min-width: 60px;
  padding-right: 0px !important;
}

.activity-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 120px !important;
  min-width: 120px;
}

.activity-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 122px !important;
  min-width: 122px;
}

.activity-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) div {
  display: inline-block;
  margin-right: 5px;
  width: 100%;
}

.activity-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) div p {
  width: 100%;
  font-size: 14px;
}

.activity-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) span {
  display: inline-flex;
  margin-right: 5px;
}

.activity-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  text-align: right;
  max-width: 60px !important;
  min-width: 60px;
}

.activity-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  text-align: right;
  min-width: 60px;
  max-width: 60px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.user-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-right: 0px !important;
}

.user-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-right: 0px !important;
}

.user-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 250px !important;
  min-width: 250px;
}

.user-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 250px !important;
  min-width: 250px;
}

.user-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 185px !important;
  min-width: 185px;
}

.user-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 185px !important;
  min-width: 185px;
}

.user-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 160px !important;
  min-width: 160px;
}

.user-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 160px !important;
  min-width: 160px;
}

.user-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 175px !important;
  min-width: 175px;
}

.user-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 175px !important;
  min-width: 175px;
}

.user-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {
  max-width: 140px !important;
  min-width: 140px;
}

.user-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(6) {
  max-width: 140px !important;
  min-width: 140px;
}

.user-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7) {
  max-width: 90px !important;
  min-width: 90px;
  display: flex;
  padding-right: 0px !important;
}

.user-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(7) {
  max-width: 90px !important;
  min-width: 90px;
  display: flex;
  padding-right: 3px !important;
}

.user-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  text-align: right;
  max-width: 40px !important;
  min-width: 40px;
}

.user-main .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  text-align: right;
  /* Reshaeel changes minwidth from 40 to 60px */
  min-width: 60px;
  max-width: 50px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 0px !important;
}

.traning-content-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  text-align: right;
  max-width: 40px !important;
  min-width: 40px;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,400;1,500;1,600;1,700;1,900&display=swap");

/* @import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,600;0,700;0,900;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url(fonts.css);

body {
  background-color: #f2f4f4;
  font-family: "Heebo", sans-serif;
}

.ReactCollapse--collapse {
  transition: height 500ms;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Heebo", sans-serif;
  font-weight: bold;
}

p {
  color: #3f536e;
  font-size: 17px;
  line-height: 19px;
}

label {
  color: #3f536e;
  margin-bottom: 0px;
  font-size: 11px;
  font-weight: 500;
}

.five-main-left label {
  margin-bottom: 3px;
}

a {
  color: #0093ee;
}

a:hover {
  text-decoration: none;
  color: #3f536e;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: bold;
}

.selected-module h2 {
  font-size: 32px !important;
  font-family: "Heebo", sans-serif !important;
}

.selected-module ol {
  padding-left: 20px !important;
}

.btn-primary {
  background: #2965d5;
  border-color: #2965d5;
  font-size: 14px;
  min-width: 140px;
  font-family: "Rubik", sans-serif;
  font-weight: normal;
}

.btn-purple {
  background: #ab7df6;
  border-color: #ab7df6;
  font-size: 14px;
  min-width: 140px;
  color: white;
}

.btn-purple:hover {
  color: white;
}

.btn-default {
  background: white;
  border-color: #2965d5;
  color: #2965d5;
  font-size: 14px;
  min-width: 140px;
}

.btn-theme {
  font-size: 12px;
  background: #637080;
  border-radius: 5px;
  color: white;
  line-height: 1;
  padding: 12px 15px 10px;
  font-family: "Heebo", sans-serif;
  min-width: 125px;
  font-weight: 500;
}

.btn-theme:hover {
  color: white;
}

.btn-theme1 {
  font-size: 14px;
  background: #2965d5;
  border-radius: 5px;
  color: white;
  line-height: 1;
  padding: 11px 15px 11px;
  font-family: "Rubik", sans-serif;
  border: 2px solid #2965d5;
  min-width: 100px;
}

.btn-theme1:hover {
  color: white;
  border: 2px solid #2965d5;
}

.btn-theme-d {
  font-size: 14px;
  background: #ff5b5c;
  border: 2px solid #ff5b5c;
  border-radius: 5px;
  color: white;
  line-height: 1;
  padding: 9px 15px 9px;
  font-family: "Rubik", sans-serif;
  min-width: 100px;
}

.btn-theme-d:hover {
  color: white;
}

.btn-theme1-o {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  background: transparent;
  border-radius: 5px;
  color: #2965d5;
  padding: 9px 15px 8px;
  font-family: "Rubik", sans-serif;
  border: 2px solid #2965d5;
  min-width: 100px;
}

.btn-theme1-o:hover {
  color: #2965d5;
  border: 2px solid #2965d5;
}

.btn-theme2-o {
  font-size: 14px;
  background: transparent;
  border-radius: 5px;
  color: #c7cfd6;
  line-height: 1;
  padding: 10px;
  font-family: "Rubik", sans-serif;
  border: 1px solid #c7cfd6;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  width: 38px;
  height: 38px;
}

.btn-theme2-o:hover {
  color: #2965d5;
  border: 1px solid #c7cfd6;
}

.btn-theme3-o {
  font-size: 14px;
  background: transparent;
  border-radius: 5px;
  color: #c7cfd6;
  line-height: 1;
  padding: 6px;
  font-family: "Rubik", sans-serif;
  border: 1px solid #c7cfd6;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  width: 38px;
  height: 38px;
}

.btn-theme3-p {
  font-size: 14px;
  background: transparent;
  border-radius: 5px;
  color: #c7cfd6;
  line-height: 1;
  padding: 6px;
  font-family: "Rubik", sans-serif;
  border: 1px solid #c7cfd6;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  width: 38px;
  height: 38px;
}

.btn-theme3-o:hover {
  color: #2965d5;
  z-index: 0 !important;
}

.btn-theme4-o {
  font-size: 12px;
  color: #2965d5;
  font-weight: 500;
  padding: 10px;
  font-family: "Heebo", sans-serif;
}

.btn-theme4-o:hover {
  color: #2965d5;
}

.btn-theme6-o {
  font-size: 12px;
  color: #0093ee;
  font-weight: 500;
  padding: 10px;
  font-family: "Heebo", sans-serif;
}

.btn-theme6-o:hover {
  color: #0093ee;
}

.btn-theme6-o:focus {
  box-shadow: none;
}

.form-control {
  font-size: 15px;
  border-color: #a8c6df;
  color: #727e8c;
  font-family: "Heebo", sans-serif;
  height: 36px;
  overflow: hidden;
}

.form-control::-webkit-input-placeholder {
  /* Edge */
  color: #aeb2b7;
  font-size: 15px;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer */
  color: #aeb2b7;
  font-size: 15px;
}

.form-control::placeholder {
  color: #aeb2b7;
  font-size: 15px;
}

select.form-control {
  color: #2c405a;
  font-family: "Heebo", sans-serif;
  padding: 0.375rem 0.5rem;
  padding-right: 30px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background: url(../images/icon_select.svg) no-repeat center right 8px !important;
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}

.five-main-left .form-control {
  font-size: 15px;
  border-color: #a8c6df;
  color: #727e8c;
}

.five-main-left .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #aeb2b7;
  font-size: 15px;
}

.five-main-left .form-control:-ms-input-placeholder {
  /* Internet Explorer */
  color: #aeb2b7;
  font-size: 15px;
}

.five-main-left .form-control::placeholder {
  color: #aeb2b7;
  font-size: 15px;
}

.five-main-left {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 500px;
  height: 100%;
  float: right;
  padding: 15px;
}

.five-main-left .form-control {
  max-width: 270px;
}

.five-main-left h2 {
  color: #2c405a;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 34px;
  margin-bottom: 25px;
}

.five-main-left p {
  margin-bottom: 10px;
  line-height: 19px;
  font-size: 17px;
  max-width: 380px;
}

.five-main-left .btn-theme {
  min-width: 142px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.fnl-input {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.fnl-input input {
  margin-right: 5px;
}

.fnl-input+.smallerr {
  display: flex;
}

.fnl-input+.smallerr .form-text {
  text-align: left !important;
  font-size: 15px !important;
}

.five-main-right-text {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  color: white;
  padding: 45px;
  text-align: right;
  background: rgb(000, 000, 000, 0.5);
}

.five-main-right img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.five-main-right h2 {
  font-family: "Montserrat", sans-serif;
}

.five-main-right p {
  font-family: "Montserrat", sans-serif;
  color: white;
  font-size: 14px;
  font-weight: 500;
}

.modal-dialog p {
  font-size: 15px;
}

.multi-select span,
.multi-select span.gray {
  color: #3f536e;
  font-size: 15px;
  font-weight: normal;
}

/* .multi-select svg.gray {
  color: #3f536e;
  position: relative;
  right: -7px;
} */

.multi-select .item-renderer {
  align-items: center !important;
}

.multi-select .item-renderer span {
  font-size: 13px !important;
}

.multi-select .dropdown-content {
  top: -8px !important;
}

.multi-select .search-clear-button {
  right: 9px !important;
  background: #ffff !important;
}

.multi-select .dropdown-container:focus-within {
  box-shadow: none !important;
  border-color: #a8c6df !important;
}

.multi-select .item-renderer input {
  margin: 0 15px 0 0 !important;
}

.login-modal .modal-dialog p {
  margin-bottom: 0px;
  font-size: 15px;
}

.login-modal .modal-dialog h3 {
  color: #0A090B;
  font-weight: 600;
  font-size: 20px;
}

.login-modal .modal-dialog .modal-header {
  align-items: center;
  justify-content: center;
}

.login-modal .modal-header .close {
  position: absolute;
  right: 30px;
  background: white;
  border-radius: 25px;
  box-shadow: 0px 0px 5px 1px #ccc;
  padding: 0 6px;
  font-size: 30px;
  font-weight: 300;
  color: #475f7b;
  opacity: 1;
}

.modal-dialog p {
  margin-bottom: 0px;
}

.modal-body {
  padding: 10px 4px 0px;
}

.modal-content {
  padding: 10px;
  border: 1px solid #b7d2e5;
  border-radius: 4px;
  padding-bottom: 7px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
}

.modal-dialog h3 {

  color: #0A090B;
  font-weight: 600;
  font-size: 20px;
}

.modal-dialog .modal-header {
  align-items: center;
  justify-content: start;
  padding: 0px 5px 10px;
  border-bottom: 1px solid #c5d9e8;
  position: relative;
}

.modal-dialog .modal-header .sign-up-modal {
  align-items: center;
  justify-content: start;
  padding: 0px 5px 10px;
  border-bottom: 1px solid #c5d9e8;
  position: relative;
}

.modal-dialog .modal-footer {
  border-top: 1px solid #c5d9e8;
  padding: 7px 0px 0px !important;
  margin-top: 12px !important;
}

.modal-header .close {
  position: absolute;
  right: 19px;
  top: 20px;
  background: white;
  border-radius: 25px;
  box-shadow: 0px 0px 5px 1px #ccc;
  padding: 0 4px;
  font-size: 30px;
  font-weight: 300;
  color: #475f7b;
  opacity: 1;
  line-height: 0.8;
}

.close-btn{
  float: none;
    font-weight: 400;
    font-size: 20px;
    margin-left: 10px;
    color: red;
}
.modal-header .close span {
  font-weight: 400;
  position: relative;
  /* top: 1px; */
}



.modal-content .close span {
  font-weight: 100;
  position: relative;
  /* top: 1px; */
  line-height: 15px;
  color: #ADACB0;
}


.drmbody-text {
  text-align: center;
  font-size: 15px;
  color: #2c405a;
}

.ps {
  position: relative;
}

.login-form {
  top: 58px !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  border-radius: 0.25rem !important;
}

.login-form .lf-right p:first-child {
  font-size: 12px;
  margin-bottom: 0px;
}

.login-form .lf-right p:first-child a {
  color: #0093ee;
  line-height: 19px;
}

.login-form .lf-right p:nth-child(2) {
  font-size: 12px;
  margin-bottom: 0px;
  color: #727e8c !important;
}

.login-form .lf-right p:nth-child(3) {
  font-size: 12px;
  margin-bottom: 0px;
  color: #0093ee !important;
}

.login-form .If-right-bottom p,
.login-form .If-right-bottom p:hover {
  color: #3f536e;
  font-size: 15px;
  line-height: 19px;
  cursor: pointer;
  margin-bottom: 0px;
}

.If-right-bottom a {
  font-size: 15px;
}

.action-buttons img {
  max-width: 36px;
  border-radius: 25px;
}

.question {
  display: flex;
  align-items: center;
}

.logo {
  display: flex;
  justify-content: start;
  align-items: center;
}

.menu-bottom {
  min-height: 60px;
}

.navbar-expand-lg.menu-bottom .navbar-nav .nav-link {
  color: #000 !important;
  font-size: 15px;
  padding: 10px;
  display: flex;
  align-items: center;
  font-family: "Rubik", sans-serif;
}
/*
.navbar-expand-lg.menu-bottom .navbar-nav .nav-link:hover {
  background: #e9ecec;
  border-radius: 5px;
}
  */

.navbar-expand-lg.menu-bottom .navbar-nav .nav-link img {
  margin-right: 13px;
}

.navbar-expand-lg.menu-bottom .navbar-nav .nav-link i {
  margin-right: 10px;
  display: none !important;
}

.dropdown-toggle::after {
  margin-left: 7px;
  margin-bottom: 4px;
}

.menu-bottom .container {
  padding: 0px 5px;
}

.bg-theme {
  background-color: #181818 !important;
}

.bg-theme nav {
  padding: 10.5px 0px;
}

.navbar .action-buttons .dropdown-toggle {
  padding-right: 0px;
}

.bg-theme .navbar-toggler {
  color: white;
  border-color: white;
}

.question img,
.question-1 img {
  max-width: 16px;
  margin-right: 10px;
}

.question-1 {
  padding-left: 0;
  padding-right: 10px;
}

.navbar-main {
  width: 100%;
  display: flex;
  margin-left:-6px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  border: 0px;
  top: 65px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
  border-radius: 5px;
  color: #475e7a;
  min-width: 180px;
  border: 1px solid #c7ced6;
}
.navbar-expand-lg .dropdown-item.active, .navbar-expand-lg .dropdown-item:active{
background: none;
}
.login-arrow {
  position: absolute;
  top: -10px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 7px 10px;
  border-color: transparent transparent #cccece transparent;
}

.login-arrow-1 {
  position: absolute;
  top: -8px;
  right: 24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 4px 6px;
  border-color: transparent transparent #ffffff transparent;
}

.action-buttons .navbar-light .navbar-nav .nav-link:focus,
.action-buttons .navbar-light .navbar-nav .nav-link:hover {
  background: transparent;
}

.action-buttons .navbar-light .navbar-nav .nav-link:focus,
.action-buttons .navbar-light .navbar-nav .nav-link:hover {
  background: transparent;
}



.navbar-expand-lg .navbar-nav .login-form {
  background-color: white;
  text-align: right;
}

.navbar-expand-lg .navbar-nav .login-form img {
  max-width: 100%;
}


/*
.action-buttons .dropdown-toggle::after {
  content: " ";
  display: inline-block;
  background: url(../images/dropdown-arrow.svg) no-repeat;
  width: 18px;
  height: 9px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  position: relative;
  top: 0px;
  right: -3px;
}
  */

.bg-light {
  border: 1px solid #c7cfd6;
}

.content-section {
  padding: 25px 0px;
}

.cs-rubik {
  font-family: "Rubik", sans-serif;
  font-size: 17px !important;
  color: #3f536e;
  font-weight: 400;
}

.cs-rubik a {
  color: #8DABC4;
}

.cs-rubik span,
.cs-rubik span a {
  color: #8dabc4;
  cursor: pointer;
  margin-right: 5px;
  margin-left: 5px;
}


.cs-rubikk {
  font-family: "Rubik", sans-serif;
  font-size: 17px !important;
  color: #3f536e;
  font-weight: 400;
}

.cs-rubik a {
  color: #8DABC4;
}

.cs-rubik span,
.cs-rubik span a {
  color: #8dabc4;
  cursor: pointer;
  margin-right: 5px;
  margin-left: 5px;
}

.dash-box {
  padding: 15px;
  background: white;
  border-radius: 5px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
}

.dash-box h2 {
  color: #2c405a;
  font-size: 23px;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
}

.dash-box table tr td {
  font-size: 15px;
  color: #3f536e;
  padding: 1px 20px 1px 3px;
  text-transform: capitalize;
}

.dash-box-left img {
  width: 158px;
  height: 180px;
  object-fit: cover;
  margin-bottom: 5px;
}

.dash-box-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 188px;
}

.dash-box-left a {
  font-size: 13px;
}

.dash-box form {
  width: 100%;
}

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

.dashboard-table-1 select {
  font-size: 15px;
  color: #727e8c;
  border-color: #c7cfd6;
  border: 1px solid #c7cfd6;
}

.dashboard-table-1 .display,
.dashboard-table-1 .ui-corner-tr {
  background: white;
  border-right: 1px solid #c7cfd6;
  border-left: 1px solid #c7cfd6;
  border-top: 1px solid #c7cfd6;
}

.dashboard-table-1 .ui-corner-tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dashboard-table-1 .ui-corner-br {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dashboard-table-1 table {
  margin: 0px !important;
  border-right: 1px solid #c7cfd6;
  border-left: 1px solid #c7cfd6;
  border-top: 0px !important;
}

.dashboard-table-1 table.dataTable.no-footer {
  border-bottom: 1px solid #c7cfd6;
}

.dashboard-table-1 table.dataTable.display tbody tr.odd>.sorting_1,
.dashboard-table-1 table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
  background-color: transparent;
}

.dashboard-table-1 .dataTables_wrapper .ui-widget-header {
  /* display: flex;
    justify-content: space-between;
    align-items: center; */
}

.dashboard-table-1 #table_id_length {
  display: none;
}

.dashboard-table-1 .dataTables_info {
  display: none;
}

.dashboard-table-1 table.dataTable.stripe tbody tr.odd,
.dashboard-table-1 table.dataTable.display tbody tr.odd {
  background-color: transparent;
}

.dashboard-table-1 table.dataTable thead th div.DataTables_sort_wrapper {
  position: relative;
  color: #3f536e;
  font-size: 14px;
  font-weight: 400;
}

.dashboard-table-1 table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:after {
  display: none;
}

.dashboard-table-1 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;
}

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;
}

.dashboard-table-1 table.dataTable.display tbody tr.odd>.sorting_1,
.dashboard-table-1 table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
  background-color: transparent;
  color: #3f536e;
  font-size: 14px;
}

.dashboard-table-1 table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
  background-color: transparent;
  color: #3f536e;
  font-size: 14px;
}

.dashboard-table-1 table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #c7cfd6;
  color: #3f536e !important;
  font-size: 14px !important;
  padding: 15px 20px;
}

.dashboard-table-1 table.dataTable.hover tbody tr:hover,
.dashboard-table-1 table.dataTable.display tbody tr:hover {
  background-color: #e7edf3;
}

.dashboard-table-1 table thead th {
  border-top: 1px solid #c7cfd6;
  border-bottom: 1px solid #c7cfd6;
  padding: 15px 20px;
  font-weight: 400 !important;
  font-family: "Rubik", sans-serif;
  color: #3f536e !important;
  font-size: 14px !important;
  line-height: 19px !important;
}

.dashboard-table-1 .tb-btn-cont {
  /* display: flex;
    justify-content: center; */
}

.dashboard-table-1 .tb-btn-cont .btn {
  width: 10px;
  padding: 0;
}

.dashboard-table-1 .tb-btn-cont i {
  color: #5a8dee;
}

.dashboard-table-1 {
  font-family: "Rubik", sans-serif;
}

.dashboard-table-1 .tb-btn-cont .dropdown-item {
  color: #3f536e;
  font-size: 14px;
  font-family: "Heebo", sans-serif;
}

.dashboard-table-1 .dataTables_paginate {
  margin-top: 10px !important;
}

.dashboard-table-1 .dataTables_paginate>a {
  background: #e7edf3;
  color: #3f3356;
  border-radius: 5px;
  font-size: 14px;
  padding: 7px 14px !important;
  margin: 0px 4px;
}

.dashboard-table-1 .dataTables_paginate>a:hover {
  background: #5a8dee;
  color: white;
  border-radius: 5px !important;
}

.dashboard-table-1 .dataTables_paginate>span>a {
  background: transparent;
  color: #3f3356;
  border-radius: 5px;
  font-size: 14px;
  padding: 7px 14px !important;
  margin: 0px 4px !important;
}

.dashboard-table-1 .dataTables_paginate>span>a:hover {
  background: #5a8dee;
  color: white;
  border-radius: 5px !important;
  font-size: 14px;
  padding: 7px 14px !important;
  margin: 0px 4px !important;
}

.dashboard-table-1 div.dataTables_wrapper div.dataTables_filter {
  width: 70%;
}

.dashboard-table-1 div.dataTables_wrapper div.dataTables_filter label {
  width: 100%;
}

.dashboard-table-1 div.dataTables_wrapper div.dataTables_filter input {
  width: 100%;
}

.mw-150 {
  max-width: 150px !important;
}

.dashboard-table-1 .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #7ecb44 !important;
  background-color: #7ecb44 !important;
}

.dashboard-table-1 tr td p {
  margin-bottom: 0px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.dashboard-table-1 {
  font-size: 14px;
  width: 100%;
  overflow: visible;
}

.f-medium {
  font-weight: 600;
}

.dashboard-table-1 tr td p:nth-child(2) {
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 700px;
}

.dashboard-table-1 .custom-switch .custom-control-label::before {
  left: -3.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 1.5rem;
  width: 45px;
  height: 20px;
}

.dashboard-table-1 .custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 3px);
  width: calc(1.2rem - 4px);
  height: calc(1.2rem - 4px);
  background-color: #fff;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
}

.dashboard-table-1 .custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #adb5bd;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.5rem);
}

#addUserModal small {
  font-size: 15px;
  display: flex;
  max-width: 380px;
  margin: 0 auto;
  color: #2c405a;
}

#addUserModal .modal-body form>label {
  font-size: 17px !important;
  color: #2c405a;
}

#bulkUserModal p {
  font-size: 13px;
  color: #2c405a;
}

#bulkUserModal p.f-15 {
  font-size: 15px;
}

#bulkUserModal a {
  color: #0093ee;
  font-size: 13px;
}

#bulkUserModal .form-check label {
  color: #3f536e;
  font-size: 13px;
  font-weight: normal;
}

.navbar .action-buttons .nav-item {
  color: white !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
}

.navbar .action-buttons .nav-item img {
  width: 28px;
  height: 28px;
}

.navbar .action-buttons .dropdown-toggle img {
  object-fit: cover;
  position: relative;
  right: -3px;
}

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

.navbar .action-buttons .nav-item p:first-child {
  text-align: right;
  margin-right: 10px;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0px;
  color: white;
  font-family: "Rubik", sans-serif;
  text-transform: capitalize;
}

.navbar .action-buttons .nav-item p:last-child {
  text-align: right;
  margin-right: 10px;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0px;
  color: #929292;
  font-family: "IBM Plex Sans";
}

#errorRoleModal p {
  max-width: 360px;
  margin: 0 auto;
}

#errorRoleModal .modal-dialog .modal-header {
  justify-content: center;
}

.dashboard-table-1 .dataTables_wrapper .ui-toolbar {
  padding-right: 0px;
}

.dashboard-table-1 .dataTables_paginate>a {
  margin: 0px 0 4px 0;
}

.dashboard-table-2 .display,
.dashboard-table-2 .ui-corner-tr {
  border-right: 0px;
  border-left: 0px;
}

.dt1-drop .dropdown-item {
  font-size: 14px;
  color: #3f536e;
  font-family: "Heebo", sans-serif;
  padding: 0.47rem 0.5rem 0.47rem 1.4rem;
  min-width: 140px;
}

.dt1-drop .dropdown-item.active,
.dt1-drop .dropdown-item:active {
  background-color: rgb(233, 236, 239);
}

.fillter-content {
  position: absolute;
  top: 48px;
  right: 6px;
  width: 250px;
  z-index: 9;
  background: white;
  border: 1px solid #c7cfd6;
  border-radius: 5px;
  padding: 10px 15px !important;
  text-align: left;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
}

.fillter-content-1 {
  position: absolute;
  top: 48px;
  right: 6px;
  width: 250px;
  z-index: 9;
  background: white;
  border: 1px solid #c7cfd6;
  border-radius: 5px;
  padding: 10px 15px !important;
  text-align: left;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
}

.fillter-content-2 {
  position: absolute;
  top: 48px;
  right: 10px;
  width: 250px;
  z-index: 9;
  background: white;
  border: 1px solid #c7cfd6;
  border-radius: 5px;
  padding: 10px 15px !important;
  text-align: left;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
}

.fillter-content-border {
  content: " ";
  position: absolute;
  top: -7px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 7px 9px;
  border-color: transparent transparent #c7cfd6 transparent;
}

.fillter-content-border-1 {
  content: " ";
  position: absolute;
  top: -5px;
  right: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 6px 7px;
  border-color: transparent transparent #ffffff transparent;
}

.fillter-content-2 .btn {
  font-size: 12px;
  font-weight: 400;
  padding: 6px;
  min-width: 60px;
}

.fillter-content-2 .btn-theme5-o {
  padding-left: 0 !important;
  text-align: left;
}

.btn-theme5-o {
  font-size: 12px;
  background: transparent;
  border-radius: 5px;
  color: #0093ee;
  line-height: 1;
  padding: 11px 32px;
  font-family: "Rubik", sans-serif;
  border: 2px solid transparent;
  font-weight: 600;
  padding-left: 0;
}

.btn-theme5-o:hover {
  color: #3f536e;
}

.fillter-content .btn-theme1 {
  font-size: 12px;
  font-weight: 600;
}

.br-5 {
  border-radius: 5px !important;
}

.container40 {
  max-width: 1440px;
}

.cont-box {
  padding: 16px 20px;
  background: white;
  box-shadow: 0px 0px 5px 3px #ececec;
}

.cont-box h2 {
  color: #2c405a;
  font-size: 23px;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 1;
}

.cont-box table tr td {
  font-size: 15px;
  color: #2c405a;
}

.cont-box table tr td:first-child {
  width: 39%;
}

.cont-box-left img {
  max-width: 158px;
  margin-bottom: 5px;
}

.cont-box-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cont-box-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cont-box-right h3 {
  color: #3f536e;
  font-size: 14px;
  margin-bottom: 5px;
}

.cont-box-right p {
  color: #727e8c;
  font-size: 12px;
  margin-bottom: 0px;
  word-break: break-word;
}

.cont-box-grey {
  padding: 16px 15px;
  background: #f1f2f2;
}

.cont-box-grey h2 {
  color: #8dabc4;
  font-size: 11px;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 17px;
}

.label-cus {
  border: 1px solid black;
  padding: 0px;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  min-width: 130px;
}

.label-cus-1 {
  border: 1px solid #ff5b5c;
  background: #ffdede;
  color: #ff5b5c;
}

.label-cus-2 {
  border: 1px solid #02cfdc;
  background: #d1e9eb;
  color: #02cfdc;
}

.label-cus-3 {
  border: 1px solid #fd7b1f;
  background: #fff1e8;
  color: #fd7b1f;
}

.label-cus-4 {
  border: 1px solid #ab7df6;
  background: #f7f2fe;
  color: #ab7df6;
}

.label-cus-5 {
  border: 1px solid #faca00;
  background: #fffae5;
  color: #faca00;
}

.label-cus-6 {
  border: 1px solid #5a8dee;
  background: #eef3fe;
  color: #5a8dee;
}

.label-cus-7 {
  border: 1px solid #3bda8b;
  background: #ebfbf3;
  color: #3bda8b;
}

.btn-mod {
  cursor: pointer;
}

#editUserModal .first-label {
  font-size: 17px;
}

#editUserModal hr {
  margin: 13px 0px;
}

.cus-radio-label {
  display: flex;
  justify-content: center;
  align-items: center;
}

#activityModal .modal-content {
  padding: 10px;
  border: 1px solid #b7d2e5;
  max-width: 280px;
  margin: 0 auto;
}

#activityModal .modal-header .close {
  top: 22px;
}

.f-11 {
  font-size: 11px;
}

.tpd-top {
  background: #f2f4f4;
  padding: 10px;
  border: 1px solid #a8c6df;
  height: 152px;
  overflow: auto;
  border-radius: 4px;
}

.tpd-top p {
  font-size: 12px;
  cursor: pointer;
}

.tpd-top div {
  font-size: 12px;
  color: #3f536e;
}

.btn-bor {
  border: 1px solid #a8c6df;
  display: inline-flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 24px;
  border-radius: 2px;
}

.btn-bor-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pr0ires {
  padding-right: 0px !important;
}

.pl0ires {
  padding-left: 0px !important;
}

.btn-bor-1 img:first-child {
  position: relative;
  right: -2px;
}

.btn-bor-1 img:last-child {
  position: relative;
  right: 4px;
}

.tab-top {
  background: #263546;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px !important;
  height: 30px;
  border-radius: 4px;
}

.tab-top-training {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px !important;
  height: 30px;
  border-radius: 4px;
}

.tra-box-dark {
  padding: 40px 25px;
  background: #263546;
  box-shadow: 0px 0px 5px 3px #ececec;
  margin-bottom: 20px;
}

.tra-box-dark h2 {
  color: white;
  font-size: 23px;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tra-box-dark p {
  color: white;
  font-size: 17px;
  font-family: "Heebo", sans-serif;
  word-break: break-word;
  min-height: 95px;
}

.tra-box-dark-left img {
  width: 200px;
  border-radius: 5px;
  object-fit: cover;
  height: 200px;
  border: 3px solid white;
}

.tra-box-dark-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 230px;
  max-height: 200px;
  overflow: hidden;
}

.video-roles-main .form-check {
  display: flex;
  align-items: flex-start;
}

.thumb-plus-main {
  width: 230px;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thumb-plus-main a {
  width: 100%;
  height: 100%;
}

.thumb-plus-img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
  border: 3px solid white;
}

.custom-switch .custom-control-label::before {
  left: -3.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 1.5rem;
  width: 45px;
  height: 20px;
  background-color: #adb5bd;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2.5px);
  left: calc(-3.25rem + 3px);
  width: calc(1.2rem - 4px);
  height: calc(1.2rem - 4px);
  background-color: white;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(1.5rem);
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #7ecb44 !important;
  background-color: #7ecb44 !important;
}

/* .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #007bff !important;
  background-color: #007bff !important;
} */

.trabd-label {
  color: white;
  font-size: 10px;
  margin-right: 14px;
}

.course-box .tab-pane {
  background: white;
}

.course-box .nav-item a,
.course-box .nav-item button {
  color: #3f536e;
  font-size: 17px;
  min-width: 150px;
  text-align: center;
  background: transparent;
}

.course-box a.active {
  font-weight: 500;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-bottom: 1px solid #dee2e6;
}

.catmd-input {
  width: 44px;
  text-align: center;
  margin-right: 10px;
}

.catmd-input+span {
  font-size: 15px;
  color: #2c405a;
  line-height: 22px;
}

/* .course-box > .nav-tabs {
    border-bottom: 0px;
} */

.catmd-main {
  margin-top: 160px;
}

#sign-up .modal-dialog {
  max-width: 450px;
}

#sign-up .modal-dialog .f-15 {
  color: #2c405a;
}

#sign-up .modal-dialog .form-control {
  max-width: 320px;
  height: 42px;
  margin: 0 auto;
}

#sign-up .modal-dialog .fnl-input .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 13px;
}

#sign-up .modal-dialog .fnl-input .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 13px;
}

#sign-up .modal-dialog .fnl-input .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 13px;
}

#sign-up .modal-dialog .btn-theme {
  min-width: 170px;
}

#addParticipantsModal .modal-dialog,
#EditDueDateModal1 .modal-dialog,
#EditDueDateModal2 .modal-dialog,
#EditDueDateModal3 .modal-dialog,
#cloneModuleModal .modal-dialog,
#addTeamModal .modal-dialog {
  max-width: 600px;
  width: 600px;
}

#AddMultipleModal .modal-dialog,
#AddSingleModal .modal-dialog,
#AddShortModal .modal-dialog {
  max-width: 700px;
  width: 700px;
}

/* #deleteCatmModal .modal-dialog, #deleteModuleModal .modal-dialog, #uploadFileModal .modal-dialog {
    max-width: 400px;
} */

.modal-dialog {
  max-width: 400px;
  width: 400px;
}

.notif-main {
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
  border-radius: 5px;
  padding: 32px 20px;
  border: 1px solid #e0dfd5;
  margin-bottom: 20px;
}

.notif-main:last-child {
  margin-bottom: 0px;
}

.notif-main h2 {
  color: #3f536e;
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 0px;
  font-family: "Heebo", sans-serif;
}

.notif-main p {
  font-size: 14px;
  margin-bottom: 0px;
}

input.toggle {
  display: none !important;
}

input.toggle+label {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  background: transparent;
  height: 22px;
  line-height: 1em;
  width: 42px;
  border-radius: 5px;
  padding: 0;
  transition: all 250ms linear;
  cursor: pointer;
  border: 1px solid #a8c6df;
  padding: 11px;
}

input.toggle+label:before {
  position: relative;
  display: inline-block;
  font-size: 0.8em;
  width: 20px;
  height: 20px;
  text-align: center;
  content: " ";
  color: #fff;
  margin-left: 1.25em;
  top: -1px;
}

input.toggle+label:after {
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-radius: 0.2em;
  transition: all 250ms linear;
  position: absolute;
  top: 1px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #e7edf3 url(../images/toggle-pause.svg) no-repeat;
  background-position: center;
  border: 1px solid #a8c6df;
}

input.toggle:checked+label {
  background-color: #5a8dee;
}

input.toggle:checked+label:before {
  content: " ";
  margin-left: 0.075em;
}

input.toggle:checked+label:after {
  left: calc(100% - 21px);
  border-color: #5a8dee;
  background-color: white;
}

input.toggle[disabled]+label,
input.toggle[readonly]+label {
  opacity: 0.5;
  cursor: default;
}

.run-btn {
  border: 1px solid #1c74dc;
  min-width: 300px;
  border-radius: 5px;
  text-align: center;
  height: 36px;
}

.run-btn:hover button {
  text-decoration: none;
}

.run-btn span {
  color: #1c74dc;
  display: block;
  font-weight: 500;
  padding: 5px;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
}

.sidebar-team {
  width: 400px;
  height: 100%;
  background: white;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 999;
  border: 1px solid #b7d2e5;
  overflow-y: auto;
  /* display: none; */
}

.sidebar-team table {
  width: 100%;
}

.sidebar-team .cont-box {
  box-shadow: none;
}

.sidebar-team .close-team-m {
  position: absolute;
  right: 10px;
  top: 0;
  background: white;
  border-radius: 25px;
  box-shadow: 0px 0px 5px 1px #ccc;
  padding: 0 4px;
  font-size: 30px;
  font-weight: 300;
  color: #475f7b;
  opacity: 1;
  line-height: 0.8;
  border: 0;
}

.sidebar-team .cont-box table tr td:first-child {
  width: 25%;
}

.cus-table-1 tr td:nth-child(1) {
  width: 50px;
  margin-bottom: 10px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  padding-top: 5px !important;
  text-align: center;
}

.cus-table-1 tr td:nth-child(2) {
  width: 30px;
  margin-bottom: 10px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  padding-top: 5px !important;
  text-align: center;
}

.cus-table-1 tr td:nth-child(2) {
  padding-top: 9px !important;
}

/* .cus-table-1 tr td:nth-child(2) div {
  margin: 0 auto;
} */

.cus-table-1 tr td:nth-child(3) {
  /* padding-top: 10px !important; */
}

.cus-table-1 tr td:nth-child(4) {
  margin-left: auto;
  padding-top: 12px;
}

.cus-table-1 tr td {
  padding: 6px 20px;
}

.tb-btn-cont .dropleft .dropdown-menu {
  transform: translate3d(-112px, 38px, 0px) !important;
  min-width: 140px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
}

/* .cus-table-1 tr:hover {
  background: #e9ecec !important;
  border-color: #c7cfd6 !important;
  outline-width: 0 !important;
  color: #3f536e !important;
} */

.mx-50 {
  max-width: 50px;
}

.upload-browse .custom-file-label {
  height: 36px;
  font-size: 15px;
  color: #aeb2b7;
  
}

.upload-browse .custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
  height: 37px;
  font-size: 15px;
  color: #2c405a;
}

.custom-file-input {
  position: initial;
}

.tpd-top .form-control {
  height: 24px;
  font-size: 13px;
  border-color: white;
  color: #727e8c;
}

.tpd-top .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #727e8c;
  font-size: 13px;
}

.tpd-top .form-control:-ms-input-placeholder {
  /* Internet Explorer */
  color: #727e8c;
  font-size: 13px;
}

.tpd-top .form-control::placeholder {
  color: #727e8c;
  font-size: 13px;
}

.course-box input.toggle+label {
  margin-top: 15px;
}

#AddMultipleModal .form-check-input,
#AddSingleModal .form-check-input,
#AddShortModal .form-check-input {
  margin-top: 2px;
  border-color: #ced4da;
}

.delete-cont-left {
  width: 96%;
  padding: 0 15px;
}

.delete-cont-right {
  padding-left: 0;
  text-align: right;
}

.delete-cont-right i {
  color: #3f536e;
  margin-top: 8px;
  cursor: pointer;
}

.add-answer {
  color: #5a8dee;
  font-size: 10px;
  font-family: "Heebo", sans-serif;
  text-align: right;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
}

.rdt_TableHeadRow,
.rdt_TableRow {
  min-height: 50px !important;
  border-bottom-color: #c7cfd6 !important;
  color: #3f536e !important;
  font-size: 14px !important;
}

.rdt_TableRow:hover {
  background: #E7EDF3 !important;
  border-color: #c7cfd6 !important;
  outline-width: 0 !important;
  color: #3f536e !important;
}

.user-main .rdt_Table .rdt_TableRow .rdt_TableCell {
  max-width: 200px !important;
}

.user-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) div {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  white-space: nowrap;
}

.traning-content-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 750px;
}

.traning-content-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 750px;
}

.traning-content-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) div span {
  font-weight: 500;
}

.traning-content-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 110px !important;
  min-width: 110px;
}

.traning-content-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 110px !important;
  min-width: 110px;
}

.traning-content-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) div {
  white-space: nowrap;
  overflow: hidden;
  max-width: 100px;
  text-overflow: ellipsis;
}

.traning-content-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 75px !important;
  min-width: 75px;
  padding-right: 0px !important;
}

.traning-content-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 75px !important;
  min-width: 75px;
  padding-right: 0px !important;
}

.traning-content-main .rdt_Table .rdt_TableRow .rdt_TableCell:last-child div {
  overflow: visible;
}

.activity-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:first-child {
  max-width: 60px !important;
  min-width: 60px;
}

.activity-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  max-width: 60px !important;
  min-width: 60px;
  padding-right: 0px !important;
}

.activity-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 120px !important;
  min-width: 120px;
}

.activity-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 122px !important;
  min-width: 122px;
}

.activity-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) div {
  display: inline-block;
  margin-right: 5px;
  width: 100%;
}

.activity-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) div p {
  width: 100%;
  font-size: 14px;
}

.activity-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) span {
  display: inline-flex;
  margin-right: 5px;
}

.activity-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  text-align: right;
  max-width: 60px !important;
  min-width: 60px;
}

.activity-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  text-align: right;
  min-width: 60px;
  max-width: 60px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.user-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-right: 0px !important;
}

.user-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-right: 0px !important;
}

.user-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 250px !important;
  min-width: 250px;
}

.user-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 250px !important;
  min-width: 250px;
}

.user-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 185px !important;
  min-width: 185px;
}

.user-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 185px !important;
  min-width: 185px;
}

.user-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 160px !important;
  min-width: 160px;
}

.user-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 160px !important;
  min-width: 160px;
}

.user-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 175px !important;
  min-width: 175px;
}

.user-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 175px !important;
  min-width: 175px;
}

.user-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {
  max-width: 140px !important;
  min-width: 140px;
}

.user-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(6) {
  max-width: 140px !important;
  min-width: 140px;
}

.user-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7) {
  max-width: 90px !important;
  min-width: 90px;
  display: flex;
  padding-right: 0px !important;
}

.user-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(7) {
  max-width: 90px !important;
  min-width: 90px;
  display: flex;
  padding-right: 3px !important;
}

.user-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  text-align: right;
  max-width: 40px !important;
  min-width: 40px;
}

.user-main .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  text-align: right;
  /* Reshaeel changes minwidth from 40 to 60px */
  min-width: 60px;
  max-width: 50px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 0px !important;
}

.traning-content-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  text-align: right;
  max-width: 40px !important;
  min-width: 40px;
}

.traning-content-main .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  text-align: right;
  min-width: 40px;
  max-width: 40px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 0px !important;
}

.traning-modules-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  text-align: right;
  max-width: 60px !important;
  min-width: 60px;
}

.traning-modules-main .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  text-align: right;
  min-width: 60px;
  max-width: 60px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 0px !important;
}

/* .session-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-right: 0px !important;
}

.session-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-right: 0px !important;
}

.session-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 270px !important;
  min-width: 270px;
}

.session-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 270px !important;
  min-width: 270px;
}

.session-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 200px !important;
  min-width: 200px;
}

.session-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 200px !important;
  min-width: 200px;
}

.session-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 200px !important;
  min-width: 200px;
}

.session-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 200px !important;
  min-width: 200px;
}

.session-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 200px !important;
  min-width: 200px;
}

.session-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 200px !important;
  min-width: 200px;
} */

.session-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {
  max-width: 75px !important;
  min-width: 75px;
}

.session-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(6) {
  max-width: 75px !important;
  min-width: 75px;
}

.session-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  text-align: right;
  max-width: 60px !important;
  min-width: 60px;
}

.session-main .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  text-align: right;
  min-width: 60px;
  max-width: 60px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.traning-content-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 55px !important;
  min-width: 55px;
}

.traning-content-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 55px !important;
  min-width: 55px;
  padding-right: 0px !important;
}

.traning-content-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 827px !important;
  min-width: 827px;
}

.traning-content-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 827px !important;
  min-width: 827px;
}

.traning-modules-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1),
.traning-modules-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 45px !important;
  min-width: 45px;
}

.traning-modules-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1),
.traning-modules-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 45px !important;
  min-width: 45px;
  padding-right: 0px !important;
}

.traning-modules-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  padding-left: 12px !important;
}

.traning-course-participants-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 60px !important;
  min-width: 60px;
}

.traning-course-participants-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 60px !important;
  min-width: 60px;
}

.traning-course-participants-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 250px !important;
  min-width: 250px;
}

.traning-course-participants-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 250px !important;
  min-width: 250px;
}

.traning-course-participants-main-2 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 340px !important;
  min-width: 340px;
}

.traning-course-participants-main-2 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 340px !important;
  min-width: 340px;
}

.traning-course-participants-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {
  max-width: 150px !important;
  min-width: 150px;
}

.traning-course-participants-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(6) {
  max-width: 150px !important;
  min-width: 150px;
}

.traning-course-participants-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7) {
  max-width: 130px !important;
  min-width: 130px;
  padding-right: 10px !important;
}

.traning-course-participants-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(7) {
  max-width: 130px !important;
  min-width: 130px;
  padding-right: 10px !important;
}

.traning-course-participants-main-1 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  max-width: 130px !important;
  min-width: 130px;
}

.traning-course-participants-main-1 .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  max-width: 130px !important;
  min-width: 130px;
}

.team-member-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 50px !important;
  min-width: 50px;
  padding-right: 0px !important;
}

.team-member-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 50px !important;
  min-width: 50px;
  padding-right: 0px !important;
}

.team-member-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 268px !important;
  min-width: 268px;
}

.team-member-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 268px !important;
  min-width: 268px;
}

.team-member-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 300px !important;
  min-width: 300px;
}

.team-member-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 300px !important;
  min-width: 300px;
}

.team-member-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 200px !important;
  min-width: 200px;
}

.team-member-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 200px !important;
  min-width: 200px;
}

/* .team-member-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 200px !important;
  min-width: 200px;
}

.team-member-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 200px !important;
  min-width: 200px;
} */

.team-member-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 150px !important;
  min-width: 150px;
  padding-right: 0px !important;
}

.team-member-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 150px !important;
  min-width: 150px;
  padding-right: 0px !important;
}

.team-member-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  max-width: 40px !important;
  min-width: 40px;
  display: flex;
  padding-left: 0px !important;
}

.team-member-main .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  max-width: 40px !important;
  min-width: 40px;
  display: flex;
  padding-left: 0px !important;
}

.rdt_TableCell div,
.rdt_TableCell p {
  white-space: pre-wrap;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  width: max-content;
}

/** custom **/

.active-page {
  background: #2965d5 !important;
  color: white !important;
}

.custom-pagination-c {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #f2f4f4;
  margin: 0 auto;
  padding-right: 0px;
}

.custom-pagination-c button:last-child {
  margin-right: 0px !important;
}

.custom-pagination-c .btn-theme1 {
  background: #e7edf3;
  color: #3f3356;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 14px !important;
  margin: 0px 4px;
  border: none;
  min-width: auto;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-pagination-c .btn-theme1:hover {
  background: #5a8dee;
  color: white;
  border-radius: 5px !important;
}

.custom-pagination-c .btn-theme1:hover svg path {
  fill: white;
}

.custom-pagination-c button {
  background: transparent;
  color: #3f3356;
  border-radius: 5px;
  font-size: 14px;
  padding: 7px 13px !important;
  border: none;
  margin: 0px 5px;
  font-family: "Muli";
  font-weight: 600;
}

.custom-pagination-c button:hover {
  background: #2965d5;
  color: #ffffff;
}

.custom-pagination-c button.active-page {
  font-weight: bold;
}

.Modal {
 /* position: absolute;
  top: 40px;
  */
  left: 40px;
  right: 40px;
  width: 600px;
  margin:  auto;
  display: flex;
  justify-items: center;
  transition: opacity 0.5s;
  /* Opacity will fade smoothly */
}

.Modal>div {
  margin: 0 auto;
}

.Overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(44, 56, 71, 0.5);
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 9;
}

/* .ReactModal__Overlay {
    opacity: 0;
    transform: translateX(100px);
    transition: all 500ms ease-in-out;
}
.ReactModal__Overlay--after-open {
    opacity: 1;
    transform: translateX(0px);
}
.ReactModal__Overlay--before-close {
    opacity: 0;
    transform: translateX(100px);
} */
.ReactModal__Overlay {
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}

.ReactModal__Overlay--after-open {
  opacity: 1;
}

.ReactModal__Overlay--before-close {
  opacity: 0;
}

.apni-module {
  padding: 20px !important;
  background: white;
}

.apni {
  padding: 0px;
}

.content-section header {
  min-height: 77px !important;
  border-bottom: 1px solid #c7cfd6;
  padding: 20px !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.WQNxq{
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.content-section header+div {
  min-height: 50px;
  background: white;
  display: flex;
  align-items: center;
  overflow: visible;
  border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.content-section header+div p {
  margin-bottom: 0px;
}

.content-section header+div .dropleft .dropdown-menu {
  transform: translate3d(-100px, 38px, 0px) !important;
  min-width: 136px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
}

.content-section .teams-table-main header+div .dropleft .dropdown-menu {
  transform: translate3d(-126px, 38px, 0px) !important;
  min-width: 136px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
}

.content-section header .btn-primary {
  padding: 0.47rem 0.75rem;
}

.searchbar {
  /*background: url("/assets/images/search-bar.svg") no-repeat 15px center;*/
  background: url("/assets/images/search-normal.svg") no-repeat 8px center;

  padding-left: 42px;
  height: 38px;
  width: 100%;
  border-color: #c7cfd6;
  font-size: 12px;
  font-family: "IBM Plex Sans";
  color: #828d99;
  line-height: 21px;
  font-weight: normal;
}

.searchbar::-webkit-input-placeholder {
  /* Edge */
  color: #828d99;
  font-size: 12px;
}

.searchbar:-ms-input-placeholder {
  /* Internet Explorer */
  color: #828d99;
  font-size: 12px;
}

.searchbar::placeholder {
  color: #828d99;
  font-size: 12px;
}

.label {
  color: #3f536e;
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 500;
}

.modal-footer {
  padding: 0.75rem !important;
  margin-top: 8px !important;
}

.datatable-container {
  -webkit-box-shadow: 0px 0px 5px 3px #dedfdf78;
  box-shadow: 0px 0px 5px 3px #dedfdf78;
  border: 1px solid #c7cfd6;
}

.datatable-container .dropleft button {
  padding-right: 0px;
}

.datatable-container .dropleft .dropdown-item {
  font-size: 14px;
  font-family: "Heebo", sans-serif;
  color: #2a363b;
  padding: 7px 20px;
}

.datatable-container .dropleft .dropdown-item:hover {
  font-size: 14px;
  font-family: "Heebo", sans-serif;
  color: #2a363b;
  background: #f2f2f5;
}

.rdt_TableCell {
  color: #3f536e !important;
  font-size: 14px !important;
  padding: 10px 20px !important;
  font-family: "Rubik", sans-serif;
  line-height: 19px !important;
  max-width: 960px !important;
}

.rdt_TableCell div div span {
  /* display: -webkit-box; */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rdt_TableCol {
  color: #3f536e !important;
  font-size: 14px !important;
  line-height: 19px !important;
  padding: 15px 20px !important;
  border-top: none !important;
  font-weight: 400 !important;
  font-family: "Rubik", sans-serif;
  max-width: 800px !important;
}

/* .rdt_TableCol span {
  display: none;
} */

.rdt_TableCol:hover div {
  color: #3f536e;
}

.custom-switch {
  z-index: 0;
}

.side-overlay {
  position: absolute;
  top: 0;
  background: rgba(44, 56, 71, 0.3);
  width: 100%;
  height: 100%;
  z-index: 9;
  display: block;
}

.loading-container {
  width: 100%;
  height: 96vh;
  position: relative;
}

/* .datatable-container .dropleft .dropdown-menu {
    transform: translate3d(-124px, 40px, 0px) !important;
} */

.datatable-container .dropleft .dropdown-menu::before {
  content: " ";
  position: absolute;
  top: -7px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 7px 9px;
  border-color: transparent transparent #c7cfd6 transparent;
}

.datatable-container .dropleft .dropdown-menu::after {
  content: " ";
  position: absolute;
  top: -5px;
  right: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 6px 7px;
  border-color: transparent transparent #ffffff transparent;
}


.option-main {
  height: 38px;
  border: 1px solid #c7cfd6;
  font-size: 15px;
  color: #475f7b;
  font-family: "Rubik", sans-serif;
  padding: 0.47rem 0.75rem;
  display: flex;
}

.option-main:hover {
  color: #475f7b;
}

.option-main::after {
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%233F536E' stroke-width='2' class='dropdown-heading-dropdown-arrow gray'%3E%3Cpath d='M6 9L12 15 18 9'%3E%3C/path%3E%3C/svg%3E");
  color: #536987;
  background-position: center;
  position: relative;
  right: -5px;
  top: 5px;
  width: 10px;
}

.option-main+.dropdown-menu {
  font-size: 14px;
  font-family: "Heebo", sans-serif;
  color: #3f536e;
  transform: translate3d(-30px, 49px, 0px) !important;
}

.option-main+.dropdown-menu::before {
  content: " ";
  position: absolute;
  top: -7px;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 7px 9px;
  border-color: transparent transparent #c7cfd6 transparent;
}

.option-main+.dropdown-menu::after {
  content: " ";
  position: absolute;
  top: -6px;
  right: 17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 6px 7px;
  border-color: transparent transparent #ffffff transparent;
}

.option-main+.dropdown-menu>.dropdown-item {
  padding: 5px 20px;
  font-size: 14px;
  font-family: "Heebo", sans-serif;
  color: #3f536e;
  min-width: 160px;
}

.option-main+.dropdown-menu>.dropdown-item:hover {
  background: #e9ecec;
  color: #3f536e;
}

/* Custom Checkbox css */

.checkmark-cont {
  margin-bottom: 5px;
}

.checkmark-cont input {
  margin-right: 5px;
}

.checkmark-cont p {
  display: inline-block;
  color: #3f536e;
  font-size: 13px;
  font-weight: 400;
}

.check-cont {
  display: block;
  position: relative;
  top: -5px;
  left: -5px;
  padding-left: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 20px;
}

.check-cont p {
  display: inline-block;
  position: relative;
  left: 40px;
  top: -5px;
  color: #3f536e;
  font-size: 13px;
  font-weight: 400;
}

.modal-body .check-cont {
  top: 0px;
  min-width: 20px;
  margin-top: 20px;
  margin-bottom: 10px !important;
}

.modal-body .checkmark {
  position: absolute;
  top: -5px;
  left: 7px;
  height: 18px;
  width: 18px;
  border: 2px solid #a8c6df;
}

.modal-body .check-cont .checkmark:after {
  top: 1px;
}

/* Hide the browser's default checkbox */

.check-cont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: -5px;
  left: 7px;
  height: 20px;
  width: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.check-cont input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.check-cont .checkmark:after {
  left: 5px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #5a8dee;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-switch {
  padding-left: 3.25rem;
}

.pad-20 {
  padding: 20px;
}

.pass-text {
  color: #2c405a;
  line-height: 19px;
  text-align: center;
}

.tpd-top ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 2px;
  cursor: pointer;
}

.tpd-top ul>li {
  padding-left: 10px;
  margin-top: -17px;
}

.tpd-top ul li::before {
  content: "\03bd";
  position: relative;
  top: 17px;
  left: -10px;
}

.tpd-top ul ul {
  list-style: none;
  padding-left: 10px;
  cursor: pointer;
}

.tpd-top ul ul li::before {
  display: none;
}

.tpd-top ul ul li {
  list-style: disc;
  margin-left: 10px;
  margin-top: 0px;
  padding-left: 0px;
}

.btn-add {
  height: 38px;
}

.btn-add .dropdown-menu {
  top: 10px !important;
  min-width: 140px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
  transform: translate3d(-2px, 38px, 0px) !important;
}

.btn-add .dropdown-menu::before {
  content: " ";
  position: absolute;
  top: -7px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 7px 9px;
  border-color: transparent transparent #c7cfd6 transparent;
}

.btn-add .dropdown-menu::after {
  content: " ";
  position: absolute;
  top: -5px;
  right: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 6px 7px;
  border-color: transparent transparent #ffffff transparent;
}

.btn-ques .dropdown-menu {
  top: 10px !important;
  min-width: 140px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
  transform: translate3d(18px, 38px, 0px) !important;
}

.coaching-form-add .table-search-right-cont .btn-add .dropdown-menu {
  transform: translate3d(-10px, 38px, 0px) !important;
}

.table-search-main {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.table-search-cont {
  flex: 1;
  margin-right: 20px;
}

.section-title-r {
  position: relative;
  left: -10px;
}

.section-discription-r {
  position: relative;
  left: -5px;
}

/* .team-sopen,
.option-main,
.dt1-drop .btn-theme2-o {
  margin-right: 13px !important;
} */

.mxw-270 {
  max-width: 270px;
}

.mxw-300 {
  max-width: 300px;
}

.content-section .datatable-container .teams-table-main .dropleft .dropdown-menu {
  transform: translate3d(-125px, 46px, 0px) !important;
}

input[type="checkbox"] {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #c7cfd6;
  border-radius: 4px;
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: 0px 0px 1px rgb(90 141 238 / 60%);
}

input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 4px;
  width: 4px;
  height: 8px;
  border: solid #5a8dee;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.roles-main .defaultCheck101:checked:after {
  display: block;
  position: absolute;
  top: 2px;
  left: 3px;
  width: 6px;
  height: 5px;
  border: solid #abaeb1;
  border-width: 0 0px 2px 0;
  transform: rotate(-1deg);
}

.roles-main .defaultCheck101:checked {
  background: #dadede;
  border-color: #c7cfd6;
}

.roles-main .defaultCheck101 {
  opacity: 1;
}

.roles-main .defaultCheck101 {
  position: relative;
  display: inline-block;
  width: 20px; /* Adjust size as needed */
  height: 20px; /* Adjust size as needed */
}

.hideFileInput{
  /* display: none; */
  visibility: hidden;
}
.roles-main .defaultCheck101::before {
  content: '-';
  position: absolute;
  top: -3px;
  left: 2px;
  width: 100%;
  height: 100%;
  border-radius: 4px; /* Rounded corners */
  background-color: transparent; /* Background color */
  opacity: 1;
  color: #ABAEB1;
}

.roles-main .defaultCheck101:checked::before {
  content: '—'; /* Dash character */
  color: #000; /* Dash color */
  font-size: 16px; /* Adjust size as needed */
  text-align: center;
  line-height: 20px; /* Center the dash vertically */
}

.roles-main input[type="checkbox"] {
  margin-right: 10px;
  border-color: #abaeb1;
}

.video-roles-main {
  word-break: break-word;
}

.video-roles-main input[type="checkbox"] {
  margin-right: 15px;
  border-color: #abaeb1;
}

.video-roles-main label {
  font-size: 15px;
  color: #3f536e;
  font-weight: normal;
}

.custom-control-input {
  position: absolute !important;
}

.no-record {
  min-height: 50px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3f536e;
}

.no-record p {
  margin-bottom: 0px;
}

.course-box {
  position: relative;
}

.course-box .nav-tabs {
  padding-right: 110px;
}

.info-btn {
  position: absolute;
  top: 0px;
  right: 0px;
}

.number-box {
  max-width: 50px;
  float: right;
}

.coching-form-main {
  background: white;
  padding-top: 15px;
  padding-bottom: 15px;
}

.coching-form-main .option-main {
  min-width: 130px;
}

.coch-form-head {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

.p-20 {
  padding: 20px;
}

.mr-15 {
  margin-right: 15px;
}

.coaching-form-main {
  padding: 20px 0px 0px;
}

.coaching-form-main .dashboard-table-1 {
  /* margin: 0 -15px; */
  overflow: visible;
}

.coaching-form-main .dashboard-table-2 .cus-table-2 tr td:nth-child(1) {
  /* text-align: right;
  vertical-align: top; */
  padding-right: 5px !important;
}

.coaching-form-main .dashboard-table-2 .cus-table-2 tr td:nth-child(2) {
  padding-left: 0;
  vertical-align: top;
}

.cus-table-2 tr td:nth-child(1) {
  width: 20px;
  min-width: 20px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.cus-table-2 tr td:nth-child(3) {
  display: table-cell;
  vertical-align: middle;
}

.cus-table-2 tr td:nth-child(4) {
  margin-left: auto;
  padding-top: 12px;
  display: table-cell;
  vertical-align: middle;
  text-align: end;
}

.cus-table-2 tr td {
  padding: 20px;
}

/* .cus-table-2 tr:hover {
    background: #E9ECEC !important;
    border-color: #C7CFD6 !important;
    outline-width: 0 !important;
    color: #3F536E !important;
} */

input[type="radio"]:after {
  width: 18px;
  height: 18px;
  border-radius: 15px;
  top: 0px;
  left: -2px;
  position: relative;
  background-color: white;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #c5d9e8;
}

input[type="radio"] {
  position: relative;
}

input[type="radio"]:checked:before {
  width: 18px;
  height: 18px;
  border-radius: 15px;
  position: relative;
  top: -2.5px;
  left: -3px;
  background-color: white;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #c5d9e8;
}

input[type="radio"]:checked:after {
  width: 11px;
  height: 11px;
  border-radius: 15px;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background-color: #0093ee;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 0px;
}

.radio-btns-coaching input[type="radio"]:checked:after {
  top: 0.5px !important;
  left: 5.5px !important;
}

.video-box-main input[type="radio"]:after {
  width: 16px;
  height: 16px;
  border-radius: 15px;
  top: -2.5px;
  left: -2.5px;
  position: relative;
  background-color: white;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #c5d9e8;
}

.video-box-main input[type="radio"]:checked:before {
  width: 16px;
  height: 16px;
  border-radius: 15px;
  position: relative;
  top: -2.5px;
  left: -2.5px;
  background-color: white;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #c5d9e8;
}

.video-box-main input[type="radio"]:checked:after {
  width: 8px;
  height: 8px;
  border-radius: 5px;
  top: 2.5px;
  left: 1.5px;
  position: absolute;
  background-color: #0093ee;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 0px;
}

.radio-main {
  display: flex;
  justify-content: flex-end;
}

.radio-left {
  display: flex;
  flex-direction: column;
  margin: 0px 10px;
  justify-content: center;
  align-items: center;
}

.radio-right {
  display: flex;
  flex-direction: column;
  margin: 0px 10px;
  justify-content: center;
  align-items: center;
}

.video-radio-main {
  /* display: flex;
    justify-content: flex-end; */
}

.video-radio-right {
  display: flex;
  margin: 5px 0px;
  align-items: center;
}

.video-radio-right label {
  font-size: 15px;
  color: #3f536e;
  font-weight: normal;
}

.video-radio-right input {
  margin-right: 15px;
}

.coaching-form-main .dashboard-table-1 tr td p {
  font-size: 15px;
  margin-bottom: 3px;
}

.coaching-form-main .dashboard-table-1 select {
  font-size: 15px;
  color: #aeb2b7;
  border-color: #c7cfd6;
  border: 1px solid #a8c6df;
  margin-bottom: 15px;
}

.class-material .rdt_TableCell {
  max-width: 100% !important;
}

.class-material-2 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 1013px !important;
  min-width: 1013px;
}

.dt1-drop .filter {
  margin-right: 0px !important;
}

.session-main .rdt_Table .rdt_TableRow .rdt_TableCell {
  max-width: 100% !important;
}

.dropdown-content {
  color: #2c405a;
  font-size: 15px;
  font-weight: 400;
}

.minus10 {
  margin-bottom: -10px;
}

/* .teams-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:first-child {
  max-width: 100px !important;
  min-width: 100px;
}

.teams-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  max-width: 100px !important;
  min-width: 100px;
} */

.teams-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:first-child {
  max-width: 228px !important;
  min-width: 228px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.teams-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  max-width: 228px !important;
  min-width: 228px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.teams-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 250px !important;
  min-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.teams-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 250px !important;
  min-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.teams-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 240px !important;
  min-width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.teams-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 240px !important;
  min-width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.teams-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 250px !important;
  min-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.teams-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 250px !important;
  min-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.teams-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 80px !important;
  min-width: 80px;
  display: flex;
  padding-right: 0px !important;
}

.teams-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 80px !important;
  min-width: 80px;
  display: flex;
  padding-right: 3px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.teams-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  text-align: right;
  max-width: 60px !important;
  min-width: 60px;
}

.teams-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  text-align: right;
  min-width: 60px;
  max-width: 60px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.groups-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:first-child {
  max-width: 250px !important;
  min-width: 250px;
}

.groups-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  max-width: 250px !important;
  min-width: 250px;
}

.upload-calls-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:first-child {
  max-width: 350px !important;
  min-width: 350px;
}

.upload-calls-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  max-width: 350px !important;
  min-width: 350px;
}


/* .groups-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:first-child {
  max-width: 200px !important;
  min-width: 200px;
}

.groups-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  max-width: 200px !important;
  min-width: 200px;
} */


/* .groups-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) div {
  max-width: 710px !important;
  min-width: 710px;
} */


.groups-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 555px !important;
  min-width: 555px;
  padding-right: 3px !important;
}

.groups-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 555px !important;
  min-width: 555px;
}

.groups-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 150px !important;
  min-width: 150px;
  padding-right: 3px !important;
}

.groups-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 150px !important;
  min-width: 150px;
  padding-right: 3px !important;
}

.groups-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 90px !important;
  min-width: 90px;
  padding-right: 3px !important;
}

.groups-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 90px !important;
  min-width: 90px;
  padding-right: 3px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.groups-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  text-align: right;
  max-width: 60px !important;
  min-width: 60px !important;
}

.groups-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  text-align: right;
  max-width: 60px !important;
  min-width: 60px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.upload-calls-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 350px !important;
  min-width: 350px;
  padding-right: 3px !important;
}

.upload-calls-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 350px !important;
  min-width: 350px;
}

.upload-calls-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 200px !important;
  min-width: 200px;
  padding-right: 3px !important;
}

.upload-calls-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 200px !important;
  min-width: 200px;
  padding-right: 3px !important;
}

.upload-calls-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 100px !important;
  min-width: 100px;
  padding-right: 3px !important;
}

.upload-calls-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 130px !important;
  min-width: 130px;
  padding-right: 3px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.upload-calls-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  text-align: right;
  max-width: 60px !important;
  min-width: 60px !important;
}

.upload-calls-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  text-align: right;
  max-width: 75px !important;
  min-width: 75px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.rdt_TableCell small {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  display: block;
}

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

.mr-00{
  margin-right: 2px !important;
}
.object-fit {
  object-fit: cover;
}

.traning-content-main .rdt_TableCell:nth-child(2) div {
  max-width: 710px;
}

.traning-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:first-child {
  max-width: 875px !important;
  min-width: 875px;
}

.traning-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  max-width: 875px !important;
  min-width: 875px;
}

.traning-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:first-child span {
  color: #3f536e;
  font-size: 14px;
  font-weight: 500;
  max-width: 820px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: block;
}

.traning-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:first-child small {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  max-width: 820px;
}

.traning-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 170px !important;
  min-width: 170px;
}

.traning-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 170px !important;
  min-width: 170px;
}

.traning-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  text-align: right;
  max-width: 60px !important;
  min-width: 60px;
}

.traning-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  text-align: right;
  min-width: 60px;
  max-width: 60px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.traning-table-main .rdt_TableCol {
  max-width: 100% !important;
}

.adcource-table-main td:first-child {
  vertical-align: middle;
}

.adcource-table-main td:nth-child(3) {
  min-width: 960px;
  max-width: 960px !important;
}

.adcource-table-main td:nth-child(3) p {
  min-width: 900px;
  max-width: 900px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.adcource-table-main td:nth-child(3) p:first-child {
  font-weight: 500;
}

.adcource-table-main td:last-child {
  text-align: right;
  max-width: 60px !important;
  min-width: 60px;
}

.adcource-table-main td:last-child {
  text-align: right;
  min-width: 60px;
  max-width: 60px !important;
  vertical-align: middle;
}

.adcource-table-main-2 td:nth-child(3) {
  min-width: 900px;
  max-width: 900px !important;
}

.adcource-table-main-2 td:nth-child(3) p {
  min-width: 750px;
  max-width: 900px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.traning-content-main.traning-content-main-2 .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  min-width: 60px !important;
  max-width: 60px !important;
}

.traning-content-main.traning-content-main-2 .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  padding-left: 0px !important;
  min-width: 40px !important;
  max-width: 40px !important;
}

.traning-content-main.traning-content-main-2 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  padding-left: 0px !important;
  min-width: 40px !important;
  max-width: 40px !important;
}

.traning-content-main.traning-content-main-2 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  padding-right: 0px !important;
}

.traning-content-main.traning-content-main-2 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  padding-right: 0px !important;
}

.traning-content-main.traning-content-main-2 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  min-width: 520px !important;
  max-width: 520px !important;
}

.traning-content-main.traning-content-main-2 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  min-width: 520px !important;
  max-width: 520px !important;
}

.traning-content-main.traning-content-main-2 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  min-width: auto !important;
  max-width: auto !important;
}

.traning-content-main.traning-content-main-2 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  min-width: auto !important;
  max-width: auto !important;
}

.knowledge-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:first-child {
  max-width: 60px !important;
  min-width: 60px;
}

.knowledge-main .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  min-width: 60px;
  max-width: 60px !important;
  padding-right: 0px !important;
}

.knowledge-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 760px !important;
  min-width: 760px;
}

.knowledge-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  min-width: 760px;
  max-width: 760px !important;
  padding-left: 10px !important;
}

.knowledge-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) div {
  min-width: 720px;
  max-width: 720px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: max-content;
}

.knowledge-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 168px !important;
  min-width: 168px;
}

.knowledge-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  min-width: 168px;
  max-width: 168px !important;
}

.knowledge-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) div {
  min-width: 60px;
  max-width: 60px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: max-content;
}

.knowledge-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  min-width: 80px;
  max-width: 80px !important;
  padding-right: 0px !important;
}

.knowledge-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  min-width: 80px;
  max-width: 80px !important;
  padding-right: 0px !important;
}

.knowledge-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  text-align: right;
  min-width: 40px;
  max-width: 40px !important;
  padding-left: 0px !important;
}

.knowledge-main .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  text-align: right;
  min-width: 40px;
  max-width: 40px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 0px !important;
}

.notify-box-main p {
  display: inline-block;
}

.notify-box {
  display: inline-block;
  max-width: 90px;
  margin: 0px 8px;
  border-radius: 2px;
  text-align: center;
}

.expect-d-main {
  max-width: 150px;
}

.class-material .rdt_TableHead {
  display: none;
}

.up-icon-main {
  position: absolute;
  top: 78px;
  left: 95px;
}

.result-main {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}

.pos-rel {
  position: relative;
}

.input-group-prepend input[type="radio"]:checked:after {
  top: 1px;
  /* left: 2px; */
}

.question-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 110px !important;
  min-width: 110px;
}

.question-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 110px !important;
  min-width: 110px;
}

.question-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 90px !important;
  min-width: 90px;
}

.question-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 90px !important;
  min-width: 90px;
  display: flex;
  justify-content: flex-end;
}

.question-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  text-align: right;
  max-width: 60px !important;
  min-width: 60px;
}

.question-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  text-align: right;
  min-width: 60px;
  max-width: 60px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.face-to-face-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:first-child {
  max-width: 55px !important;
  min-width: 55px;
}

.face-to-face-main .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  max-width: 55px !important;
  min-width: 55px;
  padding-right: 0px !important;
}

.face-to-face-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 560px !important;
  min-width: 560px;
}

.face-to-face-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 560px !important;
  min-width: 560px;
}

.face-to-face-main-2 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 550px !important;
  min-width: 550px;
}

.face-to-face-main-2 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 550px !important;
  min-width: 550px;
}

.face-to-face-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) small {
  max-width: 500px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.face-to-face-main-2 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) small {
  max-width: 470px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.face-to-face-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 130px !important;
  min-width: 130px;
}

.face-to-face-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 130px !important;
  min-width: 130px;
}

.face-to-face-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) div {
  max-width: 150px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.face-to-face-main-2 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 110px !important;
  min-width: 110px;
}

.face-to-face-main-2 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 110px !important;
  min-width: 110px;
}

.face-to-face-main-2 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) div {
  max-width: 110px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.face-to-face-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 150px !important;
  min-width: 150px;
}

.face-to-face-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 150px !important;
  min-width: 150px;
}

.face-to-face-main-2 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 190px !important;
  min-width: 190px;
}

.face-to-face-main-2 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 190px !important;
  min-width: 190px;
  padding-right: 0px !important;
}

.face-to-face-main-2 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) div {
  max-width: 190px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.face-to-face-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 150px !important;
  min-width: 150px;
}

.face-to-face-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 150px !important;
  min-width: 150px;
}

.face-to-face-main-2 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 100px !important;
  min-width: 100px;
}

.face-to-face-main-2 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 100px !important;
  min-width: 100px;
}

.face-to-face-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) div {
  max-width: 150px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.face-to-face-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {
  max-width: 80px !important;
  min-width: 80px;
}

.face-to-face-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(6) {
  max-width: 80px !important;
  min-width: 80px;
}

.face-to-face-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  text-align: right;
  max-width: 60px !important;
  min-width: 60px;
}

.face-to-face-main .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  text-align: right;
  min-width: 60px;
  max-width: 60px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.face-to-face-main-2 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  text-align: right;
  max-width: 100px !important;
  min-width: 100px;
}

.face-to-face-main-2 .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  text-align: right;
  min-width: 100px;
  max-width: 100px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.course-library-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 750px;
}

.course-library-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 750px;
}

.course-library-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 45px !important;
  min-width: 45px;
}

.course-library-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 45px !important;
  min-width: 45px;
  padding-right: 0px !important;
}

.course-library-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 630px !important;
  min-width: 630px;
}

.course-library-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 630px !important;
  min-width: 630px;
}

.course-library-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) div {
  max-width: 500px !important;
  min-width: 500px;
}

.course-library-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 186px !important;
  min-width: 186px;
}

.course-library-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 186px !important;
  min-width: 186px;
}

.course-library-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) div {
  max-width: 100px !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.course-library-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 186px !important;
  min-width: 186px;
}

.course-library-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 186px !important;
  min-width: 186px;
}

.course-library-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) div {
  max-width: 140px !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.course-library-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  text-align: right;
  max-width: 60px !important;
  min-width: 60px;
}

.course-library-main .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  text-align: right;
  min-width: 60px;
  max-width: 60px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.large-select .rmsc {
  width: 190px;
}

.large-select .dropdown-heading-value {
  text-align: left;
}

input[type="checkbox"][disabled] {
  /* opacity: 0.5; */
  background: #dadede;
}

.custom-control-input:disabled {
  opacity: 0 !important;
}

.trigger-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 128px !important;
  min-width: 128px;
  padding-right: 0px !important;
}

.trigger-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 128px !important;
  min-width: 128px;
  padding-right: 0px !important;
}

.trigger-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: max-content;
}

.trigger-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  text-align: right;
  max-width: 60px !important;
  min-width: 60px;
}

.trigger-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  text-align: right;
  min-width: 60px;
  max-width: 60px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.trigger-table-main .rdt_TableCol {
  max-width: 100% !important;
}

.trigger-table-main small {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trigger-table-main div small {
  max-width: 860px;
}

.trigger-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 920px !important;
  min-width: 920px;
}

.trigger-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 920px !important;
  min-width: 920px;
}

.channel-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 120px !important;
  min-width: 120px;
}

.channel-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 120px !important;
  min-width: 120px;
}

.channel-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  text-align: right;
  max-width: 60px !important;
  min-width: 60px;
}

.channel-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  text-align: right;
  min-width: 60px;
  max-width: 60px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.channel-table-main .rdt_TableCol {
  max-width: 100% !important;
}

.channel-table-main small {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 840px;
}

.channel-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 920px !important;
  min-width: 920px;
}

.channel-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 920px !important;
  min-width: 920px;
}

.channel-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) div span {
  font-weight: 500;
}

.trigger-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) div span {
  font-weight: 500;
}

.datepicker-main .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  display: none;
}

.datepicker-main .bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 0px;
  padding: 10px 35px 35px;
  width: 273px;
  border-color: #a8c6df;
  border-top: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  position: relative;
  top: -7px !important;
  left: 0px !important;
}

.fc2-width {
  width: 305px;
}

.datepicker-main .table thead th {
  border-bottom: 0px;
}

.datepicker-main .table td,
.datepicker-main .table th {
  border-top: 0px;
}

.datepicker-main .table thead tr:last-child {
  position: relative;
  top: 10px;
}

.datepicker-main .table thead tr:last-child th {
  background: #fafbfb;
  color: #707070;
  font-family: "IBM Plex Sans";
  font-size: 13px;
}

.datepicker-main .table thead tr th.prev {
  background: #fafbfb;
  border-radius: 25px;
  width: 30px;
  height: 24px;
}

.datepicker-main .table thead tr th.prev span {
  color: #475f7b;
}

.datepicker-main .table thead tr th.next {
  background: #fafbfb;
  border-radius: 25px;
  width: 30px;
  height: 24px;
}

.datepicker-main .table thead tr th.next span {
  color: #475f7b;
}

.datepicker-main .bootstrap-datetimepicker-widget table td.day:hover,
.datepicker-main .bootstrap-datetimepicker-widget table td.hour:hover,
.datepicker-main .bootstrap-datetimepicker-widget table td.minute:hover,
.datepicker-main .bootstrap-datetimepicker-widget table td.second:hover {
  border-radius: 25px;
}

.datepicker-main .table tbody {
  background: #fafbfb;
  position: relative;
  top: 20px;
}

.datepicker-main .bootstrap-datetimepicker-widget table td.active,
.datepicker-main .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #5a8dee;
  text-shadow: 0;
  border-radius: 25px;
  color: white !important;
}

.datepicker-main .bootstrap-datetimepicker-widget table td.today:before {
  display: none;
}

.datepicker-main .bootstrap-datetimepicker-widget table td.day {
  color: #304156;
  font-size: 13px;
  font-weight: bold;
  font-family: "IBM Plex Sans";
}

.datepicker-main .bootstrap-datetimepicker-widget table th.picker-switch {
  color: #304156;
  font-size: 15px;
  font-family: "IBM Plex Sans";
}

.datepicker-main .bootstrap-datetimepicker-widget table td.old,
.datepicker-main .bootstrap-datetimepicker-widget table td.new {
  color: #707070 !important;
}

.datepicker-main .form-control {
  border-color: #a8c6df !important;
  color: #2c405a;
}

.datepicker-main .form-control:focus {
  outline: 0;
  box-shadow: none;
}


/* .scorecards-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 90px !important;
  min-width: 90px;
  padding-right: 0px !important;
  right: -140px;

} */

/* .scorecards-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 90px !important;
  min-width: 90px;
  right: -140px;

} */

.scorecards-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  text-align: right;
  max-width: 60px !important;
  min-width: 60px;
}

.scorecards-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  text-align: right;
  min-width: 60px;
  max-width: 60px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px 25px 0px 0px !important;
  /* right: -172px; */

}

/* .scorecards-table-main .rdt_TableCol {
  max-width: 100% !important;
} */

.scorecards-table-main small {
  
  
  max-width: 1000px;
  font-size: 14px;
  font-family: 'Inter';
  color: #475467;
}

.scorecards-table-main small span{
  
  font-size: 14px;
  font-family: 'Inter';
  color: #475467;
}



.new_upload_ev .small span{
  
  font-size: 14px;
  font-family: 'Inter';
  color: #475467;
}

.new_upload_ev .small {
  
  font-size: 14px;
  font-family: 'Inter';
  color: #475467;
}



.scorecards-table-main span {
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  /* font-weight: 500; */
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #2A363B;
}





.evaluations-table-main small {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 600px;
  font-size: 14px;
  font-family: 'Inter';
  color: #475467;
}

.evaluations-table-main small span{
  
  font-size: 14px;
  font-family: 'Inter';
  color: #475467;
}

.evaluations-table-main span {
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  /* font-weight: 500; */
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #2A363B;
}




/* 
.scorecards-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1),
.scorecards-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 580px !important;
  min-width: 580px;
}

/* .scorecards-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2),
.scorecards-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 200px !important;
  min-width: 200px;
} */

.scorecards-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4),
.scorecards-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 140px !important;
  min-width: 140px;
}

.scorecards-table-main .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {
  padding-right: 0px ;
  min-width: 120px;

}

.scorecards-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  padding-right: 0px !important;
  min-width: 120px;

}

.scorecards-table-main .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {}

.scorecards-table-main .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 90px !important;
  min-width: 90px !important;
  padding-right: 0px !important;
  /* position: relative;
  left: 15px; */

}

.scorecards-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 90px !important;
  min-width: 90px !important;
  padding-right: 0px !important;
  /* position: relative;
  left: 15px; */
}

.scorecards-table-main .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {}

.scorecard-form-main {
  padding-top: 20px;
  margin-bottom: 130px;
}

.scorecard-form-main .apni-section .rmsc .dropdown-content {
  top: 30px !important;
}

.rmsc .dropdown-content {
  z-index: 999 !important;
}

.scorecard-form-main .dashboard-table-1 {
  width: 100%;
}

.scorecard-form-main .dashboard-table-1 h5 {
  color: #101828;
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
}

.cus-table-2 tr td:nth-child(2) {
  padding-left: 0;
  vertical-align: middle;
}

.cus-table-2 tr td:nth-child(2) p {
  font-size: 19px !important;
  font-weight: 500;
}

.cus-table-2.scoring-section-block tr td:last-child {
  min-width: 50px;
  max-width: 50px !important;
}

.scorcard-edit-main tr td:nth-child(2) {
  padding-left: 0px !important;
}

.cus-table-2.scoring-section-block tr td:nth-child(2) {
  width: 1010px;
  padding-right: 0px !important;
  color: #3f536e;
  font-size: 12px;
}

.cus-table-2.scoring-section-block tr td:nth-child(3) {
  padding-left: 0px !important;
  /* width: 780px; */
}

.isViewOnlyClass {
  /* position: relative;
  left: 170px; */
}

.isViewOnlyClassRadiobtn {
  position: relative;
  left: 150px;
}

.scoring-section-block tfoot tr td:nth-child(1) {
  padding-right: 15px !important;
}

.scoring-section-block tr td:nth-child(4) {
  max-width: 90px;
  width: 90px;
}

.scoring-section-block thead tr th:first-child {
  width: 94%;
}

.scoring-section-block thead tr th:last-child {
  width: 70px;
  vertical-align: middle;
}

.scoring-section-block thead tr th:last-child .btn{
  padding-top: 0 !important;
}

.scoring-section-block thead {
  display: block;
}

.dashboard-table-2 .scoring-section-block .dropdown-menu {
  transform: translate3d(-130px, 46px, 0px) !important;
}

.score-card-feedback .cus-table-2.scoring-section-block tr td:nth-child(4) {
  max-width: 160px;
  width: 160px;
  padding-right: 0px;
}

.score-card-feedback .cus-table-2.scoring-section-block tr td:last-child {
  min-width: 50px;
  max-width: 50px !important;
  padding-left: 0px;
  position: relative;
}

.score-card-feedback .cus-table-2.scoring-section-block tr td:last-child a.text-primary {
  position: absolute;
  left: -80px;
}

.score-card-feedback .cus-table-2.scoring-section-block tr td:last-child a.text-primary-1 {
  position: absolute;
  left: -80px;
}

.score-card-feedback .cus-table-2.scoring-section-block tr td:last-child a.text-primary-2 {
  position: absolute;
  left: -80px;
}


.evaluation-section-block tfoot tr td:nth-child(1) {
  padding-right: 15px !important;
}

.evaluation-section-block tr td:nth-child(1) {
  padding-right: 0px !important;
  color: #3f536e;
  font-size: 12px;
}

.evaluation-section-block tr td:nth-child(2) {
  width: 860px;
  padding-left: 0px;
}

evaluation-section-block tbody tr td:nth-child(3) {
  max-width: 120px;
  width: 120px;
}

.evaluation-section-block tr td:last-child {
  min-width: 60px;
  max-width: 60px !important;
}

.evaluation-section-block .dropdown-menu {
  transform: translate3d(-132px, 46px, 0px) !important;
  min-width: 136px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
}

.cus-table-2.scoring-section-block tfoot tr td:nth-child(1) {
  padding-right: 15px !important;
}

.scorecard-form-main .dashboard-table-1 h5.total-pos {
  /* color: #3f536e;
  font-size: 19px;
  font-weight: 400;
  font-family: "Heebo", sans-serif;
  display: inline-block;
  margin-bottom: 0px;
  margin-top: 5px; */
  color: #101828;
    font-size: 20px;
    margin: auto 0;
}

.bg-grey {
  background: #e9ecec;
}

.scorecard-form-main .dashboard-table-1 .total-pos-input {
  max-width: 60px;
  height: 30px;
  border-color: #3f536e;
  text-align: center;
  color: #3f536e;
  font-size: 14px;
  border-radius: 2px;
  background: white;
  float: right;
  margin-left: 15px;
}

.scorecard-form-main .dashboard-table-1 tr td p.text-left {
  font-size: 15px !important;
  color: #3f536e;
  font-weight: normal;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
}

.evaluation-form-main .dashboard-table-1 tr td p.text-left {
  font-size: 15px !important;
  color: #3f536e;
  font-weight: normal;
}

.scorecard-form-main .dashboard-table-1 tr td p {
  font-size: 15px;
  color: #3f536e;
}

.cus-table-2.scoring-section-block tr td:nth-child(4) {
  max-width: 160px;
  width: 160px;
}

.scoring-section-block .dropdown-menu {
  transform: translate3d(-100px, 46px, 0px) !important;
  min-width: 136px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
}

/* .roles-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:first-child {
  max-width: 250px !important;
  min-width: 250px;
}

.roles-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  max-width: 250px !important;
  min-width: 250px;
} */

.roles-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:first-child {
  max-width: 200px !important;
  min-width: 200px;
}

.roles-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  max-width: 200px !important;
  min-width: 200px;
}

.roles-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) div {
  max-width: 710px !important;
}

.roles-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 70px !important;
  min-width: 70px;
  padding-right: 3px !important;
}

.roles-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 70px !important;
  min-width: 70px;
  padding-right: 3px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.roles-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  text-align: right;
  max-width: 60px !important;
  min-width: 60px;
}

.roles-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  text-align: right;
  min-width: 60px;
  max-width: 60px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.coachings-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:first-child {
  max-width: 900px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  min-width: 900px;
}

.coachings-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  max-width: 900px !important;
  min-width: 900px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.coachings-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:first-child div span {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.coachings-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:first-child div {
  /* max-width: 500px; */
}

.coachings-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:first-child small {
  white-space: normal;
  font-family: "Roboto", sans-serif;
}

/* .coachings-table-main .rdt_TableHeadRow {
  gap: 20px;
} */
.coachings-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 150px !important;
  min-width: 112px;
}

.coachings-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 45px !important;
  min-width: 45px;
}

.coachings-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 150px !important;
  min-width: 112px;
}

.coachings-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) div {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 150px !important;
}

/* .coachings-table-main .rdt_TableRow {
  gap: 14px;
} */
.coachings-table-main span.published-date {
  font-family: "Roboto", sans-serif;
}

.coachings-tab30-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 130px !important;
  min-width: 130px;
}

.coachings-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 54px !important;
  min-width: 54px;
  justify-content: center;
}

.coachings-table-main .rdt_TableCell {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.coachings-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 88px !important;
  min-width: 88px;
  padding-right: 3px !important;
}

.coachings-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 88px !important;
  min-width: 88px;
  padding-right: 3px !important;
}

.coachings-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  text-align: right;
  max-width: 21px !important;
  min-width: 21px;
}

.coachings-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  text-align: right;
  min-width: 38px;
  max-width: 38px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 0px !important;
  margin-left: auto;
  padding-right: 15px !important;
}

.question-ask-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:first-child {
  max-width: 40px !important;
  min-width: 40px;
  padding-right: 0px !important;
}

.question-ask-main .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  max-width: 40px !important;
  min-width: 40px;
  padding-right: 0px !important;
}

.question-ask-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 60px !important;
  min-width: 60px;
  padding-right: 0px !important;
}

.question-ask-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 60px !important;
  min-width: 60px;
  padding-right: 0px !important;
}

.question-ask-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  text-align: right;
  max-width: 60px !important;
  min-width: 60px;
}

.question-ask-main .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  text-align: right;
  min-width: 60px;
  max-width: 60px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.quiz-table-main tr td:nth-child(3) {
  width: 960px;
}

.scoring-section-block td a {
  cursor: pointer;
}

.scoring-section-block .scoring-drop-menu {
  transform: translate3d(-370px, 46px, 0px) !important;
  padding: 15px;
  min-width: 900px !important;
}

/* .evaluations-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-right: 0px !important;
}

.evaluations-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-right: 0px !important;
} */

/* .evaluations-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1),
.evaluations-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-right: 0px !important;
} */

.evaluations-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1),
.evaluations-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 350px !important;
  min-width: 350px;
  padding-left: 20px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.evaluations-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 250px !important;
  min-width: 250px;
}

.evaluations-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 250px !important;
  min-width: 250px;
  white-space: nowrap;
  /* overflow: hidden; */
  text-overflow: ellipsis;
}

.evaluations-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 80px !important;
  min-width: 80px;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.evaluations-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) div span {
  position: absolute;
  right: 0px;
}

.evaluations-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 80px !important;
  min-width: 80px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.evaluations-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 90px !important;
  min-width: 90px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  justify-content: center;
}

.evaluations-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 90px !important;
  min-width: 90px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  justify-content: center;
}

.evaluations-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 90px !important;
  min-width: 90px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  justify-content: center;
}

.evaluations-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 90px !important;
  min-width: 90px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  justify-content: center;
}

.evaluations-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {
  max-width: 150px !important;
  min-width: 100px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  justify-content: center;
}

.evaluations-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(6) {
  max-width: 150px !important;
  min-width: 100px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  justify-content: center;
}

.evaluations-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7) {
  max-width: 80px !important;
  min-width: 80px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  justify-content: center;
}

.evaluations-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(7) {
  max-width: 80px !important;
  min-width: 80px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  justify-content: center;
}

.evaluations-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  text-align: right;
  max-width: 60px !important;
  min-width: 60px;
}

.evaluations-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  text-align: right;
  min-width: 60px;
  max-width: 60px !important;
  margin-left: auto;
}

.evaluations-table-main+.custom-pagination-c {
  justify-content: center;
}

.evaluations-table-main .searchbar {
  max-width: 600px;
}

.roles-table-main .searchbar {
  max-width: 600px;
}

.user-main .searchbar {
  max-width: 600px;
}

.score-main-box {
  border-top: 1px solid #c7cfd6;
}

.score-main-box h3 {
  color: #101828;
  font-size: 20px;
  font-weight: 500;
  margin-right: 20px;
  margin-bottom: 0px;
  font-family: 'Poppins';
}

.score-main-box-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 60px;
}

.score-main-box-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 60px;
}

.score-main-box-right input {
  height: 30px;
  text-align: center;
  border-color: #3f536e;
  border-radius: 2px;
  background-color: #ffffff !important;
  color: #3f536e;
}

.bg-blue {
  background: #e7edf3;
}

.bg-green {
  background: rgba(57, 218, 138, 0.5);
}

.bg-pink {
  background: #ffebee !important;
}

.cards-column-main {
  padding: 0px 5px;
}

.cards-column-main:first-child {
  padding: 0px 5px 0px 15px;
}

.cards-column-main:last-child {
  padding: 0px 15px 0px 5px;
}

.cards-column {
  background: white;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
  margin-bottom: 10px;
}

.cards-column .cards-head {
  padding: 5px 0px 15px;
  display: flex;
}

.card-item {
  border-radius: 5px;
  background: white;
  margin-bottom: 10px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
}

.card-item:last-child {
  margin-bottom: 0px;
}

.cards-column .cards-head span {
  padding: 1px 13px;
  background: #02cfdc;
  color: white;
  font-size: 12px;
  font-weight: 500;
  border-radius: 25px;
  text-transform: uppercase;
}

.card-item-middle {
  padding: 15px 10px;
}

.card-item-middle h3 {
  color: #2c405a;
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 0px;
}

.card-item-middle p {
  color: #8dabc4;
  font-size: 12px;
}

.card-item-bottom {
  padding: 15px 10px;
}

.progress-bar-main {
  position: relative;
  width: 100%;
  max-width: 115px;
}

.card-item-bottom-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.card-item-bottom-left .progress {
  overflow: visible;
  height: 6px;
  width: 100%;
  background: #ffdede;
  border-radius: 25px;
  margin-bottom: 0px;
}

.card-item-bottom-left .progress .progress-bar {
  background-color: #fe5c5d;
  position: relative;
  border-radius: 4px;
}

.progressbar-circle {
  background-color: #fe5c5d;
  width: 13px;
  height: 13px;
  position: absolute;
  top: -4px;
  right: 0px;
  border-radius: 25px;
  border: 3px solid white;
}

.card-item-bottom-left span {
  /* color: #fe5c5d; */
  font-size: 13px;
  margin-left: 10px;
}

.cards-head span.cards-head-2 {
  background: #feaf47;
}

.cards-head span.cards-head-3 {
  background: #ff585c;
}

.cards-head span.cards-head-4 {
  background: #29d47f;
}

.card-item-bottom-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.card-item-bottom-right a {
  font-size: 13px;
  font-family: "Rubik", sans-serif;
  cursor: pointer;
}

.card-item-bottom-right a img {
  margin-left: 5px;
}

.card-item-bottom-right a:hover {
  color: #0093ee;
}

.rating-main-cont {
  background: white;
  padding: 20px 0px;
  border: 1px solid #c7cfd6;
  border-bottom: 0px;
  box-shadow: 0px 0px 5px 3px #dedfdf78;
}

.rating-main-cont-2 {
  background: white;
  padding: 20px 0px;
  border: 1px solid #c7cfd6;
  border-bottom: 0px;
  box-shadow: 0px 0px 5px 3px #dedfdf78;
}

.sup-dash-head {
  font-size: 17px;
  font-weight: 400;
  color: #3F536E;
  line-height: 22px;
  font-family: "Rubik", sans-serif !important;
  margin-bottom: 10px;
}

.rating-main-cont .row {
  max-width: 900px;
  margin: 0 auto;
}

.rating-main-top {
  text-align: center;
}

.rating-main-top h3 {
  font-size: 14px;
  color: #3f536e;
  font-weight: 500;
  text-transform: uppercase;
}

.rating-main-middle {
  display: flex;
  position: relative;
  justify-content: center;
}

.rating-main-middle-left {
  position: relative;
  left: -15px;
  top: 11px;
}

.rating-main-middle-right {
  position: relative;
  left: -5px;
  min-width: 63px;
  text-align: center;
}

.rating-main-middle-right h2 {
  color: #2c405a;
  font-size: 50px;
  font-family: "Heebo", sans-serif;
}

.rating-main-middle-right h2 span {
  font-size: 12px;
  line-height: 26px;
  color: #2C405A;
  display: block;
  font-weight: 400;
}

.rating-main-bottoms {
  background: #2965D5;
  height: 5px;
  width: 100%;
  max-width: 110px;
  margin: 0 auto;
}

.rating-main-bottoms-2 {
  background: #2965D5;
}

.rating-main-bottoms-3 {
  background: #2965D5;
}

.rating-main-bottoms-4 {
  background: #2965D5;
}

.rating-main-bottoms-5 {
  background: #2965D5;
}


.rating-main-bottom {
  background: #faca00;
  /* background: #2965D5; */
  height: 5px;
  width: 100%;
  max-width: 110px;
  margin: 0 auto;
}

.rating-main-bottom-2 {
  background: rgba(0, 207, 221, 0.99);
  /* background: #2965D5; */
}

.rating-main-bottom-3 {
  background: #ee5e56;
  /* background: #2965D5; */
}

.rating-main-bottom-4 {
  background: #3bda8b;
  /* background: #2965D5; */
}

.rating-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 55px !important;
  min-width: 55px;
  padding-right: 0px !important;
}

.rating-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 55px !important;
  min-width: 55px;
  padding-right: 0px !important;
}

.rating-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 650px !important;
  min-width: 650px;
}

.rating-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 650px;
}

.rating-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 650px !important;
  min-width: 650px;
}

.rating-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 500px;
}

.rating-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) div span {
  font-weight: 500;
}

.rating-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 210px !important;
  min-width: 210px;
}

.rating-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 210px !important;
  min-width: 210px;
}

.circle-box-main-e {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}

.circle-box-main {
  display: flex;
  align-items: center;
}

.circle-box-main .progress {
  width: 100px;
  height: 100px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

.circle-box-main .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid white;
  position: absolute;
  top: 0;
  left: 0;
}

.circle-box-main .progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.circle-box-main .progress .progress-left {
  left: 0;
}

.circle-box-main .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 4px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #29d47f;
}

.circle-box-main .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.circle-box-main .progress .progress-right {
  right: 0;
}

.circle-box-main .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.circle-box-main .progress .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 28px;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
  color: white;
  font-family: "Rubik", sans-serif;
}

.circle-box-main .progress .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
}

.overlayPopup {
  z-index: 100;
}

/* This for loop creates the 	necessary css animation names 
  Due to the split circle of progress-left and progress right, we must use the animations on each side. 
  */
.circle-box-main .progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}

.circle-box-main .progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.circle-box-main .progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}

.circle-box-main .progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.circle-box-main .progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}

.circle-box-main .progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.circle-box-main .progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}

.circle-box-main .progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.circle-box-main .progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.circle-box-main .progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.circle-box-main .progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.circle-box-main .progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.circle-box-main .progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.circle-box-main .progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.circle-box-main .progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.circle-box-main .progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.circle-box-main .progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.circle-box-main .progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progressbar-danger .progress-bar,
.progressbar-danger .progressbar-circle {
  background-color: #fe5c5d !important;
}

.progressbar-danger .progress {
  background-color: #ffdede;
}

/* .progressbar-danger+span {
  color: #fe5c5d;
} */

.progressbar-primary .progress-bar,
.progressbar-primary .progressbar-circle {
  background-color: #26c1c9 !important;
}

.progressbar-primary .progress {
  background-color: #d3f3f4;
}

.progressbar-primary+span {
  color: #26c1c9;
}

.progressbar-success .progress-bar,
.progressbar-success .progressbar-circle {
  background-color: #29d47f !important;
}

.progressbar-success .progress {
  background-color: #ffdede;
}

.progressbar-success+span {
  color: #29d47f;
}


.progressbar-warning .progress-bar,
.progressbar-warning .progressbar-circle {
  background-color: #FEAF47 !important;
}

.progressbar-success .progress {
  background-color: #ffdede;
}

.progressbar-success+span {
  color: #FEAF47;
}



.circle-box-main .progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.circle-box-main .progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}

.progress {
  margin-bottom: 1em;
}

.head-inner {
  font-size: 27px;
  font-family: "Heebo", sans-serif;
  color: #2c405a;
  font-weight: normal;
}

.circle-box-main-2 {
  display: flex;
  min-height: 128px;
}

.circle-box-main-2 {
  display: flex;
  justify-content: flex-end;
}

.circle-box-main-2 .progress {
  margin: 0;
  margin-right: 10px;
}

.circle-box-main-2 .progress:after {
  border: 4px solid #eff4f7;
}

.circle-box-main-2 .progress .progress-bar {
  border-color: #5a8dee;
}

.circle-box-main-2 .progress .progress-value {
  color: #475f7b;
}

.circle-box-main-2 .progress {
  width: 60px;
  height: 60px;
}

.circle-box-main .progress .progress-value {
  font-size: 18px;
}

.traning-table-header h3 {
  font-size: 19px;
  font-weight: 500;
  color: #3f536e;
}

.traning-table-header .circle-box-main-2 {
  padding-right: 20px;
}

.traning-table-header p {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.agenttr-table-main tbody tr td:first-child {
  width: 65px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.agenttr-table-main tbody tr td:nth-child(2) p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 17px;
  color: #3f536e;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}

.agenttr-table-main tbody tr td:nth-child(2) small {
  font-size: 12px;
  color: #3f536e;
  font-family: "Rubik", sans-serif;
}

.agenttr-table-main tbody tr td:nth-child(3) {
  display: flex;
  align-items: center;
  min-height: 68px;
}

.agenttr-table-main tbody tr td:nth-child(3) p {
  color: #5a8dee;
  margin-bottom: 0px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  cursor: pointer;
}

.video-left {
  /* padding: 20px; */
  -webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
  word-break: break-word;
}

.video-table-main tbody tr td:first-child {
  width: 40px;
  max-width: 40px;
  padding-right: 0px;
  display: table-cell;
  vertical-align: middle;
}

.video-table-main tbody tr td:nth-child(2) p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #3f536e;
  cursor: pointer;
}

.video-table-main tbody tr td:nth-child(3) {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0;
  width: 40px;
}

.video-table-header {
  min-height: 40px;
  display: table;
}

.video-right-main {
  padding-left: 10px;
}

.video-left-main {
  padding-right: 10px;
}

.video-box {
  width: 100%;
  margin-top: -45px;
}

.video-left-main .video-box {
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
}

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

.ques-hr {
  margin-top: -5px;
}

.card-item-main {
  padding: 0px 5px;
}

.card-item-main .card-item {
  margin-bottom: 10px;
}

.head-inner-1 {
  font-size: 23px;
  font-family: "Heebo", sans-serif;
  color: #3f536e;
  font-weight: normal;
}

.head-inner-2 {
  font-size: 23px;
  font-family: "Heebo", sans-serif;
  color: #aeb2b7;
  font-weight: normal;
}

.video-inner-label label {
  font-size: 17px;
}

.not-found {
  min-height: 700px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  border: 1px solid #c7cfd6;
}

.row-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.dash-left-main {
  max-width: 295px;
  padding-right: 7.5px;
}

.knowledgebase-right {
  padding-left: 7.5px;
}

.dash-left {
  padding: 27px 20px 20px;
  margin-bottom: 10px;
}

.dash-left .rating-main-bottom {
  background: white;
  height: auto;
  text-align: center;
}

.dash-left .rating-main-middle-right h2 {
  margin-bottom: 0px;
}

.dash-left .rating-main-bottom {
  font-size: 12px;
  color: #2c405a;
}

.dash-left .dash-left-middle-box-1 {
  background: #00cfdd;
  display: flex;
  padding: 20px 10px;
  border-radius: 5px;
  position: relative;
  margin-top: 10px;
  cursor: pointer;
}

.dash-left .dash-left-middle-box-2 {
  background: #feaf47;
}

.dash-left .dash-left-middle-box-3 {
  background: #ff5b5c;
}

.dash-left .dash-left-middle-box-4 {
  background: #39da8a;
}

.dash-left .dash-left-middle-box-5 {
  background: #2965d5;
}

.dash-left .dash-left-middle-box-1>img {
  margin-right: 10px;
}

.dash-left .dash-left-middle-box-1 h3 {
  color: white;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
}

.dash-left .play-main {
  position: absolute;
  right: -30px;
  top: -4px;
}

.dash-right {
  
  margin-bottom: 15px;
}

.dash-right-main {
  padding-left: 0px;
}

.dash-right-main .dash-right-top-box-top {
  text-align: center;
}

.dash-right-main .dash-right-top-box-top h2 {
  color: #3f536e;
  font-size: 25px;
  font-family: "Heebo", sans-serif;
}

.dash-right-main .dash-right-top-box-top p {
  color: #3f536e;
  font-size: 13px;
}

.dash-right-main .dash-right-top {
  position: relative;
}

.dash-right-main .drt-right {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.dash-right-main .dash-right-top-box-bottom {
  background: rgba(171, 125, 246, 0.5);
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 20px 5px 5px;
  text-align: center;
  border-radius: 5px;
  border-left: 3px solid #ab7df6;
  margin-bottom: 5px;
  cursor: pointer;
}

.dash-right-main .dash-right-top-box-bottom p {
  color: #ab7df6;
  font-size: 10px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}

.dash-right-main .dash-right-top-box-bottom-2 {
  background: rgba(78, 219, 139, 0.2);
  border-left: 3px solid #4edb8b;
}

.dash-right-main .dash-right-top-box-bottom-2 p {
  color: #4edb8b;
}

.dash-right-main .dash-right-top-box-bottom-7 {
  background: rgba(78, 219, 139, 0.2);
  border-left: 3px solid #4EDB8B;
}

.dash-right-main .dash-right-top-box-bottom-7 p {
  color: #4EDB8B;
}

.des-rev-7 {
  border-color: #00cfdd;
}

.des-rev-7 .btn {
  background-color: #00cfdd;
  border-color: #00cfdd;
}


.dash-right-main .dash-right-top-box-bottom-3 {
  background: rgba(0, 207, 221, 0.2);
  border-left: 3px solid #00cfdd;
}

.dash-right-main .dash-right-top-box-bottom-3 p {
  color: #00cfdd;
}

.dash-right-main .dash-right-top-box-bottom-4 {
  background: rgba(250, 202, 0, 0.2);
  border-left: 3px solid #faca00;
}

.dash-right-main .dash-right-top-box-bottom-4 p {
  color: #faca00;
}

.dash-right-main .dash-right-top-box-bottom-5 {
  background: rgba(254, 92, 93, 0.2);
  border-left: 3px solid #fe5c5d;
}

.dash-right-main .dash-right-top-box-bottom-5 p {
  color: #fe5c5d;
}

.dash-right-main .dash-right-top-box-bottom-6 {
  background: rgba(253, 123, 31, 0.2);
  border-left: 3px solid #fd7b1f;
}

.dash-right-main .dash-right-top-box-bottom-6 p {
  color: #fd7b1f;
}

/* .dash-right-main .dash-right-top-box-bottom-7 {
  background: rgba(253, 123, 31, 0.2);
  border-left: 3px solid #00CFDD;
}

.dash-right-main .dash-right-top-box-bottom-7 p {
  color: #00CFDD;
} */

.dash-right-main .dash-right-top-box-bottom img {
  position: absolute;
  right: 10px;
}

.calender-item-main {
  padding: 0px 5px;
}

.dash-right-bottom-line .row {
  border-bottom: 1px solid #c5d9e8;
  margin-top: 30px;
  margin-bottom: 30px;
}

.dash-right-bottom-left h2.text-center {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  font-family: "Poppins", sans-serif; 
  background: #fff;
      padding: 25px 15px 15px 2px;
  text-align: left !important;
 
}

.dash-right-bottom-left-inner-right h2 {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  font-family: "Poppins", sans-serif; 
  margin-bottom: 0px;
  cursor: pointer;
  width: 100%;
  margin: auto 0;
}

.dash-right-bottom-left-inner-right p {
  color: #000;
  cursor: pointer;
    width: 100%;
      margin: auto 0;
}
.dash-right-bottom-left-inner-right p {
    width: 100%;

      margin: auto 0;
}

.dash-right-bottom-right h2.text-center {
 font-size: 20px;
  color: #000;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  background: #fff;
      padding: 25px 15px 15px 2px;
  text-align: left !important;
 
}

.dash-right-bottom-left-inner {
    border-right: 0;
    padding: 0px 0px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0;
}

.dash-right-bottom-left-inner-left {
  padding-right: 0px;
  max-width: 45px;
}

.dash-right-bottom-left-inner-right p {
  font-size: 12px;
  font-family: "Rubik", sans-serif;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.dash-right-bottom-left-inner-item .dash-right-bottom-left-inner-left,
.dash-right-bottom-left-inner-item .dash-right-bottom-left-inner-right {
 border-bottom: 0;
 
    background: #E5E7EB;
    border-radius: 8px !important;
    margin-bottom: 6px;
    overflow: hidden !important;
        min-height: 56px;
    display: flex;
    flex-wrap: wrap;
        padding: 12px 50px 12px 12px !important;
}
.dash-right-bottom-left-inner-item .row{
  margin: 0 !important;
}

.dash-right-bottom-left-inner-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dash-right-bottom-right-inner {
  padding: 0px 0px;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 0;
}

.dash-right-bottom-right-inner p {
  font-size: 14px;
}

.dash-right-bottom-right-inner p b {
  font-weight: 500;
}

.dash-left-bottom .rating-main-top h3 {
  line-height: 1.5;
}

.pash-left-top h2 {
  font-size: 20px;
  color: #707070;
  font-weight: normal;
  font-family: "Segoe UI";
}

.pash-left-bottom {
  background: white;
  padding: 10px;
  border-radius: 5px;
  min-height: 290px;
  margin-bottom: 40px;
}

.pashlb-left {
  max-width: 55px;
}

.pashlb-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.pashlb-right p {
  margin-bottom: 0px;
  color: #3f536e;
  font-size: 12px;
  font-family: "IBM Plex Sans";
}

.pash-right-main {
  padding: 0px 30px 30px;
}

.pash-right-top h4 {
  font-size: 11px;
  font-weight: normal;
  color: black;
  font-family: "Segoe UI";
}

.des-rev {
  background: white;
  border-radius: 5px;
  padding: 15px 20px 10px;
  border-left: 8px solid #ab7df6;
  margin-bottom: 15px;
  width: 312px;
  max-width: 350px;
  height: max-content;

}
.des-rev a.btn{
  width: 50%;
  margin-top: 5px !important;
}

.des-rev-text-top {
  margin-bottom: 0px !important;
}

.des-rev button {
  position: relative;
  z-index: 99;
}

.des-rev-2 {
  border-color: #4edb8b;
}

.des-rev-2 .btn {
  background-color: #4edb8b;
  border-color: #4edb8b;
}

.des-rev-3 {
  border-color: #00cfdd;
}

.des-rev-3 .btn {
  background-color: #00cfdd;
  border-color: #00cfdd;
}

.des-rev-4 {
  border-color: #faca00;
}

.des-rev-4 .btn {
  background-color: #faca00;
  border-color: #faca00;
}

.des-rev-5 {
  border-color: #fe5c5d;
}

.des-rev-5 .btn {
  background-color: #fe5c5d;
  border-color: #fe5c5d;
}

.des-rev-6 {
  border-color: #fd7b1f;
}

.des-rev-6 .btn {
  background-color: #fd7b1f;
  border-color: #fd7b1f;
}

.des-rev p {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 20px;
  color: #475E7A;
}

.des-rev-text {
  font-size: 12px !important;
  line-height: 16px;
  color: #818d99 !important;
  font-family: "IBM Plex Sans";
  position: relative;
  top: 2px;
}

.mxw-35 {
  max-width: 35px;
}

.container-dash {
  max-width: 1280px;
}

.pash-left {
  max-width: 220px;
}

.view p {
  top: 5px;
  margin: 0 10px 0 0;
}

.view p,
.view a {
  float: left;
  display: inline-block;
  text-decoration: none;
  position: relative;
}

.icon-grid {
  background: url("https://webdevtrick.com/wp-content/uploads/grid-view.png") no-repeat 0 0;
  height: 16px;
  width: 16px;
  top: 7px;
}

.icon-list {
  background: url("https://webdevtrick.com/wp-content/uploads/list-view.png") no-repeat 0 0;
  height: 32px;
  width: 32px;
}

.scoring-section-block .cus-table-2 tr td {
  padding: 11px 20px;
}

.scoring-section-block .cus-table-2 tr.bg-grey {
  background: #e9ecec !important;
}

.scoring-section-block table tr.bg-grey {
  background: #e9ecec !important;
}

.scoring-section-block tr td {
  padding: 19px 20px;
}

.dashboard-table-2 .scoring-section-block .scoring-drop-menu {
  transform: translate3d(-870px, 46px, 0px) !important;
}

.scorecard-form-main .container>h3 {
  border: 0;
  color: #101828;
  font-size: 20px;
  font-weight: 500;
  margin-right: 20px;
  margin-bottom: 0px;
  background: #f5f5f5 !important;
  margin: 0 !important;
}

.module-description,
.module-description img {
  max-width: 700px;
  line-break: anywhere;
  font-family: "Rubik", sans-serif;
}

.audit-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:first-child {
  max-width: 70px !important;
  min-width: 70px;
}

.audit-main .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  max-width: 70px !important;
  min-width: 70px;
}

.audit-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 200px !important;
  min-width: 200px;
}

.audit-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 200px !important;
  min-width: 200px;
}

.audit-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 660px !important;
  min-width: 660px;
}

.audit-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 660px !important;
  min-width: 660px;
}

.audit-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) div {
  max-width: 500px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.audit-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 118px !important;
  min-width: 118px;
  padding-right: 0px !important;
}

.audit-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 118px !important;
  min-width: 118px;
  padding-right: 0px !important;
}

.audit-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  max-width: 60px !important;
  min-width: 60px;
}

.audit-main .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  max-width: 60px !important;
  min-width: 60px;
}

.audit-form-main {
  padding-top: 20px;
}

.audit-inner-table thead tr th:first-child {
  max-width: 200px !important;
  min-width: 200px;
  font-size: 14px;
  color: #3f536e;
  font-weight: 400;
}

.audit-inner-table tbody tr td:first-child {
  max-width: 200px !important;
  min-width: 200px;
  font-size: 14px;
  color: #3f536e;
  font-weight: 400;
}

.audit-inner-table thead tr th:nth-child(2) {
  max-width: 748px !important;
  min-width: 748px;
  font-size: 14px;
  color: #3f536e;
  font-weight: 400;
}

.audit-inner-table tbody tr td:nth-child(2) {
  max-width: 748px !important;
  min-width: 748px;
  font-size: 14px;
  color: #3f536e;
  font-weight: 400;
}

.audit-inner-table tbody tr td:nth-child(2) div {
  max-width: 650px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.audit-inner-table thead tr th:last-child {
  max-width: 80px !important;
  min-width: 80px;
  font-size: 14px;
  color: #3f536e;
  font-weight: 400;
}

.audit-inner-table tbody tr td:last-child {
  max-width: 80px !important;
  min-width: 80px;
  font-size: 14px;
  color: #3f536e;
  font-weight: 400;
}

.audit-inner-table-2 thead tr th:first-child {
  max-width: 150px !important;
  min-width: 150px;
  font-size: 14px;
  color: #3f536e;
  font-weight: 400;
  padding-left: 15px;
  padding: 14px;
}

.audit-inner-table-2 tbody tr td:first-child {
  max-width: 150px !important;
  min-width: 150px;
  font-size: 14px;
  padding-left: 15px !important;
  color: #3f536e;
  font-weight: 400;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 50px;
}

.audit-inner-table-2 thead tr th:nth-child(2) {
  max-width: 750px !important;
  min-width: 750px;
  font-size: 14px;
  color: #3f536e;
  font-weight: 400;
  padding-left: 0px;
}

.audit-inner-table-2 tbody tr td:nth-child(2) {
  max-width: 750px !important;
  min-width: 750px;
  font-size: 14px;
  color: #3f536e;
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 50px;
}

.audit-inner-table-2 tbody tr td:nth-child(2) p {
  margin-bottom: 0px;
  font-size: 14px !important;
  color: #3f536e;
  font-weight: 400;
  max-width: 650px !important;
  word-break: break-all;
}

.audit-inner-table-2 thead tr th:nth-child(3) {
  max-width: 100px !important;
  min-width: 100px;
  font-size: 14px;
  color: #3f536e;
  font-weight: 400;
  padding: 10px 20px;
}

.audit-inner-table-2 tbody tr td:nth-child(3) {
  max-width: 100px !important;
  min-width: 100px;
  font-size: 14px;
  color: #3f536e;
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 50px;
  text-transform: capitalize;
}

.audit-inner-table-2 thead tr th:last-child {
  max-width: 60px !important;
  min-width: 60px;
  font-size: 14px;
  color: #3f536e;
  font-weight: 400;
}

.audit-inner-table-2 tbody tr td:last-child {
  max-width: 60px !important;
  min-width: 60px;
  font-size: 14px;
  color: #3f536e;
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 50px;
}

.audit-inner-table-2 tbody tr td p {
  margin-bottom: 0px;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
}

.load-main {
  border: 1px solid #a8c6df;
  border-radius: 5px;
}

.load-main-head {
  border-bottom: 1px solid #a8c6df;
  padding: 16px 11px;
}

.load-main-head p {
  margin-bottom: 0px;
  color: #2c405a;
  font-size: 15px;
}

.load-main-bottom {
  padding: 20px 33px;
}

.audit-inner-table-2 {
  margin-bottom: 0px;
}

.audit-inner-table-2 th {
  border-bottom: 1px solid #dee2e6 !important;
}

.pr0ides {
  padding-right: 0px !important;
}

.img-course {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.data-postive-main {
  min-width: 277px;
}

.table-res-cus {
  overflow-x: visible;
}

.course-img {
  height: 125px;
  width: 100%;
  object-fit: cover;
}

.w2per {
  width: 2% !important;
}

.coaching-form-main label,
.coaching-form-main p {
  color: #3f536e;
  font-size: 14px;
  font-weight: 400;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; */
  margin-bottom: 3px;
}

.coaching-form-main .cus-table-2 tr td:nth-child(2) p {
  color: #3f536e;
  font-size: 15px !important;
  font-weight: 400 !important;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 840px; */
}

.coaching-form-main .radio-main label {
  color: #3f536e;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 500;
}

.coaching-form-main .cus-table-2 tr td:nth-child(3) {
  vertical-align: top;
}

.coaching-form-view-main {
  padding-top: 20px;
}

.coaching-form-view-main tr td {
  padding: 15px 20px;
  vertical-align: middle;
}

.coaching-form-view-main tr td:first-child p {
  text-align: right;
  margin-top: 2px;
}

.coaching-form-view-main tr td:nth-child(2) {
  width: 900px;
  text-align: left;
  padding-left: 0px;
  padding-right: 10px !important;
}

.coaching-form-view-main label,
.coaching-form-view-main p {
  color: #3f536e;
  font-size: 15px !important;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 3px !important;
}

.coaching-form-view-main .radio-main label {
  color: #3f536e;
  margin-bottom: 0px;
  font-size: 12px !important;
  font-weight: 500;
}

.label-main label {
  color: #3f536e;
  margin-bottom: 0px;
  font-size: 11px;
  font-weight: 500;
}

.label-main input {
  margin-bottom: 10px;
}

.ck.ck-editor {
  width: 100% !important;
}

.scorecard-form-main h5 {
  color: #3f536e;
  font-weight: 500;
  font-size: 23px;
  font-family: "Rubik", sans-serif;
}

.mr-105 {
  margin-right: 115px;
}

.ReactModal__Content.ReactModal__Content--after-open.Modal:focus-visible {
  outline: none;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.mx-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.add-ques-main-1 tr td:nth-child(1) {
  padding-top: 14px !important;
  padding-bottom: 14px;
}

.add-ques-main-1 tr td:nth-child(3) {
  /* padding-top: 13px !important; */
  width: 1010px;
  text-align: left;
}

.add-ques-main-1 tr td:nth-child(4) {
  padding-top: 11px !important;
}

.add-ques-main-2 tr td:nth-child(1) {
  padding-top: 14px !important;
  padding-bottom: 14px;
}

.add-ques-main-2 tr td:nth-child(2) {
  width: 1010px;
  text-align: left;
}

.add-ques-main-2 tr td:last-child {
  text-align: right;
  min-width: 60px;
  max-width: 60px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.add-answer {
  color: #5a8dee;
  font-size: 10px !important;
}

.coaching-form-main-question .cus-table-2 tr td:nth-child(2) {
  width: 900px;
  min-width: 878px;
}

.coaching-form-main-question .cus-table-2 tr td:nth-child(3) {
  vertical-align: middle;
  padding-right: 0px;
  width: 120px;
  max-width: 120px;
}

.coaching-form-main-question tr td:nth-child(4) {
  width: 60px;
  max-width: 60px;
}

.forms-label-top label {
  color: #3f536e;
  margin-bottom: 0px;
  font-size: 11px;
  font-weight: 500;
}

.custom-control-input:disabled~.custom-control-label::before,
.custom-control-input[disabled]~.custom-control-label::before {
  border-color: #d3dae2;
  background-color: #d3dae2;
}

.scoring-section-block tr td:nth-child(1) {
  width: 50px;
}

.agent-coching-table {
  border: 1px solid #dee2e6;
}

.agent-coching-table tr td:first-child {
  width: 30px;
  padding-right: 0px;
}

.agent-coching-table tr td:nth-child(2) {
  padding-left: 0px;
  width: 900px;
}

.agent-coching-table tr td:nth-child(2) label,
.agent-coching-table tr td:nth-child(2) p {
  font-size: 15px;
  color: #3f536e;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.agent-coching-table tr td:first-child p:first-child {
  margin-left: 10px;
  font-size: 15px;
  width: 20px;
  height: 20px;
  text-align: right;
  padding-right: 5px;
  display: table-cell;
  position: relative;
  top: 2px;
}

.agent-coching-table tr td:last-child {
  width: 172px;
  vertical-align: middle;
}

.mxw-224 {
  max-width: 224px;
}

.agent-knowlagebase-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:first-child {
  max-width: 60px !important;
  min-width: 60px;
  padding-right: 0px !important;
}

.agent-knowlagebase-main .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  max-width: 60px !important;
  min-width: 60px;
  padding-right: 0px !important;
}

.agent-knowlagebase-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 600px !important;
  min-width: 600px;
  text-align: left;
}

.agent-knowlagebase-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 600px !important;
  min-width: 600px !important;
}

.agent-knowlagebase-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 550px !important;
}

.agent-knowlagebase-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) div a {
  color: #3f536e;
  font-size: 14px;
  font-weight: 500;
}

.agent-knowlagebase-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 260px !important;
  min-width: 260px;
}

.agent-knowlagebase-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 260px !important;
  min-width: 260px;
}

.agent-knowlagebase-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
}

.header-course-agent {
  background: white;
  border: 1px solid #c7cfd6;
  border-bottom: 1px solid #c7cfd6;
}

.header-course-agent+div {
  background: transparent !important;
}

.head-cards {
  color: #3f536e;
  font-weight: 500;
  font-size: 23px;
  font-family: "Rubik", sans-serif;
  margin-bottom: 20px;
}

p.text-label {
  font-size: 12px !important;
  color: #3f536e !important;
}

.scorcard-edit-main tr td:nth-child(2) {
  max-width: 800px !important;
}

.scorcard-edit-main tr td:nth-child(2) p {
  max-width: 800px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.scorcard-edit-main>table>tr>td:nth-child(2) p {
  max-width: 770px !important;
}

.scorcard-edit-main>table>tbody>table>table.add-sc-card-inner>tr>td:nth-child(1) {
  max-width: 60px !important;
  min-width: 60px !important;
  width: 60px !important;
}

.scorcard-edit-main>table>tbody>table>table.add-sc-card-inner>tr>td.dummy-class {
  max-width: 0px !important;
  min-width: 0px !important;
  width: 0px !important;
  padding-left: 0px;
}

.scorcard-edit-main>table>tbody>table>table.add-sc-card-inner>tr>td:nth-child(3) {
  max-width: 840px !important;
  min-width: 840px !important;
  width: 840px !important;
}

.scorcard-edit-main>table>tbody>table>table.add-sc-card-inner>tr>td:nth-child(4) {
  max-width: 140px !important;
  min-width: 140px !important;
  width: 140px !important;
  padding-right: 0px;
}

.scorcard-edit-main>table>tbody>table>table.add-sc-card-inner>tr>td:nth-child(5) {
  max-width: 50px !important;
  min-width: 50px !important;
  width: 50px !important;
  vertical-align: middle;
}

.scorcard-edit-main>table>tbody>table>tr>td:last-child {
  max-width: 50px !important;
  min-width: 50px !important;
  width: 50px !important;
  vertical-align: middle;
}

.add-sc-card-inner {
  display: table-row-group;
}

.scorcard-edit-main>table>tr>td:last-child {
  min-width: 50px;
  max-width: 50px !important;
  width: 50px !important;
}

.view-only table .add-sc-card-inner>tr>td:nth-child(2) {
  padding-left: 12px;
  width: 67px !important;
  min-width: 67px !important;
}

.view-only table .add-sc-card-inner>tr>td:nth-child(3) {
  width: 780px !important;
  min-width: 780px !important;
}

.view-only table.add-sc-card-inner>tr>td:nth-child(4) {
  min-width: 160px;
  max-width: 160px;
}

.view-only table .add-sc-card-inner>tr>td:nth-child(5) {
  min-width: 0px !important;
  max-width: 0px !important;
}

.no-hide-txt {
  overflow: visible !important;
  display: block !important;
}

.coaching-form-add .dates-main {
  vertical-align: top !important;
}

.coaching-form-add .dates-main .label-date {
  margin-left: -16px;
  position: relative;
  top: -3px;
}

.coaching-form-main .dates-main .label-date {
  margin-left: -16px;
  position: relative;
  top: -3px;
}

.dates-main .row .col-md-12 {
  max-width: 160px;
}

.coaching-form-add .radio-main {
  margin-top: -8px;
}

.coaching-form-view-main .radio-main {
  margin-top: -20px;
}

.adcource-table-main tr td {
  padding: 6px 20px;
  vertical-align: middle;
}

.sidebar-team .cont-box-grey {
  border-top: 1px solid #c5dbea;
  border-bottom: 1px solid #c5dbea;
}

.scorcard-edit-main table {
  width: 100%;
}

p.text-label {
  font-size: 12px !important;
  color: #3f536e !important;
}

/* .scorcard-edit-main tr td:nth-child(2) {
  max-width: 800px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.scorcard-edit-main > table > tr > td:nth-child(2) p {
  max-width: 770px !important;
}

.scorcard-edit-main > table > tbody > table > tbody > tr > td:nth-child(1) {
  max-width: 60px !important;
  min-width: 60px !important;
  width: 60px !important;
}

.scorcard-edit-main > table > tbody > table > tbody > tr > td:nth-child(2) {
  max-width: 60px !important;
  min-width: 60px !important;
  width: 60px !important;
}

.scorcard-edit-main > table > tbody > table > tbody > tr > td:nth-child(3) {
  max-width: 60px !important;
  min-width: 60px !important;
  width: 60px !important;
}

.scorcard-edit-main > table > tbody > table > tbody > tr > td:nth-child(4) {
  max-width: 110px !important;
  min-width: 110px !important;
  width: 110px !important;
}

.scorcard-edit-main > table > tr > td:last-child {
  min-width: 50px;
  max-width: 50px !important;
  width: 50px !important;
} */

.no-hide-txt {
  overflow: visible !important;
  display: block !important;
}

.coaching-form-add .dates-main {
  vertical-align: top !important;
}

.dates-main {
  vertical-align: top !important;
}

.coaching-form-add .dates-main .label-date {
  margin-left: -16px;
}

.coaching-form-add .radio-main {
  margin-top: -8px;
}

.scorcard-edit-main tr td p {
  overflow: visible;
  display: block;
  word-break: break-word;
}

.scorcard-edit-main tr td:nth-child(2) p {
  overflow: visible;
  display: block;
}

.coaching-form-add tr td p {
  overflow: visible;
  display: block;
}

.agenttr-table-main tr td:nth-child(2) {
  width: 870px;
  vertical-align: middle;
}

.agenttr-table-main tr {
  height: 60px;
}

.agent-eva-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 200px !important;
  min-width: 200px;
}

.agent-eva-table .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 200px !important;
  min-width: 200px;
}

.rmsc .dropdown-heading {
  height: 44px !important;
}

.aud-glo-ser {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.traning-table-header td:first-child {
  max-width: 920px;
}

.traning-table-header td:last-child {
  width: 150px;
  display: flex;
  justify-content: space-between;
  float: right;
}

.table-age-2 tr td:nth-child(2) {
  width: 990px;
}

.table-age-2 tr td:nth-child(2) p {
  margin-bottom: 0px;
}

.dates-main-1 .row {
  margin: 0px;
}

.v-align-top {
  vertical-align: top !important;
}

.toggle-password {
  float: right;
  cursor: pointer;
  margin-right: 14px;
  margin-top: -25px;
  color: #969fa9;
  font-size: 13px;
}

.profile-pref-main .dash-box {
  margin-bottom: 10px;
}

.profile-pref-main .dash-pass h2 {
  margin-bottom: 0px;
}

.profile-pref-main .dash-box h2 {
  margin-top: 5px;
}

.curr-pass-main .col-md-3 {
  padding-right: 15px;
  margin-bottom: 10px;
}

.datatable-container .rdt_Table .rdt_TableHead div {
  font-weight: 400 !important;

}

.coachings-table-main .rdt_Table .rdt_TableHead div {
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-family: "Roboto", sans-serif;
}

.roles-main .cs-rubik {
  font-family: "Rubik", sans-serif !important;
}

.roles-main .col-md-2>label,
.roles-main .roles-col>label {
  font-size: 13px !important;
  text-transform: uppercase;
}

.roles-main .form-check-input:disabled~.form-check-label,
.roles-main .form-check-input[disabled]~.form-check-label,
.roles-main .form-check label {
  color: #3f536e;
  font-size: 15px;
  font-weight: 400;
}

.roles-main .col-md-2 .form-check:last-child {
  margin-bottom: 20px;
}

.roles-main .form-group {
  margin-bottom: 2px;
}

/* .form-control:disabled, .form-control[readonly] {
  background-color: transparent;
} */

.roles-col {
  width: 220px;
  min-width: 220px;
  max-width: 220px;
}

.roles-col .form-check:last-child {
  margin-bottom: 20px;
}

.roles-main {
  padding: 15px 20px;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

.modal-footer .btn-theme-d {
  font-weight: 500;
}

.copy-input {
  position: relative;
  border-radius: 0.25rem !important;
  padding-right: 50px;
}

.copy-button {
  position: absolute;
  right: 10px;
  top: 6px;
}

.modal-footer .btn-theme1 {
  font-weight: 500;
}

.modal-footer .btn-theme1-o {
  font-weight: 500;
}

.rdt_Table input[type="checkbox"] {
  border: 1px solid #c7cfd6;
  border-radius: 4px;
  padding: 9px;
}

.rdt_Table input[type="checkbox"]:checked:after {
  top: 2px;
  left: 6px;
  width: 6px;
  height: 12px;
}

.copy-button-1 {
  position: absolute;
  right: -16px;
  top: 12px;
}

.coach-rol-head {
  margin-top: -28px;
}

.user-head {
  font-size: 17px !important;
  color: #2c405a;
  font-weight: normal;
}

.mt-22 {
  margin-top: 22px;
}

.custom-file-label {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #aeb2b7;
  font-family: "Heebo", sans-serif;
}

.custom-file-label::after {
  height: 38px;
  color: #2c405a;
  font-size: 15px;
  font-family: "Heebo", sans-serif;
}

#bulkUserModal .bulk-label {
  color: #2c405a;
  font-size: 13px;
}

#bulkUserModal input[type="checkbox"] {
  margin-right: 10px !important;
  padding: 8px;
}

#bulkUserModal input[type="checkbox"]:checked:after {
  top: 2px;
  left: 5px;
  width: 5px;
  height: 10px;
}

#AddSingleModal input[type="checkbox"] {
  padding: 7px;
  background: white;
}

#AddSingleModal input[type="checkbox"]:checked:after {
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
}

#AddSingleModal .checkmark-cont p {
  font-size: 15px;
}

.status-main {
  position: absolute;
  top: 0px;
  left: 0;
  right: 214px;
}

.p-relative {
  position: relative;
}

.table-search-main .option-main,
.table-search-main .btn-add {
  margin-left: 20px !important;
  margin-right: 0px !important;
}

/* .table-search-main .btn-add {
  margin-left: 20px !important;
  margin-right: 0px !important;
} */

.table-search-main .fillter-content-2 {
  right: 0px;
}

.mx-30 {
  max-width: 30px;
}

.datepicker-main .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  display: none;
}

.datepicker-main .bootstrap-datetimepicker-widget.dropdown-menu.top::after {
  display: none;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
  opacity: 1;
}
.points{
  background-color: white !important;
}
.ml-20 {
  margin-left: 20px !important;
}

.coaching-form-main .btn-theme {
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

.cfmc-left-box {
  width: 60px;
}

.coaching-form-main .dashboard-table-1 tr td .cfmc-left-box p {
  font-size: 12px !important;
  font-family: "Heebo", sans-serif;
  margin-top: 8px;
  margin-left: 20px;
}

.cfmc-right-box {
  width: 834px;
}

.cfmc-right-box-1 {
  width: 844px;
}

.pcl-6::after {
  left: 7px !important;
}

.commet-check p {
  left: 34px !important;
}

.mfc-text {
  font-size: 15px;
  color: #2c405a;
}

.cfma-lab {
  /* Reshaeel added display block */
  display: block;
  font-size: 14px !important;
  /* font-weight: 500 !important; */
  font-family: "Heebo", sans-serif;
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
  background-color: white;
}

.coaching-form-main table {
  width: 1108px;
}

.coaching-form-main .dashboard-table-2 .cus-table-2 {
  width: 100%;
}

.coaching-form-view-main table {
  width: 1108px;
}

.coaching-form-view-main .dashboard-table-2 {
  overflow: auto;
}

.coch-prew-head {
  text-align: left;
  float: left;
  text-transform: capitalize;
  color: #3f536e;
  font-size: 23px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 6px;
}

.coch-prew-head-1 {
  text-align: left;
  float: left;
  text-transform: capitalize;
  color: #3f536e;
  font-size: 23px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 6px;
}

.mb-15 {
  margin-bottom: 15px;
}

.coaching-form-view-main td:last-child {
  padding-right: 50px;
}

.coaching-form-view-main .cfma-lab {
  font-size: 13px !important;
}

.add-session-main {
  padding-top: 20px;
}

.add-session-main table tr td:nth-child(2) {
  width: 865px;
  min-width: 865px;
  text-align: left;
}

.add-session-main table tr td:nth-child(3) {
  width: 150px;
  max-width: 150px;
  padding-right: 0px;
}

.add-session-main table.cus-table-2 tr td label,
.add-session-main table.cus-table-2 tr td p {
  color: #3f536e;
  font-size: 15px !important;
  font-weight: 400;
  overflow: hidden;
  text-overflow: unset;
  display: block;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 3px;
}

.add-session-main table.cus-table-2 tr td:nth-child(1) {
  vertical-align: top;
  width: 40px;
  min-width: 40px;
  padding-right: 3px !important;
  text-align: right;
  font-size: 15px;
  color: #3f536e;
  font-family: "Heebo", sans-serif;
}

.add-session-main table.cus-table-2 tr td {
  padding-top: 20px !important;
  padding-bottom: 20px;
}

.add-session-main .sess-head-name {
  color: #3f536e;
  font-size: 14px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}

.add-session-main table tr td .cfmc-left-box p {
  font-size: 12px !important;
  font-family: "Heebo", sans-serif;
  margin-top: 8px;
  margin-left: 20px;
}

.add-session-main .dates-main .label-date {
  margin-left: 7px;
  position: relative;
  top: -3px;
}

.add-session-main table tr td .upload-browse .cfma-lab {
  font-size: 11px !important;
  margin-top: 4px;
}

.coaching-form-view-main tr td:first-child {
  vertical-align: top;
  width: 40px;
  min-width: 40px;
  padding-right: 3px !important;
  text-align: right;
}

.coaching-form-view-main .dashboard-table-2 table tr td {
  padding-top: 20px !important;
}

.sess-head-link {
  padding-top: 20px;
}

.sess-head-link a {
  font-size: 12px;
  font-weight: 500;
}

.sess-head-link a:hover {
  color: #0093ee;
}

.add-session-main .dashboard-table-2 .cus-table-2 .radio-main label {
  color: #3f536e;
  margin-bottom: 0px;
  font-size: 12px !important;
  font-weight: 500;
}

.mb-m-25 {
  margin-bottom: -25px;
}

.scorecard-top-name-sec {
  padding: 0px 5px !important;
}

.scorecard-top-name-sec .col-md-4,
.scorecard-top-name-sec .col-md-8 {
  padding: 0px 10px !important;
}

.scorecard-form-main .btn-theme {
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

.cfm-fullname {
  color: #3f536e;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
}

.cfm-email {
  color: #3f536e;
  font-size: 12px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}

.scorecard-form-main input[type="radio"]:checked:before {
  width: 18px;
  height: 18px;
}

.scorecard-form-main input[type="radio"]:checked:after {
  top: 3px;
  left: 2px;
}

.scorecard-form-main .radio-main label {
  font-size: 12px !important;
}

.score-card-feedback .cfmc-right-box {
  width: 100%;
}

.score-card-feedback .dates-main .label-date {
  margin-left: -16px;
  margin-bottom: 16px !important;
}

.score-card-feedback .dates-main .row {
  max-width: 120px;
}

.coaching-form-view-main .dates-main .label-date {
  margin-left: -16px;
  position: relative;
  top: -3px;
  margin-bottom: 0px !important;
}

.audit-fm-name {
  font-size: 14px;
  color: #3f536e;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  line-height: 1;
}

.audit-fm-email {
  font-size: 12px;
  color: #3f536e;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  line-height: 1;
}

.agent-coaching-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:first-child {
  max-width: 130px !important;
  min-width: 130px;
  padding-right: 0 !important;
}

.agent-coaching-table .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  max-width: 130px !important;
  padding-right: 0 !important;
  min-width: 130px;
}

.agent-coaching-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 918px !important;
  min-width: 918px;
}

.agent-coaching-table .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 918px !important;
  min-width: 918px;
}

.agent-coaching-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  max-width: 60px !important;
  min-width: 60px;
}

.agent-coaching-table .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  max-width: 60px !important;
  min-width: 60px;
}

.agent-filter-header {
  border-bottom: 1px solid #c7cfd6;
  width: 100%;
  padding: 20px;
  margin-bottom: 100px;
}

.not-found .head-inner-1 {
  text-align: center;
}

.not-found .head-inner-2 {
  text-align: center;
}

.icon-grid {
  cursor: pointer;
}

.icon-list {
  cursor: pointer;
}

.mxh-60 {
  max-height: 60px;
}

.mt-20 {
  margin-top: 20px;
}

.score-card-feedback .cfma-lab {
  position: relative;
  top: -3px;
}

.coaching-form-view-main .cfma-lab {
  position: relative;
  top: 3px;
}

.preview-table .cus-table-2 tr td:nth-child(1) {
  vertical-align: top;
  text-align: right;
}

.preview-table .cus-table-2 tr td:nth-child(1) span {
  margin-right: 5px;
}

.preview-table .cfma-lab {
  position: relative;
  top: 3px;
}

.plyr--audio .plyr__controls {
  background: #feaf47 !important;
  color: white !important;
}

.plyr--audio .plyr__progress__buffer,
.plyr--audio .plyr__progress input[type="range"] {
  color: white !important;
}

.plyr--audio .plyr__volume input[type="range"] {
  color: white;
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded="true"] {
  background: transparent;
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded="true"] {
  background: transparent !important;
}

.video-left ul {
  padding: 20px;
}

.video-left img {
  width: 100%;
  object-fit: cover;
}

.notif-main .head-inner {
  font-size: 23px;
  margin-bottom: 0px;
}

.mxw-80 {
  max-width: 80px;
}

.mxw-110 {
  max-width: 110px;
}

.d-lab-coch {
  margin-bottom: 5px;
  margin-left: -16px;
}

.agen-coue-con {
  padding: 0px 10px;
}

.agen-coue-con .not-found-main {
  padding: 0px 5px;
}

.agent-files-modal {
  max-width: 600px;
  width: 600px;
}

.coaching-form-add .cfmc-right-box {
  width: 827px;
}

.score-card-feedback .cfma-lab {
  position: relative;
  top: 3px;
}

.dash-right-bottom-left-inner-right .description {
  display: flex;
}

.dash-right-bottom-left-inner-right .description img {
  margin-right: 5px;
}

.five-main-right-text-head {
  float: right;
  max-width: 960px;
}

.question-div {
  padding: 50px 20px;
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
  box-shadow: none;
}

.btn-theme-3 {
  font-size: 12px;
}

.reports-container {
  background: white url(../images/document-report-back.svg) no-repeat 85% 30px;
  padding: 15px;
  border: 1px solid #c7cfd6;
}

.reports-head-left {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  height: 100%;
}

.reports-head-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.reports-head {
  max-width: 920px;
  margin: 0 auto;
}

.reports-content {
  max-width: 920px;
  margin: 0 auto;
}

.reports-top {
  border: 1px solid #c7cfd6;
  border-bottom: 0px;
  background: white;
  padding: 15px;
}

.reports-top p {
  margin-bottom: 0px;
}

.reports-head h2 {
  font-family: "Heebo", sans-serif;
  font-size: 23px;
  color: #3f536e;
  font-weight: 400;
  margin-bottom: 20px;
}

.reports-head h3 {
  font-family: "Heebo", sans-serif;
  font-size: 23px;
  color: #aeb2b7;
  font-weight: 400;
}

.reports-box {
  padding: 20px;
  text-align: center;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
  background: white;
  margin-bottom: 30px;
}

.reports-box-top {
  min-height: 50px;
  margin-bottom: 20px;
}

.reports-box h2 {
  font-family: "Heebo", sans-serif;
  color: #2c405a;
  font-size: 17px;
  font-weight: 400;
}

.reports-box p {
  font-family: "Heebo", sans-serif;
  color: #8dabc4;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 30px;
  min-height: 60px;
}

.btn-report {
  font-size: 14px;
  color: white;
  background: #ab7df6;
  border-radius: 5px;
  font-family: "Rubik", sans-serif;
  padding: 6px ​22px;
}

.btn-report:hover {
  color: white;
  background: #ab7df6;
}

.rating-box-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  width: 100%;
  height: 100%;
}

.rating-box-2 img {
  margin-right: 10px;
}

.rating-box-2 h2 {
  font-size: 23px;
  font-family: "Heebo", sans-serif;
}

/* .overall-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol div:first-child {
  min-width: 240px;
  max-width: 240px;
  width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overall-table-main .rdt_Table .rdt_TableRow .rdt_TableCell div:first-child {
  min-width: 240px;
  max-width: 240px;
  width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overall-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol div:nth-child(2) {
  min-width: 240px;
  max-width: 240px;
  width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overall-table-main .rdt_Table .rdt_TableRow .rdt_TableCell div:nth-child(2) {
  min-width: 240px;
  max-width: 240px;
  width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
} */

.overall-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:first-child {
  max-width: 240px !important;
  min-width: 240px;
}

.overall-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  max-width: 240px !important;
  min-width: 240px;
}

.overall-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 260px !important;
  min-width: 260px;
}

.overall-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 260px !important;
  min-width: 260px;
}

.overall-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 170px !important;
  min-width: 170px;
}

.overall-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 170px !important;
  min-width: 170px;
}

.overall-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 170px !important;
  min-width: 170px;
}

.overall-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 170px !important;
  min-width: 170px;
}

.overall-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 120px !important;
  min-width: 120px;
}

.overall-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 120px !important;
  min-width: 120px;
}

.overall-table-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {
  max-width: 118px !important;
  min-width: 118px;
}

.overall-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(6) {
  max-width: 118px !important;
  min-width: 118px;
}

.overall-card-table-main {
  background: white;
  padding: 15px;
}

.overall-card-table-main .overall-card-table-main-left {
  padding-right: 7.5px;
}

.overall-card-table-main .overall-card-table-main-right {
  padding-left: 7.5px;
}

.overall-card-table-main h2 {
  color: #2c405a;
  font-size: 23px;
  font-family: "Heebo", sans-serif;
  margin-bottom: 15px;
}

.overall-card {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
  padding: 15px;
  border-radius: 5px;
}

.overall-bars-item {
  display: flex;
  align-items: center;
}

.overall-bars-item h3 {
  color: #3f536e;
  font-size: 17px;
  font-family: "Heebo", sans-serif;
  margin-right: 20px;
  margin-bottom: 5px;
  font-weight: 400;
}

.overall-bars-item p {
  color: #8dabc4;
  font-size: 13px;
  font-family: "Heebo", sans-serif;
  margin-bottom: 5px;
}

.overall-bars-main {
  margin-bottom: 10px;
}

.overall-bars .progress-bar-main {
  width: 100%;
  max-width: 100%;
}

.progress-bar-coaching {
  box-shadow: 0px 5px 5px #CCCCCC !important;
}

.progress-coaching {
  background: white !important;
}

.progress-bar-coaching {
  border-radius: 0px !important;
}

.overall-table-main-1 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:first-child {
  max-width: 240px !important;
  min-width: 240px;
}

.overall-table-main-1 .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  max-width: 240px !important;
  min-width: 240px;
}

.overall-table-main-1 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 260px !important;
  min-width: 260px;
}

.overall-table-main-1 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 260px !important;
  min-width: 260px;
}

.overall-table-main-1 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 260px !important;
  min-width: 260px;
}

.overall-table-main-1 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 260px !important;
  min-width: 260px;
}

.overall-table-main-1 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 260px !important;
  min-width: 260px;
}

.overall-table-main-1 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 260px !important;
  min-width: 260px;
}

.card-item-bottom-left .progressbar-info .progress {
  background: rgba(171, 125, 246, 0.2);
}

.overall-bars .progressbar-info .progress-bar {
  background-color: #ab7df6;
}

.overall-bars .progressbar-info+span {
  color: #2c405a;
}

.card-item-bottom-left .progressbar-primary .progress {
  background: rgba(38, 193, 201, 0.2);
}

.overall-bars .progressbar-info .progress-primary {
  background-color: #26c1c9;
}

.overall-bars .progressbar-primary+span {
  color: #2c405a;
}

.card-item-bottom-left .progressbar-success .progress {
  background: rgba(129, 201, 38, 0.2);
}

.overall-bars .progressbar-info .progress-success {
  background-color: #81c926;
}

.overall-bars .progressbar-success+span {
  color: #2c405a;
}

.card-item-bottom-left .progressbar-warning .progress {
  background: rgba(250, 202, 0, 0.2);
}

.overall-bars .progressbar-info .progress-warning {
  background-color: #faca00;
}

.overall-bars .progressbar-warning+span {
  color: #2c405a;
}

.add-sm-e .cfmc-right-box {
  width: 814px;
}

.mlm-15 {
  margin-left: -15px !important;
}

.rating-box-3 {
  align-items: flex-start;
  justify-content: flex-start;
}

.rating-box-quizReport {
  margin-top: 25px;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 40px;
}

.overall-table-main-3 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:first-child {
  max-width: 670px !important;
  min-width: 670px;
}

.overall-table-main-3 .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  max-width: 670px !important;
  min-width: 670px;
}

.overall-table-main-3 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 260px !important;
  min-width: 260px;
}

.overall-table-main-3 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 260px !important;
  min-width: 260px;
}

.overall-table-main-3 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 170px !important;
  min-width: 170px;
}

.overall-table-main-3 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 170px !important;
  min-width: 170px;
}

/* css for quiz report */

.overall-table-main-quizReport .rdt_Table .rdt_TableHeadRow .rdt_TableCol:first-child {
  max-width: 643px !important;
  min-width: 643px;
}

.overall-table-main-quizReport .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  max-width: 643px !important;
  min-width: 643px;
}

.overall-table-main-quizReport .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 115px !important;
  min-width: 115px;
}

.overall-table-main-quizReport .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 115px !important;
  min-width: 115px;
}

.overall-table-main-quizReport .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 115px !important;
  min-width: 115px;
}

.overall-table-main-quizReport .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 115px !important;
  min-width: 115px;
}

.overall-table-main-quizReport .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 115px !important;
  min-width: 115px;
}

.overall-table-main-quizReport .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 115px !important;
  min-width: 115px;
}

/* end of css for quiz report */
.overall-table-main-4 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:first-child {
  max-width: 0px !important;
  min-width: 0px;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.overall-table-main-4 .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  max-width: 50px !important;
  min-width: 50px;
  padding-right: 0px !important;
}

.overall-table-main-4 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 680px !important;
  min-width: 680px;
}

.overall-table-main-4 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 630px !important;
  min-width: 630px;
}

.overall-table-main-4 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 120px !important;
  min-width: 120px;
}

.overall-table-main-4 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 120px !important;
  min-width: 120px;
}

.overall-table-main-4 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 120px !important;
  min-width: 120px;
}

.overall-table-main-4 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 120px !important;
  min-width: 120px;
}

.overall-table-main-4 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 120px !important;
  min-width: 120px;
}

.overall-table-main-4 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 120px !important;
  min-width: 120px;
}

.overall-table-main-4 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {
  max-width: 60px !important;
  min-width: 60px;
}

.overall-table-main-4 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(6) {
  max-width: 60px !important;
  min-width: 60px;
}

.overall-table-main-comp .rdt_Table .rdt_TableHeadRow .rdt_TableCol:first-child {
  max-width: 590px !important;
  min-width: 590px;
}

.overall-table-main-comp .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  max-width: 590px !important;
  min-width: 590px;
}

.overall-table-main-comp .rdt_Table .rdt_TableRow .rdt_TableCell:first-child span {
  white-space: pre-wrap !important;
}

.overall-table-main-comp .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-comp .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-comp .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-comp .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-comp .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-comp .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-comp .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-comp .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-comp .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-comp .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(6) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-comp .rdt_Table .rdt_TableHeadRow .rdt_TableCol:first-child {
  max-width: 590px !important;
  min-width: 590px;
}

.overall-table-main-comp .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  max-width: 590px !important;
  min-width: 590px;
}

.overall-table-main-comp .rdt_Table .rdt_TableRow .rdt_TableCell:first-child span {
  white-space: pre-wrap !important;
}

.overall-table-main-comp .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-comp .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-comp .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-comp .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-comp .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-comp .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-comp .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-comp .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-comp .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-comp .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(6) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-selc-3 .rdt_Table .rdt_TableRow .rdt_TableCell:first-child span {
  white-space: pre-wrap !important;
}

.overall-table-main-selc-3 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 112 !important;
  min-width: 112px;
}

.overall-table-main-selc-3 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-3 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-3 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-3 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-3 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-3 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-3 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-3 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-3 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(6) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-3 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:first-child {
  max-width: 660px !important;
  min-width: 660px;
}

.overall-table-main-selc-3 .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  max-width: 660px !important;
  min-width: 660px;
}

.overall-table-main-selc-3 .rdt_Table .rdt_TableRow .rdt_TableCell:first-child span {
  white-space: pre-wrap !important;
}

.overall-table-main-selc-3 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-3 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-3 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-3 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-3 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-3 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-3 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-3 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-3 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-3 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(6) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-num .rdt_Table .rdt_TableRow .rdt_TableCell:first-child span {
  white-space: pre-wrap !important;
}

.overall-table-main-num .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-num .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-num .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-num .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-num .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-num .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-num .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-num .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-num .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-num .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(6) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-num .rdt_Table .rdt_TableHeadRow .rdt_TableCol:first-child {
  max-width: 808px !important;
  min-width: 808px;
}

.overall-table-main-num .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  max-width: 808px !important;
  min-width: 808px;
}

.overall-table-main-num .rdt_Table .rdt_TableRow .rdt_TableCell:first-child span {
  white-space: pre-wrap !important;
}

.overall-table-main-num .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-num .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-num .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-num .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-num .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-num .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-num .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-num .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-num .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-num .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(6) {
  max-width: 100px !important;
  min-width: 100px;
}

.overall-table-main-selc-4 .rdt_Table .rdt_TableRow .rdt_TableCell:first-child span {
  white-space: pre-wrap !important;
}

.overall-table-main-selc-4 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 112 !important;
  min-width: 112px;
}

.overall-table-main-selc-4 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-4 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-4 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-4 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-4 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-4 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-4 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-4 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-4 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(6) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-4 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:first-child {
  max-width: 546px !important;
  min-width: 546px;
}

.overall-table-main-selc-4 .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  max-width: 546px !important;
  min-width: 546px;
}

.overall-table-main-selc-4 .rdt_Table .rdt_TableRow .rdt_TableCell:first-child span {
  white-space: pre-wrap !important;
}

.overall-table-main-selc-4 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-4 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-4 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-4 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-4 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-4 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-4 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-4 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-4 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-selc-4 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(6) {
  max-width: 112px !important;
  min-width: 112px;
}

.overall-table-main-st .rdt_Table .rdt_TableHeadRow .rdt_TableCol:first-child {
  max-width: 547px !important;
  min-width: 547px;
}

.overall-table-main-st .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  max-width: 547px !important;
  min-width: 547px;
}

.overall-table-main-st .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 140px !important;
  min-width: 140px;
}

.overall-table-main-st .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 140px !important;
  min-width: 140px;
}

.overall-table-main-st .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 140px !important;
  min-width: 140px;
}

.overall-table-main-st .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 140px !important;
  min-width: 140px;
}

.overall-table-main-st .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 140px !important;
  min-width: 140px;
}

.overall-table-main-st .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 140px !important;
  min-width: 140px;
}

.overall-table-main-st .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 140px !important;
  min-width: 140px;
}

.overall-table-main-st .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 140px !important;
  min-width: 140px;
}

.tabs-buttons-main {
  width: 100%;
  display: flex;
  padding: 0px 17px;
}

.tabs-buttons-main-link {
  padding: 10px;
  border: 1px solid #c7cfd6;
  position: relative;
  top: 21px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0px 5px;
  min-width: 142px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f8f8;
  color: #3f536e;
  font-size: 14px;
}

.tabs-buttons-main-link img {
  margin-right: 7px;
}

.tabs-buttons-main-link.abml-active {
  background: white;
  font-weight: bold;
  border-bottom-color: white;
}

.abml-label {
  font-size: 9px;
  font-weight: bold;
  background: #ff5b5c;
  border: 2px solid white;
  border-radius: 150px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: absolute;
  top: -10px;
  right: -10px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
}

.agent-knowlagebase-main-t .rdt_Table .rdt_TableHeadRow .rdt_TableCol:first-child {
  max-width: 40px !important;
  min-width: 40px;
  padding-right: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agent-knowlagebase-main-t .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
  max-width: 40px !important;
  min-width: 40px;
  padding-right: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agent-knowlagebase-main-t .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 650px !important;
  min-width: 650px;
  text-align: left;
}

.agent-knowlagebase-main-t .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 650px !important;
  min-width: 650px !important;
}

.agent-knowlagebase-main-t .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 550px !important;
}

.agent-knowlagebase-main-t .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) div a {
  color: #3f536e;
  font-size: 14px;
  font-weight: 500;
}

.agent-knowlagebase-main-t .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 160px !important;
  min-width: 160px;
}

.agent-knowlagebase-main-t .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 160px !important;
  min-width: 160px;
}

.agent-knowlagebase-main-t .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
}

.agent-knowlagebase-main-t .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 115px !important;
  min-width: 115px;
}

.agent-knowlagebase-main-t .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 115px !important;
  min-width: 115px;
}

.agent-knowlagebase-main-t .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 140px !important;
  min-width: 140px;
}

.agent-knowlagebase-main-t .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 140px !important;
  min-width: 140px;
}

.bookmark-btn {
  font-size: 15px;
  color: #3f536e;
}

.toggle-icons {
  display: block;
  position: relative;
}

/* general styling for both icons - mostly positioning things absolutely to lay over each other */
.toggle-icons .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease-in;
}

/* set the icon we want to show by default */
.toggle-icons .icon-default {
  opacity: 1;
}

/* set the icon we want to only show on hover or focus to be hidden by default */
.toggle-icons .icon-hover {
  opacity: 0;
}

/* hover states flip the opacity values and thus display our hover-only icon */

.toggle-icons:hover .icon-default,
.toggle-icons:focus .icon-default {
  opacity: 0;
}

.toggle-icons:hover .icon-hover,
.toggle-icons:focus .icon-hover {
  opacity: 1;
}

.star-rating {
  color: #c7cfd6;
}

.star-rating:hover {
  color: rgb(255, 224, 102);
}

.str-active {
  color: rgb(255, 224, 102);
  opacity: 1;
}

.str-active .icon-hover {
  opacity: 1;
}

.agent-kb-all h3 {
  font-size: 14px;
  color: #3f536e;
  font-weight: 500;
  margin-bottom: 0px;
}

.agent-kb-all-agent {
  margin-top: 20px;
}

.btn-agent-all {
  background: #aeb2b7;
  border: 1px solid #707070;
  color: white;
  font-size: 9px;
  font-weight: 500;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  height: 12px;
}

.btn-agent-all p {
  margin-bottom: 0px !important;
  color: white !important;
  font-size: 9px !important;
}

.btn-agent-all img {
  margin-left: 5px;
}

.btn-agent-all:hover {
  color: white;
}

.btn-agent-play {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.agent-kb-all p {
  font-size: 12px;
  color: #3f536e;
  font-family: "Rubik", sans-serif;
  margin-bottom: 0px;
}

.agent-kb-all hr {
  margin: 10px 0px;
}

/* .rdt_TableCol_Sortable {
  background-image: url(../images/sort_desc.png);
} */

/* .agent-knowlagebase-main-t .rdt_TableCol span {
  display: block;
  opacity: 1;
}

.agent-knowlagebase-main-t .rdt_TableCol span::before {
  content: "▼";
  float: right;
  margin-right: 16px;
} */

/* .agent-knowlagebase-main-t .rdt_TableCol span::after {
  content: "▲";
  float: right;
  margin-right: 16px;
} */

.datatable-container-dash {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
}

.datatable-container-dash .dash-left {
  background: white;
  -webkit-box-shadow: 0px 0px 5px 3px #dedfdf78;
  box-shadow: 0px 0px 5px 3px #dedfdf78;
  border: 1px solid #c7cfd6;
}

.datatable-container-dash .dash-right {
  background: white;
  -webkit-box-shadow: 0px 0px 5px 3px #dedfdf78;
  box-shadow: 0px 0px 5px 3px #dedfdf78;
  border: 1px solid #c7cfd6;
}

.datatable-container-dash .dash-right-bottom {
  background: white;
  -webkit-box-shadow: 0px 0px 5px 3px #dedfdf78;
  box-shadow: 0px 0px 5px 3px #dedfdf78;
  border: 1px solid #c7cfd6;
}

.dlf-m-p {
  padding-left: 0px !important;
}

.drb-i-l {
  background: white;
  -webkit-box-shadow: 0px 0px 5px 3px #dedfdf78;
  box-shadow: 0px 0px 5px 3px #dedfdf78;
  border: 1px solid #c7cfd6;
  padding: 20px 10px 20px 20px;
  height: 277px;
  margin-bottom: 15px;
}

.drb-i-r {
  background: white;
  -webkit-box-shadow: 0px 0px 5px 3px #dedfdf78;
  box-shadow: 0px 0px 5px 3px #dedfdf78;
  border: 1px solid #c7cfd6;
  padding: 20px 15px;
  height: 520px;
}

.drb-i-l h3 {
  color: #3F536E;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin: 0px auto 10px;
  line-height: 19px;
}

.drb-i-l h2 {
  color: #AEB2B7;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  margin: 70px auto 30px;
}

.drb-i-l h4 {
  color: #AEB2B7;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin: 0px auto 30px;
}

.drbil-bell {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drbil-bell img {
  margin-bottom: 20px;
}

.drbil-main-left p {
  color: #3F536E;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0px auto 10px;
  max-width: 100px;
}

.add-circle-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.add-circle-plus img {
  margin-bottom: 10px;
}

.add-circle-plus h3 {
  font-size: 9px;
  line-height: 12px;
  color: #3F536E;
}

.drbil-left a {
  display: flex;
  align-items: center;
}

.drbil-left img {
  margin-right: 5px;
}

.drbil-left p {
  margin-bottom: 0px;
  color: #3F536E;
  font-size: 11px;
}

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

.drbil-right a {
  color: #FEAF47;
  font-size: 11px;
  text-decoration: underline;
}

.drbil-center a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.drbil-center img {
  margin-right: 5px;
}

.drbil-center p {
  margin-bottom: 0px;
  color: #3F536E;
  font-size: 11px;
}

.d-plus-grey {
  margin: 80px auto 10px;
  text-align: center;
}

/* .d-plus-grey img {
  max-width: 65px;
} */

.drbir-main .drbir-main-left {
  padding: 0px 15px;
}

.drbir-main .drbir-main-right {
  padding: 0px 25px;
}

.drbir-main .btn-agent-all {
  max-width: 50px;
  float: right;
}

.drbir-main table {
  width: 100%;
  /* height: 300px; */
  overflow-y: auto;
}

.drbir-main table thead {
  width: 100%;
  border-bottom: 1px solid #3F536E;
  margin-bottom: 10px;
  display: table;
}

.drbir-main table th {
  font-size: 11px;
  color: #3F536E;
  padding-bottom: 10px;
  width: 250px;
  font-weight: 400;
}

.drbir-main table td {
  font-size: 11px;
  color: #3F536E;
  vertical-align: baseline;
  border-bottom: 0px;
}

.drbir-main .no-content {
  color: #AEB2B7;
  font-size: 14px;
  text-align: center;
  padding: 30px;
  height: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.drbil-main {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.drbil-main-left {
  width: 145px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 240px;
}

.drbil-main-left img {
  max-width: 65px;
}

.drbil-main-right {
  width: 95%;
}

.drbil-main-right-no-reminder {
  width: 100%;
}

.drbil-main-right-no-reminder .d-plus-grey {
  margin: 0px auto 10px;
}

/* .mxw-120 {
  max-width: 120px;
} */

.drbil-main-right-no-reminder h2 {
  margin: 20px auto 10px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}

.remider-card {
  margin: 0px 4px 10px;
  background: white;
  -webkit-box-shadow: 0px 0px 5px 3px #dedfdf78;
  box-shadow: 0px 0px 5px 3px #dedfdf78;
  border: 1px solid #c7cfd6;
  border-radius: 5px;
  padding: 17px 15px;
  height: auto;
  max-height: 210px;
  overflow: hidden;
  width: 32%;
}

.remider-card img {
  position: relative;
  top: -9px;
}

.remider-card h2 {
  text-align: left !important;
  color: #3F536E;
  font-size: 14px;
  font-family: "Heebo", sans-serif;
  margin-bottom: 3px;
  overflow: hidden;
  font-weight: 500;
}

.remider-card p {
  text-align: left;
  font-size: 12px;
  margin-bottom: 15px;
}

.remider-card p.reminder-card-bottom {
  color: #3F536E;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 16px;
}

.remider-card input[type="radio"]:checked:after {
  /* top: 2.5px;
  left: 2.5px; */
  top: 0.7px;
  left: 6.3px;
}

.remider-card-main {
  max-height: 237px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  padding-right: 10px;
}

.reminder-card-p {
  max-height: 76px;
  overflow: hidden;
}

.dash-left-k {
  height: 100%;
  overflow: hidden;
  padding: 12px 15px;
}

.dash-left-k-account-owner {
  max-height: 54%;
  min-height: 54%;
  overflow: hidden;
  padding: 20px;
}

/*
 *  STYLE 2
 */


#style-2::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

#style-2::-webkit-scrollbar {
  width: 6px;
  background-color: white;
}

#style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #2965D5;
  max-height: 150px;
}


.apni-note i {
  text-align: left;
  color: red;
  font-size: 12px;
}

.load-dash {
  color: #AEB2B7;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  margin: 70px auto 30px;
  text-transform: uppercase;
}

/* .dash-tab-row {
  margin-top: 10px;
} */

.dash-tab-row p {
  margin-bottom: 1px;
  font-size: 14px;
}

.dash-tab-row small {
  font-size: 12px;
}

.drbir-main hr {
  margin: 5px 15px;
}

.agentImageContainer {
  position: relative;
  /* border: 1px solid rgb(153, 153, 153); */
  /* box-shadow: rgb(182 182 182 / 75%) 0px 5px 5px; */
  padding: 20px;
  height: 388px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 15px rgb(0 0 0 / 16%);
}

.agentImageContainer img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}


/* course For Review */

.course-library-main-course-For-Review .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 800px !important;
  min-width: 800px;
}

.course-library-main-course-For-Review .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 800px !important;
  min-width: 800px;
}

.course-library-main-course-For-Review .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 180px !important;
  min-width: 180px;
}

.course-library-main-course-For-Review .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 180px !important;
  min-width: 180px;
}

.course-library-main-course-For-Review .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) div {
  max-width: 600px !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.course-library-main-course-For-Review .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  text-align: right;
  max-width: 120px !important;
  min-width: 120px;
}

.course-library-main-course-For-Review .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  text-align: right;
  min-width: 120px;
  max-width: 120px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}


/* answer for review  */
.course-library-main-ansfr .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 220px !important;
  min-width: 220px;
}

.course-library-main-ansfr .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 220px !important;
  min-width: 220px;
}

.course-library-main-ansfr .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 630px !important;
  min-width: 630px;
}

.course-library-main-ansfr .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 630px !important;
  min-width: 630px;
}

.course-library-main-ansfr .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) div {
  max-width: 600px !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.course-library-main-ansfr .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  text-align: right;
  max-width: 120px !important;
  min-width: 120px;
}

.course-library-main-ansfr .rdt_Table .rdt_TableRow .rdt_TableCell:last-child {
  text-align: right;
  min-width: 120px;
  max-width: 120px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* ends here */


.dele-cont-cus .input-group-prepend input[type="radio"]:checked:after {
  top: 2.5px;
  left: 2px;
}

.bg-transparent {
  background: transparent;
}

.sequence-question .input-group-text {
  background: transparent;
  border: 0px;
}

.sequence-question .cu-seq-main {
  border: 1px solid #C7CFD6;
  padding: 6px 0px 0px;
  border-bottom: 0px;
  font-weight: 400;
}

.sequence-question table tr:last-child .cu-seq-main {
  border-bottom: 1px solid #C7CFD6;
}

.sequence-question .form-control {
  border: 0px;
  padding-left: 0px;
}

.sequence-question .delete-cont-left {
  padding: 0px;
}

.sequence-question table {
  margin: 0px 15px;
}

.sequence-question input {
  color: #3F536E;
  font-size: 15px;
  font-family: "Rubik", sans-serif;
}

.read-quiz-main p {
  font-size: 15px;
}

.response-input {
  height: 22px;
  width: 100px;
  text-align: center;
}

.question-result h3 {
  font-size: 28;
}

.question-result p {
  color: #2C405A;
}

.quiz-result td {
  font-size: 20px;
  color: #2C405A;
}


/* New component code start here */

.session-card-item-1 {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
}

.session-card-item-1 .session-card-item-top-1 {
  padding: 25px;
}

.session-card-item-1 .session-card-item-top-1 h1 {
  color: #FEAF47;
  font-size: 70px;
  margin-bottom: 0px;
  line-height: 0.8;
}

.session-card-item-1 .session-card-item-top-1 h3 {
  color: #3F536E;
  font-size: 17px;
  margin-bottom: 5px;
}

.session-card-item-1 .session-card-item-top-1 p {
  font-size: 11px;
  color: #9D9D9D;
  margin-bottom: 20px;
}

.session-card-item-1 .session-card-item-bottom-1 {
  height: 6px;
  width: 100%;
  background: #FEAF47;
}


.session-card-item-2 {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
}

.session-card-item-2 .session-card-item-top-2 {
  padding: 25px;
}

.session-card-item-2 .session-card-item-top-2 h1 {
  color: #03D0DD;
  font-size: 70px;
  margin-bottom: 0px;
  line-height: 0.8;
}

.session-card-item-2 .session-card-item-top-2 h3 {
  color: #3F536E;
  font-size: 17px;
  margin-bottom: 5px;
}

.session-card-item-2 .session-card-item-top-2 p {
  font-size: 11px;
  color: #9D9D9D;
  margin-bottom: 20px;
}

.session-card-item-2 .session-card-item-bottom-2 {
  height: 6px;
  width: 100%;
  background: #03D0DD;
}


.session-card-item-3 {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
}

.session-card-item-3 .session-card-item-top-3 {
  padding: 25px;
}

.session-card-item-3 .session-card-item-top-3 h1 {
  color: #FF5D5E;
  font-size: 70px;
  margin-bottom: 0px;
  line-height: 0.8;
}

.session-card-item-3 .session-card-item-top-3 h3 {
  color: #3F536E;
  font-size: 17px;
  margin-bottom: 5px;
}

.session-card-item-3 .session-card-item-top-3 p {
  font-size: 11px;
  color: #9D9D9D;
  margin-bottom: 20px;
}

.session-card-item-3 .session-card-item-bottom-3 {
  height: 6px;
  width: 100%;
  background: #FF5D5E;
}


.session-card-item-4 {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
}

.session-card-item-4 .session-card-item-top-4 {
  padding: 25px;
}

.session-card-item-4 .session-card-item-top-4 h1 {
  color: #39DA8A;
  font-size: 70px;
  margin-bottom: 0px;
  line-height: 0.8;
}

.session-card-item-4 .session-card-item-top-4 h3 {
  color: #3F536E;
  font-size: 17px;
  margin-bottom: 5px;
}

.session-card-item-4 .session-card-item-top-4 p {
  font-size: 11px;
  color: #9D9D9D;
  margin-bottom: 20px;
}

.session-card-item-4 .session-card-item-bottom-4 {
  height: 6px;
  width: 100%;
  background: #39DA8A;
}



.view-icon-main img {
  margin-right: 10px;
}

.view-icon-main h2 span {
  font-size: 27px;
  text-transform: uppercase;
}

.bor-t-0 {
  border-top: 0px !important;
}



.table-wrapper,
.table-inner-wrapper {
  position: relative;
  overflow: auto;
}

.table-shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 30px;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}

.shadow-left {
  left: 0;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
}

.shadow-right {
  /* right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)); */
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(255 255 255), rgb(242 244 244));
}



.report-user-main {
  display: table;
  width: 100%;
  overflow: auto;
}

.report-user-main header {
  display: table;
  width: 100%;
  overflow: auto;
}



.table-inner-wrapper::-webkit-scrollbar {
  height: 8px;
}

.table-inner-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}

.table-inner-wrapper::-webkit-scrollbar-thumb {
  background-color: #EBEBEB;
  border-radius: 20px;
  border: transparent;
  width: 140px;
}

.table-wrapper::-webkit-scrollbar {
  height: 8px;
}

.table-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}

.table-wrapper::-webkit-scrollbar-thumb {
  background-color: #EBEBEB;
  border-radius: 20px;
  border: transparent;
  width: 140px;
}

.report-user-main {
  border: none;
}

.report-user-main header {
  display: none;
}




.report-user-main-1 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 20px !important;
  min-width: 20px;
  padding-left: 0px !important;
}

.report-user-main-1 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 20px !important;
  min-width: 20px;
  padding-left: 0px !important;
}

.report-user-main-1 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 310px !important;
  min-width: 310px;
}

.report-user-main-1 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 310px !important;
  min-width: 310px;
}

.report-user-main-1 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) span {
  color: #3F536E;
  font-size: 21px;
  font-weight: 600;
}


.report-user-main-1 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 250px !important;
  min-width: 250px;
}

.report-user-main-1 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 250px !important;
  min-width: 250px;
}

.report-user-main-1 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 250px !important;
  min-width: 250px;
}

.report-user-main-1 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 250px !important;
  min-width: 250px;
}

.report-user-main-1 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 240px !important;
  min-width: 240px;
}

.report-user-main-1 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 240px !important;
  min-width: 240px;
  justify-content: flex-start !important;
  padding-left: 20px !important;
}

/* .report-user-main-1 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  max-width: 250px !important;
  min-width: 250px;
}

.report-user-main-1 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child {
  min-width: 250px !important;
  max-width: 250px !important;
} */


.report-user-main-1 .rdt_TableHeadRow:first-child {
  border-bottom-color: white !important;
}

.report-user-main-1 .rdt_TableHeadRow .rdt_TableCol {
  border-bottom: 1px solid #ccc !important;
}

.report-user-main-1 .rdt_TableHeadRow .rdt_TableCol:first-child {
  border-bottom-color: white !important;
}


.report-user-main-1 .rdt_Table .rdt_TableHead .rdt_TableCol:nth-child(2) div {
  font-weight: 600 !important;
  color: #969696;
  font-size: 14px;
}

.report-user-main .rdt_Table .rdt_TableHead div {
  font-weight: 400 !important;
  color: #969696;
  font-size: 14px;
}

.datatable-container .dropleft-r .dropdown-menu::before {
  right: 130px;
}

.datatable-container .dropleft-r .dropdown-menu::after {
  right: 132px;
}

.datatable-container .dropleft-r .dropdown-menu {
  /* top: 55px !important; */
}

.box-none {
  box-shadow: none;
}

.octm-wcp {
  padding: 60px 45px;
}





.rocg-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 260px !important;
  min-width: 260px;
  padding-left: 0px !important;
}

.rocg-main .rdt_Table .rdt_TableHead .rdt_TableCol:nth-child(1) div {
  font-weight: 600 !important;
  color: #969696;
  font-size: 14px;
}

.rocg-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 260px !important;
  min-width: 260px;
  padding-left: 0px !important;
}

.rocg-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) span {
  color: #3F536E;
  font-size: 21px;
  font-weight: 600;
}

.rocg-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 100px !important;
  min-width: 100px;
}

.rocg-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 100px !important;
  min-width: 100px;
}



.rocg-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 100px !important;
  min-width: 100px;
}

.rocg-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 100px !important;
  min-width: 100px;
}

.rocg-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 100px !important;
  min-width: 100px;
}

.rocg-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 100px !important;
  min-width: 100px;
}

.rocg-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(6) {
  max-width: 130px !important;
  min-width: 130px;
}








.roct-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 20px !important;
  min-width: 20px;
  padding-left: 0px !important;
}

.roct-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 20px !important;
  min-width: 20px;
  padding-left: 0px !important;
}

.roct-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 140px !important;
  min-width: 140px;
}

.roct-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 140px !important;
  min-width: 140px;
}

.roct-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 21px;
  font-weight: 600;
}

.roct-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) span {
  color: #3F536E;
  font-size: 21px;
  font-weight: 600;
}


.roct-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 120px !important;
  min-width: 120px;
}

.roct-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 120px !important;
  min-width: 120px;
}

.roct-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 100px !important;
  min-width: 100px;
}

.roct-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 100px !important;
  min-width: 100px;
}

.roct-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 100px !important;
  min-width: 100px;
}

.roct-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 100px !important;
  min-width: 100px;
}

.roct-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {
  max-width: 100px !important;
  min-width: 100px;
}

.roct-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(6) {
  max-width: 100px !important;
  min-width: 100px;
}

.roct-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7) {
  max-width: 130px !important;
  min-width: 130px;
  padding-right: 20px !important;
}

.roct-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(7) {
  max-width: 130px !important;
  min-width: 130px;
  padding-right: 20px !important;
}

.roct-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8) {
  max-width: 130px !important;
  min-width: 130px;
  padding-left: 20px !important;
}

.roct-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(8) {
  max-width: 130px !important;
  min-width: 130px;
  padding-left: 20px !important;
  justify-content: flex-start;
}

.roct-main .rdt_TableHeadRow:first-child {
  border-bottom-color: white !important;
}

.rocg-main .rdt_TableHeadRow .rdt_TableCol {
  border-bottom: 1px solid #ebebeb !important;
}

.roct-main .rdt_TableHeadRow .rdt_TableCol {
  border-bottom: 1px solid #ebebeb !important;
}

.rocu-main .rdt_TableHeadRow .rdt_TableCol {
  border-bottom: 1px solid #ebebeb !important;
}

.roct-main .rdt_TableHeadRow .rdt_TableCol:first-child {
  border-bottom-color: white !important;
}

.roct-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  border-bottom-color: white !important;
}

.rocg-main .rdt_Table .rdt_TableRow .rdt_TableCell {
  border-bottom: 1px solid #ebebeb !important;
}

.roct-main .rdt_Table .rdt_TableRow .rdt_TableCell {
  border-bottom: 1px solid #ebebeb !important;
}

.rocu-main .rdt_Table .rdt_TableRow .rdt_TableCell {
  border-bottom: 1px solid #ebebeb !important;
}

.rocteam-main .rdt_Table .rdt_TableRow .rdt_TableCell {
  border-bottom: 1px solid #ebebeb !important;
}


.roct-main .rdt_Table .rdt_TableHead .rdt_TableCol:nth-child(2) div {
  font-weight: 600 !important;
  color: #969696;
  font-size: 14px;
}







.rocu-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 20px !important;
  min-width: 20px;
  padding-left: 0px !important;
}

.rocu-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 20px !important;
  min-width: 20px;
  padding-left: 0px !important;
}

.rocu-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 180px !important;
  min-width: 180px;
}

.rocu-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 180px !important;
  min-width: 180px;
}

.rocu-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 21px;
  font-weight: 600;
}

.rocu-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) span {
  color: #3F536E;
  font-size: 21px;
  font-weight: 600;
}


.rocu-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 410px !important;
  min-width: 410px;
}

.rocu-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 410px !important;
  min-width: 410px;
}

.rocu-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 100px !important;
  min-width: 100px;
}

.rocu-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 100px !important;
  min-width: 100px;
}

.rocu-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 130px !important;
  min-width: 130px;
  padding-left: 20px !important;
}

.rocu-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 130px !important;
  min-width: 130px;
  padding-left: 20px !important;
  justify-content: flex-start;
}


.mxw-230 {
  max-width: 230px;
}

.overall-card-table-main-p {
  padding: 60px;
}

.overall-card-table-main-2 {
  padding: 20px 0px;
}

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

.overall-card-table-main-3 {
  padding: 20px 0px;
}

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

.overall-card-table-main-3 .custom-pagination-c {
  padding-right: 20px !important;
  margin-top: 0px !important;
}

.overall-card-table-main-5 {
  padding: 20px 0px;
  border-top: 1px solid #ebebeb !important;
}

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

.overall-card-table-main-5 .custom-pagination-c {
  padding-right: 20px !important;
  margin-top: 0px !important;
}

.px60 {
  padding: 0px 60px !important;
}

.mxw-788 {
  max-width: 788px;
}

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

.bb-0 {
  border-bottom: 0px;
}

.report-user-main .rdt_TableHeadRow,
.report-user-main .rdt_TableRow {
  border-bottom-color: white !important;
}



.rocteam-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 260px !important;
  min-width: 260px;
  border-bottom: 1px solid #ebebeb;
  padding-left: 0px !important;
}

.rocteam-main .rdt_Table .rdt_TableHead .rdt_TableCol:nth-child(1) div {
  font-weight: 600 !important;
  color: #969696;
  font-size: 14px;
}

.rocteam-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 260px !important;
  min-width: 260px;
  padding-left: 0px !important;
}

.rocteam-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) span {
  color: #3F536E;
  font-size: 21px;
  font-weight: 600;
}

.rocteam-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 100px !important;
  min-width: 100px;
  border-bottom: 1px solid #ebebeb;
}

.rocteam-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 100px !important;
  min-width: 100px;
}

.rocteam-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 100px !important;
  min-width: 100px;
  border-bottom: 1px solid #ebebeb;
}

.rocteam-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 100px !important;
  min-width: 100px;
}

.rocteam-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 100px !important;
  min-width: 100px;
  border-bottom: 1px solid #ebebeb;
}

.rocteam-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 100px !important;
  min-width: 100px;
}

.rocteam-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 130px !important;
  min-width: 130px;
  border-bottom: 1px solid #ebebeb;
}

.rocteam-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocteam-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {
  max-width: 130px !important;
  min-width: 130px;
  border-bottom: 1px solid #ebebeb;
}

.rocteam-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(6) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocteam-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7) {
  max-width: 100px !important;
  min-width: 100px;
  border-bottom: 1px solid #ebebeb;
}

.rocteam-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(7) {
  max-width: 100px !important;
  min-width: 100px;
}

.rocteam-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8) {
  max-width: 100px !important;
  min-width: 100px;
  border-bottom: 1px solid #ebebeb;
}

.rocteam-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(8) {
  max-width: 100px !important;
  min-width: 100px;
}

.cursor-pointer {
  cursor: pointer;
}

.rocu-user .rdt_Table {
  padding-bottom: 50px;
}




.cedr-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 665px !important;
  min-width: 665px;
  padding-left: 0px !important;
}

.cedr-main .rdt_Table .rdt_TableHead .rdt_TableCol:nth-child(1) div {
  font-weight: 600 !important;
  color: #969696;
  font-size: 14px;
}

.cedr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 665px !important;
  min-width: 665px;
  padding-left: 0px !important;
}

.cedr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) span {
  color: #3F536E;
  font-size: 15px;
  font-weight: 500;
}

.cedr-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 130px !important;
  min-width: 130px;
}

.cedr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 130px !important;
  min-width: 130px;
}

.cedr-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 110px !important;
  min-width: 110px;
}

.cedr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 110px !important;
  min-width: 110px;
}

.cedr-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 80px !important;
  min-width: 80px;
}

.cedr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 80px !important;
  min-width: 80px;
}

.recharts-wrapper {
  width: 100% !important;
  max-width: 100%;
  overflow-x: auto;
}

.overall-chart h2 {
  font-size: 17px;
}

.cesc-main-3 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 618px !important;
  min-width: 618px;
  padding-left: 20px !important;
}

.cesc-main-3 .rdt_Table .rdt_TableHead .rdt_TableCol:nth-child(1) div {
  font-weight: 400 !important;
  color: #3F536E;
  font-size: 14px;
}

.cesc-main-3 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 618px !important;
  min-width: 618px;
  padding-left: 20px !important;
}

.cesc-main-3 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) span {
  color: #3F536E;
  font-size: 15px;
  font-weight: 400;
}

.cesc-main-3 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 130px !important;
  min-width: 130px;
  justify-content: center;
}

.cesc-main-3 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) div {
  color: #3F536E;
}

.cesc-main-3 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 130px !important;
  min-width: 130px;
  justify-content: center;
}

.cesc-main-3 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 110px !important;
  min-width: 110px;
  justify-content: center;
}

.cesc-main-3 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) div {
  color: #3F536E;
}

.cesc-main-3 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 110px !important;
  min-width: 110px;
  justify-content: center;
}

.cesc-main-3 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 110px !important;
  min-width: 110px;
  justify-content: center;
}

.cesc-main-3 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) div {
  color: #3F536E;
}

.cesc-main-3 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 110px !important;
  min-width: 110px;
  justify-content: center;
}

.cesc-main-3 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 140px !important;
  min-width: 140px;
  justify-content: center;
}

.cesc-main-3 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) div {
  color: #3F536E;
}

.cesc-main-3 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 140px !important;
  min-width: 140px;
  justify-content: center;
}





.cesc-main-5 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 410px !important;
  min-width: 410px;
  padding-left: 0px !important;
}

.cesc-main-5 .rdt_Table .rdt_TableHead .rdt_TableCol:nth-child(1) div {
  font-weight: 600 !important;
  color: #969696;
  font-size: 14px;
}

.cesc-main-5 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 410px !important;
  min-width: 410px;
  padding-left: 0px !important;
}

.cesc-main-5 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) span {
  color: #3F536E;
  font-size: 15px;
  font-weight: 500;
}

.cesc-main-5 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 130px !important;
  min-width: 130px;
}

.cesc-main-5 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 130px !important;
  min-width: 130px;
}

.cesc-main-5 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 110px !important;
  min-width: 110px;
}

.cesc-main-5 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 110px !important;
  min-width: 110px;
}

.cesc-main-5 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 110px !important;
  min-width: 110px;
}

.cesc-main-5 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 110px !important;
  min-width: 110px;
}

.cesc-main-5 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 110px !important;
  min-width: 110px;
}

.cesc-main-5 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 110px !important;
  min-width: 110px;
}

.cesc-main-5 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {
  max-width: 110px !important;
  min-width: 110px;
}

.cesc-main-5 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(6) {
  max-width: 110px !important;
  min-width: 110px;
}




.cesc-main-4 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 520px !important;
  min-width: 520px;
  padding-left: 0px !important;
}

.cesc-main-4 .rdt_Table .rdt_TableHead .rdt_TableCol:nth-child(1) div {
  font-weight: 600 !important;
  color: #969696;
  font-size: 14px;
}

.cesc-main-4 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 520px !important;
  min-width: 520px;
  padding-left: 0px !important;
}

.cesc-main-4 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) span {
  color: #3F536E;
  font-size: 15px;
  font-weight: 500;
}

.cesc-main-4 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 130px !important;
  min-width: 130px;
}

.cesc-main-4 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 130px !important;
  min-width: 130px;
}

.cesc-main-4 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 110px !important;
  min-width: 110px;
}

.cesc-main-4 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 110px !important;
  min-width: 110px;
}

.cesc-main-4 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 110px !important;
  min-width: 110px;
}

.cesc-main-4 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 110px !important;
  min-width: 110px;
}

.cesc-main-4 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 110px !important;
  min-width: 110px;
}

.cesc-main-4 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 110px !important;
  min-width: 110px;
}

.cesc-main-4 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {
  max-width: 110px !important;
  min-width: 110px;
}

.cesc-main-4 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(6) {
  max-width: 110px !important;
  min-width: 110px;
}




.dashbord-reviewanswers-scroller {
  height: 460px;
  overflow-y: auto;
  overflow-x: hidden;
}

.dashbord-evaluations-scroller#style-2::-webkit-scrollbar {
  padding-left: 10px;
}

.dashbord-evaluations-scroller {
  height: 460px;
  overflow-y: auto;
  overflow-x: hidden;
}

.cftt {
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
  transition: 0.3s;
  width: 100%;
  background-color: white;
}

.contftt {
  padding: 2px 15px;
}



/* .cftt {
	position: absolute !important;
  left: 100px !important;
  top: 100px !important;
  border: 1px solid #B7D2E5;
  width: 280px;
  min-height: 85px;
  border-radius: 10px;
  font-size: 15px;
  color: #3F536E;
  padding: 15px;
} */

.cftt {
  position: relative;
  border: 1px solid #B7D2E5;
  width: 280px;
  min-height: 85px;
  border-radius: 10px;
  font-size: 15px;
  color: #3F536E;
  padding: 15px;
  /* left: -150px; */
  /* transform: translate(100px, 100px) !important; */
}

.cftt p {
  font-size: 15px;
}

.cftt p:first-child {
  margin-bottom: 10px;
}

.cftt p:last-child {
  margin-bottom: 0px;
}

.cftt:after,
.cftt:before {
  top: 100%;
  left: 50%;
  border: 1px solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.cftt:after {
  border-color: rgba(241, 241, 241, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}

.cftt:before {
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #B7D2E5;
  border-width: 11px;
  margin-left: -11px;
}

.contftt p:first-child span {
  color: #39DA8A;
}

.contftt p:last-child span {
  color: #26C1C9;
}



.coaching-topic-user-1 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 20px !important;
  min-width: 20px;
  padding-left: 0px !important;
}

.coaching-topic-user-1 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 20px !important;
  min-width: 20px;
  padding-left: 0px !important;
}

.coaching-topic-user-1 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 500px !important;
  min-width: 500px;
}

.coaching-topic-user-1 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 500px !important;
  min-width: 500px;
}

.coaching-topic-user-1 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 21px;
  font-weight: 600;
}

.coaching-topic-user-1 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) span {
  color: #3F536E;
  font-size: 21px;
  font-weight: 600;
}


.coaching-topic-user-1 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 120px !important;
  min-width: 120px;
}

.coaching-topic-user-1 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 120px !important;
  min-width: 120px;
}

.coaching-topic-user-1 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 100px !important;
  min-width: 100px;
}

.coaching-topic-user-1 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 100px !important;
  min-width: 100px;
}

.coaching-topic-user-1 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 130px !important;
  min-width: 130px;
}

.coaching-topic-user-1 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 130px !important;
  min-width: 130px;
}

.coaching-topic-user-1 .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {
  max-width: 110px !important;
  min-width: 110px;
}

.coaching-topic-user-1 .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(6) {
  max-width: 110px !important;
  min-width: 110px;
  justify-content: flex-start;
  padding-left: 20px !important;
}

.row_fmv .index-cell {
font-size: 18px;
    color: #000;
    font-family: "Roboto", sans-serif !important;
    /* width: 25px; */
    display: inline-block;
        padding: 5px 0;
}

.pr-10 {
  position: relative;
  left: -10px;
}

.hover-content {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
}

.published-date:hover+.hover-content {
  display: block;
}

.content-section header+div .team-role-dropdown .dropdown-menu {
  transform: translate3d(0px, 38px, 0px) !important;
  right: -20px !important;
  left: auto !important;
}
.p15{
  padding: 15px !important;
}
.style_p p{
  font-size: 16px;
  color: #2D2B32;

}
.profile_ig {
  object-fit: cover;
  width: 40px !important;
  height: 40px !important;
  max-width: 40px !important;
}

.support_me {
  margin: 0 -10px 8px -10px;
    padding: 4px 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.newdrop_menu p span{
  display: inline-block;
  min-width: 23px;
}
.dpnone {
  display: none !important;
}
.menu-bottom {
  background: #fff !important;
}

.btn-add img{
  margin-right: 10px;
}

.scorecards-n_new .apni p{
  margin: 0 !important;
  color: #475467;
  font-size: 14px !important;
  font-family: 'Inter';
  padding-top: 4px;
}  

.scorecards-n_new .apni h3{
  margin: 0 !important;
  font-size: 18px;
  font-weight: 600;
  color: #101828;
  font-family: 'Inter' !important;
}  
.scorecards-n_new .btn-theme2-o{
  padding: 7px;
}

.scorecards-n_new .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #1751D0 !important;
  background-color: #1751D0 !important;
}

.scorecards-n_new .rdt_Table .rdt_TableHead div {
  color: #2D2B32;
}

.hello .rdt_Table .rdt_TableHead div {
  color: #2D2B32;
  padding-right: 10px !important;
}

.scorecards-n_new  .rdt_TableCell {
  color: #2A363B !important;

  padding: 15px 20px !important;
 
}

.scorecards-n_new small {
  color: #475467;
}
.scorecards-n_new .dropleft .dropdown-menu::before{
  display: none;
}
.scorecards-n_new .dropleft .dropdown-menu::after{
  display: none;
}
.new_filter_sc {

}

.new_filter_sc .modal-header{
  padding: 0 15px 15px 15px;
  margin: 0 -10px;
}
.new_filter_sc  {
  max-width: 400px;
}

.new_filter_sc h5{    font-weight: 500;
  color: #373D3F;}

  .new_filter_sc  .modal-footer {
    margin: 0;
    border: 0;
    padding: 0 !important;
  }

  .new_filter_sc .modal-footer .btn-theme5-o {
    border: 1px solid #D0D5DD;
    text-align: center;
    padding: 12px 11px;
    color: #344054;
    font-size: 14px;
    border-radius: 8px;
  }

  .new_filter_sc .modal-footer .btn-theme1 {
   
    text-align: center;
    padding: 12px 11px !important;
    font-size: 14px;
    border-radius: 8px;
    min-width: auto !important;
  }

  .new_filter_sc .modal-header .close {
    position: absolute;
    right: 27px;
    top: 28px;
  }

  .new_filter_sc label {
    color: #555F61 !important;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter';
}

.new_filter_sc select.form-control{
  padding-right: 0;
  color: #555F61 !important;
  font-size: 14px;
}

.deactive_new .modal-body {
  text-align: center;
}
.deactive_new .modal-footer{
  justify-content: right;
  border: 0;
  margin-top: 0 !important;
  padding-bottom: 0px !important;
}

.deactive_new .pt10{ padding-top: 10px !important;}

.deactive_new .modal-footer .btn-theme1{
  background:#FFA51F !important;
  font-size: 14px;
  font-weight: normal !important;
  border: 0;
}

.deactive_new  .modal-footer .btn-theme1-o{
  color:#4F4D55 !important;
  border: 1px solid #E6E6E6 !important;
  font-weight: normal !important;
}

.deactive_new h3{
  font-size: 16px;
  color: #0A090B;
  padding: 20px 0 0px 0;
  font-family: 'Inter'	;
}

.deactive_new p{
  color:#4F4D55;
  font-size: 14px;
    font-weight: normal !important;
    font-family: 'Inter';
}
.deactive_new .red_btn_del .btn-theme1 {
  background: #E12121 !important;

}


.de_ac_img{
  margin-top:0px;
}

.modal-content{
  border-radius: 10px !important;
  overflow: hidden;
}





.sc_setting {
  max-width: 560px;
  width: 560px;
}
.sc_setting .modal-header{
border: 0 !important;
display: block;
}

.sc_setting .modal-header p{
font-size: 16px;
color: #2D2B32;
font-family: 'Inter';
}

.sc_setting .modal-footer{
  margin: 0;
  border: 0;
  padding: 0 !important;

  }


  .sc_setting .modal-footer .btn-theme1{
    background:#2965D5 !important;
    font-size: 14px;
    font-weight: normal !important;
    min-width: 75px;
    padding: 13px 20px 13px 20px !important;
    
  }
  
  .sc_setting  .modal-footer .btn-theme1-o{
    color:#4F4D55 !important;
    border: 1px solid #E6E6E6 !important;
    font-weight: normal !important;
    min-width: 75px;
    padding: 11px 15px 11px 15px;
  }

  .sc_setting label{
  color: #2D2B32;
  font-size: 14px;
}

.row_only_s .col-md-9{
padding: 10px 0 0 0;
}

.sc_setting .form-control {
  color: #7F7D83 !important;
}

.sc_setting .modal-content .close span{
  top: -4px !important;
}

.sc_setting .modal-content .hc0 .close span {
  top: 0px !important;
}

.add_lev{
  font-size:14px;
  color: #2D2B32;
}
.pb0p p{ margin-bottom: 0;}

.row_only_s p{
  color: #2D2B32;
  font-size: 14px;
}

.form_style .ad_s label{
  color:#969696 !important;
  font-size: 14px;

    font-weight: 400;
    text-transform: inherit;
}


.scorecards-n_new .custom-switch .custom-control-label::after {
  top: 6.2px !important;
  
}
.scorecards-n_new .custom-switch .custom-control-label::before{
  width: 36px !important;
}

.scorecards-n_new .custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(1.0rem);
}


.modal-body ::placeholder{
font-size:14px !important;
  color:#7F7D83 !important;

}

.table-search-cont ::placeholder{
  font-size:14px !important;
    color:#AEB6CF !important;
  
  }


.ios-switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  font-size: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
}

.ios-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.ios-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:#DCDCDE;
  transition: 0.4s;
  border-radius: 34px;
}
.modal-content {
  overflow:visible !important;
}



.ios-switch .slider::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 1px;
  top: 1.9px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.ios-switch input:checked + .slider {
  background-color: #2965D5; /* iOS green */
}

.ios-switch input:checked + .slider::before {
  transform: translateX(17px);
}

.pb20 {
  padding-bottom: 20px !important;
}

.btn_newui .btn_white{
  padding: 8px 15px;
  border: 1px solid #c7cfd6;
  border-radius: 8px !important;
  margin-right: 15px;
  color: #344054;
}

.btn_newui .team-sopen img{
  position: relative;
  top:3px
}

.btn_newui  .btn {
  border-radius: 8px !important;
}

.box_shap_tr tr td{
  vertical-align: top !important;
}

.box_shap_tr {
  padding: 15px 0;
  display: block;
}
.box_shap_tr table tr, .box_shap_tr table td{
  border: 0 !important;
}

.min42 { min-width: 43px !important;}

.box_shap_tr table{ border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
margin-bottom: 15px !important;
border: 1px solid #c7cfd6 !important;
padding: 0 !important;
table-layout: fixed;
max-width: 100%;
width: 100%;
}

.box_shap_tr table:last-child{
  margin-bottom: -10px !important;
}

.btn_ni {
  border: 1px solid #c7cfd6;
  border-radius: 8px !important;
  padding: 5px 15px !important;
  position: relative;
  right: -5px;
}
.btn-group.dropleft img{
  width: 5px;
  height: 16px;
}

.dropleft img{
  width: 5px;
  height: 16px;
}

.dropleft img.dropdown-icon{
  width: 12px;
  height: 7px;
}

.box_shap_tr tr td:nth-child(1){
padding-top:20px !important;
width:40px;
}
.box_shap_tr tr td:nth-child(2){
  padding-top: 15px !important;
  width: auto !important;
}
.box_shap_tr textarea{
  margin-top: 15px !important;
    width: calc(100% + 35px);
}

.box_shap_tr tr td:nth-child(3){
  padding-right: 14px !important;
}

.box_shap_tr .section-title {
  font-size: 18px !important;
  color: #3C3C3C;
  font-weight: 400 !important;
  font-family: 'Roboto' !important;
  margin-bottom: 0;
}

.box_shap_tr  thead th{
  padding: 5px 30px 5px 10px !important;
}

.card_new_us {
  padding: 20px;
  border: 0;
  border-radius: 8px;
}

.left_sc_in h3{

  font-size: 18px;
  font-weight: 600;
  color: #101828;
  margin: 0;
  font-family: 'inter';

}

.left_sc_in p{
  font-size: 14px;
  font-weight: 400;
  color: #475467;

  
}

.box_shap_tr2 table{
  border-collapse: separate;
    border-spacing: 0;
    border-radius: 0px;
    margin-bottom: 0px !important;
    border: 0px solid #c7cfd6 !important;
    padding: 0 !important;
    table-layout: fixed;
    max-width: 100%;
}
.mr-b {
  margin-bottom: 15px !important;
}

.max400{
  max-width: 400px !important;
}


.new_ui_scm .scoring-section-block .dropdown-menu{
  transform: translate3d(3px, 41px, 0px) !important;
  right: 0 !important;
  left: inherit !important;
}

.new_ui_scm .scoring-section-block thead .dropdown-menu{
  transform: translate3d(7px, 31px, 0px) !important;
  right: 0 !important;
  left: inherit !important;
}
.sec_div_sr {
  padding: 0 !important;
      border: 0 !important;
}

.sec_div_sr .scorecard-section {
  padding: 0 !important;
  border: 0 !important;
}

.newrow_ux {
  border: 0 !important;
    border-radius: 8px;
    margin-bottom: 15px !important;
    border: 1px solid #c7cfd6 !important;
    padding: 0 !important;
    padding: 15px !important;
    min-height: 70px;
}

.sec_div_sr .scorecard-section-header{
  padding: 4px 24px 4px 15px !important;
  margin-bottom: 15px !important;
  min-height: 59px;
}

.sec_div_sr .criteria-description p{

  font-size: 18px !important;
    color: #3C3C3C;
    font-weight: 400 !important;
    font-family: 'Roboto' !important;
    line-height: 23px;
}

.sec_div_sr  .scorecard-drag-handle img{
  position: relative;
  top: -2px;

}



.sec_div_sr .scorecard-section-header  .scorecard-drag-handle img{
  position: relative;
  top: 0px;
  margin-right: 10px;
}

.coaching-form-row  select.form-control{
  width: 45% !important;
}

.coaching-form-row  input[type=text].form-control, .coaching-form-row  input[type=date].form-control{
  width: 45% !important;
  max-width: 45% !important;
}


.coaching-form-row .cfmc-right-box  input[type=text].form-control, .coaching-form-row .cfmc-right-box  input[type=date].form-control{
  width: calc(100% - 30px) !important;
  max-width: calc(100% - 30px) !important;
}




.coaching-form-actions input[type=text].form-control, .coaching-form-actions input[type=date].form-control{
  width: 100% !important;
  max-width: 100% !important;
}

.newrow_ux .criteria-drag-handle img{
  position: relative;
  top: -5px;

}

.likelabel {
padding-bottom: 16px;
}

.only_for_com .likelabel {
padding-bottom: 18px;
}

.only_for_com .coaching-form-row .form-label {
  padding-bottom: 18px !important;
}

.only_for_com .dates-main .label-date {
  margin-bottom: 17px !important;
}

.only_for_com  .as_label_cls.cls1 {
  padding-bottom: 18px !important;
}

.only_for_com .coaching-form-row .radio-right .form-label {
  padding-bottom: 0px !important;
}



.coaching-form-content h1.section-title{    padding-bottom: 8px;}
.drag_fix .criteria-drag-handle img{
  position: relative;
  top: 0px !important;

}

.dates-main.ne_d .row{
  max-width: 100% !important;
}


.dates-main.ne_d .col-md-12{
  max-width: 100% !important;
}


.right_wi {
  max-width: 40px;
  min-width: 40px !important;
  height: 40px !important;
}
.min_20{
  min-width: 50px !important;
}

.right_wi button.btn{
  border: 1px solid #c7cfd6;
    border-radius: 8px !important;
    padding: 7px 15px !important;
    /* background-color: white !important; */
}

.footer_gry {
  background:#F5F5F5;
  padding: 17.5px 10px;
}

.md_nsc th{
border: 0 !important;
}

.box_shap_tr .dropleft .dropdown-menu::before{
  display: none;
}

.box_shap_tr .dropleft .dropdown-menu::after{
  display: none;
}

.rowryc {
  display: flex;
  padding: 0;
  background: #f7f7f7;
  padding: 20px 3px 12px 3px;
  border-radius: 8px;
  border: 1px solid #D8D8D8;
  flex-wrap: wrap;
  gap: 1rem;
}

.col4_c {
  flex: 1 0 18ch;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  text-align: left;
  max-width: 350px;
}

.rowryc  p{ 
  margin: 0 0 8px 0; font-size: 13px; color:#0A090B;
  font-weight: 400;
  text-align: left;
  display: flex;
  font-size: 13px !important;
}
.rowryc label{
 
  color: #4F4D55;
  width:35%;
  font-weight: 500;
  font-family: 'Inter';
  padding-right: 5px;
  line-height: 15px;
  position: relative;
  top:2px;
  line-height: 13px;
}
   

.newrow_ux  .radio-right{
     display: flex;
    margin: 0px 10px;
    flex-direction: row-reverse !important;
    background: #fff;
    padding: 10px 4px 9px 0px;
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    min-width:70px;
    height: 38px;
}

.newrow_ux  .radio-right label{
margin-left: 7px;
}
.new_uigr .score-main-box{
border: 0 !important;
background: #f5f5f5;
margin-bottom: 10px !important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl{
  max-width: 1240px;
}
.bread_crum {
  padding-bottom: 20px;
}
.bread_crum span{
  display: inline-block;
  padding: 0 10px 0px 0;
  color:#0A090B;
  font-size: 14px;
}

.bread_crum span img{ margin-left: 10px;}

.bread_crum a{
  color: #7D7D7D;
  font-size: 14px;
  font-family: 'Inter';
}

.seb0{
  border: 0 !important;
  border-radius: 8px !important;
  /* overflow: hidden !important; */
}

.page_stnew{
  display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 15px 25px;
    border-top: 1px solid #c7cfd6;
    color: #666;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.page_stnew button{ 
  border: 1px solid #e0e0e0 !important;
  padding: 4px 10px !important;
  color: #666;
}

.ofpage i{
color: #1972F9;
font-style: normal;
}


.savep_new .modal-body {
  text-align: center;
}
.savep_new .modal-footer{
  justify-content: right;
  border: 0;
  margin-top: 0 !important;
  padding-bottom: 0px !important;
}
.savep_new .modal-footer .btn-theme1{
  background: #2965D5 !important;
  font-size: 14px;
 
  font-weight: normal !important;
}

.savep_new  .modal-footer .btn-theme1-o{
  color:#4F4D55 !important;
  border: 1px solid #E6E6E6 !important;
  font-weight: normal !important;
}

.savep_new h3{
  font-size: 20px;
  color: #0A090B;
  padding: 0px 0 0px 0;
}

.savep_new p{
  color:#4F4D55;
  font-size: 14px;
    font-weight: normal !important;
}
.savep_new .red_btn_del .btn-theme1 {
  background: #E12121 !important;

}

.btn_arw_m {
  margin: 0 !important;
  position: relative;
  top: -2px;
}

.btn_arw_m img{
  max-width: 12px;
}

.btn_arw_m-score {
  margin: 0 !important;
  position: relative;
  top: -2px;
}

.btn_arw_m-score img{
  max-width: 12px;
}

.canreview_cls {
  border: 1px solid #c7cfd6 !important;
  padding: 5px 10px 5px 10px !important;
  border-radius: 8px;
  margin-bottom: 10px;
}

.canreview_cls .newrow_ux {
  padding: 8px 8px 8px 0 !important;
  border: 0 !important;
  margin: 5px 0 !important;
}

.canreview_cls .criteria-scoring {
  min-width: auto !important;
}

.box_shap_tr thead th.for_pd {
  padding: 15px 20px 15px 15px!important;
}

.scorecard-section-header .section-title-r{
  color: #101828;
  font-size: 20px;
  margin: auto 0;
  font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.scorecard-section-header .scorecard-section-actions p{

  color: #101828;
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;

}
h3.header_forn {
  border: 0 !important;
  background: #f5f5f5;
  margin-bottom: 10px !important;
  color: #101828;
  font-size: 20px;
  font-weight: 500;
  padding: 18px 15px;
}

.score-main-box-right h3{
  color: #242424;
  font-size: 16px;
}

.score-main-box-right .score-percentage-text{

  color: #242424;
  font-size: 20px;
  font-family: 'Inter';
  font-weight: 500;
}

.new_ui_ch .coaching-form-row {
  display: flex;
  border: 1px solid #E5E5E5;
  padding: 20px 10px;
  border-radius: 8px;
  margin-bottom: 15px;
}
.sub-options {
  padding-top: 15px;
}

.newrow_ux .sub-options {
  padding-top: 0px;
}
.new_ui_ch label, .new_ui_ch .coaching-form-index, .new_ui_ch .section-title, .new_ui_ch .coaching-form-content p  {
  color: #3C3C3C;
  margin-bottom: 0px;
  font-size: 18px !important;
  font-weight: 400 !important;
  font-family: 'Roboto';
}
.new_ui_ch  select.form-control {
  color: #3C3C3C !important;
}
.new_ui_ch .coaching-form-row .form-label{
  padding-bottom: 16px;
}

.radio-main .form-label{
padding-bottom: 0 !important;
}


.radio_style  .radio-right{
  display: flex;
      
      flex-direction: row-reverse !important;
      background: #fff;
      margin: 0px 4px 0 6px;
      border-radius: 8px;
      border: 1px solid #E6E6E6;
      min-width: 65px;
      padding: 8px 4px 8px 0px;
}

.radio_style  .radio-right label{
margin-left: 7px;
}

.radio_style {
  padding: 0 10px;
}
.row_yesnow {
  position: relative;
}

.row_yesnow .coaching-form-content label{
  padding-bottom: 21px !important;
}

.row_yesnow .coaching-form-actions{
  position: absolute;
  right: 12px;
}



.new_ui_ch .form-control {
  font-size: 15px;
  border-color: #D0D5DD;
  color: #3C3C3C;
  font-family: "Heebo", sans-serif;

  overflow: hidden;
}

.new_ui_ch .upload-browse .custom-file-label {
  height: 44px;
  font-size: 15px;
      color: #aeb2b7;
  border-color: #D0D5DD;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.review-section-card p{
  color: #3C3C3C;
  margin-bottom: 0 !important;
}

.review-value-container {
  color: #3C3C3C;
}

.review-levels {
  display: flex;
}

.review-levels div{
  margin-right: 10px;
}
.mb0 {
  margin-bottom: 0 !important;
}

.view_atch {
  border: 1px solid #E6E6E6;
    padding: 7px 10px 4px 10px;
    border-radius: 5px;
    min-width: 250px;
    display: inline-block;
    color: #0A090B;
}

.view_atch img {
  float: right;
}

.min_20 .pt-3{
  padding-top: 0 !important;
}

.min_20 p{
  margin-bottom: 0 !important;
}

.right_wi p{
  margin-bottom: 0 !important;
}


.newrow_ux.auto-fail  input[type="radio"]:checked:before {
  border: 7px solid #D0171A;
}

.newrow_ux.auto-fail input[type="radio"]:checked:after {
  width: 7px;
  height: 7px;
  background-color: #fff;
}

.no-selected  input[type="radio"]:checked:before {
  border: 7px solid #D0171A;
}

.no-selected input[type="radio"]:checked:after {
  width: 7px;
  height: 7px;
  background-color: #fff;
}

.na-selected  input[type="radio"]:checked:before {
  border: 7px solid #c4c4c4;
}

.na-selected input[type="radio"]:checked:after {
  width: 7px;
  height: 7px;
  background-color: #fff;
}


/*
.newrow_ux input[type="radio"]:checked:after {
  
  width: 7px;
  height: 7px;

}

.newrow_ux input[type="radio"]:checked:before {
  border: 7px solid #C1C7C9;
}
*/

.tooltip_cls_c{
  background:#fff;
  border:1px solid #dee2e6;
  border-radius:8px;
  padding: 7px 10px;
  box-shadow: 0px 0rem 0.35rem rgba(0, 0, 0, 0.15);
   z-index: 1070;
    max-width: 500px;
    bottom:70%;
    margin-top:5px;
    font-size: 0.875rem;
    opacity: 1 !important;
}
.tooltip_cls_c:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  margin-top: 3px;
  margin-left: 10px;
  right: 6px;
  bottom: -7px;
}

.tooltip_eval_c{
  background:#fff;
  border:1px solid #dee2e6;
  border-radius:8px;
  padding: 7px 10px;
  box-shadow: 0px 0rem 0.35rem rgba(0, 0, 0, 0.15);
   z-index: 1070;
    max-width: 500px;
    bottom:70%;
    margin-top:5px;
    font-size: 0.875rem;
    opacity: 1 !important;
}
.tooltip_eval_c:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  margin-top: 3px;
  margin-left: 10px;
  right: 6px;
  bottom: -7px;
}
.btn {
  border-radius: 8px !important;
}
.only_cross .close{
  box-shadow: 0px 0px 0px 0px #ccc !important;
  border: 0 !important;
}

.modal-footer.filter_p_f {
  margin-top: 0px !important;
  padding-bottom: 7px !important;
}


.scorecards-n_new  header+div .dropleft .dropdown-menu {
  transform: translate3d(0px, 38px, 0px) !important;
  min-width: 136px;
  box-shadow: 0px 0px 5px rgb(182 174 174 / 16%) !important;
  border: 0;
  right: 1px !important;
  top: -5px !important;
  left: inherit !important;
}

.page_stnew select.form-control{
  padding: 4px 10px !important;
  min-width: 60px !important;
  border-color: #E0E7ED !important;
  height: 36px;
} 
.success_pop .modal-body{
  padding-top: 0 !important;
}
.success_pop .de_ac_img { margin-top: 0;}
.bread_crum span:last-child{
  background: #F9FAFB;
    border-radius: 5px;
    padding: 4px 10px;
    font-family: 'Inter';
    font-weight: 600;
}
.toplogo  .navbar-expand-lg .navbar-nav .dropdown-menu{
  left: inherit !important;
  right: 20px !important;
  top: 48px !important;
}
.begin-evaluation-select{
  border-radius: 8px !important;
}
.modal-body label {
  font-size: 14px;
  color: #2D2B32;
  font-family: 'Inter';
  font-weight: 475;
}

.mr-cd {
  margin-right: 20px;
  top: -15px;
}

.mr-cd img{
  position: relative;
    top: 1.5px;
    margin-right: 0 !important;
}


.mr-cd2 {
  margin-right: 15px;

}

.mr-cd2 img{
  position: relative;
    top: 1.5px;
    margin-right: 0 !important;
}


.form-control {
  border-color: #C1C7C9;
  height: 44px;
}

.form-control.searchbar{
  height: 38px;
}

.idcls .form-control {
  border: 0 !important;
}
.idcls .copy-button {
  top: 12px !important;
}
.flex-wrape {
  flex-wrap: wrap;
}

.criteria-prompt.new-meta-textarea{
  width: calc(100% - 10px) !important;
  margin-top: -20px;
  padding-left:40px !important;

}
.inside_textarea {
  width: calc(100% + 20px);
  padding-right: 2px !important;
  padding-left:25px !important;
}
.inside_textarea p{
  margin-bottom: 0 !important;
}
.inside_textarea textarea{
  width:100% !important;
  min-width: 100% !important;
}

.inside_textarea textarea {
  height: 100px;
  width: 100%;
  resize: none;
  overflow-y: auto;

  /* Basic styling */
  padding: 8px !important;
  font-size: 14px;
  border: 1px solid #D0D5DD !important;
  border-radius: 8px !important;

  /* Slim scrollbar for Firefox */
  scrollbar-width: thin;
  scrollbar-color: #2965D5 transparent; /* Thumb color, then track color */
  margin-top: 5px !important;
}

/* Slim scrollbar for WebKit (Chrome, Safari, Edge) */
.inside_textarea textarea::-webkit-scrollbar {
  width: 4px;
}

.inside_textarea textarea::-webkit-scrollbar-track {
  background: #ccc; /* scroll area */
}

.inside_textarea textarea::-webkit-scrollbar-thumb {
  background-color: #aaa; /* scroll thumb */
  border-radius: 3px;
}
.inside_textarea textarea:focus {
  border: 1px solid #D0D5DD;
  outline: none; /* optional: remove blue outline */
}

.inside_textarea textarea:focus-visible {
  border: 1px solid #D0D5DD;
  outline: none; /* optional: remove blue outline */
}

.inside_textarea textarea::-webkit-scrollbar-button {
  display: none;
  height: 0;
}





.scroll_tectarea textarea {
  height: 100px;
  width: 100%;
  resize: none;
  overflow-y: auto;

  /* Basic styling */
  padding: 8px !important;
  font-size: 14px;
  border: 1px solid #D0D5DD !important;
  border-radius: 8px !important;

  /* Slim scrollbar for Firefox */
  scrollbar-width: thin;
  scrollbar-color: #2965D5 transparent; /* Thumb color, then track color */
  margin-top: 5px !important;
}

/* Slim scrollbar for WebKit (Chrome, Safari, Edge) */
.scroll_tectarea textarea::-webkit-scrollbar {
  width: 4px;
}

.scroll_tectarea textarea::-webkit-scrollbar-track {
  background: #ccc; /* scroll area */
}

.scroll_tectarea textarea::-webkit-scrollbar-thumb {
  background-color: #aaa; /* scroll thumb */
  border-radius: 3px;
}
.scroll_tectarea textarea:focus {
  border: 1px solid #D0D5DD;
  outline: none; /* optional: remove blue outline */
}

.scroll_tectarea textarea:focus-visible {
  border: 1px solid #D0D5DD;
  outline: none; /* optional: remove blue outline */
}

.scroll_tectarea textarea::-webkit-scrollbar-button {
  display: none;
  height: 0;
}


.footer_frm .custom-file-label::after {
  background: url(../images/icon-upload.svg) no-repeat;
  font-size: 0;
  background-color: transparent !important;
  border: 0;
  background-position: 0px;
}

.footer_frm  .form-control {
  cursor: pointer;
}


.multi_a p{
  font-size: 16px;
  color: #0A090B;
  font-weight: 500;
  font-family: 'Inter';
}


.mx_bg {
  margin: 20px 0 0 0 !important;
  font-weight: 500;
  background: #F2F4F4;
  padding: 10px 20px 5px 20px;
}

.mx_bg .form-label {
font-size: 18px !important;
font-weight: 400;
color: #3C3C3C;
font-family: 'Roboto';
}
.mx_bg .w-25 {
width:40% !important;
border-radius: 8px !important;
}

.new_h_t .points{
  height: 41px !important;
}

.mx_bg .btn-primary {
  position: relative;
    top: -12px;
}

.eve_add_v .hideFileInput{
  position: absolute;
}

.eve_add_v .col-md-5 {
  text-align: right;
}

.eve_add_v .btn-primary {
  min-width: 90px;
}





.new_upload_ev .rdt_TableRow:nth-child(odd){
  background: #F9FAFB !important;
  }
  
  
  .new_upload_ev .rdt_TableRow:nth-child(odd){
    background: #F9FAFB !important;
    }

    .new_upload_ev .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child{
      margin-left: auto;
      min-width: 90px !important;
      padding-right: 20px !important;
    }

    .new_upload_ev .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
      max-width: 400px !important;
      min-width: 180px;
  }

  .upload-calls-table-main .rdt_Table .rdt_TableRow .rdt_TableCell:first-child {
    max-width: 400px !important;
    min-width: 180px;
}

  .new_emjo {
    border: 1px solid #EFEFEF;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    flex-wrap:wrap;  
    gap:1rem;
    margin-bottom: 15px;
  }
  .new_emjo label{
    display: block;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter';
    color: #282828;
  }

  .new_emjo h3{
    display: block;
    padding: 0px 0;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Inter';
    color: #282828;
    margin: 0;
  }



  .new_emjo .cell_emo {
    border-right: 1px solid #EFEFEF;
    flex:1 0 18ch;             /* 18ch ≈ 18 characters, pick any     */
  padding:1rem;
  box-sizing:border-box;
  text-align: center;
  }
  .new_emjo .cell_emo:last-child{
    border: 0;
  }


  .summery_box {
    border: 1px solid #EFEFEF;
    padding: 15px;
    border-radius: 8px;   
    margin-bottom: 15px;
  }

  .summery_box h4{
    font-family: 'Roboto';
    color: #000;
    font-size: 18px;
    font-weight: 500;
  }

  .summery_box p{
    color: #3C3C3C;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter';
    margin: 0;
  }
  .summery_box2{

  }

  .box_summ_inner {
    border: 1px solid #EFEFEF;
    padding: 15px;
    border-radius: 8px;   
    margin-bottom: 15px;
  }

  .summery_box2 h4{
    font-family: 'Roboto';
    color: #000;
    font-size: 18px;
    font-weight: 500;
  }

  .summery_box2 p{
    color: #3C3C3C;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter';
    margin: 0;
    padding: 6px 0;
    display: flex;
  }

  .summery_box2 p span{
    min-width: 18px;
  }
  .all_gp p{
color:#0A090B;
font-size:16px;
font-family: 'Inter';
font-weight: 475;
  }

  .pb10c {
    padding: 15px 0 10px 0 !important;
  }

  .header_scv {
    min-height: 77px !important;
    border-bottom: 1px solid #c7cfd6;
    padding: 20px !important;
    margin: 0 -15px;
    margin-bottom: 20px;
    max-width: calc(100% + 30px) !important;
    width: calc(100% + 30px) !important;
  }

  .pt0{
    padding-top: 0 !important;
  }

  .right_prom_pt .dt1-drop{
    float:right;
  }

.mb40 {
  margin-bottom: 40px !important;
}
.sec_prom {
  padding: 0 15px 20px 15px !important;
}

.sec_prom .card { border: 0 !important;}
.sec_prom .card-header {
  background-color: #E8F0FF !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.sec_prom .card-header h4{
  color: #101828 !important;
  font-size: 20px !important;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
}
.table_pm {
  margin-top: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  border-collapse: separate;
  border-top: 0;
}

.table_pm thead th{
border-bottom: 0 !important;
}

.iner_lan {
  padding: 0 !important;
}
.iner_lan label {
  color:#3C3C3C;
  font-size: 18px !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
}

.criteria-description {
  max-width: calc(100% - 299px) !important;
  /* max-width: calc(100% - 165px) !important; */

}
.box_shap_tr tr td.ver_mi {
  vertical-align: middle !important;
}

.pull_left_opt {
  display: flex;
  min-width: 260px;
  align-items: flex-end;
  justify-content: end;
      margin-left: auto;
}

.pull_left_opt .ml-auto {
margin: 0 !important;
}



.upload_large .custom-file-label::after {
  background: url(../images/icon-upload.svg) no-repeat;
  font-size: 0;
  background-color: transparent !important;
  border: 0;
  background-position: 0px;
}

.upload_large  .form-control {
  cursor: pointer;
}




.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.scorecards-n_new .radio_cir .custom-switch .custom-control-label::after {
  top: 6.0px !important;
}



.modal-content .custom_cir_f .ios-switch .slider::before {

  top: 1.7px;
}

.crd_box .row{
  margin: 0;
}

.crd_box {
  border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 20px;
    padding: 15px 20px 20px 20px !important;
}

.crd_box  .form-label {
  padding-top: 7px !important;
  padding-bottom: 3px;
}
.table_pm {
  border-collapse: collapse;
}

.table_pm tr:nth-child(even) {
  background-color: #f9fafb; /* light gray for even rows */
}

.table_pm tr:nth-child(odd) {
  background-color: #ffffff; /* white for odd rows */
}


.new_table_pm 
{
  padding: 0 !important;
  border: 1px solid #ddd;
    margin-top: 10px;
    border-radius: 8px;
  
}
.new_table_pm  thead th{
border-top:0 !important;
}

.new_table_pm .table_pm{
  margin: 0 !important;
  border: 0;
}

.new_table_pm  .table td{
  padding: 17px 15px;
}
.w100 {
  width: 100% !important;
}
.pright_info .pull_left_opt{
  padding-right: 15px !important;
}
.pright_info .radio-right {
  margin-right: 0 !important;
}

.rmsc .dropdown-heading .dropdown-heading-value{
  color: #7F7D83;
    font-weight: normal;
    font-size: 14px;
    font-family: 'Inter';
}
.select.form-control {
  color: #7F7D83;
    font-weight: normal;
    font-size: 14px;
    font-family: 'Inter';
}

.color_d .form-control{
  color: #2D2B32 !important;
}


.new_c_forms_ui .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1), .new_c_forms_ui .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: calc(100% - 320px) !important;
  min-width: calc(100% - 320px) !important;
}

.new_c_forms_ui .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2), .new_c_forms_ui .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 135px !important;
  min-width: 135px !important;
}


.new_c_forms_ui .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3), .new_c_forms_ui .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
padding-left: 45px !important;
min-width: 115px !important;
}

.new_c_forms_ui .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4), .new_c_forms_ui .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 55px !important;
    min-width: 55px !important;
  }


  .new_co_sec .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1), .new_co_sec .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
    max-width: 28% !important;
      min-width: 28% !important;
      padding: 15px 20px !important;
    }

    .new_co_sec .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2), .new_co_sec .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
      max-width: 21% !important;
        min-width: 21% !important;
        padding: 15px 20px !important;
      }

      .new_co_sec .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3), .new_co_sec .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
        max-width: 21% !important;
          min-width: 21% !important;
          padding: 15px 20px !important;
        }


    .new_co_sec .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5), .new_co_sec .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
      max-width: 75px !important;
        min-width: 75px !important;
        padding: 15px 20px !important;
      }

      .new_co_sec .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(6), .new_co_sec .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {
        max-width: 75px !important;
          min-width: 75px !important;
          padding: 15px 20px !important;
        }
  
        .new_co_sec .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(7), .new_co_sec .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7) {
          max-width: 48px !important;
            min-width: 48px !important;
         
          }

          .new_per_pan .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1), .new_per_pan .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
            max-width: calc(100% - 350px) !important;
              min-width: calc(100% - 350px) !important;

            }


            
          .new_per_pan .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4), .new_per_pan .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
            max-width: 60px !important;
              min-width: 60px !important;

            }
            
            .m0 {
              margin: 0 !important;
            }

            .right_edit_f .btn-primary{
              min-width: auto !important;
              margin-left: 10px !important;
            }
            .right_edit_f .option-main {
              position: relative;
            }
            .right_edit_f .option-main::after{
              background: url("/assets/images/droop_blue_se.svg") no-repeat !important;
              position: absolute;
              right: 5px;
              top: 15px;
              width: 17px;
            }

            .right_edit_f  .option-main+.dropdown-menu::after,  .right_edit_f  .option-main+.dropdown-menu::before{
              display: none;
            }

            .newedit_fm {
              padding: 20px !important;
              border-radius: 8px;
            }
          
            .newedit_fm .coaching-section-cell.action-cell {
              width: auto;
              padding: 0;
            }

            .newedit_fm .coaching-section-cell.action-cell .btn{
              padding: 5px 7px 5px 7px;
              border-radius: 8px;
              border: 1px solid #D0D5DD;
              width: 40px;
              height: 40px;
            }
            .newedit_fm .btn-group.dropleft img{
              color: #2E2E2E !important;
            }
            .newedit_fm .option-main+.dropdown-menu {
              font-size: 14px;
              font-family: "Heebo", sans-serif;
              color: #3f536e;
              transform: translate3d(8px, 42px, 0px) !important;
              border:0;
              box-shadow: 0px 0px 23px rgb(0 0 0 / 10%);
          }
          .row_fmv {
            position: relative;
          }
          .row_fmv .action-cell {

            position:absolute;
            right: 15px;
            top: 14px;
 }
 .row_fmv .radio-cell {

  position:absolute;
  right: 55px;
  top: 14px;
}

.row_fmv .radio-right {
  margin: 0px 6px;
}

.row_fmv .coaching-section-cell.dates-main {
  padding: 50px 0px 0 14px;
  padding-top: 40px !important;
}

.only_vm .coaching-section-cell.dates-main {
  padding-top: 51px !important;
}




.newedit_fm .coaching-section-cell.dates-main {
  padding-top: 51px !important;
}
.date_40 .coaching-section-cell.dates-main {
  padding-top: 40px !important;
}




.row_fmv .coaching-section-cell.dates-main  input[type=date] {
    padding-right: 30px !important;
    padding-left: 5px;
}

.row_fmv .dates-main .label-date{
  margin-left: 0;
  top: 0;
}
             
          .row_fmv .content-cell { padding:8px  0;}
          .row_fmv .row {
            margin: 0;
          }

          .row_fmv .coaching-section-cell.drag-handle{
padding-left: 0;
width: 25px;
          }


          .row_fmv .dates-main {

}
.field_45 input[type=date]{
  width: 45%;
}

.only_vm .radio-cell {
  position: absolute;
  right: 0px;
  top: 14px;
}

.only_vm .cfmc-right-box {
width: 100% !important;
}

.row_fmv .kpi-table {
border: 0;
}

.row_fmv .kpi-table .form-control {
  border: 0;
  height: 25px;
  text-align: center;
}

.row_fmv .kpi-table .kpi-cell {
border: 0;
color:#475467;
    font-weight: 500;
    padding: 0;
    padding: 8px 3px;
    border-right: 1px solid #e0e0e0;
    font-family: 'Inter';
}

.row_fmv .kpi-table .kpi-cell:last-child{
  border: 0;
}

.row_fmv .kpi-header .kpi-cell{
  padding: 7px 3px;
}

.row_fmv .kpi-table .kpi-header {
  border: 1px solid #e0e0e0;
  overflow: hidden;
  border-radius: 8px;
}
.row_fmv .kpi-row {
  border: 1px solid #e0e0e0;
  overflow: hidden;
  border-radius: 8px;
  margin-top: 8px;
}
.row_fmv .upload-browse .custom-file-label {
  height: 44px;
}

.row_fmv .upload-browse .custom-file {
  height: 44px;
}

.radiofm  .radio-right{
  margin-right: 0!important;       
}


@media (any-hover: none) {
  .pseduo-track {
    display: none;
  }
}

.outer-wrapper::-webkit-scrollbar {
  height: 5px;
}

.outer-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

.outer-wrapper::-webkit-scrollbar-thumb {
  height: 5px;
  background-color: #d5ac68;
}

.outer-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #f1db9d;
}

.outer-wrapper::-webkit-scrollbar:vertical {
  display: none;
}

.inner-wrapper {
  display: flex;
  padding-bottom: 10px;
}

.pseudo-item {
  height: 300px;
  width: 369px;
  margin-right: 59px;
  flex-shrink: 0;
  background-color: gray;
}

.pseudo-item:nth-of-type(2n) {
  background-color: lightgray;
}

.session-card-bage {
  position: absolute;
  background: white;
  right: 20px;
  top: -25px;
  padding: 5px;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
}

.session-card-item-top {
  display: flex;
  justify-content: space-evenly;
}

.session-card-item-top-right h3 {
  color: #888888 !important;
  font-size: 30px !important;
  font-weight: 400;
}

.session-card-item-1 .progress-bar {
  background-color: #FEAF47;
}

.session-card-item-1 .progress {
  margin-bottom: 0;
  border: 1px solid #EDEDED;
  height: 12px;
  border-radius: 0px;
}

.session-card-item-2 .progress-bar {
  background-color: #03D0DD;
}

.session-card-item-2 .progress {
  margin-bottom: 0;
  border: 1px solid #EDEDED;
  height: 12px;
  border-radius: 0px;
}

.session-card-item-3 .progress-bar {
  background-color: #FF5D5E;
}

.session-card-item-3 .progress {
  margin-bottom: 0;
  border: 1px solid #EDEDED;
  height: 12px;
  border-radius: 0px;
}

.session-card-item-4 .progress-bar {
  background-color: #39DA8A;
}

.session-card-item-4 .progress {
  margin-bottom: 0;
  border: 1px solid #EDEDED;
  height: 12px;
  border-radius: 0px;
}



.rocg-itr-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-left: 0px !important;
}

.rocg-itr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-left: 0px !important;
}

.rocg-itr-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 260px !important;
  min-width: 260px;
}

.rocg-itr-main .rdt_Table .rdt_TableHead .rdt_TableCol:nth-child(2) div {
  font-weight: 600 !important;
  color: #969696;
  font-size: 14px;
}

.rocg-itr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) span {
  color: #3F536E;
  font-size: 21px;
  font-weight: 600;
}

.rocg-itr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 260px !important;
  min-width: 260px;
}



.rocg-itr-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 80px !important;
  min-width: 80px;
}

.rocg-itr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 80px !important;
  min-width: 80px;
}

.rocg-itr-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 260px !important;
  min-width: 260px;
}

.rocg-itr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 260px !important;
  min-width: 260px;
}

.rocg-itr-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 340px !important;
  min-width: 340px;
}

.rocg-itr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 340px !important;
  min-width: 340px;
}

.rocg-itr-main .rdt_Table {
  padding-bottom: 50px;
}




.rocg-oftftr-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-left: 0px !important;
}

.rocg-oftftr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-left: 0px !important;
}

.rocg-oftftr-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 260px !important;
  min-width: 260px;
}

.rocg-oftftr-main .rdt_Table .rdt_TableHead .rdt_TableCol:nth-child(2) div {
  font-weight: 600 !important;
  color: #969696;
  font-size: 14px;
}

.rocg-oftftr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) span {
  color: #3F536E;
  font-size: 21px;
  font-weight: 600;
}

.rocg-oftftr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 260px !important;
  min-width: 260px;
}

.rocg-oftftr-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 80px !important;
  min-width: 80px;
}

.rocg-oftftr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 80px !important;
  min-width: 80px;
}

.rocg-oftftr-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 120px !important;
  min-width: 120px;
}

.rocg-oftftr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 120px !important;
  min-width: 120px;
}

.rocg-oftftr-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 120px !important;
  min-width: 120px;
}

.rocg-oftftr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 120px !important;
  min-width: 120px;
}

.rocg-oftftr-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oftftr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(6) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oftftr-main .rdt_Table {
  padding-bottom: 50px;
}




.rocg-oftftrg-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-left: 0px !important;
}

.rocg-oftftrg-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-left: 0px !important;
}

.rocg-oftftrg-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 260px !important;
  min-width: 260px;
}

.rocg-oftftrg-main .rdt_Table .rdt_TableHead .rdt_TableCol:nth-child(2) div {
  font-weight: 600 !important;
  color: #969696;
  font-size: 14px;
}

.rocg-oftftrg-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) span {
  color: #3F536E;
  font-size: 21px;
  font-weight: 600;
}

.rocg-oftftrg-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 260px !important;
  min-width: 260px;
}

.rocg-oftftrg-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oftftrg-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oftftrg-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oftftrg-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oftftrg-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oftftrg-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oftftrg-main .rdt_Table {
  padding-bottom: 50px;
}




.rocg-oftftrt-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-left: 0px !important;
}

.rocg-oftftrt-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-left: 0px !important;
}

.rocg-oftftrt-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 260px !important;
  min-width: 260px;
}

.rocg-oftftrt-main .rdt_Table .rdt_TableHead .rdt_TableCol:nth-child(2) div {
  font-weight: 600 !important;
  color: #969696;
  font-size: 14px;
}

.rocg-oftftrt-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) span {
  color: #3F536E;
  font-size: 21px;
  font-weight: 600;
}

.rocg-oftftrt-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 260px !important;
  min-width: 260px;
}

.rocg-oftftrt-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 150px !important;
  min-width: 150px;
}

.rocg-oftftrt-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 150px !important;
  min-width: 150px;
}

.rocg-oftftrt-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 170px !important;
  min-width: 170px;
}

.rocg-oftftrt-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 170px !important;
  min-width: 170px;
}

.rocg-oftftrt-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 170px !important;
  min-width: 170px;
}

.rocg-oftftrt-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 170px !important;
  min-width: 170px;
}

.rocg-oftftrt-main .rdt_Table {
  padding-bottom: 50px;
}




.rocg-oftftru-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-left: 0px !important;
}

.rocg-oftftru-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-left: 0px !important;
}

.rocg-oftftru-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 160px !important;
  min-width: 160px;
}

.rocg-oftftru-main .rdt_Table .rdt_TableHead .rdt_TableCol:nth-child(2) div {
  font-weight: 600 !important;
  color: #969696;
  font-size: 14px;
}

.rocg-oftftru-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) span {
  color: #3F536E;
  font-size: 21px;
  font-weight: 600;
}

.rocg-oftftru-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 160px !important;
  min-width: 160px;
}

.rocg-oftftru-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 260px !important;
  min-width: 260px;
}

.rocg-oftftru-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 260px !important;
  min-width: 260px;
}

.rocg-oftftru-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oftftru-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oftftru-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oftftru-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oftftru-main .rdt_Table {
  padding-bottom: 50px;
}







.rocg-oetr-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-left: 0px !important;
}

.rocg-oetr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-left: 0px !important;
}

.rocg-oetr-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 260px !important;
  min-width: 260px;
}

.rocg-oetr-main .rdt_Table .rdt_TableHead .rdt_TableCol:nth-child(2) div {
  font-weight: 600 !important;
  color: #969696;
  font-size: 14px;
}

.rocg-oetr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) span {
  color: #3F536E;
  font-size: 21px;
  font-weight: 600;
}

.rocg-oetr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 260px !important;
  min-width: 260px;
}



.rocg-oetr-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 80px !important;
  min-width: 80px;
}

.rocg-oetr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 80px !important;
  min-width: 80px;
}

.rocg-oetr-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oetr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oetr-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oetr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(6) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oetr-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oetr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(8) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oetr-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(9) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oetr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(9) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oetr-main .rdt_Table {
  padding-bottom: 50px;
}





.rocg-oetrg-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-left: 0px !important;
}

.rocg-oetrg-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-left: 0px !important;
}

.rocg-oetrg-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 260px !important;
  min-width: 260px;
}

.rocg-oetrg-main .rdt_Table .rdt_TableHead .rdt_TableCol:nth-child(2) div {
  font-weight: 600 !important;
  color: #969696;
  font-size: 14px;
}

.rocg-oetrg-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) span {
  color: #3F536E;
  font-size: 21px;
  font-weight: 600;
}

.rocg-oetrg-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 260px !important;
  min-width: 260px;
}



.rocg-oetrg-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 120px !important;
  min-width: 120px;
}

.rocg-oetrg-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 120px !important;
  min-width: 120px;
}

.rocg-oetrg-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oetrg-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oetrg-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oetrg-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(6) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oetrg-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oetrg-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(8) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oetrg-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(9) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oetrg-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(9) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oetrg-main .rdt_Table {
  padding-bottom: 50px;
}




.rocg-oetru-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-left: 0px !important;
}

.rocg-oetru-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-left: 0px !important;
}

.rocg-oetru-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 160px !important;
  min-width: 160px;
}

.rocg-oetru-main .rdt_Table .rdt_TableHead .rdt_TableCol:nth-child(2) div {
  font-weight: 600 !important;
  color: #969696;
  font-size: 14px;
}

.rocg-oetru-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) span {
  color: #3F536E;
  font-size: 21px;
  font-weight: 600;
}

.rocg-oetru-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 160px !important;
  min-width: 160px;
}

.rocg-oetru-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 260px !important;
  min-width: 260px;
}

.rocg-oetru-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 260px !important;
  min-width: 260px;
}

.rocg-oetru-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oetru-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oetru-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oetru-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oetru-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oetru-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(6) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oetru-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oetru-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(8) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-oetru-main .rdt_Table {
  padding-bottom: 50px;
}





.rocg-sftfrt-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-left: 0px !important;
}

.rocg-sftfrt-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-left: 0px !important;
}

.rocg-sftfrt-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 260px !important;
  min-width: 260px;
}

.rocg-sftfrt-main .rdt_Table .rdt_TableHead .rdt_TableCol:nth-child(2) div {
  font-weight: 600 !important;
  color: #969696;
  font-size: 14px;
}

.rocg-sftfrt-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) span {
  color: #3F536E;
  font-size: 21px;
  font-weight: 600;
}

.rocg-sftfrt-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 260px !important;
  min-width: 260px;
}

.rocg-sftfrt-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 150px !important;
  min-width: 150px;
}

.rocg-sftfrt-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 150px !important;
  min-width: 150px;
}

.rocg-sftfrt-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 150px !important;
  min-width: 150px;
}

.rocg-sftfrt-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 150px !important;
  min-width: 150px;
}

.rocg-sftfrt-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 150px !important;
  min-width: 150px;
}

.rocg-sftfrt-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 150px !important;
  min-width: 150px;
}

.rocg-sftfrt-main .rdt_Table {
  padding-bottom: 50px;
}





.rocg-sftfrtt-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-left: 0px !important;
}

.rocg-sftfrtt-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-left: 0px !important;
}

.rocg-sftfrtt-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 260px !important;
  min-width: 260px;
}

.rocg-sftfrtt-main .rdt_Table .rdt_TableHead .rdt_TableCol:nth-child(2) div {
  font-weight: 600 !important;
  color: #969696;
  font-size: 14px;
}

.rocg-sftfrtt-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) span {
  color: #3F536E;
  font-size: 21px;
  font-weight: 600;
}

.rocg-sftfrtt-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 260px !important;
  min-width: 260px;
}

.rocg-sftfrtt-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 150px !important;
  min-width: 150px;
}

.rocg-sftfrtt-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 150px !important;
  min-width: 150px;
}

.rocg-sftfrtt-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 150px !important;
  min-width: 150px;
}

.rocg-sftfrtt-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 150px !important;
  min-width: 150px;
}

.rocg-sftfrtt-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-sftfrtt-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 130px !important;
  min-width: 130px;
}

.rocg-sftfrtt-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {
  max-width: 150px !important;
  min-width: 150px;
}

.rocg-sftfrtt-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(6) {
  max-width: 150px !important;
  min-width: 150px;
}

.rocg-sftfrtt-main .rdt_Table {
  padding-bottom: 50px;
}




.rocg-sftfrtu-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-left: 0px !important;
}

.rocg-sftfrtu-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-left: 0px !important;
}

.rocg-sftfrtu-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 260px !important;
  min-width: 260px;
}

.rocg-sftfrtu-main .rdt_Table .rdt_TableHead .rdt_TableCol:nth-child(2) div {
  font-weight: 600 !important;
  color: #969696;
  font-size: 14px;
}

.rocg-sftfrtu-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) span {
  color: #3F536E;
  font-size: 21px;
  font-weight: 600;
}

.rocg-sftfrtu-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 260px !important;
  min-width: 260px;
}

.rocg-sftfrtu-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 240px !important;
  min-width: 240px;
}

.rocg-sftfrtu-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 240px !important;
  min-width: 240px;
}

.rocg-sftfrtu-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 240px !important;
  min-width: 240px;
}

.rocg-sftfrtu-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 240px !important;
  min-width: 240px;
}

.rocg-sftfrtu-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 200px !important;
  min-width: 200px;
}

.rocg-sftfrtu-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 200px !important;
  min-width: 200px;
}


.rocg-sftfrtu-main .rdt_Table {
  padding-bottom: 50px;
}






.rocg-sftftr-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-left: 0px !important;
}

.rocg-sftftr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 40px !important;
  min-width: 40px;
  padding-left: 0px !important;
}

.rocg-sftftr-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 260px !important;
  min-width: 260px;
}

.rocg-sftftr-main .rdt_Table .rdt_TableHead .rdt_TableCol:nth-child(2) div {
  font-weight: 600 !important;
  color: #969696;
  font-size: 14px;
}

.rocg-sftftr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) span {
  color: #3F536E;
  font-size: 21px;
  font-weight: 600;
}

.rocg-sftftr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 260px !important;
  min-width: 260px;
}

.rocg-sftftr-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 140px !important;
  min-width: 140px;
}

.rocg-sftftr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 140px !important;
  min-width: 140px;
}

.rocg-sftftr-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 140px !important;
  min-width: 140px;
}

.rocg-sftftr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 140px !important;
  min-width: 140px;
}

.rocg-sftftr-main .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 160px !important;
  min-width: 160px;
}

.rocg-sftftr-main .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 160px !important;
  min-width: 160px;
}

.rocg-sftftr-main .rdt_Table {
  padding-bottom: 50px;
}

.session-main-2 .rdt_TableHead .rdt_TableHeadRow .rdt_TableCol:first-child {
  width: 280px;
  min-width: 280px;
}

.session-main-2 .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child {
  width: 280px;
  min-width: 280px;
}


.session-main-2 .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2),
.session-main-2 .rdt_TableHead .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  width: 150px;
  min-width: 150px;
  /* max-width: 150px !important; */
}

.session-main-2 .rdt_TableHead .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  /* padding-left: 10px !important; */
}

.session-main-2 .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3),
.session-main-2 .rdt_TableHead .rdt_TableHeadRow .rdt_TableCol:nth-child(3),
.session-main-2 .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4),
.session-main-2 .rdt_TableHead .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  width: 160px;
  min-width: 160px;
  max-width: 160px !important;
}

.session-main-2 .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5),
.session-main-2 .rdt_TableHead .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  min-width: 94px;
  max-width: 94px !important;
  width: 80px;
  padding: 0px 0px 0 0 !important;
}

.session-main-2 .searchbar {
  width: 40%;
}

.session-main-2 .rdt_TableHead .rdt_TableHeadRow .rdt_TableCol {
  padding-right: 0 !important;
}

.session-main-2 .rdt_Table .rdt_TableRow .rdt_TableCell:last-child,
.session-main-2 .rdt_TableHead .rdt_TableHeadRow .rdt_TableCol:last-child {
  min-width: 40px;
  max-width: 40px !important;
  padding: 0 20px 0 0 !important;
}

.session-main-2 .rdt_Table .rdt_TableRow .rdt_TableCell {
  padding: 15px 20px !important;
}

.session-main-2 .rdt_TableHeadRow,
.session-main-2 .rdt_TableRow {
  gap: 25px;
}



.session-main-4 .rdt_TableHead .rdt_TableHeadRow .rdt_TableCol:first-child {
  width: 760px;
  min-width: 760px;
}

.session-main-4 .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child {
  width: 760px;
  min-width: 760px;
}

.session-main-4 .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2),
.session-main-4 .rdt_TableHead .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  width: 120px;
  min-width: 120px;
  /* max-width: 150px !important; */
}

.session-main-4 .rdt_TableHead .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  /* padding-left: 10px !important; */
}

.session-main-4 .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3),
.session-main-4 .rdt_TableHead .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  width: 120px;
  min-width: 120px;
  max-width: 120px !important;
}

.session-main-4 .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5),
.session-main-4 .rdt_TableHead .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  min-width: 94px;
  max-width: 94px !important;
  width: 80px;
  padding: 0px 0px 0 0 !important;
}


.back-btn {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.back-btn:hover {
  background-color: #e9ecec;
}

.coaching-head {
  display: flex;
  align-items: center;
  justify-content: start;
}

.coaching-head p {
  margin-bottom: 0px;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 400;
}

.ghost-head {
  display: flex;
  align-items: center;
  justify-content: start;
  border-bottom: 1px solid #c7cfd6;
  position: absolute;
  top: 80px;
  left: 15px;
  right: 15px;
  padding: 20px;
}

.ghost-1 {
  width: 150px;
}

.ghost-1 p {
  margin-bottom: 0px;
}

.ghost-2 {
  width: 150px;
}

.ghost-2 p {
  margin-bottom: 0px;
}

.delete-main {
  position: absolute;
  right: -18px;
  top: 6px;
  cursor: pointer;
}

.min-w-140 {
  min-width: 140px;
}

.coaching-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px 20px;
}

.coaching-header-left {
  display: flex;
  align-items: center;
  justify-content: start;
}

.coaching-header-left .back-btn {
  margin-right: 20px;
}

.coaching-header-left h3 {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  color: #3F536E;
  margin-bottom: 0px;
  font-family: "Rubik", sans-serif;
}

.coaching-header-left h4 {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #3F536E;
  margin-bottom: 0px;
  font-family: "Rubik", sans-serif;
}

.coaching-header-left h4 span {
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  color: #3F536E;
  margin-bottom: 0px;
  font-family: "Rubik", sans-serif;
  display: block;
}

.coaching-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.coaching-header-right .padd_right {
  padding-right: 0px;
}

.coaching-form-settings .modal-header {
  padding: 5px 5px 15px;
}

.coaching-form-settings h3 {
  line-height: 26px;
  font-family: 'Inter';
}

.coaching-form-settings .modal-content .close span {
  line-height: 14px;
  /* right: -1px; */
}

.coaching-form-settings .modal-content .modal-body {
  padding: 10px 5px 0px;
}

.coaching-form-settings .rmsc .dropdown-heading {
  height: 44px !important;
}

.coaching-form-settings input[type="checkbox"] {
  padding: 3px;
}

.coaching-form-settings input[type="checkbox"]:checked:after {
  top: 3px !important;
  left: 7px !important;
  width: 5px !important;
  height: 11px !important;
}

.coaching-form-settings .btn-theme1-o {
  padding: 8px 15px 7px;
}

.coaching-form-settings .modal-footer button {
  margin-bottom: 0px;
}

#addInfoModal .modal-dialog h3 {
  line-height: 26px;
}

input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

input[type="checkbox"]:checked:after {
  top: 2px;
  left: 6px;
  width: 6px;
  height: 10px;
}

.modal-content div input+span {
  font-size: 15px;
  line-height: 19px;
  color: #3F536E;
  font-weight: 400;
  position: relative;
  top: 1px;
}

/* .modal-content div input .my-class {
  font-size: 12px;
  line-height: 19px;
  color: #3F536E;
  font-weight: 400;
  position: relative;
  top: 2px;
} */

.section-title {
  font-size: 17px !important;
  color: #3F536E;
  font-weight: 400 !important;
}

.large-font {
  font-size: 13.5px;
  line-height: 19px;
  color: #3F536E;
  font-weight: 400;
  position: relative;
  top: 2px;
}

.opt-btn {
  border: 1px solid #C7CFD6;
  border-radius: 4px;
  margin-right: 10px;
}

.opt-btn .dropdown-toggle::after {
  content: " ";
  display: inline-block;
  background: url(../images/opt-btn-arrow.svg) no-repeat;
  width: 18px;
  height: 9px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  position: relative;
  top: 10px;
  left: 10px;
}

.opt-btn .dropdown-item {
  font-size: 14px;
}

.roles-main-new {
  padding: 0px !important;
}
.roles-main-new input[type="checkbox"] {
  margin-right: 0px;
}
.roles-main-new tr th:first-child {
  padding: 17px 5px 17px 20px !important;
}
.roles-main-new tr td {
  padding: 5px 20px !important;
}
.roles-main-new tr td:first-child {
  padding: 5px 20px 5px 40px !important;
}
.roles-main-new tr td[colspan="2"],
.roles-main-new tr td[colspan="3"],
.roles-main-new tr td[colspan="4"],
.roles-main-new tr td[colspan="5"],
.roles-main-new tr td[colspan="6"],
.roles-main-new tr td[colspan="7"],
.roles-main-new tr td[colspan="8"],
.roles-main-new tr td[colspan="9"],
.roles-main-new tr td[colspan="10"],
.roles-main-new tr td[colspan="11"],
.roles-main-new tr td[colspan="12"],
.roles-main-new tr td[colspan="13"],
.roles-main-new tr td[colspan="14"],
.roles-main-new tr td[colspan="15"],
.roles-main-new tr td[colspan="16"],
.roles-main-new tr td[colspan="17"],
.roles-main-new tr td[colspan="18"],
.roles-main-new tr td[colspan="19"],
.roles-main-new tr td[colspan="20"],
.roles-main-new tr td[colspan="21"],
.roles-main-new tr td[colspan="22"],
.roles-main-new tr td[colspan="23"],
.roles-main-new tr td[colspan="24"],
.roles-main-new tr td[colspan="25"],
.roles-main-new tr td[colspan="26"],
.roles-main-new tr td[colspan="27"],
.roles-main-new tr td[colspan="28"],
.roles-main-new tr td[colspan="29"],
.roles-main-new tr td[colspan="30"] {
  padding: 17px 30px 17px 20px !important;
}
.roles-main-new tr td , .roles-main-new tr td p {
  font-size: 14px !important;
  line-height: 19px;
  font-weight: 400;
  margin-bottom: 0px;
}
.roles-main-new th {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  position: relative;
  min-width: 140px;
}
.roles-main-new th a {
  position: absolute;
  top: 35%;
  right: 3px;
  cursor: pointer;
}
.roles-main-new .padt15 td.p-3 {
  padding-top: 15px !important;
}
.roles-main-new .padb15 td.p-3 {
  padding-bottom: 15px !important;
}
.roles-main-new .hidden {
  display: none;
}
.roles-main-new input[type="checkbox"] {
  width: 14px;
  height: 14px;
  border-color: #C7CFD6;
}

/* .permission-checked{
  top: 1px;
  left: 3px;
  width: 6px;
  height: 8px;
  background-color: #5A8DEE !important;
  color:white !important;
} */

.roles-main-new input[type="checkbox"]:checked {
  border-color: #5A8DEE;
}
.roles-main-new input[type="checkbox"]:checked:after {
  top: 1px;
  left: 3px;
  width: 6px;
  height: 8px;
  color: #5A8DEE;
}
.roles-main-new-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 5px 20px;
}
.roles-main-new .overflow-x-auto {
  overflow-x: auto;
}

.scorcard-edit-main-2 table thead th {
    padding: 5px 20px !important;
    border: 0;
}

.scorcard-edit-main-2 .dropleft .dropdown-menu::after{
display: none;
}

.scorcard-edit-main-2 .dropleft .dropdown-menu::before{

  display: none !important;

}

.scorcard-edit-main-2 textarea {
  border-color: #A8C6DF;
  border-radius: 4px;
  padding: 10px;
}


.test-scorcard h3 {
  font-size: 20px;
  line-height: 19px;
  color: #101828;
  font-weight: 500;
  background: #F2F4F4;
  padding: 20px 20px 20px 15px;
  margin-bottom: 0px;
  font-family: "Poppins", sans-serif;
}

.test-scorcard-inner {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.test-scorcard .section-title-r {
  font-weight: 400 !important;
}

.scorcard-edit-main-2 .dashboard-table-1 tr td p.text-left {
  font-size: 19px !important;
}
.profile_uploadcontainer {
  padding: 40px 30px;
  border-radius: 5px;
  background: #F9F9F9;
  border-radius: 8px;
  text-align: center;
  margin-top: 12px;
}

.w560 {
  width: 560px;
  max-width: 560px;
}

.file_icon_circle {
  background: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
      align-items: anchor-center;
      text-align: center;
      justify-content: center;
      margin: auto auto 15px auto;
      filter: drop-shadow(0 2mm 1mm rgb(173, 172, 176, 0.4));
}

.iconcls img{ position: relative; top: -1px;}

.profile_uploadcontainer p{
  font-size: 16px;
  color: #0A090B;
  font-weight: 500;

}

.profile_uploadcontainer p a{ color:#1751D0;}

.profile_uploadcontainer label{
  font-size: 14px !important;
  color: #4F4D55 !important;
  text-align: center;
  font-weight: 400 !important;
}

.profile_stus{

  padding: 10px;
  border-radius: 5px;
  background: #F9F9F9;
  margin: 10px 0 0 0;

}

.profile_stus .col-6 { 
  padding-left: 0;
  color: #0A090B;
  font-size: 14px;
}

.bar_p_bg{
  background:#ECECED;
  display: inline-block;
  border-radius: 5px;
  width: 80px;
  height: 5px; margin-right: 10px;
  position: relative;

  margin-top: auto;
  margin-bottom: auto;
  
}
.cr_right{
  justify-content: right;
    display: flex;
    margin: auto 0;
    padding-right: 5px;
}
.bg_com{
  background: #F5F8FD !important;
}
.bg_com img{
  position: relative;
  top: -1px;
}

.bg_error{
  background: #FEEBEB;
}
.bg_error span{
  color:#E12121;
  font-size: 12px; 
  display: inline-block;
  margin-left: 15px;
  font-weight: 300;
}

.bg_error a{
  color:#E12121;
  font-size: 14px; 
  display: inline-block;
  cursor: pointer; 
  margin-right: 15px;
}


.bar_p_fill{
  background:#1751D0;
  display: inline-block;
  border-radius: 5px;
  width: 50%;
  height: 5px;
  position: absolute;
  top: 0px;
}
.fname_d {
  font-size: 16px;
  color: #2D2B32;
  margin-top: 15px;
}

.fname_d b{
 margin-left: 15px;
}
.row_pf {
  margin: 0;
  padding: 3px 0;
}

.profile_detail{
  padding: 10px 5px;
  border: 2px solid #F9F9F9;
  margin: 20px 0;
  border-radius: 8px;
  box-shadow: 0 0 0.5px 0.5px rgba(0, 0, 0, 0.10);
}
.copy_api {
  padding: 10px;
  border-radius: 5px;
  background: #F0F0F0;
  margin: 0px 0 0 0;
  /* max-width: 55%; */
}
.cancel_p {
  background: #fff;
  padding: 8px 15px;
  display: inline-block;
  border: 1px solid #ddd;
    border-radius: 5px;
}
.save_cha {
  background: #2965D5;
  padding: 8px 15px;
  display: inline-block;
  border: 1px solid #2965D5;
    border-radius: 5px;
    color: #fff;
}
.b0 {
  border: 0 !important;
}
.copy_api img{ float: right;}


.row_pf .col-4 b{
  font-size: 14px;
  color: #3C3C3C;
  font-weight: 600;
  font-family: 'Inter';

}
.row_pf .col-4{


  -ms-flex: 0 0 27%;
  flex: 0 0 27%;
  max-width: 27%;

}

.row_pf .col-8{
  font-size: 14px;
  color: #344054;
  font-family: 'Inter';
  -ms-flex: 0 0 73%;
  flex: 0 0 73%;
  max-width: 73%;


}

.profile_uploadcontainer_upload {
  padding: 20px 0;
  text-align: center;
}
.profile_uploadcontainer_upload a{
  color: #2965D5;
  font-weight: 300;
  display: inline-block;
  margin-top: 10px;
}

.profile_uploadcontainer_upload img{
  width: 156px;
    height: 156px;
    object-fit: cover;
    border-radius: 50%;
}

.color_d{
  color: #7F7D83 !important;
}

.newdrop_menu a{
color: #344054;
font-size: 14px;
cursor: pointer;
padding:2px 0;

}

.newdrop_menu p{
  color: #344054;
  font-size: 14px;
  cursor: pointer;
  padding:6px 0;
  margin:5px 10px;
}
.profile_imgc {
  position: relative;
  padding: 0 0 10px 58px;
  border-bottom: 1px solid #ddd;
  margin: 0 -10px 10px -10px;
}

.profile_imgc img{
  position: absolute;
  left: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  top: 7px;
}
.profile_imgc label{
  font-size: 15px;
  color: #000;
  font-weight: 400;
}

.profile_imgc span{
font-size: 12px;
color: #929292;
display: block;
white-space: nowrap;
max-width: 100%;
text-overflow: ellipsis;
overflow: hidden;
}

.profile_imgc a{
  display: block;
}

.newdrop_menu {
  min-width: 240px !important;
}

.tooltip-content{
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #eaeaea;
  width: max-content;
  max-width: 800px;
  right: 5px;
  top: -4px;
  transform: translateX(-0%);
  transform: translateY(30px);
  white-space: normal;
  word-break: break-word;
  position: absolute;
  padding: 10px;
  text-align: left; 
  color: #707070;
  font-size: 14px;
  z-index: 1000;
}
.onHoverClass:hover{
  position: relative;
  z-index: 1;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.newdrop_menu  {
  padding-bottom: 5px !important;
}
.p_pop .modal-header{
   padding-bottom: 0 !important;
  }
.p_pop .modal-body {
  padding-top: 5px !important;
}
.modal-dialog .modal-content {
  padding: 20px!important;
}
.new_menu_ui .nav-link{
  transition: transform 0.2s ease;
}
.new_menu_ui .nav-link.active{
border-bottom: 2px solid #2965D5;
transform: scale(1.05);

}

.new_menu_ui .nav-link:hover{
  border-bottom: 2px solid #2965D5;
  transform: scale(1.05);
 
  }

.new_menu_ui {
  padding: 0 !important;
}
.new_menu_ui .nav-item.nav-link{
  padding: 17px !important;
  padding-left: 2px !important;
  padding-right: 2px !important;
  margin-left: 15px;
  margin-right: 15px;
}

.new_menu_ui .nav-item .dropdown-toggle {
  margin-right: 25px !important;
  position: relative;
}

.new_menu_ui .nav-item .dropdown-toggle::after  {
  margin-left: 4px;
  margin-bottom: 4px;
  background-position: right;
  width: 12px !important;
  height: 9px !important;
}

.radio_res {
  display: flex;
    margin: 0px 0px;
    flex-direction: row-reverse !important;
    background: #fff;
    padding: 8px 12px 8px 12px;
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    float: right;
    margin-top: -30px;
    
}

.date_ic {
  padding: 8px 10px 8px 7px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  min-width: 135px !important;
  margin-bottom: auto;
}
.date_ic svg{
  margin-right: 8px;
  position: relative;
  top: -2px;
}
.pr30 {
  padding-right: 30px !important;
}

.radio_res input[type="radio"]{
  margin-left: 8px;
}

.btn_newui {
  padding-right: 4px;
    position: relative;
    top: -2px;
}

.new_save_b p{
  margin-bottom: 0;
}

.new_save_b{
  border-bottom: 1px solid #c7cfd6;
  padding-bottom: 15px !important;
  margin-bottom: 25px !important;
}
.forfields_w .form-control{
  min-width: 45%!important;
}

.scorcard-edit-main-2 table thead th.cs_p {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  padding-left: 15px !important;
}

.drg_posi {
  position: relative;
  top:-5px;
}
.new_com_u {
  padding: 4px 0 !important;
}

.new_com_u .commitment-text {
  line-height: 19px;
  color: #3C3C3C;
  font-size: 16px;
      margin: auto 0;
}


.r_c_margin {
  margin: 0 -9px 0 -11px;
}

.ios-switch {
  position: relative;
}

.scorecards-n_new {
  
}
.rmsc .dropdown-container {
  border-radius: 8px !important;
 
}

.dropdown-content {
border-radius: 8px !important;
}

.dropdown-content div{
border-top-left-radius: 8px !important;
border-top-right-radius: 8px !important;
}

.scorecards-table-main .rdt_TableRow:nth-child(odd){
background: #F9FAFB !important;
}


.evaluations-table-main .rdt_TableRow:nth-child(odd){
  background: #F9FAFB !important;
  }


  .scorecards-table-main .rdt_TableRow:nth-child(even){
    background: #fff !important;
    }
    .evaluations-table-main .rdt_TableRow:nth-child(even){
      background: #ffff !important;
      }



    

      
.upload-calls-table-main .rdt_TableRow:nth-child(odd){
  background: #F9FAFB !important;
  }


  .upload-calls-table-main .rdt_TableRow:nth-child(even){
    background: #fff !important;
    }
   

    

.scorecards-table-main .tooltip_cls_c{
  right: 50px;
  max-width: 351px;
}

.evaluations-table-main .tooltip_eval_c{
  right: 50px;
  max-width: 351px;
}

.black_arw .multi-select svg.gray{
color:#0A090B !important; 
}

.black_arw .rmsc .gray {
  color:#0A090B !important; 
}

.black_arw .rmsc .dropdown-heading-value span.gray {
  color:#7F7D83 !important; 
}



.black_arw select {
  background: url(../images/black_arw_dp.svg) no-repeat center right 8px !important;

}

.scoring-section-block thead tr th:last-child button.btn_arw_m{
  position: absolute;
    right: 45px;
    top: 14px;
}

.scoring-section-block thead tr th:last-child button.btn_arw_m-score{
  position: absolute;
  right: 45px;
  top: 14px;

}
.scoring-section-block thead.mr-b{
  position: relative;
}


.new_upload_ev .rdt_TableRow .rdt_TableCell:nth-child(3){
  white-space: nowrap;

  }

  .new_upload_ev .rdt_TableRow .rdt_TableCell:nth-child(3) span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;

  }

  .content-section header{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }


  .upload_large_s .custom-file-label::after {
    background: url(../images/icon-upload.svg) no-repeat;
    font-size: 0;
    background-color: transparent !important;
    border: 0;
    background-position: 0px;
   
  }
  .upload_large_s {
    max-width: 45% !important;
  }
.w-45 {
  width: 45%;
}

  .upload_large_s  .form-control {
    cursor: pointer;
  }


  .newedit_fm .coaching-section-cell.action-cell .dropdown-menu {
    
    right: 0 !important;
    left: inherit !important;
    transform: translate3d(0px, 47px, 0px) !important;
    min-width: 125px;
    box-shadow: 0px 0px 23px rgb(0 0 0 / 10%);
    border: 0;
}

.newedit_fm .option-main+.dropdown-menu>.dropdown-item {
  color: #616161;
}

.set_gr img{
  position: relative;
  top: 2.5px;
}

.newedit_fm .form-control.w-25{
  width: 45% !important;
}

.newedit_fm  .section-title {
  font-size: 18px !important;
  color: #3C3C3C;
 
}
.newedit_fm .form-label, .newedit_fm .cfma-lab {
  font-size: 18px !important;
  color: #3C3C3C;
 
}
.newedit_fm .coaching-section-cell .col-md-12{
  padding: 0;
}

.newedit_fm .label-date{
  font-size: 18px !important;
  color: #3C3C3C;
  font-family: "Roboto", sans-serif !important;
}

.coaching-form-main .radio-main label{
  font-size: 12px !important;
}
.newedit_fm p {
  
}

.as_label_cls {
  font-size: 18px !important;
  color: #3C3C3C !important;
  font-weight: 400 !important;
  font-family: "Roboto", sans-serif !important;
  margin: 0 !important;
  line-height: 18px !important;
  font-weight:400;
}

.row_fmv .section-title {
  font-size: 18px !important;
  color: #3C3C3C;
  font-family: "Roboto", sans-serif !important;
  margin: 0 !important;
}

.row_fmv .rmsc.multi-select{
  margin-top: 0 !important;
  }

.row_fmv label.form-control{
margin-bottom: 0 !important;
}

.right_edit_f .dropdown-toggle {
  color: #2965D5;
}

.sv_only {
  border: 1px solid #c7cfd6;
  font-size: 14px !important;
  color: #344054 !important;
  background: #fff !important;
  margin-left: 10px !important;
}

.row_fmv select.form-control{
margin-top: 0 !important;
margin-bottom: 0 !important;
}

.row_fmv .mb-3 {
margin-bottom: 0 !important;
}

.spn_p span{
  font-family: 'Inter';
  font-size: 16px !important;
  color: #0A090B !important;
}
  
.ad_color {
  color:#969696;
}



.row_fmv .sub-options .section-title {
  padding-bottom: 10px;
}

.content-cell .row .as_label_cls {
  padding-bottom: 10px;
}




.content-cell .row .col-md-12:first-child .as_label_cls:first-child {
  
}
.right_edit_f .btn{
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 600 !important;
}
.form_ads {
  padding: 20px !important;
}
.tabs_fm {
  display: flex;
  margin: 0 -15px;
  padding-bottom: 15px;
}

.tabs_fm div {
  padding: 5px 10px !important;
  border: 1px solid #ddd;
  border-radius: 8px !important;
  margin-right: 12px;
  cursor: pointer;
  color: #65666B;
  font-family: 'Inter';
  font-size: 16px !important;
}
.forms_eds{
  padding: 0;
}

.form_ads .radio-cell{
right:0;
}

.form_ads .cfmc-right-box {
width:100% !important;
}

.new_ui_hor .historical-section{
  border-radius: 8px;
  margin-bottom: 15px !important;
  border: 1px solid #c7cfd6 !important;
  padding: 15px 50px 15px 15px!important;
  position: relative;
}
.new_ui_hor .historical-section .historical-radio-response {
position: absolute;
right: 5px;
top: 6px;
}

.new_ui_hor .historical-followup-date {
  position: absolute;
  right: 15px;
  top: 15px;
 
    background: url(../images/calendar.svg) no-repeat center right 8px !important;
    min-width: 135px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px 31px 8px 8px;
  }
.historical-commitment-row{
  position: relative;
}
.new_ui_hor .historical-section .historical-commitment-date {
  position: absolute;
right:-33px !important;
top: -5px;
min-width: 135px;
text-align: left;
font-size: 14px;
color: #344054;
}
.new_ui_hor .historical-section-content{
padding-top: 15px !important;
}
.new_ui_hor  .historical-section-title {
font-size: 18px;
color: #000;
font-family: "Roboto", sans-serif !important;
font-weight: 400 !important;
}

.new_ui_hor .historical-section-number {
  font-size: 18px;
color: #000;
font-family: "Roboto", sans-serif !important;
width: 24px;
display: inline-block;
}

.new_ui_hor .historical-notes{
  color:#3C3C3C;
  font-family: 'Inter';
  font-size: 16px;
}

/* .new_ui_hor .historical-notes p{
  color:#3C3C3C !important;
  font-family: 'Inter' !important;
  font-size: 16px !important;
} */
.historical-notes-label{
  color:#000000 !important;
  font-family: 'Roboto' !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}
.new_ui_hor .historical-commitment-text {
  color:#3C3C3C;
  font-family: 'Inter';
  font-size: 16px;
}

.new_ui_hor  .historical-section-content p{
  color:#3C3C3C;
  font-family: 'Inter';
  font-size: 16px;
}

.new_ui_hor .historical-kpi-table {
  border-radius: 4px;
  overflow: hidden;
}

.new_ui_hor .historical-kpi-header {
  border: 1px solid #e0e0e0;
  overflow: hidden;
  border-radius: 8px;
  display: flex
;
  background-color: #f8f9fa;
}

.new_ui_hor .historical-kpi-cell {
  border: 0;
  color: #475467;
  font-weight: 400;
  padding: 0;
  border-right: 1px solid #e0e0e0;
  padding: 7px 3px;
  text-align: center;
  flex: 1;
}

.new_ui_hor .historical-kpi-row {
  border: 1px solid #e0e0e0;
  overflow: hidden;
  border-radius: 8px;
  margin-top: 8px;
  display: flex;
}

.coachs_new_ui .flex {
  display: flex;
 
  min-width: 100%;
}

.coachs_new_ui .section-number {
min-width: 22px;
}

.coachs_new_ui .section-content {
  min-width: calc(100% - 22px);
  }



  .coachs_new_ui .section-input {
    position: absolute;
    right: 0px;
    top: 14px;
    width: 130px;
    }
  
    .coachs_new_ui .radio-main {
min-width: 130px;
    }

    .coachs_new_ui .radio-main .flex{
      min-width: 70px !important;
    }

    .dates_number_n .grow_date {
display: flex;
    }


.grow_date .commitment-input {
width: calc(100% - 198px) !important;
padding-bottom: 10px;
margin-right: 10px !important;
}
.grow_date .due-date-input {
width: 135px;
}
.grow_date .due-date-input input[type=date]{
  padding-right: 30px;
  padding-left: 5px;
}

.grow_date .delete-btn{
  border: 1px solid #C1C7C9;
  border-radius: 8px;
  margin: 0 0 auto 0;
  padding: 10px;
  background: #fff !important;
      max-height: 43px;

}
.grow_date .delete-btn img{
  height: 22px;
}
.coachs_new_ui .add-commitment-btn {
color: #2965D5;
background: #fff !important;
border: 0;
}
.new_ui_hor{
  padding: 0 !important;
}

.table-search-cont {
  max-width: 260px;
  margin-left: auto;
}

.dticon{

  background: url(../images/calendar.svg) no-repeat center right 8px !important;
  
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 8px 31px 8px 8px;
}

.pdcl {
  padding-bottom: 10px;
  margin: 0;
  min-height: 47px;
  padding-right: 150px;
}
.deleop-k .kpi-row{
border: 0;
}

.deleop-k  .kpi-cell:last-child{
  width: 43px;
  max-width: 43px;
  border-radius: 8px !important;
  margin-left: 12px;
  border: 1px solid #e0e0e0 !important;
  text-align: center;
}

.deleop-k .kpi-row .kpi-cell{

}

.deleop-k .kpi-row .kpi-cell:nth-child(1) {
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
border: 1px solid #e0e0e0;
}


.deleop-k .kpi-row .kpi-cell:nth-child(2) {
  border: 1px solid #e0e0e0;
  border-left: 0;
    border-right: 0;
}

.deleop-k .kpi-row .kpi-cell:nth-child(3) {
  border: 1px solid #e0e0e0;
}

.deleop-k .kpi-row .kpi-cell:nth-child(4) {
  border: 1px solid #e0e0e0;
  border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
border-left: 0;
    
}

.deleop-k .kpi-header .kpi-cell:nth-child(4) {
  border-right: 0 !important;
}

.deleop-k  .kpi-header .kpi-cell:last-child{
border: 0 !important;
}
.filehorc{
  border: 1px solid #C1C7C9;
  height: 44px;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 15px;
  max-width: 45%;
}

.filehorc .file-download{
  float: right;
  cursor: pointer;
}

.filehorc .file-name{
  color: #0A090B;
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  max-width: 85%;
  text-overflow: ellipsis;
  display: inline-block;
}
.date-del {
padding-top:34px !important;
}

.date-del .row{
  padding-top: 11px;
}

.datesClone .content-cell{
  max-width: calc(100% - 250px);
}

.datesClone .content-cell{
  max-width: calc(100% - 250px);
}

.datesClone .multiple-commitment{
  max-width: calc(100% - 229px);
}



.datesClone .single-commitment{
  max-width: calc(100% - 169px);
}



.datesClone  .delete-main{
  max-width: 43px;
  border-radius: 8px !important;
  margin-left: 12px;
  border: 1px solid #e0e0e0 !important;
  text-align: center;
  padding: 8px;
  right: -58px;
  top: 0;
}

.right_edit_f .custom-switch .form-label{
  position: absolute;
  top: 9px !important;
  left: -65px !important;
  font-size: 14px !important;
  color: #2A363B !important;
}

.right_edit_f .custom-switch {
  position: relative;
    top: -5px
}


.radiofm  {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  
}


.boarderSp{
  border: 1px solid #c7cfd6;padding: 20px !important;
  border-radius: 8px !important;
}

.boarderSp .historical-section {
  border-radius: 0;
  margin-bottom: 5px !important;
  border: 0 !important;
  border-bottom: 1px solid #c7cfd6 !important;
  padding: 15px 50px 8px 0px !important;
  position: relative;
}

.boarderSp .historical-section:last-child{
  border: 0 !important;
}
.boarderSp .historical-kpi-table{
margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 !important;
    overflow: hidden;
    width:calc(100% + 35px)
}

.boarderSp  .historical-kpi-header{
      border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    border-radius: 0;
    display: flex;
    background-color: #D7D7D7;
}

.boarderSp .historical-kpi-row {
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    border-radius: 0px;
    margin-top: 0px;
    display: flex;
}


.boarderSp .historical-kpi-cell:last-child{
  border: 0 !important;
}
.boarderSp .historical-kpi-row:last-child{
  border: 0 !important;
}

.boarderSp .historical-kpi-cell {
    border: 0;
    color: #000;
    font-weight: 400;
    padding: 0;
    border-right: 1px solid #e0e0e0;
    padding: 14px 14px;
    text-align: left;
    flex: 1;
    font-size: 16px;
}


.boarderSp .historical-kpi-header .historical-kpi-cell {
padding: 8px 14px;
}


.topdsh{
  display: flex;
}



.leftdt h3{
 font-size: 30px;
 font-weight: 600;
 color:#090909;
   font-family: 'Inter';

}

.leftdt p{
 font-size: 16px;
 font-weight: 400;
 color:#8A8A8A;
   font-family: 'Inter';
}

.rightdt{
  margin-left: auto;
  width: 231px;
}
.rightdt .form-control{
 background-color: #fff !important;
 
}

.dashnumbers {
    display: flex;
    padding: 15px;
    background: #fff;
    padding: 20px 3px 20px 3px;
    border-radius: 8px;
    border: 1px solid #D8D8D8;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin-bottom: 20px;
}

.dashnumbers .dashinerb{
flex: 1 0 18ch;
    padding: 12px 20px;
    box-sizing: border-box;
    text-align: center;
    text-align: left;
    max-width: 340px;
    display: flex;
    flex-wrap: wrap;
}

.dashinerb:last-child{ border: 0;}
.dashinerb h3{
     font-size: 40px;
    font-weight: 700;
    color: #000;
    font-family: 'Inter';
    margin-top: auto;
    margin-bottom: 0;

}

.dashinerb p{
    font-size: 15px;
    font-weight: 500;
    color: #000;
    font-family: 'Inter';
    margin: 0 0 15px 0;
    min-width: 100%;
        letter-spacing: -0.26px;
}

.dashinerb {
  border-right: 1px solid #EDEDED;
}

.newReminder .innerRem{
    border-radius: 8px;
    border: 1px solid #D8D8D8;
        background: white;
    -webkit-box-shadow: 0px 0px 5px 3px #dedfdf78;
    box-shadow: 0px 0px 5px 3px #dedfdf78;
    border: 1px solid #c7cfd6;
    padding: 20px 10px 20px 20px;
       min-width: 100%;
    margin-bottom: 15px;
}
.toprem{
         border-bottom: 1px solid #ddd;
    margin: 0 -10px 0 -20px;
    min-height: 58px;
    padding-left: 8px;
}

.toprem .col-5{
  text-align: right;
  padding-top: 10px;
  padding-right: 22px;
      
}


.toprem h3{
font-size: 24px;
    font-weight: 600;
    color: #181D27;
    font-family: 'Inter';
    margin: 5px 0 4px 0;

}

.table-search-cont .search-clear-button{
display: none;
}

.toprem p{
 font-size: 16px;
 font-weight: 400;
 color:#535862;
   font-family: 'Inter';
   margin: 0 0 20px 0;
}

.innerRemd{
  padding: 25px 0 0 0;
}

.innerRemd .remider-card {
    margin: 0px 8px 16px 8px;
    background: white;
    -webkit-box-shadow: 0px 0px 5px 3px #dedfdf78;
    box-shadow: 0px 0px 2px 1px #dedfdf78;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 17px 15px;
    height: auto;
    max-height: 210px;
    overflow: hidden;
    width: calc(33.33% - 16px);
}
.innerRemd .remider-card .row{
  margin: 0;
  position: relative;
}

.colflg{
     padding: 14px 0;
    /* border: 1px solid #ddd; */
    position: absolute;
    right: -6px;
    border-radius: 8px;
    margin: auto;
    height: 34px;
    top: -9px;
    width: 34px;
    box-shadow: 0px 0px 3px 1px #dedfdf78;
    text-align: center;
        cursor: pointer;

}
.pls_re {
  margin-right: 5px !important;
  position: relative;
    top: -1px;
    left: -2px;
}

.col-txtRem {
  max-width: 86%;
}

.innerRemd .col-txtRem h2{
  color: #141515;
  font-size: 15px;
   font-family: 'Inter';
   font-weight: 500;
}
.innerRemd .col-txtRem p{
  color: #727272;
  font-size: 12px;
   font-family: 'Inter';
   font-weight: 400;
}
.col-txtRem label{
  color: #2965D5;
  font-size: 12px;
   font-family: 'Inter';
   font-weight: 400;
}

.remider-card-main{
padding: 0 !important;
align-items: stretch;
}
.reminder-row{
      margin: 0 0px 0 -10px;
}

/* Target the scrollbar */
.remider-card-main::-webkit-scrollbar {
  width: 4px;       /* vertical scrollbar width */
  height: 4px;      /* horizontal scrollbar height */
}

/* Track */
.remider-card-main::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.remider-card-main::-webkit-scrollbar-thumb {
  background: #2965D5;
  border-radius: 3px;
}

/* Handle on hover */
.remider-card-main::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.remider-card-main {
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #2965D5 #f1f1f1;
  max-height: 300px;
}

.remider-card-main::-webkit-scrollbar {
  width: 4px;
}

.toprem .col-5 .btn{
      padding: 7px 20px;
    min-width: auto;
}


.newReminder{
  min-width: 100%;
}

.arEv{
    background: #E8F0FF;
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position:absolute;
       right: 12px;
    top: 16px;
        text-align: center;
            cursor: pointer;
                cursor: pointer;
    display: flex;
    margin: auto;
}

.arEv span{
      margin: auto;
    position: relative;
    top: -1px;
        left: 1px;
}


.recEv .col-md-6{
      position: relative;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    padding: 9px 15px;
    margin: 6px 6px;
    max-width: calc(50% - 16px) !important;
}

.recEv .col-md-6 h3{
color: #000;
font-size: 16px;
  font-family: 'Poppins';
  font-weight: 500;
  margin: 0 0px 2px 0;
}

.recEv .col-md-6 p{
color: #6B7280;
font-size: 14px;
  font-family: 'Poppins';
  font-weight: 400;
  margin: 0;
}

.reEvc{
  padding: 20px 10px 20px 20px !important;
}

.reEvc .recEv{
       margin: 20px 10px 0 0;
    max-height: 260px;
    max-width: calc(100% - 0px);
}



/* Target the scrollbar */
.recEv::-webkit-scrollbar {
  width: 4px;       /* vertical scrollbar width */
  height: 4px;      /* horizontal scrollbar height */
}

/* Track */
.recEv::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.recEv::-webkit-scrollbar-thumb {
  background: #2965D5;
  border-radius: 3px;
}

/* Handle on hover */
.recEv::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.recEv {
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #2965D5 #f1f1f1;
  max-height: 260px;
}

.recEv::-webkit-scrollbar {
  width: 4px;
}

.add_mtric {
  font-size: 15px;
  font-weight: 400;
  color: #2965D5;
  font-family: "Roboto", sans-serif !important;
     display: inline-block;
        padding: 14px 14px 0 14px;
}

.btn_mtrix {
    display: inline-block;
}
.deleop-k {
  margin-top: 20px;
}

.cls2, .cls3 {
 padding-bottom: 12px !important;
    padding-top: 15px !important;
}

.cus_label .cls2, .cus_label .cls3 {
    padding-bottom: 12px !important;
    padding-top: 15px !important;
}

.row_fmv .section-title.cls2, .row_fmv .section-title.cls3{
          padding-bottom: 12px !important;
    padding-top: 8px !important;
}
.content-cell .as_label_cls.cls2, .content-cell .as_label_cls.cls3
{
    padding-bottom: 12px !important;
    padding-top: 8px !important;
}
.content-cell .as_label_cls.cls0{
       padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.content-cell .as_label_cls.cls2, .content-cell .as_label_cls.cls3{
   padding-bottom: 12px !important;
    padding-top: 15px !important;
}

.mag_view {
  background: #fff;
  overflow: visible !important;
}
.fuLPYh{
 overflow: visible !important;
}

.mag_view .apni{
      min-height: 77px !important;
    border-bottom: 1px solid #c7cfd6 !important;
   padding: 20px 10px !important;
    margin: 0 0 1px 0;
}
 
.mag_view  .WQNxq{
overflow: visible;
}

.mag_view  .dropleft .dropdown-menu{
      transform: translate3d(-4px, 32px, 0px) ! IMPORTANT;
  left: inherit !important;
  right: 0 !important;
}

.not_found_s {
  text-align: center;
  padding: 100px 0;
}

.agnt_only {
  margin-top: 46px !important;
  margin-bottom: 50px;
}

.not_found_s h3{
color: #0A090B;
font-size: 17px;
  font-family: 'Inter';
  font-weight: 500;
  margin: 0;
}
.not_found_s p{
color: #4F4D55;
font-size: 16px;
  font-family: 'Inter';
  font-weight: 400;
  padding: 5px 0;
}

.mag_view .rdt_TableRow {
min-height: 68px !important;
}

.mag_view .rdt_TableRow .rdt_TableCell:first-child{
min-width: 20% !important;
max-width: 20% !important;
}
.mag_view .rdt_TableHeadRow .rdt_TableCol:first-child{
min-width: 20% !important;
max-width: 20% !important;
}


.mag_view .rdt_TableRow .rdt_TableCell:nth-child(2){
min-width: 18% !important;
max-width: 18% !important;
}
.mag_view .rdt_TableHeadRow .rdt_TableCol:nth-child(2){
min-width: 18% !important;
max-width: 18% !important;
}


.mag_view .rdt_TableRow .rdt_TableCell:nth-child(3){
min-width: 18% !important;
max-width: 18% !important;
}
.mag_view .rdt_TableHeadRow .rdt_TableCol:nth-child(3){
min-width: 18% !important;
max-width: 18% !important;


}

.mag_view .rdt_TableRow .rdt_TableCell:nth-child(4){
min-width: 90px!important;
    padding-right: 0 !important;
    padding-left: 10px !important;
}
.mag_view .rdt_TableHeadRow .rdt_TableCol:nth-child(4){
min-width: 90px !important;
 padding-right: 0 !important;
 padding-left: 10px !important;
}


.mag_view .rdt_TableRow .rdt_TableCell:nth-child(6){
min-width: 12% !important;
}
.mag_view .rdt_TableHeadRow .rdt_TableCol:nth-child(6){
min-width: 12% !important;
}


.mag_view .rdt_TableRow .rdt_TableCell:nth-child(7){
min-width: 13% !important;
}
.mag_view .rdt_TableHeadRow .rdt_TableCol:nth-child(7){
min-width: 13% !important;
}

.mag_view .dropleft {
margin-right: 10px;
}

.agnt_only .dropleft {
margin-right: 0px;
}

.dash-right-bottom-left {
  background: #fff;
      box-shadow: 0px 0px 5px 3px #dedfdf78;
    border: 1px solid #c7cfd6;
    border-radius: 8px;
}

 .dash-right-bottom-right{
    background: #fff;
      box-shadow: 0px 0px 5px 3px #dedfdf78;
    border: 1px solid #c7cfd6;
    border-radius: 8px;
 }

 .cal_cls_ui {
      background: #fff;
    box-shadow: 0px 0px 5px 3px #dedfdf78;
    border: 1px solid #c7cfd6;
    border-radius: 8px;
    min-height: 200px;
        padding-bottom: 0px;
        overflow: hidden;
 }


 .cal_cls_ui .calender-item-main {
    border-right: 1px solid #ededed;
    min-height: 200px;
        padding-top: 27px;
}
.new_cal_ui_main .dash-right-bottom {
  padding: 12px 0;
}

.new_cal_ui_main .dash-right-bottom .row{
  margin: 0 -10px;
}

.new_cal_ui_main .dash-right-bottom .row .col-lg-6{
          max-width: calc(50% - 20px);
          margin: 10px;
       
          padding: 0 20px 20px 20px;
}

.review-mode-container-agent {
  padding: 20px;
}
.coch_newui {
  border-radius: 8px;
}

.new_is .rowryc .col4_c p{
  font-size: 13px !important;
    color: #0A090B;
    
}

.new_is .rowryc {
  padding: 20px !important;
}

.review-mode-sections-agent {
      border: 1px solid #eee;
    border-radius: 8px;
    margin-top: 20px;
    padding: 15px;
}

.innerRemd h2{
  font-size: 26px;
    font-weight: 600;
    color: #181D27;
    font-family: 'Inter';
    margin: 15px 0 0 0;
    text-align: center;

}

.innerRemd h4{
    font-size: 18px;
    font-weight: 400;
    color: #535862;
    font-family: 'Inter';
    margin: 10px 0 35px 0;
     text-align: center;
}
.as_label_cls.cls1{
      padding-bottom: 25px !important;
}
.col4_c p{ text-align: left;  min-width: 100%;     min-height: 20px;}
.col4_c p span{ text-align: left; width: 65%; display: inline-block; overflow: hidden; text-overflow: ellipsis; } 

.col4_c p label{ text-align: left;}

.page_stnew .multi-select svg.gray{
color:#0A090B !important; 
}

.page_stnew .rmsc .gray {
  color:#0A090B !important; 
}

.page_stnew .rmsc .dropdown-heading-value span.gray {
  color:#7F7D83 !important; 
}



.page_stnew select {
  background: url(../images/black_arw_dp.svg) no-repeat center right 8px !important;

}

.page_stnew, .page_stnew span {
 color: #666666
}

.only_sc_cls .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(1), .only_sc_cls .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: calc(100% - 547px) !important;
  min-width: calc(100% - 547px) !important;
}


.only_sc_cls .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(2), .only_sc_cls .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 130px !important;
  min-width: 130px !important;
}


.only_sc_cls .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(3), .only_sc_cls .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 130px !important;
  min-width: 130px !important;
}



.only_sc_cls .rdt_Table .rdt_TableRow .rdt_TableCell:nth-child(4), .only_sc_cls .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 130px!important;
  min-width: 130px !important;
}


.new_ui_ch .coaching-form-row .col-md-12{

}

.new_ui_ch  .sub-options {
padding-top: 0 !important;
}


.only_for_com .new_review .coaching-form-actions {
    flex: 0 0 200px;
    position: relative;
        padding-right: 55px;
}

.only_for_com .cfma-lab {
top:0 !important
}

.only_for_com .new_review .coaching-form-actions .delete-main{
    position: absolute;
    right: -58px;
    top: 0px;
    cursor: pointer;
    max-width: 43px;
    border-radius: 8px !important;
    margin-left: 12px;
    border: 1px solid #e0e0e0 !important;
    text-align: center;
    padding: 8px;
}

.only_for_com .dates-main .label-date {
    margin-left: -13px !important;
}

.only_for_com  select.form-control {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.only_for_com  .coaching-form-index {
line-height: 19px !important;
}

.only_for_com .coaching-form-index p {
    color: #3C3C3C;}

    .coachs_new_ui .section-content .mt-3{
margin-top: 0 !important;
    }

    .coachs_new_ui .section-number{
          font-size: 18px;
    color: #3C3C3C ;
    font-family: "Roboto", sans-serif !important;
    width: 20px;
    display: inline-block;
        font-weight: 400 !important;
            line-height: 18px;
    }
    .for1cl .cls2:first-child{
      padding-top: 0 !important;
    }

.onlyfor_edit_f .newrow_ux{
padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

.onlyfor_edit_f .section-input {

    right: 12px !important;

}


@media (min-width: 992px) {
  .action-buttons .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    width: 195px;
    padding: 10px !important;
  }
}

@media (min-width: 576px) {
  .login-modal .modal-dialog {
    max-width: 450px;
  }
}

@media (max-width: 1500px) {
  .five-main-right-text-head {
    max-width: 600px;
  }
}

@media (max-width: 1199px) {
  .five-main-left {
    width: 400px;
  }

  .btn-theme {
    min-width: auto;
  }

  .cont-box h2 {
    font-size: 20px;
  }

  .content-section header+div {
    overflow: auto;
  }

  .card-item-bottom-right a {
    font-size: 11px;
  }

  .table-res-cus {
    overflow-x: auto;
  }

  .scorecard-form-main .dashboard-table-1 {
    overflow: auto;
  }

  .scorecard-form-main .dashboard-table-1 table {
    width: 1108px;
  }

  .coaching-feedback-container {
    overflow: auto;
  }

  .coaching-feedback-container>table {
    width: 1108px;
  }

  .agenttr-table-main-container {
    overflow: auto;
  }

  .agenttr-table-main-container>table {
    width: 1108px;
  }

  .five-main-right-text-head {
    max-width: 400px;
  }

  .coaching-form-main .dashboard-table-2 {
    overflow: auto;
  }
}

@media (max-width: 1023px) {
  .five-main-left {
    width: 310px;
  }

  .dropdown-toggle::after {
    float: right;
  }

  .nav-left {
    margin-top: 20px;
  }

  .mxwires-1 {
    max-width: 70px;
  }

  .action-buttons {
    flex-direction: row;
  }

  .action-buttons .dropdown-menu {
    position: absolute;
  }

  .card-item-bottom-right a {
    font-size: 13px;
  }

  .dash-right-bottom-left-inner {
    border-right: 0px;
  }

  .calender-item-main {
    padding: 5px;
  }

  .dash-right-bottom-right h2 {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .pash-left {
    max-width: 100%;
  }

  .coach-rol-head {
    margin-top: 0px;
  }

  .menu-bottom {
    min-height: 0px;
  }

  .five-main-right-text-head {
    max-width: 300px;
  }

  .reports-box p {
    min-height: 80px;
  }

  .datatable-container-dash .dash-left-main {
    max-width: 100%;
  }

  .datatable-container-dash .dlf-m-p {
    max-width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .dlf-m-p {
    padding-left: 15px !important;
  }
}

.sec_prom .card-body{
  padding: 1.25rem 1.0rem;
}

.new_table_pm table{
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px !important;
}
.new_table_pm table thead tr{
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.new_table_pm table thead tr th:first-child{
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.new_table_pm table thead tr th:last-child{
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}


.new_table_pm table tbody tr:last-child{
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.new_table_pm table tbody tr:last-child td:first-child{
  border-bottom-left-radius: 8px !important;
  
}


.new_table_pm table tbody tr:last-child td:last-child{
 
  border-bottom-right-radius: 8px !important;
}



@media(max-width: 991px) {
  .coaching-header {
    align-items: start;
    flex-direction: column;
  }

  .coaching-header-left {
    width: 100%;
    margin-bottom: 10px;
  }

  .coaching-header-right .pos-rel .ml-20 {
    margin-left: 0px !important;
  }

  .coaching-header-view {
    align-items: center;
    flex-direction: row;
  }

  .coaching-header-view .coaching-header-right .btn-add {
    width: auto;
  }

  .coaching-header-view .coaching-header-right .btn-add .btn-theme3-p {
    margin-bottom: 0px;
  }

  .coaching-header-view .coaching-header-left {
    width: 100%;
    margin-bottom: 0;
  }

  .coaching-header-view .coaching-header-right {
    flex-direction: row;
    width: auto;
  }
}

@media (max-width: 767px) {


  .copy_api {
    max-width: 100%;
    width: 100%;
  }

  .newdrop_menu {
    min-width: 209px !important;
    padding: 10px !important;
}

  .drbil-main {
    flex-direction: column;
  }

  .drbil-main-left {
    margin: 0 auto;
  }

  .drbil-main-right {
    width: 100%;
  }

  .drb-i-l {
    height: auto;
  }

  .remider-card-main {
    max-height: 100%;
  }

  .drb-i-r {
    height: 100%;
  }

  .five-main .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .five-main .form-group.row {
    flex-direction: column;
  }

  .five-main-left {
    width: 100%;
  }

  .five-main-right img {
    height: auto;
  }

  .mxwires-1 {
    max-width: 100%;
  }

  .tra-box-dark-left img {
    margin-bottom: 15px;
  }

  #cloneModuleModal .pr-0 {
    padding-right: 15px !important;
  }

  #cloneModuleModal .pl-0 {
    padding-left: 15px !important;
  }

  .delete-cont i {
    margin-top: 9px;
  }

  .content-section header {
    min-height: 120px !important;
  }

  .searchbar {
    margin-bottom: 5px;
  }

  .loading-container img {
    left: 20% !important;
  }

  .apni .fillter-content-2 {
    right: -173px;
  }

  .apni .fillter-content-border {
    right: 185px;
  }

  .apni .fillter-content-border-1 {
    right: 187px;
  }

  .menu-bottom {
    padding: 0.5rem 10px;
  }

  .menu-bottom .container {
    padding: 0px;
  }

  .menu-bottom .container button {
    border-radius: 0;
    margin: 0 5px;
    position: absolute;
    top: -45px;
  }

  .navbar-expand-lg.menu-bottom .navbar-nav .nav-link {
    padding: 0.5rem 9px;
  }

  .pr0ires {
    padding-right: 15px !important;
  }

  .pl0ires {
    padding-left: 15px !important;
  }

  .btn-bor-main {
    padding: 15px;
  }

  .modal-dialog {
    margin: 0px !important;
    max-width: 300px !important;
  }

  .modal-dialog .modal-footer {
    display: flex;
    justify-content: space-between;
  }

  .modal-dialog .modal-footer {
    display: flex;
    justify-content: space-between;
  }

  .modal-dialog .modal-footer .btn-theme1-o {
    min-width: 80px;
  }

  .modal-dialog .modal-footer .btn-theme1 {
    min-width: 80px;
  }

  .sidebar-team {
    width: 300px;
  }

  .table-search-main {
    flex-direction: column;
  }

  .table-search-cont {
    margin-right: 0;
  }

  .dashboard-table-1 {
    overflow: auto;
  }

  .five-main-right-text {
    text-align: center;
  }

  .apni .table-search-right-cont {
    display: flex;
  }

  .apni .btn-add {
    flex: 1;
    height: 38px !important;
  }

  /* .team-sopen,
  .option-main,
  .dt1-drop .btn-theme2-o {
    margin-right: 11px !important;
  } */
  .question {
    position: absolute;
    top: -48px;
    right: 25px;
  }

  .question-1 {
    position: absolute;
    top: -48px;
    right: -10px;
  }

  .menu-bottom {
    width: 100%;
    background: transparent !important;
    border-color: transparent;
    padding-top: 0px;
    padding-bottom: 0;
  }

  .dash-box-left {
    align-items: center;
    max-width: 100%;
  }

  .dash-box table tr td:first-child {
    font-weight: 500;
  }

  .dash-box table tr td {
    display: flex;
  }

  .nav-left {
    margin-top: 0px;
  }

  .navbar i {
    color: white;
  }

  .navbar-light .navbar-toggler {
    color: white;
    border-color: white;
  }

  .sidebar-team .cont-box table tr td:first-child {
    font-weight: 500;
  }

  .cont-box table tr td {
    display: flex;
  }

  .coaching-form-main .btn-add {
    display: flex;
    flex-direction: column;
    height: auto !important;
  }

  .coaching-form-main .btn-add a,
  .coaching-form-main .btn-add button {
    margin-bottom: 10px;
    margin-right: 0px;
    width: 100%;
  }

  .cus-table-2 tr td:nth-child(3) {
    width: 160px;
  }

  .cus-table-2 tr td:nth-child(3) {
    max-width: 110px;
  }

  .coaching-form-main .dashboard-table-1 tr td p {
    font-size: 15px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .coaching-form-main .dashboard-table-2 .p-0 {
    padding: 0px 15px !important;
  }

  .modal-dialog h3 {
    max-width: 90%;
  }

  .apni .fc2-width {
    right: -243px;
  }

  .apni .fc2-width .fillter-content-border {
    right: 265px;
  }

  .apni .fc2-width .fillter-content-border-1 {
    right: 267px;
  }

  .scorecard-form-main .apni .table-search-right-cont {
    flex-direction: column;
    width: 100%;
  }

  .scorecard-form-main .apni .btn-add {
    flex-direction: column-reverse;
  }

  .scorecard-form-main .large-select {
    margin: 0px !important;
  }

  .scorecard-form-main .large-select .rmsc {
    width: 100%;
  }

  .scorecard-form-main #submitButton {
    margin-bottom: 10px;
  }

  .cus-table-2 tr td:nth-child(1) img {
    min-width: 10px;
    margin: 0 10px;
  }

  .scoring-section-block tr td:nth-child(2) {
    width: 15% !important;
  }

  .scoring-section-block .scoring-drop-menu {
    transform: translate3d(-270px, 46px, 0px) !important;
    min-width: 300px !important;
  }

  .cards-column-main {
    padding: 0px 15px 0px 15px !important;
  }

  .cards-column-main:last-child {
    padding: 0px 15px 0px 15px !important;
  }

  .cards-column-main:last-child {
    padding: 0px 15px 0px 15px !important;
  }

  .rating-main {
    margin: 10px 0px;
  }

  .video-right-main {
    padding-left: 15px;
  }

  .video-left-main {
    padding-right: 15px;
  }

  .circle-box-main {
    margin-bottom: 25px;
  }

  .circle-box-main-e {
    align-items: center;
    flex-direction: column;
  }

  .card-item-main {
    padding: 0px 15px;
  }

  .row-5 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .dash-left-main {
    max-width: 100%;
  }

  .pr0ides {
    padding-right: 15px !important;
  }

  .audit-btn-cont {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .audit-btn-cont a,
  .audit-btn-cont button {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .data-postive-main {
    min-width: 100%;
  }

  .Modal {
    width: auto;
  }

  .aud-glo-ser {
    margin-top: 5px;
  }

  .aud-glo-ser .table-search-right-cont {
    width: 100%;
  }

  .course-box .nav-tabs {
    padding-right: 0;
  }

  .course-box .nav-tabs li {
    width: 100%;
  }

  .thumb-plus-main {
    flex: 65%;
    max-width: 65%;
  }

  .coaching-form-main .ml-20 {
    margin-left: 0px !important;
  }

  .coaching-form-main .btn-add .option-main::after {
    right: -63%;
  }

  .coaching-form-add .table-search-right-cont .btn-add .dropdown-menu {
    transform: translate3d(150px, 38px, 0px) !important;
  }

  .coaching-form-main .dashboard-table-2 .dates-main .p-0 {
    padding: 0px !important;
  }

  .coaching-form-main .btn-primary {
    height: 38px;
    margin-bottom: 0px !important;
  }

  .coaching-form-main .btn-theme6-o {
    margin-bottom: 0px !important;
  }

  .coch-prew-head {
    float: inherit;
    margin-bottom: 10px;
    margin-top: 0px;
  }

  .coch-prew-head-1 {
    float: inherit;
    margin-bottom: 15px;
    margin-top: 6px;
  }

  .btn-add .mr-15 {
    margin-right: 0px;
    margin-top: 10px;
  }

  .back-form-btn {
    margin-top: 33px !important;
  }

  #saveReviewButton {
    margin-right: 0px !important;
  }

  #submitButton {
    margin-right: 0px !important;
  }

  .agen-coue-con {
    padding: 0px 5px;
  }

  .agent-files-modal {
    max-width: 100%;
    width: 100%;
  }

  .score-card-feedback .cus-table-2.scoring-section-block tr td:last-child a.text-primary {
    left: -5px;
  }

  .score-card-feedback .cus-table-2.scoring-section-block tr td:last-child a.text-primary-1 {
    left: -5px;
  }

  .score-card-feedback .cus-table-2.scoring-section-block tr td:last-child a.text-primary-2 {
    left: -5px;
  }

  .reports-container {
    background: white url(../images/document-report-back.svg) no-repeat 85% 190px;
  }

  .overall-card-table-main .overall-card-table-main-left {
    padding-right: 15px;
    margin-bottom: 15px;
  }

  .overall-card-table-main .overall-card-table-main-right {
    padding-left: 15px;
  }

  .coaching-header-right {
    flex-direction: column;
    width: 100%;
  }

  .coaching-header-right .btn-add {
    width: 100%;
    height: auto;
  }

  .coaching-header-right .btn-theme3-p {
    margin-left: 0px !important;
  }

  .coaching-header-right .btn-primary {
    margin-bottom: 10px !important;
  }


  /* .genealogy-scroll::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}
.genealogy-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e4e4e4;
}
.genealogy-scroll::-webkit-scrollbar-thumb {
  background: #212121;
  border-radius: 10px;
  transition: 0.5s;
}
.genealogy-scroll::-webkit-scrollbar-thumb:hover {
  background: #d5b14c;
  transition: 0.5s;
}
.genealogy-body{
  white-space: nowrap;
  overflow-y: hidden;
  padding: 50px;
  min-height: 500px;
  padding-top: 10px;
  text-align: center;
}
.genealogy-tree{
display: inline-block;
}
.genealogy-tree ul {
  padding-top: 20px; 
  position: relative;
  padding-left: 0px;
  display: flex;
  justify-content: center;
}
.genealogy-tree li {
  float: left; text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0 5px;
}
.genealogy-tree li::before, .genealogy-tree li::after{
  content: '';
  position: absolute; 
top: 0; 
right: 50%;
  border-top: 2px solid #ccc;
  width: 50%; 
height: 18px;
}
.genealogy-tree li::after{
  right: auto; left: 50%;
  border-left: 2px solid #ccc;
}
.genealogy-tree li:only-child::after, .genealogy-tree li:only-child::before {
  display: none;
}
.genealogy-tree li:only-child{ 
  padding-top: 0;
}
.genealogy-tree li:first-child::before, .genealogy-tree li:last-child::after{
  border: 0 none;
}
.genealogy-tree li:last-child::before{
  border-right: 2px solid #ccc;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}
.genealogy-tree li:first-child::after{
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}
.genealogy-tree ul ul::before{
  content: '';
  position: absolute; top: 0; left: 50%;
  border-left: 2px solid #ccc;
  width: 0; height: 20px;
}
.genealogy-tree li a{
  text-decoration: none;
  color: #666;
  font-family: arial, verdana, tahoma;
  font-size: 11px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.genealogy-tree li a:hover+ul li::after, 
.genealogy-tree li a:hover+ul li::before, 
.genealogy-tree li a:hover+ul::before, 
.genealogy-tree li a:hover+ul ul::before{
  border-color:  #fbba00;
}
.member-view-box{
  padding:0px 20px;
  text-align: center;
  border-radius: 4px;
  position: relative;
}
.member-image{
  width: 60px;
  position: relative;
}
.member-image img{
  width: 60px;
  height: 60px;
  border-radius: 6px;
background-color :#000;
z-index: 1;
} */

  .pad-30-ires {
    padding: 0px 30px;
  }

  .padlires30 {
    padding-left: 30px;
  }

  .dlf-m-p {
    padding-left: 15px !important;
    margin-top: 15px;
  }
}

.greyOut {
  color: #a1a1a1cf !important;
}

.danger {
  color: red;
  /* Resaeel add changes */
  /* position: absolute;
  left: 0px; */
}

.para-danger {
  position: absolute;
  left: 0px;
}

.table-row-active {
  background: #e9ecec !important;
  border-color: #c7cfd6 !important;
  outline-width: 0 !important;
  color: #3f536e !important;
}

/* this is user activity css */

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

body {
  font-family: "Rubik", sans-serif;
  color: #3f536e;
}

table tr {
  border-color: #c7cfd6;
}

td,
/* th {
  border-bottom: 1px solid #c7cfd6;
  color: #3f536e;
} */

/* css to hide modal options*/
.wrapper {
  /* position: relative;
  z-index: 1; */
  padding: 0px;
}

.hideBody {
  position: absolute;
  width: -webkit-fill-available;
  height: 693px;
  background: #00000000;
  right: 0px;
  bottom: 57px;
  z-index: 999;
  display: block;
  color: #fff;
  cursor: no-drop;
}

.hidelogo {
  position: absolute;
  width: -webkit-fill-available;
  height: 150px;
  background: #00000000;
  right: 0px;
  bottom: 730px;
  z-index: 999;
  display: block;
  color: #fff;
  cursor: no-drop;
}

.hideWordLogo {
  position: absolute;
  width: 62%;
  height: 100px;
  background: #00000000;
  right: 0px;
  bottom: 775px;
  z-index: 999;
  display: block;
  color: #fff;
  cursor: no-drop;
}

.hidepptlogo {
  position: absolute;
  width: 62%;
  height: 93px;
  background: #00000000;
  right: 0px;
  bottom: 780px;
  z-index: 999;
  display: block;
  color: #fff;
  cursor: no-drop;
}

.hideFooter {
  position: absolute;
  width: 28%;
  height: 32px;
  background: #00000000;
  right: 0px;
  bottom: -3px;
  z-index: 999;
  display: block;
  color: #fff;
  cursor: no-drop;
}

.hidePPTFooter {
  position: absolute;
  width: 28%;
  height: 40px;
  background: #00000000;
  right: 0px;
  bottom: -4px;
  z-index: 999;
  display: block;
  color: #fff;
  cursor: no-drop;
}

#agentModal {
  width: 1200px;
  max-width: 1200px;
}

#agentModal .modal-content {
  max-height: 872px;
  height: auto;
}

#agentModal .modal-content iframe {
  min-height: 872px;
}

#agentModal .modal-header,
#agentModal .modal-footer {
  display: none !important;
}

#agentModal .modal-content {
  padding: 0px !important;
  border: 0px !important;
}

#agentModal .modal-body {
  padding: 0px !important;
}

#agentModal .wrapper {
  margin-bottom: -6px;
}

#closeButtonAgent {
  display: none;
}

#agentModal #closeButtonAgent {
  /* display: block;
  z-index: 999;
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 7px;
  color: white;
  font-weight: 300;
  font-size: 30px;
  opacity: 1; */


  z-index: 999;
  cursor: pointer;
  right: -20px;
  top: -22px;
  color: black;
  text-shadow: none;
  font-weight: 500;
  font-size: 33px;
  opacity: 1;
  border: 1px solid white;
  background: white;
  border-radius: 150px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

#closeButtonAgentAudioPlayer {
  /* display: block; */
  z-index: 999;
  cursor: pointer;
  right: -20px;
  top: -22px;
  color: black;
  text-shadow: none;
  font-weight: 500;
  font-size: 33px;
  opacity: 1;
  border: 1px solid white;
  background: white;
  border-radius: 150px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}


.vid-iframe {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* training module fileViewer CSS goes from here */

.hideTrainingLogoExcel {
  position: absolute;
  width: -webkit-fill-available;
  height: 153px;
  background: #00000000;
  right: 0px;
  bottom: 253px;
  z-index: 999;
  display: block;
  color: #fff;
  cursor: no-drop;

}

.hideTrainingFooterExcel {
  position: absolute;
  width: 620px;
  height: 27px;
  background: #00000000;
  left: 0px;
  bottom: 6px;
  z-index: 999;
  display: block;
  color: #fff;
  cursor: no-drop;
}

/* for training PPT file */

.hideTrainingLogoPPT {
  position: absolute;
  width: -webkit-fill-available;
  height: 92px;
  background: #00000000;
  right: 0px;
  bottom: 365px;
  z-index: 999;
  display: block;
  color: #fff;
  cursor: no-drop;
}

.hideTrainingFooterPPT {
  position: absolute;
  width: 275px;
  height: 35px;
  background: #00000000;
  right: -3px;
  bottom: 1px;
  z-index: 999;
  display: block;
  color: #fff;
  cursor: no-drop;
}

/* for word */

.hideWORDlogo {
  position: absolute;
  width: -webkit-fill-available;
  height: 100px;
  background: #00000000;
  right: 0px;
  bottom: 312px;
  z-index: 999;
  display: block;
  color: #fff;
  cursor: no-drop;
}

.hideTrainingFooterWord {
  position: absolute;
  width: -webkit-fill-available;
  height: 35px;
  background: #00000000;
  left: 0px;
  bottom: 2px;
  z-index: 999;
  display: block;
  color: #fff;
  cursor: no-drop;
}

/* quizes-elearning modal changes */

.custom-attempts-input .form-control {
  height: 22px;
  width: 42px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 10;
}

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

.table-report p {
  margin-bottom: 0px;
  font-size: 15px;
}

.table-head {
  font-family: "Rubik", sans-serif;
  font-size: 17px !important;
  color: #3f536e;
  font-weight: 400;
  background: #f7f7f7;
}

.table-row {
  text-align: center;
}

.bor-t15 {
  border-top: 15px solid #f2f4f4;
}

.cus-accordian button {
  color: #3f536e;
  font-size: 17px;
  line-height: 19px;
}

.cus-accordian button:hover {
  text-decoration: none;
  color: #2965d5;
}

.f-normal {
  font-weight: 400;
}

.bg-cus-grey {
  background: #f2f4f4;
}

.bor-df {
  border: 1px solid #dfdfdf;
}

.brr-5 {
  border-radius: 5px;
}

.table-report-b tr td:last-child {
  font-size: 17px;
}

.table-report-b p {
  margin-bottom: 0px;
}

.cu-seq-main .delete-cont-left {
  width: 100%;
}

.delete-cont-left .input-group-text {
  /* background: transparent; */
}

.vrm-main .video-radio-right {
  margin-right: 50px;
}

.vrm-main .video-radio-right input {
  position: relative;
  top: -3px;
}

.tpd-top p {
  margin-bottom: 0px;
}

.vrm-main-1 input[type="radio"]:checked:after {
  top: 2.5px;
}

.capitalize {
  text-transform: capitalize;
}

/* .froalaClass .fr-wrapper div>a {
  font-size: 0px !important;
  padding: 0px !important;
  height: 0px !important;
} */

/* .froalaClass .fr-logo {
  display: none;
}
.froalaClass #fr-logo {
  display: none;
} */
.froalaClass .fr-placeholder {
  margin-top: 16px !important;
}

.show-questions {
  display: flex;
  align-items: center;
}

.module-type {
  font-size: 16px;
  font-weight: 600;
}

.module-title {
  font-size: 16px;
  /* margin-left: 18px; */
}



/********* Adeeel css***********/
.form_style,
.table_style {
  font-family: "Roboto", sans-serif !important;
}

.form_style label {
  font-size: 14px;
  font-weight: 500;
  color: #2D2B32;
  margin-bottom: 2px;
  line-height: 19px;
  font-family: 'Inter';
  margin-bottom: 6px !important;

}

.form_style input.form-control,
.form_style textarea.form-control {
  /* border: 1px solid #A8C6DF; */
  border: 1px solid #E6E6E6;
  box-shadow: 0px 1.5px 4px -1px rgba(10, 9, 11, 0.07);
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
}

.form_style textarea.form-control {
  min-height: 100px;
}

.form_style p.form-check-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #3F536E;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 3px !important;
}

.form_style input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border-color: #A8C6DF;
  margin-right: 7px;
}

.form_style input:checked {
  box-shadow: 0px 0px 6px rgb(90 141 238 / 60%);
}

.form_style input[type="checkbox"]:checked:after {
  top: 4px;
  left: 7px;
}

.blue_btn {
  background-color: #2965d5 !important;
  padding: 11px 9px !important;
}

.table_style .cs-rubik,
.table_style .cs-rubik span,
.cs-rubik,
.cs-rubik span {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #3F536E !important;
  font-weight: 400;
}

.table_style .sc-eDWCr,
.table_style .rdt_TableCell {
  font-family: "Roboto", sans-serif !important;
}

.table_style .rdt_TableCell {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.table_style .rdt_TableBody .rdt_TableRow:hover {
  background-color: #E7EDF3 !important;
}

.blue_btn_bar {
  display: flex;
  align-items: center;
  justify-content: end;
}

.hr_margin {
  margin: 20px 0 0px !important;
}

.creator_table .form-label {
  font-family: "Heebo", sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #3F536E !important;
}

.creator_table .form-control,
.creator_table .form-control::placeholder {
  
  font-size: 16px ;
  font-weight: 400;
  color: #7C7C7C ;
  font-family: 'Inter';
}

.creator_table .back-btn {
  margin-right: 10px;
}

.creator_table small {
  font-size: 14px;
}

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

.ReactModalPortal .Modal {
  justify-content: center;
}

.ReactModalPortal .Overlay {
  overflow: auto;
  display: flex;
}

.radio-main input[type="radio"]:after {
  left: auto !important;
}

.radio-main input[type="radio"] {
  width: 18px;
  height: 18px;
  border-color: transparent !important;
}

.radio-main input[type="radio"]:checked:before {
  top: auto;
  left: auto;
}

.radio-main input[type="radio"]:checked:after {
  top: 50%;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.radio-main .radio-right input[type="radio"]:checked:after {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.radio-main .radio-right input[type="radio"]:checked:before {
  left: auto !important;
  top: auto !important;
}



.yes-selected  input[type="radio"]:checked:before {
  border: 7px solid #2965D5;
}

.yes-selected input[type="radio"]:checked:after {
  width: 7px;
  height: 7px;
  background-color: #fff;
}




.content_view b {
  font-weight: 500;
}

.content_view {
  line-height: 19px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100% !important;
}

.header_between>.row {
  justify-content: space-between;
}

.padd_right {
  padding-right: 35px;
}

.definition-popup{
  position: absolute;
    /* top: 24px; */
    right: -28px;
}



.textarea-container textarea {
  /*   background: gray; */
    max-height: 190px;

  }
  
  /* scrollbar */
  .textarea-container textarea::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  
  .textarea-container textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  
  .textarea-container textarea::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
  
  ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
  }

  

.prompt-library-container label{
  font-size: 15px;
}

.prompt-library-container .f-11 {
  font-size: 11px !important;
}
.prompt-library-container .cs-rubik {
  font-size: 23px !important;
}

.prompt-library-container .prompt-library-title {
  font-size: 17px !important;
}

.prompt-library-container .custom-switch {
  padding-left: 60px;
  position: relative;
  top: -1px;
}

.default-badge {   
   display: inline-block;
  color: #02CFDC;
  padding: 2px 20px;
  border: 1px solid #02CFDC;
  border-radius: 50px;
  margin-left: 80px;
  font-size: 12px;
  line-height: 19px;
}

.prompt-library-container table td {
  font-size: 14px;
    color: #2A363B;
    vertical-align: middle !important;
}

.prompt-library-container table th {
  font-size: 14px;
    color: #2A363B;
    font-weight: normal;
}

.prompt-library-container .dropdown-menu::before {
  content: " ";
  position: absolute;
  top: -7px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 7px 9px;
  border-color: transparent transparent #c7cfd6 transparent;
}

.prompt-library-container .dropdown-item {
  font-size: 14px;
  font-family: "Heebo", sans-serif;
  color: #3f536e;
  padding: 7px 20px;
}

.prompt-library-container .dropdown-menu.show {
     /* display: block; */
     transform: translate3d(4px, 31px, 0px) !important;
     /* min-width: 100px !important; */
     left: inherit !important;
     right: 4px !important;
}
.prompt-library-container .dropdown-menu::after {
  content: " ";
  position: absolute;
  top: -5px;
  right: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 6px 7px;
  border-color: transparent transparent #ffffff transparent;
}





.form_stylenew label {
  font-size: 12px;
  font-weight: 500;
  color: #2D2B32;
  margin-bottom: 2px;
  line-height: 19px;
  text-transform: uppercase;
}

.form_stylenew input.form-control,
.form_stylenew textarea.form-control {
  border: 1px solid #E6E6E6;
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
}

.form_stylenew .form-control {
  font-size: 14px;
  border-color: #E6E6E6 !important;
  color: #7F7D83;
  font-family: "Heebo", sans-serif;
  height: 40px;
  overflow: hidden;
  color: #7F7D83;
}

.form_stylenew textarea.form-control {
  min-height: 100px;
}

.form_stylenew p.form-check-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #3F536E;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 3px !important;
}

.form_stylenew input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border-color: #A8C6DF;
  margin-right: 7px;
}

.form_stylenew input:checked {
  box-shadow: 0px 0px 6px rgb(90 141 238 / 60%);
}

.form_stylenew input[type="checkbox"]:checked:after {
  top: 4px;
  left: 7px;
}


.form_stylenew ::placeholder{
  color: #7F7D83;
  font-size: 14px;
}

.modal-content .ios-switch .slider::before {

  left: 2.2px;
  top: 1.8px;

}

.modal-content .ios-switch input:checked + .slider::before {
  transform: translateX(16px);
}

.table-responsive {
  overflow: visible !important;
}

.sec_prom .default-badge {
  background: #EFF8FF;
  border: 0;
  color: #175CD3;
  font-family: 'Inter';
  font-size: 14px;
  padding: 3px 13px;
  margin-left: 25px;
}

.sec_prom  .justify-content-end {
padding: 0 !important;
}

.sec_prom  .custom-switch {
  padding-left: 51px;
  position: relative;
  top: -1px;
  right: -13px;
}
.btn-sed {
  border: 1px solid #c7cfd6;
  font-size: 16px;
  font-family: 'Inter';
  font-weight: 600;
  color:#344054;
}

.right_prom_pt .dt1-drop .btn{
  font-family: 'Inter';
  font-weight: 500;
}

@media screen and (max-width: 1150px) {
  .header_between>.row {
    /* justify-content: space-between; */
  }

  .header_between .padd_right {
    padding-right: 0px;
    width: 100%;
  }

  .header_between .table-search-right-cont {
    width: 100%;
    padding-right: 30px;
    padding-left: 10px;

  }
}

@media screen and (max-width: 991px) {
  .creator_table .apni-section {
    gap: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .header_between .table-search-right-cont {
    gap: 15px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .header_between .table-search-right-cont .btn-primary {
    margin-top: 10px;
  }

  .header_between .team-sopen {
    margin-left: 0 !important;
  }

  .header_between .btn-add .option-main::after {
    right: -77%;
  }
}

@media screen and (max-width: 575px) {
  .creator_table .padlires30 {
    padding-left: 0;
  }

  .creator_table .btn-primary {
    margin-left: 0 !important;
  }
}

.auto-fail {
  background-color: #F99F9F;
}


.custom-modal-dialog {
  width: 550px;
  max-width: 550px;
}

.options-container {
  min-height: 80px;
  padding: 5px 10px;
  overflow-y: scroll;
  cursor: text;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
}

.option-badge {
  display: inline-flex
  ;
      align-items: center;
      padding: 1px 5px 3px 6px;
      background-color: #F1F1F1;
      color: #3f536e;
      font-weight: 500;
      margin-bottom: 7px;
      font-size: 12px;
      line-height: 16px;
      font-family: "Rubik", sans-serif;
      border-radius: 8px;
}
.options-container {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;     /* Firefox */
}
.remove-option-btn {
  border-radius: 25px;
  padding: 0 10px;
  font-size: 19px;
  color: #4F4D55;
  opacity: 1;
  /* line-height: 0.8; */
  z-index: 9;
  width: 16px;
  height: 16px;
  display: flex
;
  align-items: center;
  justify-content: center;
  border: 0px solid #475f7b;
  margin-left: 5px !important;
  position: relative;
  top: 2px;
}
.option-badge label{ margin-bottom: 0 !important;}

.option-input {
  border: none;
  outline: none;
  width: auto;
  flex: 1;
  min-width: 200px;
  display: -webkit-inline-box;
  margin-bottom: 10px;
}

.pagination-col-12 {
  display: flex;
  justify-content: right;
  padding-top: 10px;
}

.min-35 {
  min-width: 31px;
  text-align: left;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 16px;
  color: #7C7C7C;
}

/* #evaluationForm input:disabled {
  background: #E9ECEC;
} */

.dashboard-table-2 .scoring-section-block .dropdown-menu.edit-criteria-dropdown {
  transform: translate3d(0px, 6px, 0px) !important;
  left: inherit !important;
  right: 0px !important;
  top: 39px !important;
}

tr.audit td:nth-child(4) {
  width: 0px !important;
  min-width: 0px !important;
  max-width: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

tr.audit td:nth-child(5) {
  width: 0px !important;
  min-width: 0px !important;
  max-width: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

tr.audit .radio-main label {
  font-weight: 400 !important;
}

.score-card-feedback .cus-table-2.scoring-section-block tr.audit td:last-child {
  max-width: 0px !important;
}

.scorecard-form-main .dashboard-table-1 tr.audit-head td p {
  font-family: 'Heebo';
}

.score-card-feedback .cus-table-2.scoring-section-block tr.audit-head td:last-child a.text-primary {
  left: -100px;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  color: #0093EE !important;
  font-family: 'Heebo';
}

.score-card-feedback .cus-table-2.scoring-section-block tr.audit-head td:last-child a.text-primary-1 {
  left: -100px;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  color: #0093EE !important;
  font-family: 'Heebo';
}

.score-card-feedback .cus-table-2.scoring-section-block tr.audit-head td:last-child a.text-primary-2 {
  left: -100px;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  color: #0093EE !important;
  font-family: 'Heebo';
}

tr.audit-head td:last-child {
  width: 0px !important;
  min-width: 0px !important;
  max-width: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

tr.non-audit td:nth-child(4) {
  width: 80px !important;
  min-width: 80px !important;
  max-width: 80px !important;
  padding-left: 0px !important;
  padding-right: 30px !important;
}

tr.non-audit td:nth-child(5) {
  width: 0px !important;
  min-width: 0px !important;
  max-width: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

tr.non-audit .radio-main label {
  font-weight: 400 !important;
}

.score-card-feedback .cus-table-2.scoring-section-block tr.non-audit td:last-child {
  max-width: 0px !important;
}

.scorecard-form-main .dashboard-table-1 tr.non-audit-head td p {
  font-family: 'Heebo';
}

.score-card-feedback .cus-table-2.scoring-section-block tr.non-audit-head td:last-child a.text-primary {
  left: -125px;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  color: #0093EE !important;
  font-family: 'Heebo';
}

.score-card-feedback .cus-table-2.scoring-section-block tr.non-audit-head td:last-child a.text-primary-1 {
  left: -125px;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  color: #3f536e !important;
  font-family: 'Heebo';
}

.score-card-feedback .cus-table-2.scoring-section-block tr.non-audit-head td:last-child a.text-primary-2 {
  left: -125px;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  color: #3f536e !important;
  font-family: 'Heebo';
}

tr.non-audit-head td:last-child {
  width: 0px !important;
  min-width: 0px !important;
  max-width: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

tr.edit-case-non-audit td:last-child a.text-primary {
  left: -220px !important;
  min-width: 50px;
  text-align: center;
}

tr.edit-case-non-audit td:last-child a.text-primary-1 {
  left: -142px !important;
  min-width: 50px;
  text-align: center;
}

tr.edit-case-non-audit td:last-child a.text-primary-2 {
  left: -81px !important;
  min-width: 60px;
  text-align: center;
}

tr.non-audit td:nth-child(4) p {
  font-size: 15px;
  color: #3f536e;
  font-weight: 400;
  font-family: 'Heebo';
  line-height: 20px;
  position: relative;
  top: -5px;
}

.score-percentage-text {
  margin-right: 20px !important;
  color: #3f536e;
  font-weight: 500;
  font-family: 'Heebo';
  font-size: 19px;
  line-height: 19px;
}


.score-card-view-only-scoring-section-head td:last-child {
  width: 0px !important;
  min-width: 0px !important;
  max-width: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.score-card-edit-only-scoring-section-head {}

.score-card-view-only-scoring-section td:nth-child(4) {
  width: 0px !important;
  min-width: 0px !important;
  max-width: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.score-card-view-only-scoring-section td:last-child {
  width: 0px !important;
  min-width: 0px !important;
  max-width: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.permission-group-header {
  cursor: pointer;
  transition: background-color 0.2s;
}

.permission-group-header:hover {
  background-color: #e2e6ea !important;
}

.permissions-table {
  border-radius: 4px;
  overflow: hidden;
}

.permission-row:last-child {
  border-bottom: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.score-card-edit-only-scoring-section {}


.metedata-tooltip-custom {
  left: 12px !important;
}

.scoring-tooltip-custom {
  left: 25px !important;
}

.short-multi-select .rmsc.multi-select {
  margin-bottom: .5rem !important;
  margin-top: .5rem ;
  width: 45% !important;
}

/* Scorecard sections container */
.scorecard-sections-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Section styling */
.scorecard-section {
  margin-bottom: 1rem;
  border: 1px solid #e7edf3;
  border-radius: 4px;
  
}

.dropleft.show {
  z-index: 99;
}
.criteria-description p{
  margin: 0;
}
.scorecard-section-header {
  padding: 1rem;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
}

.scorecard-drag-handle {
  margin-right: 1rem;
  cursor: move;
}

.scorecard-section-title {
  flex-grow: 1;
}

.scorecard-section-actions {
  min-width: 120px;
}


/* Criteria styling */
.criteria-list-container {
  padding: 0.5rem;
}

.criteria-row {
  display: flex;
  align-items: center;
  padding: 0.75rem;
  border-bottom: 1px solid #e7edf3;
  background-color: #fff;
}

.criteria-row:last-child {
  border-bottom: none;
}

.criteria-drag-handle {
  margin-right: 1rem;
  cursor: move;
}

.criteria-description {
  flex-grow: 1;
}

.criteria-scoring {
  display: flex;
  align-items: center;
  min-width: 150px;
  justify-content: right;
}

.criteria-actions {
  min-width: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.new_btn_group .btn {
  background-color: white !important;
  opacity: 1;
}

.criteria-prompt {
  padding: 0.5rem 0.75rem 1rem 2.5rem;
  /* background-color: #f8f9fa; */
}

/* Auto-fail styling */
.criteria-row.auto-fail {
  background-color: #FFE6E6;
}

/* .criteria-row.audit {
  background-color: #e3f2fd;
}

.criteria-row.non-audit {
  background-color: #f1f8e9;
} */



.notes-content {
  border: 1px solid #E5E5E5;
  border-radius: 8px;
}
.notes-header{
  border: 0px solid #E5E5E5;
}
.section-note .notes-title{
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #3C3C3C;
}

.section-note .notes-para{
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #3C3C3C;
}




.coaching-form-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.coaching-form-row {
  display: flex;
  border-bottom: 1px solid #e7edf3;
  padding: 15px 0;
}

.coaching-form-index {
  flex: 0 0 35px;
  padding: 0 0 0 10px;
}
.review-section-card.p-3{
  padding-left: 0!important;
} 
.coaching-form-content {
  flex: 1;
  padding-right: 15px;
}

.coaching-form-actions {
  flex: 0 0 150px;
}
.review-mode-container {
  border-radius: 10px;
  margin-top: 1rem;
  font-family: "Roboto";
}

.review-mode-sections {
  display: flex;
  flex-direction: column;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 5px 20px;
}

.review-section-card {
  border-bottom: 1px solid #eee;
  padding: 15px 10px;
}

.review-section-card:last-child {
  border-bottom: none;
}

.review-section-title {
  margin-bottom: 0.75rem;
}

.review-section-item .review-section-title p {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #000000 !important;
  margin-bottom: 10px !important;
  font-family: 'Roboto';
}

.review-value-container {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
  margin-left: 20px;
}

.review-response {
  font-weight: 500;
}

.review-notes {
  color: #555;
  font-style: italic;
}

.commitment-item {
  padding: 5px 0;
}

.commitment-date {
  color: #666;
  font-size: 0.9rem;
  min-width: 120px;
  text-align: right;
}

.review-levels > div {
  margin-bottom: 0.5rem;
}

.required-label{
  font-size: 16px !important;
  font-weight: 400 !important;
}

.review-mode-container {
  border-radius: 10px;
  margin-top: 1rem;
  font-family: "Roboto";
}

.review-mode-sections {
  display: flex;
  flex-direction: column;
}

.review-section-card {
  border-bottom: 1px solid #eee;
}

.review-section-card:last-child {
  border-bottom: none;
}

.review-section-title {
  margin-bottom: 0.75rem;
}

.review-section-title p {
  font-size: 18px;
  font-weight: 500;
}

.section-number {
  font-weight: 600;
  margin-right: 0.25rem;
}

.required-marker {
  color: red;
  margin-right: 0.25rem;
}

.review-value-container {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}

.review-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.review-list li {
  margin-bottom: 0.25rem;
}

.review-levels > div {
  margin-bottom: 0.5rem;
}

.review-levels strong {
  font-weight: 600;
  margin-right: 0.5rem;
}

.no-data {
  padding: 2rem;
  text-align: center;
  color: #6b7280;
}

.save-only-btn{
  border: 0.5px solid #D0D5DD;
  font-weight: 500;
  font-family: 'Inter';
    color: #344054; 
}

.save-review-btn{
  font-family: 'Inter';
}

.notes-btn{ 
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 20px;
  color: #2965D5;

}

.all-groups-label{
  font-size: 16px;
  font-weight: 475;
  font-family: 'Inter';
  color: #0A090B;
}

.modal-title{
font-family: 'Inter';
font-weight: 600;
font-size: 20px;
color: #0A090B;
}

.drag-drop-text{
  font-family: 'Inter';
  font-weight: 475;
  font-size: 16px;
  color: #0A090B;
}

.file-size-label{
  font-family: 'Inter';
  font-weight: 400;
  font-size: 14px;
  color: #4F4D55;
}

.reset-password-text{
  font-family: 'Inter';
  font-weight: 400;
  font-size: 14px;
  color: #4F4D55;
}

.metadata-level{
  color: #3C3C3C;
  font-weight: 600;
}

.select-levels{
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Inter';
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 8px;
}
 /* input[type=date] {
  position: relative;
  background: url(../images/calendar.svg) no-repeat center right 7px !important;
  padding-right:50px;
} */

.form-control:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  border-color: #E6E6E6;
  box-shadow: none
}

.new_filter_sc select.form-control:focus{
  border-color: #E6E6E6;
  box-shadow: none
}

select.form-control:focus{
  border-color: #E6E6E6;
  box-shadow: none
}

.score-number-text{
  font-size: 20px;
  font-weight: 500;
  font-family: 'Inter';
  color: #7C7C7C;
}

.kpi-container {
  width: 100%;
}

.kpi-table {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}

.kpi-header {
  display: flex;
  background-color: #f8f9fa;
  border-bottom: 1px solid #e0e0e0;
}

.kpi-row {
  display: flex;
}

.kpi-cell {
  flex: 1;
  padding: 8px;
  border-right: 1px solid #e0e0e0;
}

.kpi-cell:last-child {
  border-right: none;
}

.kpi-header .kpi-cell {
  font-weight: 500;
  text-align: center;
}

.coaching-sections-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.coaching-section-row {
  display: flex;
  border-bottom: 1px solid #e9ecef;
  padding: 12px 0;
  align-items: flex-start;
}

.coaching-section-cell {
  padding: 8px 12px;
}

.coaching-section-cell.drag-handle {
  width: 40px;
  display: flex;
  align-items: center;
}

.coaching-section-cell.content-cell {
  flex: 1;
}

.coaching-section-cell.radio-cell {
  width: 150px;
}

.coaching-section-cell.action-cell {
  width: 80px;
}

.coaching-section-cell.dates-main {
  width: 150px;
}


.activated{
  background-color: #F1F1F1 !important;
  color: #0A090B !important;
}

.coaching{
  border: 1px solid #c7cfd6;
  border-radius: 8px !important;
}

.coaching .historical-section {
  border-radius: 0;
  margin-bottom: 5px !important;
  border: 0 !important;
  border-bottom: 1px solid #c7cfd6 !important;
  padding: 15px 50px 8px 0px !important;
  position: relative;
}

.coaching .historical-section:last-child{
  border: 0 !important;
}
.coaching .historical-kpi-table{
margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 !important;
    overflow: hidden;
    width:calc(100% + 35px)
}

.coaching  .historical-kpi-header{
      border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    border-radius: 0;
    display: flex;
    background-color: #D7D7D7;
}

.coaching .historical-kpi-row {
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    border-radius: 0px;
    margin-top: 0px;
    display: flex;
}


.coaching .historical-kpi-cell:last-child{
  border: 0 !important;
}
.coaching .historical-kpi-row:last-child{
  border: 0 !important;
}

.coaching .historical-kpi-cell {
    border: 0;
    color: #000;
    font-weight: 400;
    padding: 0;
    border-right: 1px solid #e0e0e0;
    padding: 14px 14px;
    text-align: left;
    flex: 1;
}

.coaching .historical-kpi-cell:first-child{
  width: 45% !important;
    min-width: 45%;
}


.coaching .historical-kpi-header .historical-kpi-cell {
padding: 8px 14px;
}



.radiofm.newrow_ux{
  padding: 0 !important;
}

.cal_cls_ui .row{
  margin: 0 ;
}
.click_ar {
  position: relative;
  z-index: 1;
}

.click_ar .row{
position: absolute;
    right: 8px;
    top: 2px;
    margin: 0 !important;
}

.cal_cls_ui .dash-right-top-box-top p{
  color: #202020 !important;
  font-family: 'Inter';
  font-size: 16px !important;
  font-weight: 500;

}

.cpp {
  opacity: 1 !important;
  
    position: absolute;
    right: -7px;
    top: -8px;
}

.right_prom_pt .dt1-drop .btn-outline-primary{
margin-right: 15px !important;
}

.select_prom{
  max-width: 1100px;
  width:  1100px;
}

.select_prom .custom-modal-dialog {
    width: 100%;
    max-width: 100%;
}

.select_prom .modal-header p {
    font-size: 16px;
    color: #475467;
    font-family: 'Inter';
}

.select_prom h3 {
    line-height: 26px;
    font-family: 'Inter';
}

.select_prom .modal-header {
    border: 0 !important;
    display: block;
}

.select_prom .prompt-list{
  border: 1px solid #EAECF0;
    border-radius: 8px !important;
    margin-top: 10px;
}
.select_prom .prompt-list .checkbox-container {
  padding-left: 0 !important;
}

.select_prom .modal-footer .btn{
min-width: 99px;
    padding: 13px 20px 13px 20px !important;
    height: 48px;
}

.new_fm_up .crd_box{
background: #fff;
}

.select_p {
  background:#E8F0FF;
  padding: 15px;
}

.select_p {
  background: #E8F0FF;
      padding: 18px 15px;
      margin-top: 18px;
}

.select_p h3{
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color:#101828;
  margin: 0;
}

.new_fm_up .header_scv {
background: #fff !important;
}

.new_fm_up .bg-grey {
background: #fff !important;
}

.file_lab  label{
  font-size: 18px;
  color: #3C3C3C;
  padding: 0 0 5px 0;
}

.new_fm_up .file_lab .custom-file-label {
    font-size: 15px !important;
    padding-left: 10px !important;
}
.date-text{
  font-size: 14px;
  font-weight: 600;
  font-family: 'inter';
  color: #344054;
  margin-top: 10px !important;
}

.date-selector-field {
      display: flex;
          padding: .375rem .55rem;
}
.p0 {
  padding:0;
}
.date-selector-field span{
  margin: auto 3px !important;
  color:  #344054!important;
}
.onlykp {
  margin-top: 0 !important;
}
.onlykp .kpi-cell input[type=text]{
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
}

.only_for_com .coaching-form-row .mb-3{
  margin-bottom: 0 !important;
}

.only_for_com .row_yesnow .coaching-form-content label.pb0 { padding-bottom: 0 !important;}

.only_for_com .rmsc.multi-select {
margin: 0 !important;
}

.only_for_com .coaching-form-row .form-label.ntsd { padding-top: 10px !important; padding-bottom: 12px !important;}
.pb16 {
  padding-bottom: 16px !important;
}

.icon_for_date{
    position: relative;
    background: url(../images/calendar.svg) no-repeat center right 7px !important;
    padding-right: 35px;
}

.whycl{
 padding: 15px 0 0 0;
}

.single-commitment-form {
  display: none;
}




.coach_only_ag .rdt_TableRow .rdt_TableCell:first-child{
min-width: 27% !important;
max-width: 27% !important;
}
.coach_only_ag .rdt_TableHeadRow .rdt_TableCol:first-child{
min-width: 27% !important;
max-width: 27% !important;
}


.coach_only_ag .rdt_TableRow .rdt_TableCell:nth-child(2){
min-width: 26% !important;
max-width: 26% !important;
}
.coach_only_ag .rdt_TableHeadRow .rdt_TableCol:nth-child(2){
min-width: 26% !important;
max-width: 26% !important;
}


.coach_only_ag .rdt_TableRow .rdt_TableCell:nth-child(3){
min-width: 26% !important;
max-width: 26% !important;
}
.coach_only_ag .rdt_TableHeadRow .rdt_TableCol:nth-child(3){
min-width: 26% !important;
max-width: 26% !important;
}


.coach_only_ag .rdt_TableRow .rdt_TableCell:nth-child(4){
min-width: 10% !important;
max-width: 10% !important;
}
.magcoach_only_ag_view .rdt_TableHeadRow .rdt_TableCol:nth-child(4){
min-width: 10% !important;
max-width: 10% !important;
}

.date_left_icon {
  max-width: 146px;
}

.date_left_icon .date-icon-left{
      left: 10px;
    top: 10px;
        z-index: 1;
        cursor: pointer;
}
.date_left_icon  .form-control {
  padding-left: 35px !important;
    padding-right: 0.75rem !important;
   z-index: 1;
   position: relative;
   background: none !important;
   font-size: 15px !important;
}

.only_for_com  .single-commitment-fm {
  flex: 0 0 149px !important;
    position: relative;
    padding-right: 0px !important;
}

/* .first-cell{
width: 200px;
max-width: 200px;
} */

.row_fmv .coaching-section-cell.dates-main .date_left_icon input[type=date] {
  padding-right: 0px !important;
  font-size: 14px !important;
}

.row_fmv .coaching-section-cell.dates-main .date_left_icon input[type=input] {
  font-size: 10px !important;
}