﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo+2: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&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&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("https://fonts.googleapis.com/css2?family=Exo+2: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&family=Overpass: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&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&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");
.darkSlateGrey {
  color: #355070;
}

.darkSlateGrey-bg {
  background: #355070;
}

.dimGrey {
  color: #6d597a;
}

.dimGrey-bg {
  background: #6d597a;
}

.indianred {
  color: #b56576;
}

.indianred-bg {
  background: #b56576;
}

.lightcoral {
  color: #e56b6f;
}

.lightcoral-bg {
  background: #e56b6f;
}

.burlywood {
  color: #eaac8b;
}

.burlywood-bg {
  color: #eaac8b;
}

.linkBlue {
  color: #0d70fd;
  font-weight: 500;
  cursor: pointer;
}

/**
* Icon COlors
*/
/**
*Banner Colors
**/
/**
*File colors
**/
.progress-red {
  color: #ff7b89;
}

.progress-purple {
  color: #6545eb;
}

.progress-blue {
  color: #0d70fd;
}

.progress-green {
  color: #2a9d8f;
}

.progress-orange {
  color: #f8961e;
}

.progress-thick {
  font-weight: 500;
}

table.table {
  border-collapse: separate;
  border-spacing: 2px 8px;
  border: none;
}

table.table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

table.table thead * {
  background: transparent !important;
}

table.table thead th {
  border-top: none;
  border-left: none;
  border-right: none;
  background: rgba(255, 255, 255, 0.95) !important;
}

table.table thead th:nth-child(4n-3) {
  border-bottom: 2px solid #0d70fd !important;
}

table.table thead th:nth-child(4n-2) {
  border-bottom: 2px solid red !important;
}

table.table thead th:nth-child(4n-1) {
  border-bottom: 2px solid orangered !important;
}

table.table thead th:nth-child(4n) {
  border-bottom: 2px solid #6545eb !important;
}

table.table tbody tr {
  border-radius: 5px !important;
  border: 1px solid silver !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1) !important;
}

table.table tbody tr td {
  vertical-align: middle;
  border-bottom: none !important;
  font-size: smaller;
  border-top: none;
  border-left: none;
  border-right: none;
}

table.table tbody tr td:first-child {
  border-left: 5px solid transparent !important;
}

table.table tbody tr:hover td {
  background: #f7f7f7;
}

table.table tbody tr:hover td:first-child {
  border-left: 5px solid #0d70fd !important;
}

table.table tbody tr.inside-row {
  background: white;
  border-radius: 5px;
}

table.table tbody tr.inside-row td {
  border-left: 5px solid transparent !important;
}

table.table tbody tr.inside-row:hover td {
  background: white;
  border-left: 5px solid #0d70fd !important;
}

/**
* TODO: Main Nav values
*/
.tableToolabarLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.tableToolabarLeft button, .tableToolabarLeft .selectExport {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  font-weight: 500;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.tableToolabarLeft .savedFilterListUL li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.tableToolabarLeft .savedFilters {
  display: inline !important;
  border: 1px solid #277da1;
  color: #277da1;
}

.tableToolabarLeft .savedFilters:hover {
  color: white;
  background: #2983a9;
}

.tableToolabarLeft .selectExport {
  border: 1px solid #b56576;
  color: #b56576;
}

.tableToolabarLeft .selectExport:hover {
  color: white;
  background: #b86c7c;
}

.tableToolabarLeft .filterTableBtn {
  border: 1px solid #34aa8b;
  color: #34aa8b;
}

.tableToolabarLeft .filterTableBtn:hover {
  color: white;
  background: #36b291;
}

.tableToolabarLeft .selectExport {
  height: 35px;
}

/**
* ! bootstrap table properties for furure reference
*/
.bootstrap-table.bootstrap5 .fix-sticky * {
  background: #ffffff;
}

.bootstrap-table.bootstrap5 .fixed-table-toolbar input[type=text] {
  height: 35px;
}

.bootstrap-table.bootstrap5 .fixed-table-toolbar .columns.columns-right.btn-group button {
  border: 1px solid #ced4da;
  background: white;
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  box-shadow: none !important;
}

.bootstrap-table.bootstrap5 .fixed-table-toolbar .columns.columns-right.btn-group button i {
  font-size: 14px !important;
}

.bootstrap-table.bootstrap5 .fixed-table-toolbar .columns.columns-right.btn-group button:first-child {
  border-radius: 10px 0 0 10px;
}

.bootstrap-table.bootstrap5 .fixed-table-toolbar .columns.columns-right.btn-group button:first-child {
  border-radius: 0 10px 10px 0;
}

.bootstrap-table.bootstrap5 .fixed-table-toolbar .columns.columns-right.btn-group button:hover {
  background: rgba(3, 3, 3, 0.4);
  color: white;
}

.bootstrap-table.bootstrap5 .fixed-table-container .fixed-table-body table thead th {
  border-left: none;
  border-right: none;
}

.bootstrap-table.bootstrap5 .fixed-table-container .fixed-table-body table tbody tr td {
  border-left: none;
  border-right: none;
}

.bootstrap-table.bootstrap5 .fixed-table-pagination .pagination-detail .pagination-info, .bootstrap-table.bootstrap5 .fixed-table-pagination .pagination-detail .page-list {
  font-size: smaller;
}

.bootstrap-table.bootstrap5 .fixed-table-pagination .pagination-detail .page-list .btn-group.dropdown.dropup button {
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: white;
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.bootstrap-table.bootstrap5 .fixed-table-pagination .pagination-detail .page-list .btn-group.dropdown.dropup button:hover {
  background: rgba(3, 3, 3, 0.4);
  color: white;
}

.bootstrap-table.bootstrap5 .fixed-table-pagination .pagination .pagination {
  font-size: smaller;
}

.bootstrap-table.bootstrap5 .fixed-table-pagination .pagination .pagination .active .page-link {
  color: #ffffff;
}

.bootstrap-table .fixed-table-container .table thead th .th-inner {
  padding: 0.3rem 0.5rem !important;
}

.bootstrap-table.bootstrap5 .search-input {
  height: 37px;
}

.filterOption #valueToSearch {
  width: 100%;
}

.filterOption .fa-times:hover {
  cursor: pointer;
  color: red;
}

.filterOption .fa-plus {
  font-size: 14px;
}

.filterOption .fa-plus:hover {
  color: #0d70fd;
}

.filterOption #valueToSearchTo, .filterOption label[for=valueToSearchTo] {
  display: none;
  margin-top: -10px;
}

.filterOption input, .filterOption select {
  height: 30px;
  width: 100%;
}

.filterOption .minusInFilter {
  font-size: 14px;
  position: absolute;
  right: 3%;
}

.saveFilter {
  padding: 10px 20px;
  border-top: 1px solid #c8c9ca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.saveFilter input {
  height: 30px;
  display: inline;
}

@media (max-width: 768px) {
  .bootstrap-table.bootstrap5 .fixed-table-toolbar .float-right.search.btn-group {
    width: 100%;
  }
}
.bootstrap-table table.table {
  border-collapse: separate;
  border-spacing: 2px 10px;
}

.bootstrap-table table.table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.bootstrap-table table.table thead th {
  background: rgba(255, 255, 255, 0.95) !important;
}

.bootstrap-table table.table thead th:nth-child(4n-3) {
  border-bottom: 2px solid #0d70fd !important;
}

.bootstrap-table table.table thead th:nth-child(4n-2) {
  border-bottom: 2px solid red !important;
}

.bootstrap-table table.table thead th:nth-child(4n-1) {
  border-bottom: 2px solid orangered !important;
}

.bootstrap-table table.table thead th:nth-child(4n) {
  border-bottom: 2px solid #6545eb !important;
}

.bootstrap-table table.table tbody tr {
  border-radius: 5px !important;
  border: 1px solid silver !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1) !important;
}

.bootstrap-table table.table tbody tr td {
  vertical-align: middle;
  border-bottom: none !important;
  font-size: 13px;
}

.bootstrap-table table.table tbody tr td:first-child {
  border-left: 0px solid transparent !important;
}

.bootstrap-table table.table tbody tr:hover td {
  background: #f7f7f7;
}

.bootstrap-table table.table tbody tr td:first-child {
  border-left: 5px solid transparent !important;
}

.bootstrap-table table.table tbody tr:hover td:first-child {
  border-left: 5px solid #0d70fd !important;
}

.bootstrap-table table.table tbody tr.inside-row {
  background: white;
  border-radius: 5px;
}

.bootstrap-tabletable.table tbody tr.inside-row td {
  border-left: 5px solid transparent !important;
}

.bootstrap-table table.table tbody tr.inside-row:hover td {
  background: white;
  border-left: 5px solid #0d70fd !important;
}

.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #4388b5;
  border-color: #4388b5;
}

.bootstrap-table .fixed-table-container .table {
  display: table !important;
}


.table:not(.table-sm):not(.table-md):not(.dataTable) td, .table:not(.table-sm):not(.table-md):not(.dataTable) th {
  height: 30px;
}

.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
  min-width: 115px !important;
}

.bootstrap-table.bootstrap5 .fixed-table-toolbar .columns.columns-right.btn-group button:first-child {
  border-radius: 0 !important;
}

.table-fixed-height {
  height: 400px;
  overflow-y: auto;
  border: 1px solid #f6f6f6;
}
.table-fixed-height th {
  position: sticky;
  top: 0;
  background-color: #f6f6f6 !important;
  z-index: 1080;
}

.table-responsive::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.table-responsive::-webkit-scrollbar-track {
  background: #fff;
}

.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: rgb(216, 213, 213);
}

.header-fixed .fixed-table-body {
  height: 500px !important;
  overflow-y: auto;
}

.pending-status.hide {
  display: none !important;
}

.all-data.hide {
  display: none !important;
}

.onboarded.hide {
  display: none !important;
}

.table-bordered > :not(caption) > * {
  border-width: 0px 0;
}

.tbl-fix-height {
  height: 170px;
  overflow: scroll;
}

.tbl-fix-height-270 {
  height: 270px;
  overflow: scroll;
}

/*.select2{
    max-width:100%;
    width: 100% !important;
}

.select2-selection__rendered{
    font-size:14px;
}


.select2-dropdown {
    border-color: #6777ef !important;
    box-shadow: rgba(0,0,0,0.16) 0px 1px 4px;
}

.select2-results__option[aria-selected] {    
    line-height: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f0f3ff;
    color: #6777ef;

}

.select2-results__option {
     padding: 6px; 
} 

.select2-container--default .select2-results>.select2-results__options{
    max-height:300px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    color: #6777ef;
}*/
/*.select2-container.select2-container--default{
    z-index:9999 !important;
}*/
/*.select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: 42px;
    line-height: 42px;
    padding-left: 20px;
    padding-right: 20px;
}
.select2-dropdown {
    z-index: 1080;
}*/
/*-------------------------------------------------------------------------------------
The Below CSS is Updated One and Overriding the Above Commented CSS (Reference RF Core)
---------------------------------------------------------------------------------------*/
.select2 {
  max-width: 100%;
  width: 100% !important;
}

.select2-selection__rendered {
  font-size: 14px;
}

.select2-dropdown {
  border-color: #6777ef !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  z-index: 1080 !important;
}

.select2-results__option {
  line-height: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-results__options .select2-results__option--highlighted[aria-selected], .select2-results__options .select2-results__option--selected {
  background-color: #f0f3ff !important;
  color: #6777ef !important;
}

.select2-results__option {
  padding: 6px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: #6777ef;
  border-right: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 4px;
}

.select2-dropdown .select2-results > .select2-results__options {
  max-height: 300px;
  overflow-y: auto;
}

.multiselect-select2 + .select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 18px;
  width: 18px;
  border: 1.5px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 8px;
  vertical-align: middle;
}

.multiselect-select2 + .select2-results__option.select2-results__option--selected:before {
  font-family: bootstrap-icons !important;
  content: "\f272";
  color: #fff;
  background-color: #6777ef;
  border: 0;
  display: inline-block;
  padding-left: 1px;
}

.multiselect-select2 + .select2-container--default .select2-results__option.select2-results__option--selected {
  background-color: #fff;
}

.multiselect-select2 + .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eaeaeb;
  color: #272727;
}

.multiselect-select2 + .select2-selection .select2-selection--multiple:after {
  content: "hhghgh";
}

.multiselect-select2 + .select-icon .select2-selection__placeholder .badge {
  display: none;
}

.select-icon .placeholder {
  display: none;
}

.multiselect-select2 + .select-icon .select2-results__option:before,
.multiselect-select2 + .select-icon .select2-results__option[aria-selected=true]:before {
  display: none !important;
}

.multiselect-select2 + .select-icon .select2-search--dropdown {
  display: none;
}

.select2-selection__rendered {
  margin-bottom: 0 !important;
}

.select2-selection.select2-selection--multiple {
  overflow-x: auto;
}

.select2-search--inline .select2-search__field {
  padding-left: 0px !important;
  padding-top: 0px !important;
  margin-top: 0px !important;
  width: 100% !important;
  font-family: inherit !important;
  height: 23px !important;
  margin-left: 0px !important;
}
.select2-search--inline .select2-search__field::placeholder {
  color: #444;
}

.select2-search--inline:after {
  content: "";
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 20px;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-selection--multiple {
  display: flex !important;
  align-items: center;
}

.multiselect-select2-append + .select2-container .select2-search {
  width: 50%;
}

.select2-search--inline .select2-search__field {
  font-size: 14px !important;
}

.custom-select {
  height: calc(2.25rem + 4px) !important;
}

.table-input .select2 {
  width: 145px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding-left: 8px;
  padding-right: 14px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  right: 0px;
  left: unset;
  margin-right: 0;
}

.select2-with-input .select2-container {
  width: 150px !important;
}

#app .main-wrapper .main-content .section .section-body .card .card-body .select2.select2-container .selection .select2-selection {
  direction: ltr !important;
  padding-bottom: 0 !important;
}
#app .main-wrapper .main-content .section .section-body .card .card-body .select2.select2-container .selection .select2-selection .select2-selection__arrow {
  left: unset !important;
  right: 0 !important;
}
#app .main-wrapper .main-content .section .section-body .card .card-body .select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-search {
  line-height: normal;
}
#app .main-wrapper .main-content .section .section-body .card .card-body .select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-search .select2-search__field {
  align-content: center;
  padding-left: 0 !important;
}

.input-to-toggle {
  display: none;
}

.input-selected {
  background: #F0F3FF 0% 0% no-repeat padding-box;
  color: #6777EF;
}

.custom-select {
  border-radius: 4px 0 0 4px;
  padding: 0 10px;
}

.rdo-boxes .form-check {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 10px;
  margin-right: 10px;
  font-size: 16px;
}

.btn-excel, .btn-excel.disabled {
  box-shadow: 0 2px 6px #8edc9c;
  background-color: #1D6F42;
  border-color: #1D6F42;
  color: #fff;
}

.btn-excel:hover, .btn-excel.disabled:hover {
  background-color: rgba(85, 150, 96, 0.9411764706) !important;
  border-color: rgba(85, 150, 96, 0.9411764706) !important;
  color: #fff;
}

.btn-pdf, .btn-pdf.disabled {
  box-shadow: 0 2px 6px #fd9b96;
  background-color: #F40F02;
  border-color: #F40F02;
  color: #fff;
}

.btn-pdf:hover, .btn-pdf.disabled:hover {
  background-color: #ff0d00 !important;
  border-color: #ff0d00 !important;
  color: #fff;
}

.main-content {
  padding-top: 72px;
  padding-right: 10px;
}
@media only screen and (min-width: 1024px) {
  .main-content {
    padding-left: 220px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.main-sidebar .nav-link span {
  font-weight: 500;
}

.navbar {
  height: 54px;
  left: 210px;
}

@media (max-width: 1024px) {
  .navbar {
    left: 5px !important;
    right: 0;
  }
}
.main-sidebar .sidebar-brand {
  height: 60px;
}

sup {
  top: -0.2em;
}

.settingSidebar .settingPanelToggle {
  top: 0 !important;
}

.card .card-header h4, h6 {
  font-size: 17px;
  line-height: 28px;
  padding-right: 10px;
  margin-bottom: 0;
  color: #212529;
}

.form-control, .input-group-text, .custom-select, .custom-file-label {
  border-color: rgb(205.05, 208.75, 249.45);
}

.select2-container .select2-selection--multiple, .select2-container .select2-selection--single {
  border-color: rgb(205.05, 208.75, 249.45);
}

.main-sidebar .sidebar-menu li a span {
  margin-top: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: initial;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a:before {
  left: 14px;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a:hover:before {
  left: 16px;
}

.sidebar-mini .main-content, .sidebar-mini .main-footer {
  padding-left: 77px;
}

.main-sidebar {
  width: 210px;
}
.main-sidebar li .lvl-1-nav {
  padding: 0 10px !important;
  font-size: 12px;
  height: 40px !important;
}
.main-sidebar li .second-level-list a {
  padding-left: 30px !important;
  font-size: 12px;
  padding-right: 8px;
}

.main-sidebar li .second-level-list a {
  padding-left: 28px !important;
  font-size: 12px;
  padding-right: 8px;
}

.sidebar-mini #sideMenuSearchInput {
  display: none;
}

.sidebar-mini .bottom-container-side {
  display: none;
}

.dropdown .dropdown-toggle::after {
  display: none;
}

.dashboardcode-bsmultiselect .dropdown-menu {
  width: auto;
  height: 400px;
  overflow-y: auto;
}

.userdropdown-icons {
  display: flex;
  justify-content: space-around;
  align-content: center;
  flex-direction: row;
  padding: 0 10px;
}
.userdropdown-icons a {
  color: #fff !important;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  font-size: 14px;
}
.userdropdown-icons a:hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.userdropdown-icons a i {
  margin-left: 0 !important;
}
.userdropdown-icons a.change-pass {
  background: #6777ef;
}
.userdropdown-icons a.help-page {
  background: #ffa426;
}
.userdropdown-icons a.logout-icon {
  background: #dc3545;
}

.version-disp {
  padding: 0 0 14px 0;
}
.version-disp code {
  line-height: 0.5px;
  font-size: 14px;
  color: #d63384;
}
.version-disp .release-note-text {
  display: block;
  font-size: 11px;
  line-height: 1px;
  color: gray;
}

.tippy-box[data-theme~=Logout] {
  background-color: #dc3545;
  color: #fff;
}

.tippy-box[data-theme~=Logout] > .tippy-arrow::before {
  border-top-color: #dc3545;
}

.tippy-box[data-theme~=Help] {
  background-color: #ffa426;
  color: #fff;
}

.tippy-box[data-theme~=Help] > .tippy-arrow::before {
  border-top-color: #ffa426;
}

.dropdown-list .dropdown-list-content:not(.is-end):after {
  height: 0;
  width: 0;
}

.select2-search--inline .select2-search__field {
  padding-left: 13px !important;
}
.select2-search--inline .select2-search__field::placeholder {
  color: #444;
}

.select2-search--inline:after {
  content: "";
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 20px;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.sidebar-menu .dropdown-menu {
  width: auto !important;
  background-color: #fff !important;
  border: none !important;
  border: none;
  border-radius: 4px !important;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: none !important;
}

.page-link {
  box-shadow: none !important;
}

.page-list .btn-secondary {
  box-shadow: none !important;
}

.dropdown-prerequisite .list-group .list-group-item {
  background: #f0f3ff;
  font-size: 0.8rem;
}
.dropdown-prerequisite .list-group li {
  list-style-type: none;
  padding: 5px;
  background: #f0f3ff;
  margin-bottom: 5px;
}
.dropdown-prerequisite .list-group li a {
  font-size: 15px;
}
.dropdown-prerequisite .dropdown-menu {
  width: 250px;
}
.dropdown-prerequisite .pre-icon {
  transform: rotate(315deg);
}

.dropdown-video > a {
  color: #98ca3c;
}
.dropdown-video > a:hover {
  color: #98ca3c;
}
.dropdown-video .list-group li {
  list-style-type: none;
  padding: 5px;
  background: #f0f3ff;
  margin-bottom: 5px;
}
.dropdown-video .list-group a {
  font-size: 15px;
}
.dropdown-video .dropdown-menu {
  width: 250px;
}

.dropdown-prerequisite a {
  cursor: pointer;
  font-size: 20px;
}

.dropdown-video a {
  cursor: pointer;
  font-size: 23px;
}

.dropdown-tour a {
  cursor: pointer;
  font-size: 20px;
}

.dropdown-tour > a {
  color: orangered;
}
.dropdown-tour > a:hover {
  color: orangered;
}

#myDropdown li, #myDropdown2 li {
  background: #f0f3ff !important;
}

.bookmark-icon {
  color: #f8961e;
  font-size: 18px;
  padding: 0 2px;
  cursor: pointer;
}

/*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;
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 6px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 18px;
  width: 18px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: #ffffff;
  border: #ccc solid 1px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.2rem;
  outline: none;
  position: relative;
  z-index: 1000;
}

.option-input:hover {
  background: #eee;
}

.option-input:checked {
  background: #346cb0;
  border-color: #346cb0;
}

.option-input:checked::before {
  height: 18px;
  width: 18px;
  position: absolute;
  content: "✔";
  display: inline-block;
  font-weight: bold;
  padding-right: 2px;
  /*font-size: 20;*/
  text-align: center;
  line-height: 18px;
}

.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #feb018;
  content: "";
  display: block;
  position: relative;
  z-index: 100;
}

.option-input.radio {
  border-radius: 50%;
  top: 3px;
  width: 18px;
  height: 18px;
  left: -1px;
  margin-right: 0.15rem;
}

.option-input.radio::after {
  border-radius: 50%;
}

.edit-controls .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 8px;
  margin-top: 10px;
}

.edit-controls .btn-default {
  border-color: #d9d9d9;
  background-image: linear-gradient(#ffffff, #f2f2f2);
}

.edit-controls .btn-xs {
  font-size: 0.8em;
  padding: 0.25em 0.75em;
}

.edit-controls .btnEditor {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  border-bottom: 0.15em solid whitesmoke;
  padding: 0.65em 1.3em;
}

.edit-controls .btn-group .fa {
  font-size: 18px;
}

.banner-img span {
  font-size: 40px;
  float: right;
  color: #6777ef;
}

.subPage-heading {
  line-height: 20px;
}

.dropdown.active-link a.lvl-1-nav {
  background-color: #f0f3ff !important;
}
.dropdown.active-link a.lvl-1-nav i, .dropdown.active-link a.lvl-1-nav span {
  color: #6777ef !important;
}

.nav-link.lvl-2-nav.active-sub-link {
  color: #6777ef !important;
}

.nav-link span {
  font-weight: 500 !important;
}

.role-menu-header {
  background-color: #6777ef !important;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 1080;
}

.menuBody {
  border: 1px solid #6777ef;
  height: 400px;
  overflow-y: auto;
}

/* Rating css added by gaurav */
.emojis {
  display: flex;
}

.rating-title h5 {
  font-size: 20px;
  font-weight: 600;
}

.half-stars-example .rating-group {
  display: inline-flex;
}

.half-stars-example .rating__icon {
  pointer-events: none;
}

.half-stars-example .rating__input {
  position: absolute !important;
  left: -9999px !important;
}

.half-stars-example .rating__label {
  /*cursor: pointer;*/
  padding: 0 0.1em;
  font-size: 30px !important;
}

.half-stars-example .rating__label--half {
  padding-right: 0;
  margin-right: -0.6em;
  z-index: 2;
}

.half-stars-example .rating__icon--star {
  color: orange;
}

.half-stars-example .rating__icon--none {
  color: #eee;
}

.half-stars-example .rating__input--none:checked + .rating__label .rating__icon--none {
  color: red;
}

.half-stars-example .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}

.half-stars-example .rating-group:disabled .rating__label .rating__icon--star, .half-stars-example .rating-group:disabled .rating__label--half .rating__icon--star {
  color: orange;
}

.half-stars-example .rating__input:disabled ~ .rating__label .rating__icon--star, .half-stars-example .rating__input:disabled ~ .rating__label--half .rating__icon--star {
  color: #ddd;
}

.half-stars-example .rating-group:disabled .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
  color: #eee;
}

.half-stars-example .rating__input--none:disabled + .rating__label .rating__icon--none {
  color: red;
}

.slideraaa .ui-slider-range {
  background: #729fcf;
}

.slideraaa .ui-slider-handle {
  border-color: #729fcf;
}

.slidecontainer {
  width: 100%;
}

.showTextbox {
  display: block inline;
}

.hideTextbox {
  display: none;
}

.grab {
  cursor: pointer;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}

.copo-mapping {
  font-size: 10px;
}

.badge {
  text-transform: uppercase;
  font-size: 10px;
}

.badge.badge-success {
  color: #37ab4b;
  border: 1px solid #37ab4b;
  background-color: transparent;
}

.badge.badge-warning {
  background-color: transparent;
  color: orange;
  border: 1px solid orange;
}

.badge.badge-info {
  background-color: transparent;
  color: #3abaf4;
  border: 1px solid #3abaf4;
}

.badge.badge-secondary {
  background-color: transparent;
  color: #34395e;
  border: 1px solid #34395e;
}

.badge.badge-danger {
  background-color: transparent;
  color: #fc544b;
  border: 1px solid #fc544b;
}

.badge.badge-primary {
  background-color: transparent;
  color: #6777ef;
  border: 1px solid #6777ef;
}

.modebar-btn.plotlyjsicon.modebar-btn--logo {
  display: none !important;
}

.pvtUi {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
.pvtUi .pvtUiCell {
  border: 1px solid #e1e1e1;
  background: #f7f7f7;
}
.pvtUi .pvtUiCell .pvtRenderer {
  word-wrap: normal;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.3rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.pvtUi .pvtUiCell .pvtRenderer:focus {
  border-color: #6777ef;
}
.pvtUi .pvtVals.pvtUiCell .pvtAggregator, .pvtUi .pvtVals.pvtUiCell .pvtAttrDropdown {
  margin-bottom: 0px;
  word-wrap: normal;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.3rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.pvtUi .pvtVals.pvtUiCell .pvtAggregator:focus, .pvtUi .pvtVals.pvtUiCell .pvtAttrDropdown:focus {
  border-color: #6777ef;
}
.pvtUi .pvtVals.pvtUiCell .pvtAttrDropdown {
  margin-top: 3px;
}
.pvtUi .pvtAxisContainer {
  border: 1px solid #e1e1e1;
  background: #f7f7f7;
}
.pvtUi .pvtAxisContainer .pvtAttr {
  background: #ffffff;
  border: 1px solid #d3d8dd;
  color: #34395e;
  padding: 0.2rem 0.5rem;
}
.pvtUi span.count {
  color: #007bff;
}
.pvtUi .pvtFilterBox {
  border: 1px solid #e1e1e1;
  z-index: 5555;
  border-radius: 0.4rem;
}
.pvtUi .pvtFilterBox h4 {
  font-size: 1rem;
}
.pvtUi .pvtFilterBox p .pvtSearch {
  word-wrap: normal;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.3rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  margin-bottom: 0.5rem;
}
.pvtUi .pvtFilterBox p .pvtSearch:focus {
  border-color: #6777ef;
}
.pvtUi .pvtFilterBox p button {
  font-size: 0.75rem;
  font-weight: 600;
}
.pvtUi .pvtFilterBox .pvtCheckContainer {
  max-height: 300px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.pvtUi .pvtRendererArea {
  border: 1px solid #e1e1e1;
}
.pvtUi .pvtRendererArea .pvtTable .pvtVal, .pvtUi .pvtRendererArea .pvtTable .colTotal, .pvtUi .pvtRendererArea .pvtTable .rowTotal, .pvtUi .pvtRendererArea .pvtTable .pvtGrandTotal {
  font-family: "Overpass", sans-serif;
  font-size: 0.78rem;
}
.pvtUi .pvtRendererArea .pvtTable .pvtAxisLabel, .pvtUi .pvtRendererArea .pvtTable .pvtColLabel, .pvtUi .pvtRendererArea .pvtTable .pvtTotalLabel.pvtRowTotalLabel, .pvtUi .pvtRendererArea .pvtTable .pvtRowLabel, .pvtUi .pvtRendererArea .pvtTable .pvtTotalLabel.pvtColTotalLabel {
  font-family: "Overpass", sans-serif;
  font-size: 0.75rem;
}
.pvtUi .pvtRendererArea .pvtTable tr th {
  position: sticky;
  top: 0px;
}

.top-1 {
  position: relative;
  top: 0.2rem;
  font-size: 16px !important;
}

.top-0 {
  position: relative;
  top: 0rem;
  font-size: 16px !important;
}

.introjs-tooltip-title {
  color: #6777ef;
  font-size: 16px;
}

.introjs-button {
  font-size: 0.7rem;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  background: white !important;
  color: gray;
}
.introjs-button:focus-visible {
  padding: 0.5rem 1rem;
}
.introjs-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 119, 239, 0.5);
  color: #6777ef;
  border: 1px solid #6777ef;
}
.introjs-button:hover {
  border-color: #6777ef;
  color: #6777ef;
}

a.introjs-skipbutton:hover {
  color: red;
}

.introjs-progressbar {
  background-color: #6777ef;
}

.introjs-tooltip {
  min-width: 300px;
}
.introjs-tooltip .introjs-tooltiptext span {
  color: #6777ef;
}

.swal-modal {
  font-family: "Nunito", "Segoe UI", arial;
}
.swal-modal .swal-title {
  color: black;
}
.swal-modal .swal-text {
  color: gray;
  font-family: monospace, sans-serif;
}

.collge_name {
  display: flex;
  align-items: center;
  margin: 10px 0px;
}

.collge_name_text {
  text-align: center;
  margin-left: -40px;
}

.heading_modal {
  font-size: 15px;
  font-weight: 600;
  padding-left: 6px;
  margin-top: 17px;
  border-left: 3px solid #6777ef;
  margin-bottom: 7px;
  letter-spacing: 0.7px;
}

#courseReport table tbody tr {
  box-shadow: none !important;
}

.search-element {
  display: flex;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}
.search-element input {
  border: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search-element button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.alert.alert-has-icon {
  background: #fff;
  display: flex;
  border: 1px solid #cbd1d6;
  padding: 0;
  color: #2d335f;
  border-radius: 0;
  font-size: 15px;
}

.alert.alert-has-icon .alert-icon {
  margin-top: 0px;
  width: auto;
  background: #6777ef !important;
  color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
}

.alert.alert-has-icon .alert-body {
  padding: 0 7px;
}

@media only screen and (max-width: 1920px) and (min-width: 1700px) {
  .pieChart {
    max-height: 400px !important;
    max-width: 371px !important;
    height: 373px !important;
    width: 437px !important;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1024px) {
  .pieChart {
    max-height: 400px !important;
    height: 153px !important;
    width: 158px !important;
  }
}
@media only screen and (max-width: 820px) and (min-width: 768px) {
  .pieChart {
    max-height: 400px !important;
    height: 152px !important;
    width: 152px !important;
  }
}
.pieChart {
  max-height: 400px !important;
  height: 240px !important;
  width: 240px !important;
}

.event-section .event-cards .event-details, #eventRegistration .event-details {
  display: flex;
  /*//flex-wrap:wrap;*/
  align-items: center;
  border: 1px solid #e2eefd;
  padding: 12px; /* justify-content:center; */
}

.event-section {
  padding: 0 0 30px;
  overflow: inherit;
}

.event-section .event-cards .event-img, #eventRegistration .event-img {
  height: 140px;
  width: 30%;
  margin-right: 12px;
}

.event-section .event-cards .event-txt, #eventRegistration .event-txt {
  width: 70%;
}

.event-section .event-cards h4, #eventRegistration h4 {
  font-size: 16px;
}

.event-section .event-cards p, #eventRegistration p {
  font-size: 12px;
  margin-bottom: 8px;
}

.event-section .event-cards h5, #eventRegistration h5 {
  font-size: 14px;
}

.event-section .event-cards h5 span, #eventRegistration h5 span {
  margin: 0 3px;
}

.wiki-results {
  height: 80vh;
  overflow-y: auto;
}

.wiki-content {
  height: 87vh;
  overflow-y: auto;
}

.bg-wiki {
  background: #f6f6f6;
}

#search {
  width: 100%;
  /*position: absolute;
          top: 30%;
          height: 55px;
          width: 600px;
          display: flex;
          flex-direction: row;
          border: 1px solid #e2e2e2;
          border-radius: 40px;
          overflow: hidden;*/
}

.searchScroll {
  padding: 0 0 20px 0;
}

#search #searchText {
  /*height: 55px;
          width: 440px;
          border: none;
          outline: none;
          background: transparent;
          padding: 0px 25px;
          font-size: 20px;*/
  font-size: 14px;
  border-radius: 0;
  height: 42px;
}

#search button {
  margin: 0;
  border-radius: 0;
}

#search i {
  font-size: 25px;
  height: 55px;
  width: 55px;
  display: grid;
  place-items: center;
  position: absolute;
  right: 0;
  color: #4285f4;
  margin: 0 10px;
  cursor: pointer;
}

#searchResult {
  height: auto;
  width: 50%;
  position: absolute;
  top: 40%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px 0;
}

.resultItem {
  margin-top: 0px;
  width: 100%;
}

.resultItem .resultTitle {
  font-size: 17px;
  text-decoration: none;
  color: #1a0dab;
  cursor: pointer;
  margin-bottom: 0;
}

.resultItem .link {
  font-size: 15px;
  color: #006621;
  text-decoration: none;
}

.resultItem p {
  color: #444;
  margin: px 0;
  font-size: 15px;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}

.wikiframe {
  height: 95vh;
  width: 100%;
}

.resultItem .card {
  border: 1px dotted #dee2e6;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: none;
}

.resultItem .card:hover {
  border: 1px dotted #6777ef;
}

.new-default-download i.bi.bi-file-earmark-excel {
  background: #1D6F42 0% 0% no-repeat padding-box;
  border: 1px solid #1D6F42;
  border-radius: 2px;
  padding: 2px 12px;
  font-size: 23px;
  color: #fff;
  transition: all 0.4s ease-in-out;
  margin-right: 14px;
}

.new-default-download {
  transition: all 0.4s ease-in-out;
}

.new-default-download .form-control {
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
  border-radius: 6px;
  border: 1px solid #1D6F42;
  padding: 10px 15px 10px 0 !important;
}

.new-default-download .default-label-icon {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  color: #1D6F42;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}

.new-default-download:hover .default-label-icon {
  color: #ffffff;
}

.new-default-download:hover .form-control {
  border: 1px solid #1D6F42;
  /*color:#1D6F42*/
  background: #1D6F42;
  color: #fff !important;
}

.new-default-download {
  display: flex;
  align-items: center;
  gap: 0;
}

.hide {
  display: none !important;
}

.cursor-move:hover {
  cursor: move;
}

.cuttr__readmore {
  border: none;
  background-color: transparent;
  font-size: 0.76rem !important;
}

.hyperlink {
  color: #6777ef;
}
.hyperlink:hover {
  cursor: pointer;
  text-decoration: underline;
}

.grey-text {
  color: grey;
  font-size: 0.7rem !important;
}

.menu-header {
  padding: 3px 15px;
  color: #868e96;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 600;
  grid-column: span 2;
}

.z-index-2000 {
  z-index: 2000;
}

.z-index-100 {
  z-index: 100;
}

.z-index-200 {
  z-index: 200;
}

.z-index-300 {
  z-index: 300;
}

.grid-span-2 {
  grid-column: span 2;
}

.grid-span-3 {
  grid-column: span 3;
}

.grid-span-4 {
  grid-column: span 4;
}

.grid-span-5 {
  grid-column: span 5;
}

.grid-span-6 {
  grid-column: span 6;
}

.drag-start {
  border: 1px solid green;
}

.drag-stop {
  border: 1px solid red;
}

.drag-container-active {
  border: 1px solid orange !important;
}

.dropppable-row {
  border: 1px dotted #dee2e6;
  min-height: 5rem;
  padding: 1rem 1rem;
}

.attribute-container .attribute {
  margin-bottom: 0.3rem;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  align-items: center;
  gap: 0.3rem;
}

.dropped-report {
  background-color: #fff;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.dropped-report h6 {
  text-transform: capitalize;
  margin-bottom: 0px;
}
.dropped-report .deleteIcon {
  position: relative;
  top: -1px;
}

.line-container .material-icons-outlined {
  position: relative;
  top: -5px;
}
.line-container .material-icons-outlined:hover {
  color: #6777ef;
  cursor: pointer;
}
.line-container .line {
  border: 2px solid orange;
  width: 100%;
}

.all-elements-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  padding: 0.6rem;
}

.element {
  padding: 0.7rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  border: 1px dotted #dee2e6;
  border-radius: 0.3rem;
  min-width: 99px;
}
.element i {
  margin-bottom: 0.5rem;
}
.element span {
  text-transform: capitalize;
}
.element:hover {
  color: #6777ef;
  border: 1px solid #6777ef;
  cursor: pointer;
}

.element-horizontal {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.dropped-report {
  background-color: #fff;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.dropped-report h6 {
  text-transform: capitalize;
  margin-bottom: 0px;
}
.dropped-report .deleteIcon {
  position: relative;
  top: -1px;
}

.line-container .material-icons-outlined {
  position: relative;
  top: -5px;
}
.line-container .material-icons-outlined:hover {
  color: #6777ef;
  cursor: pointer;
}
.line-container .line {
  border: 2px solid orange;
  width: 100%;
}

.join-condition-container .condition {
  display: flex;
}

.attribute-container .attribute {
  margin-bottom: 0.3rem;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  align-items: center;
  gap: 0.3rem;
}

.all-elements-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  padding: 0.6rem;
}

.element {
  padding: 0.7rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  border: 1px dotted #dee2e6;
  border-radius: 0.3rem;
  min-width: 99px;
}
.element i {
  margin-bottom: 0.5rem;
}
.element span {
  text-transform: capitalize;
}
.element:hover {
  color: #6777ef;
  border: 1px solid #6777ef;
  cursor: pointer;
}

.element-horizontal {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.join-condition-container .condition {
  display: flex;
}

#previewModal .modal-header, #pageSettingsModal .modal-header {
  border-bottom: 1px solid #f2f2f2;
}
#previewModal .modal-footer, #pageSettingsModal .modal-footer {
  border-top: 1px solid #f2f2f2;
}

.newSidePanel {
  background: #fff;
  position: fixed;
  height: 100%;
  width: 280px;
  top: 62px;
  right: -280px;
  z-index: 999;
  transition: 0.3s ease-in;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.newSidePanel .newSidePanelToggle {
  background: orange;
  padding: 10px 15px;
  color: #fff;
  position: absolute;
  top: 30%;
  left: -40px;
  width: 40px;
  border-radius: 10px 0 0 10px;
}
.newSidePanel .newSidePanelToggle:hover {
  color: #fff;
}
.newSidePanel .newSidePanel-body {
  position: relative;
  height: 100%;
}
.newSidePanel .newSidePanel-tab {
  display: flex;
}
.newSidePanel .newSidePanel-tab .nav-item {
  width: 33.33%;
  text-align: center;
}
.newSidePanel .newSidePanel-tab .nav-item .nav-link {
  padding: 15px 12px;
  color: #6a7a8c;
  border-bottom: 3px solid transparent;
}
.newSidePanel .newSidePanel-tab .nav-item .nav-link:hover {
  border-bottom: 3px solid #2962ff;
  color: #2962ff;
}
.newSidePanel .newSidePanel-tab .nav-item .nav-link.active {
  border-bottom: 3px solid #2962ff;
  color: #2962ff;
}
.newSidePanel ul.choose-theme li {
  display: inline-block;
}
.newSidePanel ul.choose-theme li:hover {
  cursor: pointer;
}
.newSidePanel ul.choose-theme li div {
  border-radius: 15px;
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: 25px;
  overflow: hidden;
  position: relative;
  margin: 1px;
}
.newSidePanel ul.choose-theme li div.purple {
  background: #6777ef;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.newSidePanel ul.choose-theme li div.orange {
  background: #ffa117;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.newSidePanel ul.choose-theme li div.cyan {
  background: #3dc7be;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.newSidePanel ul.choose-theme li div.green {
  background: #4caf4f;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.newSidePanel ul.choose-theme li div.red {
  background: #ea5455;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.newSidePanel ul.choose-theme li div.white {
  background: #ece8e8;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.newSidePanel ul.choose-theme li div.black {
  background: #343a40;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.newSidePanel ul.choose-theme li.active div::after {
  content: "\f00c";
  color: #fff;
  top: 4px;
  left: 7px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.newSidePanel .setting-panel-header {
  display: block;
  padding: 15px 20px;
  color: #212529;
  font-size: 15px;
  border: 1px solid #eae9e9;
  background: #e9ecef;
}
.newSidePanel .disk-server-setting .progress {
  height: 8px;
}
.newSidePanel p {
  font-weight: bold;
  margin: 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  text-align: left;
  padding-bottom: 5px;
}
.newSidePanel .rt-sidebar-last-ele {
  margin-bottom: 70px !important;
}

.newSidePanel.showSettingPanel {
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .settingSidebar {
    display: none;
  }
}
.settingSidebar .settingPanelToggle {
  top: 0%;
}

.swal2-styled.swal2-confirm {
  background-color: #6777ef !important;
}

.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(103, 119, 239, 0.5) !important;
}

.all-settings-content {
  padding: 1rem 0.5rem;
}

.scrollSettings {
  max-height: calc(100vh - 124.5px);
  overflow-y: scroll;
  overflow-x: hidden;
}

.material-icons-outlined {
  position: relative;
  top: 0.3rem;
}

.icon-sm {
  font-size: 16px;
  top: 0.2rem;
}

.icon-md {
  font-size: 20px;
  top: 0px;
}

.deleteIcon, .deleteAllIcon, .deleteRow {
  color: gray;
}
.deleteIcon:hover, .deleteAllIcon:hover, .deleteRow:hover {
  color: red;
  cursor: pointer;
}

.addIcon:hover, .addRow:hover, .addMoreAttributes:hover, .blue-icon:hover {
  color: #007bff;
  cursor: pointer;
}

.top-0 {
  top: 0px;
}

.menu-icon {
  font-size: 18px !important;
  position: relative;
  top: 0px;
}

.nav.nav-tabs {
  border: 0;
  margin-bottom: 10px;
}
.nav.nav-tabs .nav-item {
  border-radius: 0;
}
.nav.nav-tabs .nav-item:first-child .nav-link {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.nav.nav-tabs .nav-item:last-child .nav-link {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.nav.nav-tabs .nav-item .nav-link {
  border: 1px solid rgb(229, 232, 236);
  width: 100%;
  text-transform: none;
  color: rgb(135, 150, 165);
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 0;
}
.nav.nav-tabs .nav-item .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.nav.nav-tabs .nav-item .nav-link.active {
  color: #6777ef;
  background-color: #f0f3ff;
  border-color: #6777ef !important;
}
.nav.nav-tabs .nav-item .nav-link.active:hover {
  background-color: #e0e5f7;
}

.dataTables_wrapper .dt-buttons .buttons-excel {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 3px 2px 0px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  width: 40px;
  height: 32px;
}
.dataTables_wrapper .dt-buttons .buttons-excel span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dataTables_wrapper .dt-buttons .buttons-csv {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 3px 2px 0px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  width: 40px;
  height: 32px;
}
.dataTables_wrapper .dt-buttons .buttons-pdf {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 3px 2px 0px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  width: 40px;
  height: 32px;
}

.dataTables_paginate .pagination {
  justify-content: end;
}
.dataTables_paginate .pagination .paginate_button a {
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  border: 1px solid #ededed;
}
.dataTables_paginate .pagination .paginate_button.active a {
  color: #fff;
  background-color: #6777ef;
  border-color: #6777ef;
}

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,
table.dataTable thead .sorting:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  opacity: 0.5;
}

table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting:after {
  content: "\f574" !important;
}
table.dataTable thead .sorting_desc:after {
  content: "\f57a" !important;
}

.tippy-box[data-theme~=otika] {
  background-color: #6777ef;
  color: #fff;
}

.tippy-box[data-theme~=otika][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #6777ef;
}

.tippy-box[data-theme~=otika][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #6777ef;
}

.tippy-box[data-theme~=otika][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #6777ef;
}

.tippy-box[data-theme~=otika][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #6777ef;
}

body:not(.sidebar-mini).theme-white .sidebar-style-2 .sidebar-menu > li.active > a {
  color: #6777EF;
}

.light-sidebar.theme-white .main-sidebar .sidebar-menu li.active a:first-child, .light-sidebar.theme-white .search-element input, .light-sidebar.theme-white .search-element button {
  background-color: rgba(103, 119, 239, 0.11);
}

body:not(.sidebar-mini).theme-cyan .sidebar-style-2 .sidebar-menu > li.active > a {
  color: #3dc7be;
}

.light-sidebar.theme-cyan .main-sidebar .sidebar-menu li.active a, .light-sidebar.theme-cyan .search-element input, .light-sidebar.theme-cyan .search-element button {
  background-color: rgba(61, 199, 190, 0.11);
}

body:not(.sidebar-mini).theme-black .sidebar-style-2 .sidebar-menu > li.active > a {
  color: #343a40;
}

.light-sidebar.theme-black .main-sidebar .sidebar-menu li.active a, .light-sidebar.theme-black .search-element input, .light-sidebar.theme-black .search-element button {
  background-color: rgba(52, 58, 64, 0.11);
}

body:not(.sidebar-mini).theme-purple .sidebar-style-2 .sidebar-menu > li.active > a {
  color: #6777EF;
}

.light-sidebar.theme-purple .main-sidebar .sidebar-menu li.active a, .light-sidebar.theme-purple .search-element input, .light-sidebar.theme-purple .search-element button {
  background-color: rgba(103, 119, 239, 0.11);
}

body:not(.sidebar-mini).theme-orange .sidebar-style-2 .sidebar-menu > li.active > a {
  color: #ffa117;
}

.light-sidebar.theme-orange .main-sidebar .sidebar-menu li.active a, .light-sidebar.theme-orange .search-element input, .light-sidebar.theme-orange .search-element button {
  background-color: rgba(255, 161, 23, 0.11);
}

body:not(.sidebar-mini).theme-green .sidebar-style-2 .sidebar-menu > li.active > a {
  color: #4caf4f;
}

.light-sidebar.theme-green .main-sidebar .sidebar-menu li.active a, .light-sidebar.theme-green .search-element input, .light-sidebar.theme-green .search-element button {
  background-color: rgba(76, 175, 79, 0.11);
}

body:not(.sidebar-mini).theme-red .sidebar-style-2 .sidebar-menu > li.active > a {
  color: #ea5455;
}

.light-sidebar.theme-red .main-sidebar .sidebar-menu li.active a, .light-sidebar.theme-red .search-element input, .light-sidebar.theme-red .search-element button {
  background-color: rgba(234, 84, 85, 0.11);
}

.topPanel {
  top: 0;
  width: 100%;
  height: 100vh;
  border: 6px;
  position: fixed;
  overflow-y: hidden;
}
.topPanel .topPanel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.topPanel .topPanel-header h5 {
  font-size: 18px;
}

.more-icons {
  display: flex;
  flex-wrap: wrap;
}
.more-icons .wikipedia-toggle i {
  color: #607d8b;
}
.more-icons .calender-toggle i {
  color: #0096c7;
}
.more-icons .appName {
  width: 100px;
  height: 100px;
  padding: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: color 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-box-shadow 0.15s ease-in-out;
}
.more-icons .appName:hover {
  background-color: rgba(180, 186, 192, 0.2392156863);
  color: #6777ef;
}
.more-icons .appName i {
  line-height: 1.2;
  font-size: 30px;
}
.more-icons .appName p {
  margin-bottom: 0;
  font-size: 15px;
}
.more-icons .appName img {
  /*width: 40px;*/
}
.more-icons .language-toggle {
  width: 100px;
  height: 100px;
  padding: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: color 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-box-shadow 0.15s ease-in-out;
}
.more-icons .language-toggle:hover {
  background-color: rgba(180, 186, 192, 0.2392156863);
  color: #6777ef;
}
.more-icons .language-toggle p {
  margin-bottom: 0;
  font-size: 15px;
}

.fc-overflow {
  overflow: auto;
  height: 79vh;
}

.btn-close {
  transition: all 0.5s;
}

.dropdown-moreIcons {
  width: 330px;
}
.dropdown-moreIcons .dropdown-list-content {
  height: auto;
  max-height: 250px;
  padding: 10px 0;
}

.theme-white .top-bg-img img, .theme-white .bg-svg {
  filter: invert(32%) sepia(1%) saturate(2389%) hue-rotate(218deg) brightness(93%) contrast(85%);
}

.theme-cyan .top-bg-img img, .theme-cyan .bg-svg {
  filter: invert(100%) sepia(3%) saturate(20%) hue-rotate(55deg) brightness(103%) contrast(100%);
}

.theme-black .top-bg-img img, .theme-black .bg-svg {
  filter: invert(100%) sepia(3%) saturate(20%) hue-rotate(55deg) brightness(103%) contrast(100%);
}

.theme-purple .top-bg-img img, .theme-purple .bg-svg {
  filter: invert(100%) sepia(3%) saturate(20%) hue-rotate(55deg) brightness(103%) contrast(100%);
}

.theme-orange .top-bg-img img, .theme-orange .bg-svg {
  filter: invert(100%) sepia(3%) saturate(20%) hue-rotate(55deg) brightness(103%) contrast(100%);
}

.theme-green .top-bg-img img, .theme-green .bg-svg {
  filter: invert(100%) sepia(3%) saturate(20%) hue-rotate(55deg) brightness(103%) contrast(100%);
}

.theme-red .top-bg-img img, .theme-red .bg-svg {
  filter: invert(100%) sepia(3%) saturate(20%) hue-rotate(55deg) brightness(103%) contrast(100%);
}

.goog-te-menu-value {
  display: none;
}

.fc-time {
  text-transform: uppercase;
}

.fc-title {
  text-transform: capitalize;
}

.fc-datePicker-button {
  transition: all 0.1s ease-in;
}
.fc-datePicker-button:hover, .fc-datePicker-button:focus, .fc-datePicker-button:active {
  color: #fff;
  background-color: #a389d4 !important;
}

.fc-state-disabled {
  border: 1px solid #eee !important;
  color: #7e869d !important;
}

.fc-today-button {
  border: 1px solid #a389d4;
  color: #a389d4;
  transition: all 0.1s ease-in;
}
.fc-today-button:hover:enabled {
  color: #fff;
  background-color: #a389d4 !important;
}

.fc-time-grid-event {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fc-time-grid-event .fc-title {
  font-size: 16px;
  text-align: center;
}

.fc-list-item .fc-list-item-time {
  text-align: left;
}
.fc-list-item .fc-list-item-title {
  text-align: left;
}

.dot {
  height: 20px;
  width: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 50%;
}

.dot-red {
  background-color: #F3565D;
}

.dot-orange {
  background-color: #fe9701;
}

.dot-blue {
  background-color: #00bcd4;
}

.dot-green {
  background-color: #1bbc9b;
}

.dot-pink {
  background-color: #DC35A9;
}

.dot-purple {
  background-color: #9b59b6;
}

.strip-card {
  background: #f2f5f7;
  border-left: 3px solid #6777ef;
  padding: 1.666em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.icon-dot {
  font-size: 2.1rem;
}

.version-C .input-group-text {
  padding: 10px 10px;
}

.view-version-details {
  font-size: 16px;
  padding: 10px;
  margin: 10px 0;
  background-color: rgba(0, 0, 0, 0.02);
  border-left: 2px solid #6777ef;
  box-shadow: 0 2px 6px rgba(172, 181, 246, 0.431372549);
  border-radius: 6px 0 0 6px;
}

.releases-notes {
  border: 1px solid #6777ef;
  border-radius: 5px;
  height: 426px;
  overflow-y: auto;
}
.releases-notes .release-heading {
  font-size: 16px;
  background: #F0F3FF;
  padding: 10px;
  color: #6777ef;
  border-radius: 5px 5px 0 0;
}
.releases-notes .release-content {
  padding: 10px;
}
.releases-notes .release-content .release-details ul {
  list-style-type: square;
  margin-bottom: 0;
  margin-bottom: 0;
}
.releases-notes .release-content .release-details ul li {
  color: #212529;
  font-size: 14px;
  font-weight: 600;
}

.realesed-version-height {
  height: 426px;
  overflow-y: auto;
  overflow-x: hidden;
}

.release-note-text-page {
  color: #6777ef;
  cursor: pointer;
}

.header-with-badge i {
  position: absolute;
}

.headerBadge {
  position: relative;
  top: -9px;
  background: #6777ef;
  border-radius: 50%;
  padding: 3px 5px;
  left: 10px;
  font-size: 10px;
}

.alert-container .new-alert {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 0.313rem 0.313rem 0.313rem 0.625rem;
  border-radius: 0px 0.325rem 0.325rem 0;
  margin-bottom: 5px;
}
.alert-container .new-alert .header {
  color: #555556;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.alert-container .new-alert .header span.content {
  display: flex;
  gap: 0.4em;
  justify-content: space-between;
  font-weight: 700;
  font-size: 0.875rem;
}
.alert-container .new-alert .header span.content .icon {
  color: white;
  visibility: visible;
  font-size: 14px;
  padding: 0.3rem 0.5rem;
  border-radius: 50%;
}
.alert-container .new-alert .header span.content .icon:hover {
  color: white;
}
.alert-container .new-alert .header .title {
  font-size: 0.8rem;
}
.alert-container .new-alert .header .desc {
  font-weight: 500;
}
.alert-container .new-alert .header i {
  visibility: hidden;
  color: grey;
}
.alert-container .new-alert .header i:hover {
  color: red;
  cursor: pointer;
}
.alert-container .new-alert .body span {
  font-size: 0.813rem;
}
.alert-container .new-alert .cuttr__readmore {
  font-size: 0.813rem;
  color: grey;
  visibility: hidden;
}
.alert-container .new-alert:hover {
  background-color: #f7f7f7;
}
.alert-container .new-alert:hover .header i {
  visibility: visible;
}
.alert-container .new-alert:hover .cuttr__readmore {
  visibility: visible;
}
.alert-container .new-alert:hover .cuttr__readmore:hover {
  color: black;
}
.alert-container .alert-red {
  border-left: 0.2rem solid #ff7b89;
}
.alert-container .alert-red .header span .icon {
  background: #ff7b89;
}
.alert-container .alert-green {
  border-left: 0.2rem solid #2a9d8f;
}
.alert-container .alert-green .header span .icon {
  background: #2a9d8f;
}
.alert-container .alert-yellow {
  border-left: 0.2rem solid #f8961e;
}
.alert-container .alert-yellow .header span .icon {
  background: #f8961e;
}
.alert-container .alert-blue {
  border-left: 0.2rem solid #0d70fd;
}
.alert-container .alert-blue .header span .icon {
  background: #0d70fd;
}
.alert-container .alert-purple {
  border-left: 0.2rem solid #6545eb;
}
.alert-container .alert-purple .header span .icon {
  background: #6545eb;
}

.notification-desc {
  max-width: 200px;
  overflow-wrap: anywhere;
}

.bottom-fixed-content {
  position: fixed;
  bottom: 10px;
  width: 265px;
}

.fixed-scroll-for-panel {
  max-height: calc(100vh - 180px);
  overflow-y: scroll;
}

.img-con {
  margin-right: 10px;
  width: 88px;
  height: 88px;
}

.img-con img {
  width: 100%;
  height: auto;
}

.wishes-container h6 {
  font-size: 14px;
  line-height: 16px;
  color: #6C757D;
}

.wishes-container h2 {
  color: #1E1E1E;
  font-size: 24px;
  margin-bottom: 0;
}

.news-notification {
  border-bottom: 1px solid #ebebeb;
}

.n-title {
  color: #6777ef;
}

.clock-con {
  background: #6777ef;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 15px 24px;
  font-size: 15px;
}

#greet-bar {
  margin-bottom: 10px;
}
#greet-bar .img-con {
  margin-right: 20px;
  width: 66px;
  height: auto;
}
#greet-bar .img-con img {
  width: 100%;
  height: auto;
}
#greet-bar .wishes-container h6 {
  font-size: 14px;
  line-height: 16px;
  color: #6c757d;
  margin-bottom: 0 !important;
}
#greet-bar .wishes-container h2 {
  color: #1e1e1e;
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 0 !important;
}

.w-p20 {
  width: 20%;
}

.analytics-box {
  margin-bottom: 10px;
}
.analytics-box .card-body {
  padding: 10px 10px;
}
.analytics-box .ab-icon {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 24px;
  border: 1px solid;
}
.analytics-box .ab-icon.ab-bg-primary {
  background-color: rgba(55, 59, 215, 0.2);
  border-color: #373bd7;
  color: #373bd7;
}
.analytics-box .ab-icon.ab-bg-success {
  background-color: rgba(111, 154, 55, 0.2);
  border-color: #6f9a37;
  color: #6f9a37;
}
.analytics-box .ab-icon.ab-bg-info {
  background-color: rgba(3, 169, 245, 0.2);
  border-color: #03a9f5;
  color: #03a9f5;
}
.analytics-box .ab-icon.ab-bg-warning {
  background-color: rgba(255, 143, 0, 0.2);
  border-color: #ff8f00;
  color: #ff8f00;
}
.analytics-box .ab-icon.ab-bg-danger {
  background-color: rgba(252, 84, 75, 0.2);
  border-color: #fc544b;
  color: #fc544b;
}
.analytics-box .ab-details h5 {
  margin-bottom: 0;
  font-weight: 700;
  color: #212529;
}
.analytics-box .ab-details h6 {
  font-weight: 600;
  font-size: 15px;
}

.card-padding-1015 {
  padding: 10px 15px !important;
}

.img-profile-outer {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-right: 15px;
}

#profileImage {
  background-color: rgba(103, 119, 239, 0.2);
  border-color: #6777EF;
  color: #6777EF;
  height: 100%;
  border: 1px solid;
  width: 100%;
  font-size: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}

.mx-ht-50 {
  max-height: 50%;
}

.card-recent-activity {
  height: 650px;
}

.card-recent-activity-body {
  height: 600px;
  overflow-y: auto;
}

.card-profile-dashboard {
  height: 290px;
  overflow-y: auto;
}

.card-myTodo-dashboard {
  height: 412px;
  overflow-y: auto;
}

.client-cards {
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  border: 1px solid rgba(103, 119, 239, 0.09);
  padding: 14px 20px;
  background-color: rgba(103, 119, 239, 0.09);
  transition: 0.3s ease-out;
  cursor: pointer;
}
.client-cards:hover {
  box-shadow: 0 10px 10px rgba(73, 75, 91, 0.13);
  border: 1px solid rgba(103, 119, 239, 0.32);
}
.client-cards:hover h6.clientName {
  color: #6777EF;
}
.client-cards .clientDetails {
  width: 80%;
}
.client-cards .clientDetails .client-label {
  font-size: 12px !important;
}
.client-cards .clientDetails h6 {
  font-size: 14px;
  font-weight: 600;
}
.client-cards .client-img img {
  width: 60px;
}

.client-menu .parent-menu-heading {
  padding-inline-start: 0px;
}
.client-menu ul {
  list-style-type: none;
}
.client-menu ul .parent-menu {
  background: rgba(103, 119, 239, 0.09);
  padding: 2px 10px;
}
.client-menu ul li {
  display: flex;
  align-items: center;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 2px 4px;
}
.client-menu ul li span {
  padding-left: 6px;
}
.client-menu ul li .child-menu-name {
  width: 360px;
}
.client-menu ul li .checked-date {
  width: 200px;
}
.client-menu ul li .uat-checked-date {
  margin-left: 5%;
}
.client-menu ul .child-menu {
  font-size: 14px;
  font-weight: 400;
}
.client-menu ul .child-menu input {
  margin-right: 6px;
}

.note-box {
  border-top: 3px solid #00bcd4;
  padding: 14px 20px;
  border-radius: 6px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.label-hed {
  margin-bottom: 0;
  font-weight: 700 !important;
}

.text-container {
  margin-bottom: 8px;
}

.date-container {
  margin-bottom: 8px;
}

.error-container input, .error-container select, .error-container textarea, .error-container .select2-container .select2-selection--single {
  border-color: #dc3545;
  color: rgba(220, 53, 69, 0.6901960784);
}
.error-container input::placeholder, .error-container select::placeholder, .error-container textarea::placeholder, .error-container .select2-container .select2-selection--single::placeholder {
  color: #dc3545;
}
.error-container .error-span {
  color: #dc3545;
  font-size: 11px;
  margin-top: -5px;
  display: block;
}

.subCard {
  border: 1px solid #6777EF;
  border-radius: 4px;
  margin-bottom: 10px;
}
.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-details .sub-detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.subCard-details .sub-detail span:last-child {
  font-weight: 700;
}

.email-structure .email-structure-header {
  padding: 20px;
  background-color: rgba(169, 169, 169, 0.1607843137);
}
.email-structure .email-structure-img {
  padding: 20px 30px;
}
.email-structure .email-structure-img .email-structure-img-box {
  border: 1px dashed #6777ef;
  height: 200px;
  width: 100%;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.email-structure .email-structure-img .email-structure-img-box img {
  opacity: 0.4;
}
.email-structure .email-structure-editable {
  padding: 20px 30px;
}
.email-structure .email-structure-supportDetails {
  padding: 20px;
  display: flex;
  align-items: center;
  background-color: rgba(169, 169, 169, 0.1607843137);
}
.email-structure .email-structure-supportDetails .email-structure-supportDetails-thanks {
  width: 40%;
}
.email-structure .email-structure-supportDetails .email-structure-supportDetails-thanks p {
  font-size: 16px;
  font-weight: 600;
}
.email-structure .email-structure-supportDetails .email-structure-supportDetails-contacts {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.email-structure .email-structure-supportDetails .email-structure-supportDetails-contacts i {
  font-size: 30px;
  line-height: 1px;
}
.email-structure .email-structure-footer {
  padding: 20px;
  background-color: rgba(169, 169, 169, 0.3607843137);
}
.email-structure .email-structure-footer .email-structure-footer-img-logo {
  width: 20%;
}
.email-structure .email-structure-footer .social-icons {
  margin-right: 30px;
}
.email-structure .email-structure-footer .social-icons img {
  width: 25px;
  margin: 1px 10px;
}
.email-structure .email-structure-footer .email-structure-footer-contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.email-structure .email-structure-footer .email-structure-footer-contacts .email-structure-footer-contacts {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.email-structure .email-structure-footer .email-structure-footer-contacts .email-structure-footer-contacts i {
  font-size: 30px;
  line-height: 1px;
}
.email-structure .email-structure-footer .email-structure-footer-contacts .email-structure-footer-contacts p {
  font-size: 16px;
}
.email-structure .email-structure-footer .email-structure-footer-contacts .email-structure-footer-contacts p a {
  color: #6c757d;
}

.img-selection {
  border: 1px solid #6777ef;
  padding: 10px;
  border-radius: 6px;
}

.main-sidebar.sidebar-style-2 {
  /*overflow: unset !important;*/
}
.main-sidebar.sidebar-style-2 .second-level-list {
  position: relative;
}
.main-sidebar.sidebar-style-2 .second-level-list:hover .multilevel-panel.hide {
  display: none;
}
.main-sidebar.sidebar-style-2 .second-level-list .multilevel-panel {
  position: fixed;
  background: #fff;
  top: 68px;
  left: 262px;
  display: block;
  box-shadow: 0 0 30px rgba(130, 184, 187, 0.47);
  z-index: 9;
  padding-top: 6px;
  padding-bottom: 8px;
  border-radius: 6px;
  width: 700px;
  border: 1px solid rgba(103, 119, 239, 0.8117647059);
}
.main-sidebar.sidebar-style-2 .second-level-list .multilevel-panel ul.third-level {
  padding-left: 0;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  flex-wrap: wrap !important;
  height: 470px;
}
.main-sidebar.sidebar-style-2 .second-level-list .multilevel-panel ul.third-level .lvl-3 {
  padding-left: 18px !important;
  font-size: 14px;
  color: #6777EF !important;
  font-weight: 600;
}
.main-sidebar.sidebar-style-2 .second-level-list .multilevel-panel ul.third-level .lvl-3::before {
  display: none;
}
.main-sidebar.sidebar-style-2 .second-level-list .multilevel-panel ul.third-level .fourth-level .lvl-4 {
  padding-left: 10px !important;
  height: 30px;
}
.main-sidebar.sidebar-style-2 .second-level-list .multilevel-panel ul.third-level .fourth-level .lvl-4::before {
  left: -10px;
}
.main-sidebar.sidebar-style-2 .second-level-list .multilevel-panel .search-element {
  width: 38%;
  padding-left: 18px;
}
.main-sidebar.sidebar-style-2 .fourth-level li {
  line-height: 18px;
}
.main-sidebar.sidebar-style-2 .second-level-list.active-sub-link:after {
  content: "\f0d9";
  font-family: "Font Awesome 5 Free";
  color: #6777ef !important;
  position: absolute;
  font-weight: 800;
  right: -12px;
  top: 4px;
  font-size: 31px;
}
.main-sidebar.sidebar-style-2 .second-level-list.active-sub-link .lvl-2-nav {
  background-color: rgba(76, 175, 79, 0.11);
}

.menuSearchBox {
  height: 36px !important;
}

.multilevel-w {
  width: 800px;
}

.overlay-menu {
  position: fixed;
  /*display: none;*/
  width: 100%;
  height: 100%;
  top: 53px;
  left: 250px;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
  cursor: pointer;
}

.bottom-container-side {
  background: #6777EF;
  color: #fff;
  margin: 0 6px;
  padding: 10px 15px;
  border-radius: 4px;
  position: fixed;
  bottom: 8px;
  width: 197px;
}

.counter-sidebar span {
  color: #6777EF;
  background: #fff;
  padding: 5px;
  font-weight: 700;
  border-radius: 4px;
}

.cross-side i {
  font-size: 28px;
}

.w-98 {
  width: 98% !important;
}

.sidebar-mini .main-sidebar .sidebar-menu li:hover > ul.dropdown-menu {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) !important;
}
.sidebar-mini .main-sidebar .sidebar-menu li:hover > ul.dropdown-menu li .dropdown-menu {
  left: 161px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) !important;
}

.main-sidebar .sidebar-menu > li ul.dropdown-menu li a.has-dropdown:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 14px;
  color: #60686f;
}

.active-sub-link {
  color: #6777ef !important;
}

.second-menu-level li .lvl-1-nav {
  padding: 0 10px 0 18px !important;
}
.second-menu-level li ul.dropdown-menu li a:before {
  left: 18px !important;
}

.student-info-header {
  background-color: #F0F3FF !important;
}
.student-info-header h4 {
  color: #6777EF !important;
  font-size: 15px !important;
}

.student-sub-info {
  display: flex;
  margin-bottom: 10px;
}
.student-sub-info .student-sub-label {
  width: 150px;
}
.student-sub-info .student-sub-details {
  font-weight: 700;
  color: #34395E;
}

/*.theme-white .list-group-item.active {
    background-color: #F0F3FF !important;
    color: #6777EF !important;
}*/
.accordian {
  border: 1px solid #6777ef;
  border-top: none;
  margin-left: 1px;
  margin-right: 1px;
  margin-top: -11px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.image-upload {
  width: 100%;
  height: 171px;
  border: 2px dashed #6777EF;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.image-upload .img-dummy {
  width: 60px;
  height: 45px;
  opacity: 0.2;
}
.image-upload span {
  margin: 10px 0;
}

.image-upload-instruction {
  padding: 16px 8px 0;
  font-size: 14px;
  color: #8796A5;
}
.image-upload-instruction span {
  color: #FC544B;
}

.active-report-rdo {
  border: 1px solid #6777EF;
  background: #F0F3FF;
}

.btn-role {
  margin-left: 17px;
}
.btn-role:hover .btn {
  width: 78px;
  background: #F0F3FF !important;
}
.btn-role:hover .btn span {
  opacity: 1;
}
.btn-role .btn.access {
  background: rgba(87, 107, 249, 0.77) !important;
  color: #f0f3ff;
  width: 78px;
}
.btn-role .btn.access span {
  opacity: 1;
}
.btn-role .btn {
  font-size: 14px;
  color: #8796A5;
  background: #F0F3FF;
  margin: 2px 5px;
  padding: 0 5px;
  transition: width 0.7s;
  width: 25px;
  border-radius: 3px !important;
}
.btn-role .btn span {
  padding: 0 5px;
  transition: width 1.5s;
  opacity: 0;
}

.tabs-page {
  list-style-type: none;
  padding-inline-start: 0px;
}
.tabs-page li {
  display: flex;
  align-items: center;
}

.treejs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}

.treejs *:after, n.treejs *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.treejs > .treejs-node {
  padding-left: 0;
}

.treejs .treejs-nodes {
  list-style: none;
  padding-left: 20px;
  overflow: hidden;
  -webkit-transition: height 150ms ease-out, opacity 150ms ease-out;
  -o-transition: height 150ms ease-out, opacity 150ms ease-out;
  transition: height 150ms ease-out, opacity 150ms ease-out;
}

.treejs .treejs-node {
  cursor: pointer;
  overflow: hidden;
}

.treejs .treejs-node.treejs-placeholder {
  padding-left: 20px;
}

.treejs .treejs-switcher {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-transform 150ms ease-out;
  transition: -webkit-transform 150ms ease-out;
  -o-transition: transform 150ms ease-out;
  transition: transform 150ms ease-out;
  transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
}

.treejs .treejs-switcher:before {
  position: absolute;
  top: 8px;
  left: 6px;
  display: block;
  content: " ";
  border: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.4);
  -webkit-transition: border-color 150ms;
  -o-transition: border-color 150ms;
  transition: border-color 150ms;
}

.treejs .treejs-switcher:hover:before {
  border-top: 4px solid rgba(0, 0, 0, 0.65);
}

.treejs .treejs-node__close > .treejs-switcher {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.treejs .treejs-node__close > .treejs-nodes {
  height: 0;
}

.treejs .treejs-checkbox {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
}

.treejs .treejs-checkbox:before {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: absolute;
  top: 2px;
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}

.treejs .treejs-checkbox:hover:before {
  -webkit-box-shadow: 0 0 2px 1px #1890ff;
  box-shadow: 0 0 2px 1px #1890ff;
}

.treejs .treejs-node__checked > .treejs-checkbox:before {
  background-color: #1890ff;
  border-color: #1890ff;
}

.treejs .treejs-node__checked > .treejs-checkbox:after {
  position: absolute;
  content: " ";
  display: block;
  top: 4px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.treejs .treejs-node__halfchecked > .treejs-checkbox:before {
  background-color: #1890ff;
  border-color: #1890ff;
}

.treejs .treejs-node__halfchecked > .treejs-checkbox:after {
  position: absolute;
  content: " ";
  display: block;
  top: 9px;
  left: 3px;
  width: 10px;
  height: 2px;
  background-color: #fff;
}

.treejs .treejs-node__disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}

.treejs .treejs-node__disabled .treejs-checkbox {
  cursor: not-allowed;
}

.treejs .treejs-node__disabled .treejs-checkbox:before {
  cursor: not-allowed;
  border-color: #d9d9d9 !important;
  background-color: #f5f5f5 !important;
}

.treejs .treejs-node__disabled .treejs-checkbox:hover:before {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.treejs .treejs-node__disabled .treejs-node__checked > .treejs-checkbox:after {
  border-color: #d9d9d9;
}

.treejs .treejs-node__disabled .treejs-node__halfchecked > .treejs-checkbox:after {
  background-color: #d9d9d9;
}

.treejs .treejs-node__disabled.treejs-node__checked > .treejs-checkbox:after {
  border-color: #d9d9d9;
}

.treejs .treejs-node__disabled.treejs-node__halfchecked > .treejs-checkbox:after {
  background-color: #d9d9d9;
}

.treejs .treejs-label {
  vertical-align: middle;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Nunito", "Segoe UI", arial;
  overflow-x: hidden;
}

label {
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  line-height: 18px;
}

sup {
  color: #dc3545;
  font-size: 14px;
  font-weight: bold;
}

.blue-icon {
  color: #6777ef;
}

.cursor {
  cursor: pointer;
}

.subHeading {
  /* color: #757575; */
  font-weight: 600;
  border-left: 4px solid #3c84db;
  padding-left: 6px;
  margin: 15px 0;
}

.irs-hidden-input {
  visibility: hidden !important;
}

.text-blue {
  color: #6777ef !important;
}

.text-black {
  color: #212529 !important;
}

.dropdown-menu a > code {
  color: #d63384;
}

#userDropdown .dropdown-menu {
  width: 150px !important;
  min-width: 16rem;
}

code.default-format {
  color: #d63384 !important;
  background-color: #fff;
}
code.default-format:hover {
  text-decoration: underline;
}

.default-download {
  display: flex;
  gap: 0.3rem;
}
.default-download:hover {
  color: #fff !important;
}

.icon-sm {
  font-size: 1.1rem !important;
}

.btn-edit {
  line-height: 16px;
  padding: 0.3rem 0.5rem;
  margin: 5px 0;
}
.btn-edit:hover {
  cursor: pointer !important;
}

.btn-add {
  color: #6777ef;
  cursor: pointer;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.last-login {
  font-size: 12px;
  padding: 10px 10px;
}

.btn-edit {
  align-items: center;
  display: flex;
  justify-content: center;
}

.hide {
  display: none;
}

.show {
  display: block;
}

iframe {
  display: block;
  margin: 0 auto;
}

.second-level-list li {
  line-height: 16px;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.goog-te-gadget-simple {
  border: 1px solid #e4e6fc !important;
  border-radius: 5px;
  padding: 4px 6px !important;
  font-size: 11pt;
}

@media screen and (max-width: 430px) {
  #google_translate_element .goog-te-gadget-simple a span:first-child {
    display: none;
  }
}
.toast:before {
  display: none;
}

/*.sidebar-menu {
    height: 85vh !important;
    overflow-y: auto !important;
}
*/
.main-sidebar .sidebar-menu ul {
  line-height: 18px !important;
}
