@charset "UTF-8";
/* Common styles */
.primary_title {
  font-family: Poppins;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 14px;
  color: #43425D;
}

.secondry_title {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 14px;
  color: #43425D;
}

.sub_title {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #43425D;
}

.primary_description {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 14px;
  color: #43425D;
}

.info_text {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 14px;
  color: #727195;
}

.link_text {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 14px;
  color: #727195;
  text-decoration: none;
}
.link_text:hover {
  text-decoration: underline;
  color: #727195;
}

.select_text {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  color: #727195;
  width: -moz-fit-content;
  width: fit-content;
}

.form-label {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #656565;
  margin-bottom: 0;
}

.form-control {
  border-color: #A9A9A9;
  font-family: Poppins;
}
.form-control::-moz-placeholder {
  color: #A9A9A9;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.form-control::placeholder {
  color: #A9A9A9;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.form-control:focus {
  box-shadow: none !important;
  border-color: #A9A9A9;
}

.form-check-input {
  margin-top: 0.4em;
}
.form-check-input:focus {
  box-shadow: none !important;
}

.form-check-label {
  font-size: 12px !important;
}

/* Select2 */
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  font-family: Poppins !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
  color: #000000;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field::-moz-placeholder {
  color: #A9A9A9 !important;
  font-family: Poppins !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field::placeholder {
  color: #A9A9A9 !important;
  font-family: Poppins !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection,
.select2-container--bootstrap-5 .select2-dropdown {
  box-shadow: none !important;
  border-color: #A9A9A9 !important;
}

/* Selec2 End */
/* Create OKR Accordion */
.create_okr_accordion .accordion-button:focus {
  box-shadow: none !important;
  border-color: #A9A9A9 !important;
}
.create_okr_accordion .accordion-button:not(.collapsed) {
  color: #43425D !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.create_okr_accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

/* Create OKR Accordion */
.password {
  position: relative;
}
.password .form-control {
  padding-right: 40px;
}
.password .eye_icon {
  position: absolute;
  top: 35px;
  right: 15px;
}

/* Button */
.btn_submit {
  width: 100%;
  background-color: #727195;
  padding: 16px;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  border: none;
}
.btn_submit:hover {
  background-color: rgba(114, 113, 149, 0.8);
}

.primary_btn {
  background-color: #727195;
  padding: 16px 32px;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  border: none;
  border-radius: 4px;
  color: #ffffff;
}
.primary_btn:hover {
  color: #ffffff;
  background-color: rgba(114, 113, 149, 0.8);
}

.border_btn {
  background-color: transparent;
  padding: 16px 32px;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  border: 1px solid #727195;
  border-radius: 4px;
  color: #727195;
  box-shadow: 0px 14px 40px 0px rgba(0, 0, 0, 0.0392156863);
}
.border_btn:hover {
  color: #727195;
  background-color: rgba(114, 113, 149, 0.3);
}

.btn {
  text-decoration: none;
}
.btn:focus {
  box-shadow: none !important;
}

.role_btn {
  padding: 8px 16px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #727195;
  border: 1px solid #727195;
  background-color: rgba(114, 113, 149, 0.1);
  text-decoration: none;
  border-radius: 4px;
  margin-right: 20px;
  display: inline-block;
}
.role_btn:hover {
  color: #727195;
  background-color: rgba(114, 113, 149, 0.2);
}

.role_btn_sm {
  padding: 8px 16px;
  font-size: 14px;
}

.import_btn {
  display: inline-block;
  padding: 16px 32px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #727195;
  border: 1px solid #727195;
  background-color: rgba(114, 113, 149, 0.1);
  text-decoration: none;
  border-radius: 4px;
}
.import_btn:hover {
  color: #727195;
  background-color: rgba(114, 113, 149, 0.2);
}

/* Button end */
.forget_password {
  text-align: end;
}
.forget_password .forget_password_link {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #656565;
  text-decoration: none;
}
.forget_password .forget_password_link:hover {
  text-decoration: underline;
  color: #656565;
}

.warning_info {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #FDB340;
}

.page_links {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #43425D;
  position: relative;
  text-decoration: none;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #A9A9A9;
  display: inline-block;
  width: 100%;
}
.page_links:not(:last-child) {
  margin-bottom: 16px;
}
.page_links:hover {
  color: #43425D;
}
.page_links .arrow_right {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.p-0 {
  padding: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.pt-0 {
  padding-top: 0;
}

.pl-0 {
  padding-bottom: 0;
}

/* Table */
.okr_table {
  border: 1px solid #A7B1BE;
  border-radius: 12px;
  font-family: Poppins;
  line-height: 24px;
}
.okr_table .table {
  margin-bottom: 0 !important;
}
.okr_table .table thead {
  background-color: rgba(167, 177, 190, 0.3);
  border-bottom: 1px solid #A7B1BE;
}
.okr_table .table thead th {
  font-size: 12px;
  font-weight: 500;
  color: #656565;
  white-space: nowrap;
}
.okr_table .table tbody td {
  font-size: 16px;
  font-weight: 400;
  color: #43425D;
}

.okr_list_table {
  border: 1px solid #A7B1BE;
  border-radius: 12px;
  font-family: Poppins;
  line-height: 24px;
}
.okr_list_table .table {
  margin-bottom: 0 !important;
}
.okr_list_table .table thead {
  background-color: rgba(167, 177, 190, 0.3);
  border-bottom: 1px solid #A7B1BE;
}
.okr_list_table .table thead th {
  font-size: 12px;
  font-weight: 500;
  color: #656565;
  white-space: nowrp;
}
.okr_list_table .table tbody tr:not(:last-child) {
  border-bottom: 1px solid #A7B1BE;
}
.okr_list_table .table tbody tr td {
  font-size: 14px;
  font-weight: 400;
  color: #43425D;
}

/* Table end */
/* Status */
.status {
  display: inline-block;
  padding: 3px;
  background-color: rgba(169, 169, 169, 0.1);
  border-radius: 24px;
  border: 1px solid #A9A9A9;
  width: 85px;
  color: #A9A9A9;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.status.assigned {
  background-color: rgba(170, 97, 185, 0.1);
  border: 1px solid #AA61B9;
  color: #AA61B9;
}
.status.review {
  background-color: rgba(253, 179, 64, 0.1);
  border: 1px solid #FDB340;
  color: #FDB340;
}
.status.on_going {
  background-color: rgba(255, 145, 101, 0.1);
  border: 1px solid #ff9165;
  color: #ff9165;
}
.status.completed {
  background-color: rgba(46, 195, 45, 0.1);
  border: 1px solid #2EC32D;
  color: #2EC32D;
}

/* Satus end */
/* Common styles End */
/* Nav Bar */
.login {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.1);
  min-height: 100vh;
}

.nav_bar {
  background-color: #ffffff;
  padding: 24px 32px;
  border-radius: 16px;
  box-shadow: 0px 14px 40px 0px rgba(0, 0, 0, 0.0392156863);
  margin-bottom: 32px;
}
.nav_bar .dropdown {
  display: inline-block;
  margin-left: 15px;
}
.nav_bar .dropdown .dropdown-menu {
  white-space: nowrap;
  padding: 15px 30px;
  text-align: center;
  border-radius: 12px;
}
.nav_bar .dropdown .dropdown-menu .btn {
  padding: 16px 32px !important;
  width: 100%;
  font-size: 16px !important;
  font-weight: 500 !important;
  margin-right: 0 !important;
}
.nav_bar .dropdown .dropdown-menu .logout_btn {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.nav_bar .dropdown .btn {
  padding: 0 !important;
}
.nav_bar .dropdown .btn .dropdown_circle {
  background-color: #727195;
  padding: 4px 8px 4px 12px;
  border-radius: 50%;
  font-size: 24px;
  line-height: 24px;
  font-family: Poppins;
  font-weight: 400;
  color: #ffffff;
  border: 2px solid #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1607843137);
}
.nav_bar .dropdown .dropdown-toggle::after {
  border: solid #727195 !important;
  border-width: 0 2px 2px 0 !important;
  padding: 3px !important;
  transform: rotate(45deg) !important;
}

/* Nav Bar End */
/* Login Card */
.login_card {
  background-color: #ffffff;
  padding: 24px 32px;
  border-radius: 16px;
  box-shadow: 0px 14px 40px 0px rgba(0, 0, 0, 0.0392156863);
  max-width: 600px;
  margin: 10vh auto 0;
}

/* Login Card */
/* Check your Email */
.check_your_email {
  text-align: center;
  max-width: 450px;
}

/* Check your Email End */
/* Your Role */
.your_role {
  text-align: center;
  margin-top: 10%;
}

/* Your Role End */
/* Card Box */
.card_box {
  background-color: #ffffff;
  padding: 24px 32px;
  border-radius: 16px;
  box-shadow: 0px 14px 40px 0px rgba(0, 0, 0, 0.0392156863);
  min-height: calc(100vh - 200px);
}

/* Card Box end */
.okr_not_assigned .okr_text {
  font-size: 20px;
  line-height: 24px;
  font-family: Poppins;
  font-weight: 500;
  color: #43425D;
}
.okr_not_assigned .okr_info {
  font-size: 16px;
  line-height: 24px;
  font-family: Poppins;
  font-weight: 500;
  color: #A9A9A9;
}
.okr_not_assigned .okr_btn {
  font-size: 14px;
  line-height: 21px;
  font-family: Poppins;
  font-weight: 500;
  color: #ffffff;
  border-radius: 4px;
  text-decoration: none;
  padding: 16px 32px;
  background-color: #727195;
  display: inline-block;
}
.okr_not_assigned .okr_btn:hover {
  background-color: rgba(114, 113, 149, 0.8);
}

/* Create OKR Accordion */
.create_okr_accordion .accordion-button:focus {
  box-shadow: none !important;
  border-color: #A9A9A9 !important;
}
.create_okr_accordion .accordion-button:not(.collapsed) {
  color: #43425D !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.create_okr_accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.create_okr_accordion .accordion-button .create_okr_no {
  font-size: 14px;
  line-height: 21px;
  font-family: Poppins;
  font-weight: 500;
  color: #43425D;
}
.create_okr_accordion .role_btn {
  font-size: 14px;
  padding: 8px 16px;
}

/* Create OKR Accordion */
.mr-3 {
  margin-right: 30px;
}

.mr-2 {
  margin-right: 20px;
}

.mr-1 {
  margin-right: 10px;
}

/*Training start*/
/* breadcrumb */
.breadcrumb ul {
  padding-left: 0;
}
.breadcrumb ul li {
  list-style-type: none;
  display: inline;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb ul li::after {
  content: "❯";
  font-size: 12px;
  color: #A7B1BE;
  margin: 0 3px;
}
.breadcrumb ul li a {
  font-size: 12px;
  color: #A7B1BE;
  text-decoration: none;
}
.breadcrumb ul li a:hover {
  color: #000000;
}
.breadcrumb ul li a.active {
  color: #000000;
}

/*select dropdown */
.max-width_select {
  max-width: 150px;
}

p.warning {
  color: #FDB340;
  font-size: 16px;
  margin-right: 10px;
}
p.warning img {
  height: 15px;
  margin-bottom: 5px;
}

/*Training */
.date_form .fromdate {
  padding-right: 25px;
  position: relative;
}
.date_form .fromdate::after {
  content: "To";
  position: absolute;
  right: -6px;
  top: 8px;
}
.date_form .todate {
  padding-left: 25px;
}

.subheading {
  font-size: 20px;
  color: #43425D;
}

/*accordion-table*/
.ongoing {
  color: #ff9165;
  background-color: rgba(255, 145, 101, 0.1764705882);
  border: 1px solid #ff9165;
  border-radius: 50px;
  padding: 3px 10px;
  font-size: 14px;
  white-space: nowrap;
}

.completed {
  color: #2EC32D;
  background-color: rgba(45, 195, 45, 0.1764705882);
  border: 1px solid #2EC32D;
}

.onhold {
  color: #A9A9A9;
  background-color: rgba(169, 169, 169, 0.1764705882);
  border: 1px solid #A9A9A9;
}

.accordion-table .accordion-table_body .accordion-button {
  padding: 15px 15px 15px 0 !important;
}
.accordion-table .role_btn {
  padding: 11px 16px;
  font-size: 14px;
}
.accordion-table .table-heading {
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  background-color: #e3e8eb;
}
.accordion-table .table-heading table {
  width: calc(100% - 30px);
}
.accordion-table .table-heading table thead tr th {
  font-size: 12px;
  color: #656565;
  width: 33.3333%;
}
.accordion-table .accordion-table_body .accordion-button {
  padding: 0;
  padding-right: 10px;
}
.accordion-table .accordion-table_body .accordion-button:not(.collapsed) {
  background-color: #fff;
}
.accordion-table .accordion-table_body .accordion-button tbody tr td {
  font-size: 14px;
  width: 33.333%;
  color: #656565;
}
.accordion-table .accordion-table_body.accordion-item:first-of-type {
  border-radius: 0;
}

/*training accordion*/
.traning-list_table.accordion-table .table-heading table thead tr th:nth-child(1) {
  width: 5%;
  min-width: 75px;
}
.traning-list_table.accordion-table .table-heading table thead tr th:nth-child(2) {
  width: 30%;
}
.traning-list_table.accordion-table .table-heading table thead tr th:nth-child(3) {
  width: 10%;
}
.traning-list_table.accordion-table .table-heading table thead tr th:nth-child(4) {
  width: 15%;
}
.traning-list_table.accordion-table .table-heading table thead tr th:nth-child(5) {
  width: 10%;
}
.traning-list_table.accordion-table .accordion-table_body .accordion-button tbody tr td:nth-child(1) {
  width: 5%;
}
.traning-list_table.accordion-table .accordion-table_body .accordion-button tbody tr td:nth-child(2) {
  width: 30%;
}
.traning-list_table.accordion-table .accordion-table_body .accordion-button tbody tr td:nth-child(3) {
  width: 10%;
}
.traning-list_table.accordion-table .accordion-table_body .accordion-button tbody tr td:nth-child(4) {
  width: 15%;
}
.traning-list_table.accordion-table .accordion-table_body .accordion-button tbody tr td:nth-child(5) {
  width: 10%;
}
.traning-list_table.accordion-table .accordion-table_body.accordion-item:first-of-type {
  border-radius: 0;
}

.accordion_okr_apraisee .accordion-body {
  padding: 1rem 0;
}
.accordion_okr_apraisee .accordion-body .okr_table {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.accordion_okr_apraisee .accordion-body .okr_table .mx-width_first_last tr th:first-child, .accordion_okr_apraisee .accordion-body .okr_table .mx-width_first_last tr th:last-child {
  width: 50px;
}
.accordion_okr_apraisee .accordion-body .selfassessment {
  background-color: rgba(167, 177, 190, 0.1137254902);
  padding: 1rem 1.25rem;
  margin-bottom: 30px;
}
.accordion_okr_apraisee .accordion-body .selfassessment > label {
  padding: 0 50px;
}
.accordion_okr_apraisee .accordion-body .selfassessment .selfassessment_input {
  gap: 15px;
  padding: 5px 50px;
  margin-bottom: 15px;
}
.accordion_okr_apraisee .accordion-body .selfassessment .selfassessment_input .rating_group {
  max-width: 120px;
}
.accordion_okr_apraisee .accordion-body .selfassessment .selfassessment_input .rating_group input {
  text-align: right;
  background-color: rgba(167, 177, 190, 0.1137254902);
}
.accordion_okr_apraisee .accordion-body .selfassessment .selfassessment_input .remarks_group {
  flex: 1;
}
.accordion_okr_apraisee .accordion-body .selfassessment .selfassessment_input .remarks_group input {
  background-color: rgba(167, 177, 190, 0.1137254902);
}
.accordion_okr_apraisee .accordion-body .selfassessment_btn {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.accordion_flex {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
  align-items: center;
  max-height: 45px;
  align-items: center;
}
.accordion_flex .accordion-button {
  width: -moz-fit-content;
  width: fit-content;
}
.accordion_flex .create_okr_no {
  font-size: 16px;
  font-weight: 400;
  color: #43425D;
}

.traning_table .table tbody tr td {
  font-size: 14px;
}
.traning_table .table tbody tr td .table_staus {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
}
.traning_table .table tbody tr td .table_staus .btn {
  line-height: 0.5;
}
.traning_table .table tbody tr td .table_staus .dropdown-menu {
  padding: 10px;
}
.traning_table .table tbody tr td .table_staus .dropdown-menu label {
  line-height: 1.5;
}
.traning_table .table tbody tr td .table_staus span {
  white-space: nowrap;
}
.traning_table .table tbody tr td:nth-child(4) {
  white-space: nowrap;
}
.traning_table .table tbody tr td .table_staus_dropdown .dropdown-toggle::after {
  display: none;
}
.traning_table .table tbody tr td .table_staus_dropdown span.icon_down {
  transform: rotate(90deg);
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  height: 10px;
}

.inharit_collapse_table {
  background: rgba(101, 101, 101, 0.1);
}
.inharit_collapse_table thead {
  border-top: 1px solid #A9A9A9;
  border-bottom: 1px solid #A9A9A9;
}
.inharit_collapse_table thead tr th {
  font-size: 12px;
  border-bottom: 1px solid #A9A9A9;
}
.inharit_collapse_table tbody tr td input {
  text-align: right;
  background-color: rgba(167, 177, 190, 0.1137254);
  max-width: 120px;
}
.inharit_collapse_table tbody tr td textarea {
  background-color: rgba(167, 177, 190, 0.1137254);
  width: 100%;
}

.empaty_table {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
  align-items: center;
}
.empaty_table p {
  font-size: 20px;
  color: #43425D;
  margin-top: 20px;
}

/*switch buttons*/
.form-check-input {
  clear: left;
}

.form-switch.form-switch-sm {
  margin-bottom: 0.5rem;
}

.form-switch.form-switch-sm .form-check-input {
  height: 1rem;
  width: 1.75rem;
  border-radius: 2rem;
}

.form-switch.form-switch-md {
  margin-bottom: 1rem;
}

.form-switch.form-switch-md .form-check-input {
  height: 1.5rem;
  width: 2.75rem;
  border-radius: 3rem;
}

.form-switch.form-switch-lg {
  margin-bottom: 1.5rem;
}

.form-switch.form-switch-lg .form-check-input {
  height: 2rem;
  width: 3.75rem;
  border-radius: 4rem;
}

.form-switch.form-switch-xl {
  margin-bottom: 2rem;
}

.form-switch.form-switch-xl .form-check-input {
  height: 2.5rem;
  width: 4.75rem;
  border-radius: 5rem;
}

/* switch end */
/* Import modal */
#importModal .modal-body {
  padding: 2rem;
}
#importModal .modal-body input[type=file] {
  display: none;
}
#importModal .modal-body .upload_file {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #A9A9A9;
  justify-content: center;
  border-radius: 12px;
  padding: 20px;
  cursor: pointer;
}
#importModal .modal-body .upload_file .primary_description {
  font-size: 14px;
  margin-bottom: 0;
}
#importModal .modal-body .upload_file .info_text {
  color: #D3D0E1;
  font-size: 12px;
  margin-bottom: 0;
}
#importModal .modal-body .back_btn {
  font-size: 14px;
  line-height: 14px;
  font-family: Poppins;
  font-weight: 400;
  color: #43425D;
  padding: 0;
}

/* Import modal End *//*# sourceMappingURL=styles.css.map */