﻿@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url("../../assets/css/color_variables.css");
/*:root {
    --primary-color: #373BD7;
    --grey-color: #4D4D5A;
    --white-color: #fff;
}*/
/*Social Media Colors*/
/*Theme Colors*/
/*Lite color*/
/*Theme Colors For Dark*/
/*$FontFamily1: "Rubik", sans-serif;
$FontFamily2: "IBM Plex Sans", sans-serif;*/
.container-layout {
  position: relative;
  top: -80px;
}

.cursor {
  cursor: pointer;
}

.panel-heading-layout {
  position: relative;
  top: -72px;
}

.container-layout-2 {
  position: relative;
  top: 100px;
}

@media only screen and (max-width: 600px) {
  .megamenu .widget-user-2 .widget-user-header {
    padding: 10px;
  }
  .megamenu .widget-user-2 .widget-user-header .widget-user-image img {
    width: 50px;
  }
  .megamenu .widget-user-2 .widget-user-header .widget-user-username {
    margin-left: 60px;
  }
  .megamenu .widget-user-2 .widget-user-header .widget-user-desc {
    margin-left: 60px;
  }
  .megamenu .widget-user-2 .widget-user-header a {
    padding: 10px 8px;
    color: #0080ff;
  }
  .megamenu .widget-user-2 .nav-stacked li {
    float: inherit;
  }
  .megamenu .widget-user-2 .nav-stacked li a.py-10 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
}
.box-widget .box-footer .nav-link {
  color: #172b4c;
}

.btn-outline-danger {
  color: #ff3f3f;
  border-color: #ff3f3f !important;
}
.btn-outline-danger:hover {
  color: #fff;
}

.disabled {
  pointer-events: none;
}

.object-fit-contain {
  object-fit: contain !important;
}

.iti--container {
  left: 0 !important;
  width: 100%;
  top: 63px !important;
}

.iti {
  width: 100%;
}

.checkbox_custom {
  display: flex;
}
.checkbox_custom [type=checkbox]:not(:checked), .checkbox_custom [type=checkbox]:checked {
  position: relative !important;
  opacity: 1 !important;
  left: 0 !important;
}
.checkbox_custom .form-label {
  margin-left: 5px;
}

.switch {
  position: relative;
  display: block;
  width: 55px;
  height: 27px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch input:checked + .slider {
  background-color: var(--primary-color);
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch .switch-text {
  margin-left: 60px;
}

.accordion-button:not(.collapsed) {
  color: var(--primary-color);
  background-color: color-mix(in srgb, var(--primary-color), white 68%);
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ar(--primary-color)'%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;
}

@media only screen and (max-width: 992px) {
  .tblProgramPreference .select2.select2-container {
    width: 120px !important;
  }
  marquee {
    top: 5rem;
  }
}
.footer-bg {
  background: #F2F2F9 0% 0% no-repeat padding-box;
  border-radius: 127px 127px 0px 0px;
  margin-top: -95px;
}
.footer-bg .footer-section .newsletter-sec {
  background-color: var(--white-color, #fff);
  padding: 40px 55px;
  border-radius: 38px;
  position: relative;
  top: -44px;
}
.footer-bg .footer-section .newsletter-sec .newsletter-text h5 {
  font-size: 1.25rem;
  font-family: Poppins;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 0;
}
.footer-bg .footer-section .newsletter-sec .newsletter-text h2 {
  font-size: 2.125rem;
  font-family: Poppins;
  font-weight: 700;
  color: var(--grey-color, #4D4D5A);
}
.footer-bg .footer-section .newsletter-sec .subscribe-sec {
  background: var(--white-color, #fff) 0% 0% no-repeat padding-box;
  border: 1px solid #EEEEF8;
  display: flex;
  justify-content: space-between;
  padding: 2px;
  border-radius: 7px;
}
.footer-bg .footer-section .newsletter-sec .subscribe-sec input {
  width: 100%;
  border: none;
  padding: 5px;
}
.footer-bg .footer-section .newsletter-sec .subscribe-sec input:focus-visible {
  outline: none !important;
}
.footer-bg .footer-section .newsletter-sec .subscribe-sec input::placeholder {
  color: #9F9FAC;
}
.footer-bg .footer-section .newsletter-sec .subscribe-sec button {
  background-color: var(--primary-color);
  color: var(--white-color, #fff);
  font-family: Montserrat;
  border-radius: 7px;
}
.footer-bg .footer-section .footer-nav {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.footer-bg .footer-section .footer-nav .footer-nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-bg .footer-section .footer-nav .footer-nav-links a {
  color: var(--grey-color, #4D4D5A);
  font-size: 1rem;
  font-family: Montserrat;
  letter-spacing: 0px;
  font-weight: 500;
  text-decoration: none;
  padding: 40px 20px;
}
.footer-bg .footer-section .footer-copyright {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-bg .footer-section .footer-copyright .copyright-left-section {
  width: 35%;
  color: var(--white-color, #fff);
  padding: 25px 0px;
  border-radius: 0px 70px 0px 0px;
  background-color: var(--primary-color);
  text-align: center;
  font-size: 0.75rem;
}
.footer-bg .footer-section .footer-copyright .copyright-right-section {
  width: 35%;
  color: var(--white-color, #fff);
  padding: 25px 0px;
  border-radius: 70px 0px 0px 0px;
  background-color: var(--primary-color);
  text-align: center;
  font-size: 0.75rem;
}
.footer-bg .footer-section .footer-copyright .footer-social-icons {
  padding: 25px 0px;
}
.footer-bg .footer-section .footer-copyright .footer-social-icons img {
  margin: 0px 10px 0px 10px;
}

@media (max-width: 992px) {
  .footer-bg .footer-section .newsletter-sec {
    padding: 25px 35px;
    border-radius: 23px;
  }
  .footer-bg .footer-section .newsletter-sec .newsletter-text h5 {
    font-size: 1rem;
  }
  .footer-bg .footer-section .newsletter-sec .newsletter-text h2 {
    font-size: 1.5rem;
  }
  .footer-bg .footer-section .footer-nav .footer-nav-links a {
    padding: 7px 12px;
  }
  .footer-bg .footer-section .footer-copyright .copyright-left-section {
    border-radius: 0;
    width: 100%;
  }
  .footer-bg .footer-section .footer-copyright .copyright-right-section {
    border-radius: 70px 70px 0px 0px;
    width: 100%;
  }
  .footer-bg .footer-section .footer-copyright .footer-social-icons {
    width: 100%;
    text-align: center;
  }
}
.core-content .footer-bg {
  margin-top: 45px !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 5px;
  box-shadow: none;
  /*border-color: #f3f6f9 !important;*/
  height: auto;
}
.select2-container--default .select2-selection--single::focus {
  border-color: #d9d9d9;
}

marquee {
  color: #fc544b;
  position: absolute;
  top: 1rem;
  left: 30vw;
  z-index: 1040;
  font-size: 15px;
  font-weight: 600;
  width: 40vw;
}

.btn-square {
  border-radius: 0.4rem;
  width: 50px;
}

[data-overlay]::before {
  background: var(--primary-color);
  border-radius: 0px 0px 70px 70px;
  opacity: 1;
}

.form-control {
  border: 1px solid #d9d9d9;
}

.select2.select2-container {
  width: 100% !important;
}

#languageToggle {
  position: fixed;
  right: 0;
  top: 46%;
}

#languageOffcanvas {
  max-height: 190px;
  position: fixed;
  top: 32%;
  overflow-y: auto;
}

.select2-selection {
  height: 37px !important;
}
.select2-selection .select2-selection__placeholder {
  color: #444 !important;
}
.select2-selection .select2-selection__arrow {
  height: 34px !important;
  right: 8px !important;
}

.divEditDelete .download-doc {
  color: #172b4c;
}
.divEditDelete .download-doc .bi-download {
  font-size: 17px;
  margin-right: 5px;
}
.divEditDelete #btndelete {
  position: absolute;
  top: 31px;
  right: 15px;
  z-index: 10;
  font-size: 17px;
  color: #a1a1a1;
}
.divEditDelete #btndelete:hover {
  color: red;
}

.input-group .input-group-text {
  border-color: #d9d9d9 !important;
}

@media (max-width: 992px) {
  .core-nav .wrap-core-nav-list {
    overflow-y: initial !important;
    overflow-x: initial !important;
  }
  .custom-core-nav-list .dropdown .dropdown-menu {
    transform: translate3d(0px, 61px, 0px) !important;
  }
  .attributes .megamenu .megamenu-content .box {
    margin-bottom: 0px !important;
  }
  .attributes .megamenu .megamenu-content .box .p-15.bt-1 {
    padding: 0px !important;
  }
  .profileddlMenu li a {
    padding: 2px 8px !important;
  }
}
ul.tree-menu {
  padding-left: 6px !important;
}

.form-control:disabled {
  background-color: #eee !important;
}

.list-profile .text-success {
  color: #18d26b !important;
}

.theme-primary .btn-primary:disabled {
  color: black !important;
  background-color: #dcdcdc !important;
  opacity: 1 !important;
}

.remember-sec .fog-pwd {
  text-align: right;
}

@media (max-width: 600px) {
  .remember-sec {
    text-align: center;
  }
  .remember-sec .fog-pwd {
    text-align: center;
  }
}
/*.custom-core-nav-list {
    .dropdown {
        .dropdown-menu {
            transform: translate(15px, 76px) !important;
        }
    }
}*/
.menu-icon {
  position: absolute;
  top: 17px;
  left: 15px !important;
  right: 0;
  width: 45px;
  font-size: 1.286rem;
}

nav .nav-header .toggle-bar {
  font-size: 1.286rem;
  position: absolute;
  left: unset !important;
  right: 18px;
}

.secondary-grey {
  background-color: #d9d9d9 !important;
}

.border-secondary-grey {
  border-color: #d9d9d9 !important;
}

.text-secondary-grey {
  color: #d9d9d9 !important;
}

.callout a {
  color: #0080ff !important;
}

.select2-container .select2-dropdown {
  z-index: 1080 !important;
}

.std-backdrop-false {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1045;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
}

.h100vh-530 .quillEditor .ql-editor {
  max-height: calc(100vh - 530px) !important;
  height: 300px !important;
}

.child-users {
  height: calc(100vh - 130px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.child-users .child-user-card {
  width: 190px;
  background: linear-gradient(142deg, rgba(0, 0, 0, 0.0588235294), transparent);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 10px 20px 10px;
  border-radius: 7px;
  margin-right: 24px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.child-users .child-user-card:hover {
  box-shadow: 0 10px 15px 10px rgba(0, 0, 0, 0.0588235294);
}
.child-users .child-user-card .child-img-outer {
  height: 75px;
  width: 75px;
  background: rgba(255, 255, 255, 0.5411764706);
  border-radius: 50%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.child-users .child-user-card .child-img-outer .child-img {
  height: auto;
  width: 100%;
  object-fit: contain;
  border-radius: 50%;
}
.child-users .child-user-card .child-img-outer i {
  font-size: 28px;
}
.child-users .child-user-card .child-user-name {
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px;
}
.report {
  width: 1000px;
}
.report.border {
  border-color: #dee2e6 !important;
}
.report.border .border-bottom {
  border-color: #dee2e6 !important;
}
.report.border .border {
  border-color: #dee2e6 !important;
}
.report .h-60px {
  height: 60px;
}
.report .h-40px {
  height: 40px;
}
.report .h-158px {
  height: 158px;
}
.report .w-150px {
  width: 150px;
}
.report .report-divider {
  width: 100%;
  border-top: 1px dashed black;
  border-image: repeating-linear-gradient(to right, black 0px, black 10px, transparent 10px, transparent 20px);
  border-image-slice: 1;
  margin: 30px 0;
}

.box-controls.pull-right li.btn:hover a::before {
  color: #fff !important;
}

.core-nav.nav-core-sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
}

.left-side-section {
  width: 18%;
}

.right-side-section {
  width: 82%;
}

ul.tree-menu {
  list-style-type: none;
  padding-left: 13px;
}
ul.tree-menu li {
  margin: 0 !important;
}

ul.tree-menu li:after {
  position: absolute;
  top: 11px;
  bottom: -2px;
  left: 6px;
  display: block;
  content: "";
  border-left: 1px solid rgba(72, 94, 144, 0.16);
}

ul.tree-menu li:before {
  position: absolute;
  top: 2px;
  left: 6px;
  display: block;
  width: 15px;
  height: 1.1em;
  content: "";
  border-bottom: 1px solid rgba(72, 94, 144, 0.16);
  border-left: 1px solid rgba(72, 94, 144, 0.16);
  border-radius: 0 7px 0 7px;
}

/* hide the lines on the last item */
ul.tree-menu li:last-child:after {
  display: none;
}

.widget-user-2 ul li.nav-item:hover a.nav-link {
  color: #172b4c;
  background-color: #e9edf2 !important;
}
.widget-user-2 ul li.nav-item .item .tab-btn a {
  font-size: 0.9rem !important;
  padding: 10px 1rem !important;
  border-radius: 0 !important;
}
.widget-user-2 ul li.nav-item .item.selected a.nav-link {
  background-color: #e9edf2 !important;
}

@media only screen and (max-width: 992px) {
  .right-side-section {
    width: 100% !important;
  }
}
ul.sideMenuBar li a.nav-link.active {
  background-color: #e9edf2 !important;
  color: var(--primary-color);
}
ul.sideMenuBar li .tree-menu .list-profile a.active {
  color: var(--primary-color);
}

/*.offcanvas-backdrop.fade {
    opacity: 0;
}
.offcanvas-backdrop.show {
    opacity: .5;
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}*/
.mobile-view-menu .box {
  background-color: transparent !important;
  box-shadow: none;
}
.mobile-view-menu .box-footer {
  border-top: none !important;
}
.mobile-view-menu .sideMenuBar li a {
  font-size: 1.2rem;
}
.mobile-view-menu .sideMenuBar li a i {
  font-size: 1.4rem;
}
.mobile-view-menu .widget-user-2 ul li.nav-item .item .tab-btn a {
  font-size: 1.2rem !important;
}
.mobile-view-menu .profileddlMenu .tab-content {
  display: block !important;
}
.mobile-view-menu .profileddlMenu .tab-content .list .list-profile {
  line-height: 33px;
}
.mobile-view-menu .cust-accordion .widget-user-2 a {
  font-size: 1.2rem;
}

.close-btn-menu-offcanvas {
  z-index: 1;
}

/*all scrollbars*/
/** {
    scrollbar-width: none;
    scrollbar-color: gray white;
}*/
::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: white;
}

::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: gray;
}

/* Hide the default radio input */
.radio-container input[type=radio] {
  display: none;
}

/* Style the custom radio button */
.radio-container .custom-radio {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer;
  background: #fff;
}

/* Style the custom radio button when it's checked */
.radio-container input[type=radio]:checked + .custom-radio::before {
  content: "\f26c"; /* Checkmark character */
  display: block;
  color: #71DF99;
  text-align: center;
  font-size: 16px;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
}

.radio-container input[type=radio]:checked + .custom-radio {
  border-color: #878AFE;
}

.radio-container:has(input[type=radio]:checked) {
  background: #878AFE;
  border-color: #878AFE;
  color: #fff;
}

.radio-container {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
}
.radio-container .custom-radio-desc {
  width: calc(100% - 28px);
}

.login-radio-container .radio-container {
  padding: 5px 10px;
  border: 2px solid #ddd;
}
.login-radio-container .radio-container:has(input[type=radio]:checked) {
  background: transparent;
  border: 2px solid var(--primary-color);
  font-weight: 600;
  color: var(--primary-color);
  background-color: var(--primary-color) !important;
  color: #fff !important;
}
.login-radio-container .radio-container .custom-radio-desc {
  font-weight: 600;
}
.login-radio-container .radio-container:active {
  border: 2px solid var(--primary-color) !important;
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.radio-container input[type=checkbox] {
  display: none;
}

/* Style the custom radio button */
.radio-container .custom-radio {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer;
  background: #fff;
}

/* Style the custom radio button when it's checked */
.radio-container input[type=checkbox]:checked + .custom-radio::before {
  content: "\f26c"; /* Checkmark character */
  display: block;
  color: var(--primary-color);
  text-align: center;
  font-size: 16px;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
}

.radio-container input[type=checkbox]:checked + .custom-radio {
  border-color: var(--primary-color);
}

.radio-container:has(input[type=checkbox]:checked) {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.radio-container {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
}
.radio-container .custom-radio-desc {
  width: calc(100% - 28px);
}

.error-container {
  position: relative;
}
.error-container input, .error-container select, .error-container textarea, .error-container .select2-container .select2-selection--single, .error-container .select2-container .select2-selection--multiple {
  border-color: #dc3545;
  color: rgba(220, 53, 69, 0.6901960784);
}
.error-container .error-span {
  color: #dc3545;
  font-size: 10px;
  display: block;
  bottom: -14px;
  position: absolute;
}

.tab-content .error-container .error-span {
  bottom: -19px;
}

.timeline5::before {
  background-color: #e9edf2 !important;
  width: 2px !important;
}
.timeline5 .timeline__group:not(:first-of-type) {
  margin-top: 2rem;
}
.timeline5 .timeline__group {
  padding-top: 20px;
}
.timeline5 .timeline__group .timeline__box::before {
  width: 50% !important;
  left: 2% !important;
}
.timeline5 .timeline__group .timeline__box .timeline__date {
  top: 55%;
  height: 50px;
  border-radius: 5px;
  min-width: 50px !important;
  left: 1.7%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px !important;
}
.timeline5 .timeline__group .timeline__box .timeline__date .timeline__day {
  font-size: 20px;
}
.timeline5 .timeline__group .timeline__box .timeline__post {
  width: 85%;
}
.timeline5 .incompleted-section .timeline__box::before {
  background-color: #e9edf2;
}
.timeline5 .incompleted-section .timeline__box .timeline__date {
  background-color: #fff !important;
}
.timeline5 .incompleted-section .timeline__box .timeline__post {
  border-color: #e9edf2;
}
.timeline5 .pending-task-timeline .timeline__box::before {
  background-color: #ff8f00;
}
.timeline5 .pending-task-timeline .timeline__box .timeline__date {
  border: 1px solid #ff8f00;
}
.timeline5 .pending-task-timeline .timeline__box .timeline__post {
  border-color: #ff8f00 !important;
}
@media only screen and (max-width: 992px) {
  .timeline5 .timeline__box .timeline__post {
    width: 100% !important;
  }
}

.timeline5 .timeline-container {
  position: relative;
}
.timeline5 .timeline-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  min-height: 80px;
}
.timeline5 .timeline-step {
  flex: 0 1 175px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 25px;
}
.timeline5 .step-circle {
  width: 30px;
  height: 30px;
  background: #e9ecef;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 10px;
  /*border: 2px solid #ff8f00;*/
  z-index: 99;
}
.timeline5 .step-circle::before, .timeline5 .step-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 75px;
  height: 2px;
  background: #e9ecef;
  transform: translateY(-50%);
  z-index: 9;
}
.timeline5 .step-circle::before {
  left: -75px;
}
.timeline5 .step-circle::after {
  right: -75px;
}
.timeline5 .step-circle.completed::before, .timeline5 .step-circle.completed::after {
  background: #6f9a37;
}
.timeline5 .step-circle.active::before, .timeline5 .step-circle.active::after {
  background: #0d6efd;
}
.timeline5 .step-circle.completed + .step-content + .timeline-step .step-circle::before {
  background: #6f9a37;
}
.timeline5 .step-content {
  text-align: center;
  order: -1;
}

.subCard {
  border: 1px solid #6777EF;
  border-radius: 4px;
}
.subCard .subCard-header {
  background: #F0F3FF 0% 0% no-repeat padding-box;
  border-radius: 3px 3px 0px 0px;
  padding: 7px 16px;
  color: #6777EF;
}
.subCard .subCard-body {
  padding: 13px;
}
.subCard.subcard-height {
  height: 170px;
}

.subCard-details .sub-detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.subCard-details .sub-detail span:last-child {
  font-weight: 700;
}

.subCard.skills .subCard-body {
  overflow: scroll;
  height: 242px;
}
.subCard .subcard-height {
  overflow: scroll;
  height: 150px;
}
.subCard.custom-border {
  border: 1px solid #d9d9d9;
}
.subCard .custom-colors {
  color: #172b4c;
  background-color: #eee;
}

.btnDocDelete {
  position: absolute;
  right: 15px;
  top: 33px;
}

.swal2-popup {
  width: 60% !important;
}

.offcanvas-end {
  width: 50%;
}

#chat-box-body.show .chat-box {
  display: block;
  right: 0;
}

.common-chat.chat-box {
  bottom: 20px;
  right: -360px;
  width: 360px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: right 0.5s ease;
  z-index: 9999;
}
.common-chat.chat-box .chat-content {
  overflow-y: scroll;
  background: #f9f9f9 !important;
}
.common-chat.chat-box .chat-content .chat-item {
  position: relative;
  display: inline-block;
  width: 100%;
}
.common-chat.chat-box .chat-content .day-details:before {
  width: 40%;
  content: "";
  background: #e2e2e2;
  height: 1px;
  display: block;
  left: 0;
  position: absolute;
  top: 10px;
  box-shadow: -1px 5px 7px 0px #dddada;
}
.common-chat.chat-box .chat-content .day-details:after {
  width: 40%;
  content: "";
  background: #e2e2e2;
  height: 1px;
  display: block;
  right: 0;
  position: absolute;
  top: 10px;
  box-shadow: -1px 5px 7px 0px #dddada;
}
.common-chat.chat-box .chat-content .chat-item .chat-details .chat-text {
  font-size: 12px;
  padding: 8px;
  border-radius: 10px;
  width: auto;
  max-width: 250px;
  display: inline-block;
  overflow-x: hidden;
  word-break: break-word;
  line-height: 1.5;
  white-space: pre-wrap;
  hyphens: auto;
}
.common-chat.chat-box .chat-content .chat-item .chat-details .chat-file {
  padding: 8px;
  display: inline-block;
  border-radius: 10px;
}
.common-chat.chat-box .chat-content .chat-item .chat-details .chat-file .chat-file-icon {
  border-radius: 25%;
  padding: 3px 1px 3px 5px;
}
.common-chat.chat-box .chat-content .chat-item .chat-details .chat-img-div {
  width: 116px;
  height: auto;
  padding: 8px;
  display: inline-block;
  border-radius: 10px;
}
.common-chat.chat-box .chat-content .chat-item .chat-details .chat-img-div .chat-img {
  width: 100px;
  height: auto;
}
.common-chat.chat-box .chat-content .chat-item.chat-left .chat-details {
  text-align: left;
}
.common-chat.chat-box .chat-content .chat-item.chat-left .chat-details .chat-text {
  border: 1px solid #f0f3ff;
  background-color: #f0f3ff;
  color: #6777ef;
  border-top-left-radius: 0px;
  box-shadow: 5px 5px 8px 1px rgb(227, 227, 227);
}
.common-chat.chat-box .chat-content .chat-item.chat-left .chat-details .chat-img-div {
  background-color: #f0f3ff;
  border-top-left-radius: 0px;
  box-shadow: 5px 5px 8px 1px rgb(227, 227, 227);
}
.common-chat.chat-box .chat-content .chat-item.chat-left .chat-details .chat-file {
  background-color: #f0f3ff;
  border-top-left-radius: 0px;
  box-shadow: 5px 5px 8px 1px rgb(227, 227, 227);
}
.common-chat.chat-box .chat-content .chat-item.chat-left .chat-details .chat-file .chat-file-icon {
  background: #e4e7ff;
}
.common-chat.chat-box .chat-content .chat-item.chat-left .chat-details .chat-time {
  font-size: 9px;
  font-weight: 500;
  opacity: 0.4;
}
.common-chat.chat-box .chat-content .chat-item.chat-right .chat-details {
  text-align: right;
}
.common-chat.chat-box .chat-content .chat-item.chat-right .chat-details .chat-text {
  text-align: left;
  border: 1px solid #fff;
  background-color: #fff;
  color: #888;
  border-top-right-radius: 0;
  box-shadow: -5px 5px 8px 1px rgb(227, 227, 227);
}
.common-chat.chat-box .chat-content .chat-item.chat-right .chat-details .chat-img-div {
  background-color: #fff;
  border-top-right-radius: 0;
  box-shadow: -5px 5px 8px 1px rgb(227, 227, 227);
}
.common-chat.chat-box .chat-content .chat-item.chat-right .chat-details .chat-file {
  background-color: #fff;
  border-top-right-radius: 0;
  box-shadow: -5px 5px 8px 1px rgb(227, 227, 227);
}
.common-chat.chat-box .chat-content .chat-item.chat-right .chat-details .chat-file .chat-file-icon {
  background: #e4e7ff;
}
.common-chat.chat-box .chat-content .chat-item.chat-right .chat-details .chat-time {
  font-size: 9px;
  font-weight: 500;
  opacity: 0.4;
}
.common-chat.chat-box .chat-form {
  background: #fff;
  padding: 0;
  position: relative;
}
.common-chat.chat-box .chat-form .form-control {
  border: 1px solid #ced4da;
  margin: 5px;
  width: 97%;
  padding: 10px 38px;
}
.common-chat.chat-box .chat-form .btn {
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -5px;
  webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
}
.common-chat.chat-box .chat-form .btn i {
  font-size: 12px;
}
.common-chat.chat-box .chat-form .btn-primary {
  background-color: #6777ef;
  border-color: transparent !important;
  color: #fff;
}
.common-chat.chat-box .chat-form .btn-primary:hover {
  background-color: #4f5ece !important;
  color: #fff;
}
.common-chat.chat-box .chat-form .btn.attachment {
  position: absolute;
  right: auto;
  left: 25px;
}
.common-chat.show-chat-box {
  right: 20px;
}
.common-chat .chat-details .user-img {
  width: 20px;
  height: 20px;
}

/*#chat-box-body {


    .chat-box {
        right: 25px !important;
        bottom: 10px !important;

        #chat-box-toggle {
            position: absolute;
            top: -18px;
            right: -16px;
            line-height: unset;
        }

        .chat-box-body {
            height: calc(100vh - 150px);

            .chat-logs {
                height: 100%;
                overflow-y: auto;
                border-top: 3px solid #6f9a37;
                border-radius: 3px;

                .chat-msg.user {
                    .msg-avatar {
                        height: 50px;
                        width: 50px;

                        img {
                            height: 100%;
                            width: 100%;
                            object-fit: contain;
                        }
                    }

                    & > .cm-msg-text {
                        margin-top: 5px;
                        margin-bottom: 5px;
                        padding: 5px 10px;
                    }
                }

                .chat-msg.self {
                    display: flex;
                    flex-direction: column;
                    align-items: end;

                    & > .cm-msg-text {
                        margin-top: 5px;
                        float: unset;
                        margin-bottom: unset;
                        padding: 5px 10px;
                    }

                    .cm-msg-time {
                        sup {
                            font-size: 10px;
                        }
                    }
                }

                .chat-msg.text-center:before {
                    width: 40%;
                    content: '';
                    background: #e2e2e2;
                    height: 1px;
                    display: block;
                    left: 0;
                    position: absolute;
                    top: 10px;
                    box-shadow: -1px 5px 7px 0px #dddada;
                }

                .chat-msg.text-center:after {
                    width: 40%;
                    content: '';
                    background: #e2e2e2;
                    height: 1px;
                    display: block;
                    right: 0;
                    position: absolute;
                    top: 10px;
                    box-shadow: -1px 5px 7px 0px #dddada;
                }

                .chat-msg.text-center {
                    position: relative;
                    background: white;
                }
            }
        }
    }
}


.chat-box-body {
    .uploaded-doc {
        bottom: 27px;

        span {
            color: #0000FF !important;
        }
    }

    .cm-msg-text {
        max-width: fit-content;
    }

    .doc-bdr-color-excel {
        border-color: #388e3c !important;

        a {
            i {
                color: #388e3c;
            }
        }
    }

    .doc-bdr-color-pdf {
        border-color: #F40F02 !important;

        a {
            i {
                color: #F40F02;
            }
        }
    }

    .doc-bdr-color-word {
        border-color: #4472C4 !important;

        a {
            i {
                color: #4472C4;
            }
        }
    }
}
*/
.btn.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 0;
  color: #6b7381;
  background: #bdc1c8;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}

.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

.btn-toggle:before {
  content: "Off";
  left: -4rem;
}

.btn-toggle:after {
  content: "On";
  right: -4rem;
  opacity: 0.5;
}

.btn-toggle > .handle {
  position: absolute;
  top: 2.5px;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0;
  background: #fff;
  transition: left 0.25s;
  box-shadow: none;
}

.btn-toggle.active {
  transition: background-color 0.25s;
}

.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}

.btn-toggle.active:before {
  opacity: 0.5;
}

.btn-toggle.active:after {
  opacity: 1;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}

.btn-toggle.btn-sm:before {
  text-align: right;
}

.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}

.btn-toggle.btn-sm.active:before {
  opacity: 0;
}

.btn-toggle.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  display: none;
}

.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}

.btn-toggle.active {
  background-color: #29b5a8;
}

.btn-toggle.btn-lg {
  margin: 0 5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 2.5rem;
  width: 5rem;
  border-radius: 0;
}

.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
  outline: none;
}

.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
  line-height: 2.5rem;
  width: 5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

.btn-toggle.btn-lg:before {
  content: "Off";
  left: -5rem;
}

.btn-toggle.btn-lg:after {
  content: "On";
  right: -5rem;
  opacity: 0.5;
}

.btn-toggle.btn-lg > .handle {
  position: absolute;
  top: 4px;
  left: 0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0;
  background: #fff;
  transition: left 0.25s;
  box-shadow: none;
}

.btn-toggle.btn-lg.active {
  transition: background-color 0.25s;
}

.btn-toggle.btn-lg.active > .handle {
  left: 2.8125rem;
  transition: left 0.25s;
}

.btn-toggle.btn-lg.active:before {
  opacity: 0.5;
}

.btn-toggle.btn-lg.active:after {
  opacity: 1;
}

.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
  line-height: 0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.6875rem;
  width: 3.875rem;
}

.btn-toggle.btn-lg.btn-sm:before {
  text-align: right;
}

.btn-toggle.btn-lg.btn-sm:after {
  text-align: left;
  opacity: 0;
}

.btn-toggle.btn-lg.btn-sm.active:before {
  opacity: 0;
}

.btn-toggle.btn-lg.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
  display: none;
}

.btn-toggle.btn-sm {
  margin: 0 0.5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 0;
}

.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
  outline: none;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: 1rem;
  width: 0.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

.btn-toggle.btn-sm:before {
  content: "Off";
  left: -0.5rem;
}

.btn-toggle.btn-sm:after {
  content: "On";
  right: -0.5rem;
  opacity: 0.5;
}

.btn-toggle.btn-sm > .handle {
  position: absolute;
  top: 2.5px;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0;
  background: #fff;
  transition: left 0.25s;
  box-shadow: none;
}

.btn-toggle.btn-sm.active {
  transition: background-color 0.25s;
}

.btn-toggle.btn-sm.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}

.btn-toggle.btn-sm.active:before {
  opacity: 0.5;
}

.btn-toggle.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
  line-height: 1.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}

.btn-toggle.btn-sm.btn-sm:before {
  text-align: right;
}

.btn-toggle.btn-sm.btn-sm:after {
  text-align: left;
  opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:before {
  opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
  display: none;
}

.btn-toggle.btn-xs {
  margin: 0 0;
  padding: 0;
  position: relative;
  border: none;
  height: 1rem;
  width: 2rem;
  border-radius: 0;
}

.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
  outline: none;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  line-height: 0.5rem;
  width: 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

.btn-toggle.btn-xs:before {
  content: "Off";
  left: 0;
}

.btn-toggle.btn-xs:after {
  content: "On";
  right: 0;
  opacity: 0.5;
}

.btn-toggle.btn-xs > .handle {
  position: absolute;
  top: 1.5px;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0;
  background: #fff;
  transition: left 0.25s;
  box-shadow: none;
}

.btn-toggle.btn-xs.active {
  transition: background-color 0.25s;
}

.btn-toggle.btn-xs.active > .handle {
  left: 1.125rem;
  transition: left 0.25s;
}

.btn-toggle.btn-xs.active:before {
  opacity: 0.5;
}

.btn-toggle.btn-xs.active:after {
  opacity: 1;
}

.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
  line-height: -1rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.275rem;
  width: 1.55rem;
}

.btn-toggle.btn-xs.btn-sm:before {
  text-align: right;
}

.btn-toggle.btn-xs.btn-sm:after {
  text-align: left;
  opacity: 0;
}

.btn-toggle.btn-xs.btn-sm.active:before {
  opacity: 0;
}

.btn-toggle.btn-xs.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
  display: none;
}

.btn-toggle.btn-secondary {
  color: #6b7381;
  background: #bdc1c8;
}

.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
  color: #6b7381;
}

.btn-toggle.btn-secondary.active {
  background-color: #ff8300;
}

.btn-toggle.swicth-yes-no:before {
  content: "No" !important;
  left: -4rem;
  color: #6b7381;
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

.btn-toggle.swicth-yes-no:after {
  content: "Yes" !important;
  right: -4rem;
  color: #6b7381;
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  opacity: 0.25;
}

.btn-toggle.active:after {
  opacity: 1;
}

.btn-toggle.swicth-blank:before {
  content: "" !important;
}

.btn-toggle.swicth-blank:after {
  content: "" !important;
}

.switch {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
  line-height: 18px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e5e3e3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .switch-text {
  margin-left: 50px;
}

.switch input:checked + .slider {
  background-color: var(--primary-color);
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

.offcanvas-35vw {
  width: 35vw !important;
}

li[data-bs-toggle=offcanvas][data-bs-target="#NotificationOffcanvas"] .badge-pill {
  padding: 0;
  font-size: 10px;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -9px;
  right: -6px;
}

.noti-card {
  box-shadow: none;
  background-color: #f9f9f9;
  margin-bottom: 10px;
}
.noti-card .box-body {
  padding: 10px 10px;
}
.noti-card .box-body .noti-icon {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ededed;
  border-radius: 6px;
  margin-right: 8px;
}
.noti-card .box-body .noti-details {
  width: calc(100% - 58px);
}
.noti-card .box-body .noti-details .noti-title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 600;
}
.noti-card .box-body .noti-details .noti-time {
  margin-bottom: 0;
  line-height: 16px;
  font-size: 12px;
}
.noti-card .box-body .noti-priority {
  border: 1px solid;
  padding: 1px 5px;
  border-radius: 3px;
}
.noti-card .box-body .noti-desc {
  margin-bottom: 0;
  line-height: 16px;
  font-size: 12px;
  word-break: break-word;
}
.noti-card .btn-primary-light-cust {
  background-color: rgba(103, 119, 239, 0.0784313725) !important;
  color: #6777ef !important;
}
.noti-card .btn-primary-light-cust:hover {
  background-color: rgba(103, 119, 239, 0.0784313725) !important;
}
.noti-card .btn-info-light-cust {
  background-color: rgba(58, 186, 244, 0.0784313725) !important;
  color: #3abaf4 !important;
}
.noti-card .btn-info-light-cust:hover {
  background-color: rgba(58, 186, 244, 0.0784313725) !important;
}
.noti-card .btn-danger-light-cust {
  background-color: rgba(252, 84, 75, 0.0784313725) !important;
  color: #fc544b !important;
}
.noti-card .btn-danger-light-cust:hover {
  background-color: rgba(252, 84, 75, 0.0784313725) !important;
}
.noti-card .btn-warning-light-cust {
  background-color: rgba(255, 164, 38, 0.0784313725) !important;
  color: #ffa426 !important;
}
.noti-card .btn-warning-light-cust:hover {
  background-color: rgba(255, 164, 38, 0.0784313725) !important;
}
.noti-card .btn-success-light-cust {
  background-color: rgba(84, 202, 104, 0.0784313725) !important;
  color: #54ca68 !important;
}
.noti-card .btn-success-light-cust:hover {
  background-color: rgba(84, 202, 104, 0.0784313725) !important;
}
.noti-card .btn-secondary-light-cust {
  background-color: rgba(205, 211, 216, 0.2117647059) !important;
  color: #aaaeb2 !important;
}
.noti-card .btn-secondary-light-cust:hover {
  background-color: rgba(205, 211, 216, 0.2117647059) !important;
}
.noti-card .opt-details .icon-outer {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  padding: 0 8px;
  width: 30px;
  height: 30px;
  transition: width 0.6s ease, background-color 0.4s ease;
  margin-right: 10px;
  overflow: hidden;
}
.noti-card .opt-details .icon-outer .opt-details_name {
  opacity: 0;
  margin-left: 10px;
  transition: opacity 0.3s ease 0.2s;
  white-space: nowrap;
}
.noti-card .opt-details .icon-outer:hover {
  width: 150px;
}
.noti-card .opt-details .icon-outer:hover .opt-details_name {
  opacity: 1;
}
.noti-card .opt-details .icon-outer:nth-child(1):hover {
  width: 194px;
}
.noti-card .opt-details .icon-outer:nth-child(2):hover {
  width: 182px;
}
.noti-card .opt-details .icon-outer:nth-child(3):hover {
  width: 98px;
}
.noti-card .opt-details .icon-outer:nth-child(4):hover {
  width: 118px;
}

.release-notes .release-notes-sidebar {
  max-height: 600px;
  overflow-y: auto;
  background-color: #F8F8F8;
  border-radius: 10px;
  padding: 24px 10px;
}
.release-notes .release-notes-sidebar input {
  background: #fff;
  border: 1px solid #efefef;
  font-size: 12px;
  outline: none;
  width: 100%;
  border-radius: 8px;
  padding: 8px 14px;
  margin-bottom: 6px;
}
.release-notes .release-notes-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.release-notes .release-notes-sidebar ul li {
  margin: 0 8px;
}
.release-notes .release-notes-sidebar ul li button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: bold;
  padding: 6px 14px;
  background-color: transparent;
  border: none;
  font-size: 14px;
  color: #666666;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.release-notes .release-notes-sidebar ul li button i {
  transition: transform 0.3s ease;
}
.release-notes .release-notes-sidebar ul li button[aria-expanded=true] i {
  transform: rotate(90deg);
}
.release-notes .release-notes-sidebar ul li ul {
  padding: 0;
}
.release-notes .release-notes-sidebar ul li ul li {
  margin: 8px 0;
}
.release-notes .release-notes-sidebar ul li ul li a {
  display: block;
  text-decoration: none;
  padding: 4px 28px;
  font-size: 14px;
  color: #505050;
  font-weight: 500;
  border-left: 3px solid transparent;
  transition: padding-left 0.3s ease;
}
.release-notes .release-notes-sidebar ul li ul li a:hover {
  color: #7686fc;
  background-color: rgba(193, 195, 212, 0.11);
  border-radius: 8px;
}
.release-notes .release-notes-sidebar ul li ul li a.active {
  color: #7686fc;
  background-color: rgba(193, 195, 212, 0.11);
  border-radius: 8px;
}
.release-notes .release-notes-content {
  border-radius: 8px;
  position: relative;
  border: 1px solid #eee;
  padding: 20px 25px;
}
.release-notes .release-notes-content .release-notes-header h2 {
  position: sticky;
  top: 0;
  z-index: 10;
  color: #212529;
  font-weight: bold;
  margin-bottom: 14px;
}
.release-notes .release-notes-content .release-notes-header .release-notes-date {
  color: #6c757d;
  border-bottom: 1px solid #dee2e6;
  border-color: #dee2e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.release-notes .release-notes-content .release-notes-header .release-notes-date p {
  margin: 0;
}
.release-notes .release-notes-content .release-notes-header .release-notes-date .published-date span:not(:first-of-type) {
  margin-left: 6px;
}
.release-notes .release-notes-content .release-notes-header .release-notes-date .generate-pdf {
  margin-right: 18px;
}
.release-notes .release-notes-content .release-notes-header .release-notes-date .generate-pdf span {
  font-size: 18px;
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 3px 11px;
  display: block;
  border-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.release-notes .release-notes-content .release-notes-header .release-notes-date .generate-pdf span:hover {
  background: #6e7efd;
}
.release-notes .release-notes-content .release-notes-header .release-notes-date .generate-pdf span:hover i {
  color: #fff;
}
.release-notes .release-notes-content .release-notes-body {
  max-height: 500px;
  overflow-y: auto;
  padding: 12px 0;
}
.release-notes .release-notes-content .release-notes-body h6 {
  margin: 4px 0;
  font-size: 22px;
}
.release-notes .release-notes-content .release-notes-body p {
  margin: 0;
  color: #2d2d2d;
}
.release-notes .release-notes-content .release-notes-body ul li p {
  margin: 0;
}
.release-notes .release-notes-content .release-notes-body img {
  max-width: 100%;
  height: auto;
}

.z-index-99999 {
  z-index: 99999 !important;
}

.z-index-9999 {
  z-index: 9999 !important;
}

.z-index-999 {
  z-index: 999 !important;
}

.z-index-99 {
  z-index: 99 !important;
}

.z-index-9 {
  z-index: 9 !important;
}

/*for bold report filter hide*/
.viewer_native_toolbar_item.e-rv-native-rightToolbarOuter.e-control.e-tooltip.e-lib {
  display: none !important;
}
