/* Blue */

/* .theme-1 {
    background-color: #346aea ;
} */

/* .theme-1 div {
    background-color: #346aea ;
} */

/* .theme-1 .div-transparent{
    background-color: transparent !important;
} */

body.theme-1 {
    color: #fff;
}
.theme-1 section {
    background-color: #e1ecff !important;
}

.theme-1 .div-bg-color {
    background-color: #e1ecff !important;
}
.theme-1 #side-nav-bar .active,
.theme-1 #side-nav-bar :hover .nav-icon {
    background-color: #e1ecff;
}
.theme-1 .guest-header {
    background-color: #346aea !important;
}

.theme-1 .guest-header a {
    color: white;
}

.theme-1 footer {
    background-color: #346aea !important;
}

.theme-1 #side-nav-bar span {
    color: white !important;
}

.theme-1 .side-nav-p {
    color: white !important;
}

.theme-1 #side-nav-bar .active,
#side-nav-bar :hover .nav-icon {
    background-color: #b8d3ff;
}

.theme-1 .main-title {
    color: #012f99 !important;
}

.theme-1 .text-primary {
    color: #012f99 !important;
}
.theme-1 footer .text-primary {
    color: #fff !important;
}
.theme-1 .text-primary.nav-link.dropdown-toggle {
    color: #fff !important;
}
.theme-1 .bg-gray {
    background: #e0ebfe !important;
}
.theme-1 .active-icon-btn,
.theme-1 .active-icon-btn svg {
    background: #dfeafd !important;
    fill: #346aea;
    transition: none;
}

.theme-1 .bg-secondary__ {
    background-color: white;
}
.theme-1 .bi-chevron-down.text-primary {
    color: white !important;
}
.theme-1 .dropdown-menu.show {
    border: none;
    background: rgb(13 110 253);
    padding: 10px;
}
.theme-1 .dropdown-item:hover {
    background: rgba(13, 109, 253, 0.836);
    /* color:rgb(13 110 253); */
}
.theme-1 p,
.theme-1 a,
.theme-1 span,
.theme-1 li {
    color: #012f99 !important;
}

.theme-1 #footer-1 a {
    color: var(--bs-white) !important;
}
.theme-1 footer p,
.theme-1 footer span,
.theme-1 .guest-header p {
    color: #fff !important;
}
.theme-1 .fc-toolbar-chunk .btn-group span {
    background-color: #fff;
}
.theme-1 .fc .fc-toolbar-title {
    color: #012f99 !important;
}
.theme-1 label {
    color: #012f99;
}
.theme-1 .bg-primary-light {
    background: #e1ecff !important;
    border-color: #e1ecff;
}
.theme-1 .bg-primary {
    background-color: #e1ecff !important;
}
.theme-1 .ck-reset_all :not(.ck-reset_all-excluded *),
.theme-1 .ck.ck-reset,
.theme-1 .ck.ck-reset_all,
.theme-1 .ck.ck-editor__main > .ck-editor__editable {
    background: #e1ecff;
}
.theme-1 .file-preview {
    background-color: #e1ecff;
}
.theme-1 .multiple-user-modal {
    color: #000;
}

/* Dark Blue */

/* .theme-2 {
    background-color: #10285f ;
}

.theme-2-sub-color {
    background-color: #0c1d44 ;
}

.theme-2 div{
    background-color: #10285f ;
} */

.theme-2 section {
    background-color: #0c1d44 !important;
}
body.theme-2 {
    color: #fff;
}
.theme-2 .div-bg-color {
    background-color: #0c1d44 !important;
}
.theme-2 #side-nav-bar .active,
.theme-2 #side-nav-bar :hover .nav-icon {
    background-color: #0c1d44;
}
.theme-2 .card {
    color: white;
    background-color: #10285f !important;
}

.theme-2 .guest-header {
    background-color: #10285f !important;
}

.theme-2 footer {
    background-color: #10285f !important;
}

.theme-2 p,
.theme-2 a,
.theme-2 span,
.theme-2 li {
    color: #fff !important;
}

.theme-2 #side-nav-bar span {
    color: white !important;
}

.theme-2 .side-nav-p {
    color: white !important;
}

.theme-2 .sub-text {
    color: white !important;
}

.theme-2 #side-nav-bar .active,
#side-nav-bar :hover .nav-icon {
    background-color: #0c1d44;
}

.theme-2 .btn-primary {
    --bs-btn-bg: #2e4374;
    --bs-btn-border-color: #2e4374;
    --bs-btn-hover-bg: #2e4374;
    --bs-btn-hover-border-color: #2e4374;
    --bs-btn-active-bg: #2e4374;
    --bs-btn-active-border-color: #2e4374;
}

.theme-2 .text-muted {
    color: white !important;
}

.theme-2 .text-primary {
    color: white !important;
}

/* .theme-2 .bg-gray {
    background: #2e4374 !important;
} */
.theme-2 .bg-gray {
    background: #f7f6f9;
}
.theme-2 .bg-secondary__ {
    background-color: white;
}
.theme-2 .dropdown-menu.show {
    border: none;
    background: #2e4374;
    padding: 10px;
}
.theme-2 .dropdown-item:hover {
    background: #2e4374;
    /* color:rgb(13 110 253); */
}
.theme-2 .tippy-box[data-theme~="primary"] {
    background-color: #2e4374;
}
.theme-2
    .tippy-box[data-theme~="primary"][data-placement^="bottom"]
    > .tippy-arrow::before {
    border-bottom-color: #2e4374;
}
.theme-2 .active-icon-btn,
.theme-2 .active-icon-btn svg {
    background: #2e4374 !important;
}
.theme-2 .tab-list .active {
    color: #fff !important;
    border-image: linear-gradient(to left, #fff, #fff) 1;
}
.theme-2 .tab-list a {
    color: #0c1d44 !important;
}
.theme-2 .tab-list a:hover {
    color: #fff !important;
}

.theme-2 .table {
    --bs-table-color: #fff;
}
.theme-2 #media-library .tab-list a {
    color: #ccc !important;
}

.theme-2 .nav-pills.vertical-tab .nav-link {
    color: #ffffff !important;
}
.theme-2 .nav-pills.vertical-tab .nav-link.active {
    color: #0c1d44 !important;
}
.theme-2 .nav-pills .nav-link {
    color: #0c1d44 !important;
}
.theme-2 .circle-btn .bi {
    color: #0c1d44 !important;
}
.theme-2 .paginate_button a {
    color: #0c1d44 !important;
}
.theme-2 .active > .page-link,
.page-link.active {
    color: white !important;
    background-color: #2e4374;
    border-color: #2e4374;
}
.theme-2 #settings-popover.bg-gray {
    background: #fff !important;
}
.theme-2 .fc-toolbar-chunk .btn-group span {
    background-color: #10285f;
}
.theme-2 .fc-myCalendarButton-button {
    background: #10285f !important;
}
.theme-2 .fc-toolbar-chunk:nth-child(3) button {
    background: #10285f;
}

.theme-2 #latest-news span.mglass,
.theme-2 #events span.mglass,
.theme-2 #media-library span.mglass,
.theme-2 span.mglass {
    color: #0c1d44 !important;
}
.theme-2 .searchHistory span {
    color: #0c1d44 !important;
}
.theme-2 .tab-list.knowledge-room a {
    color: #10285f !important;
}
.theme-2 .tab-list.knowledge-room a.active {
    color: #fff !important;
}
.theme-2 .add-btn {
    background: #2e4374;
}

.theme-2 .text-danger,
.theme-2 .circle-btn .text-danger {
    color: red !important;
}
.theme-2 .modal-content {
    background-color: #10285f !important;
}
.theme-2 .form-select {
    background-color: #0f2f6f;
    color: #fff;
}
.theme-2 .circle-btn .bi {
    color: #2e4374 !important;
}
.theme-2 .bi {
    color: #fff !important;
}
.theme-2 .ck-reset_all :not(.ck-reset_all-excluded *),
.theme-2 .ck.ck-reset,
.theme-2 .ck.ck-reset_all,
.theme-2 .ck.ck-editor__main > .ck-editor__editable {
    background: #0f2f6f;
}
.theme-2 .file-preview {
    background-color: #0f2f6f;
}
.theme-2 .tab-list a,
.theme-2 .tab-list a,
.theme-2 .tab-list.knowledge-room a,
.theme-2 .tab-list.bookmark a {
    color: #f3f4f799 !important;
}
.theme-2 .tab-list a.active,
.theme-2 .tab-list a:hover,
.theme-2 .tab-list.knowledge-room a.active,
.theme-2 .tab-list.knowledge-room a:hover,
.theme-2 .tab-list.bookmark a.active,
.theme-2 .tab-list.bookmark a:hover {
    color: #fff !important;
}
.theme-2 .divisions-bar button.active,
.theme-2 .divisions-bar button:hover {
    border: none;
    background-color: #2e4374;
    color: var(--bs-white);
}
.theme-2 .btn-division {
    background: #0c1d44;
    border-color: #0c1d44;
    color: #fff;
}
.theme-2 input,
.theme-2 select {
    color: #fff;
}
.theme-2 table p {
    color: #0c1d44 !important;
}
.theme-2 .circle-btn .bi.history-delete {
    color: #fff !important;
}
.theme-2 .contact-icons .bi,
.theme-2 .bi.help-search {
    color: #0c1d44 !important;
}
.theme-2 span i {
    color: #e9ecefa6;
}
.theme-2 .notification-cards p {
    color: #0c1d44 !important;
}
.theme-2 li.paginate_button {
    color: #10285f !important;
}
.theme-2 .prev,
.next,
.theme-2 a.page-link,
.theme-2 a.page-link span {
    color: #10285f !important;
}
.theme-2 .calendar-create-event-pop-up .modal-content label,
.theme-2 .edit-event-popup .edit-modal label {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    padding: 0 0 10px 0;
}
.theme-2 .ck.ck-icon.ck-icon_inherit-color,
.theme-2 .ck.ck-icon.ck-icon_inherit-color * {
    color: #fff;
}
.theme-2 .bg-secondary.comment-community {
    background-color: rgb(12 29 68) !important;
}
.theme-2 .bg-white p {
    color: #0c1d44 !important;
}
.theme-2 textarea,
.theme-2 textarea:focus,
.theme-2 input:focus {
    color: #fff;
}
.theme-2 input.bg-primary-light,
.theme-2 select.bg-primary-light,
.theme-2 textarea.bg-primary-light {
    background-color: #0f2f6f !important;
    border: none;
}
.theme-2 .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: #fff;
}
.theme-2 select.form-control,
.theme-2 input.form-control {
    background-color: #133071;
}
.theme-2 .modal-content p {
    color: #fff !important;
}
.theme-2 .dashboard-document-swiper .bg-gray {
    background: #133071 !important;
}
.theme-2 .calendar_weekdays div,
.theme-2 .calendar_content div {
    color: #fff !important;
}
.theme-2 .online-members .bg-primary-light,
.theme-2 .announcement .bg-primary-light {
    background: #0c1d44 !important;
    border-color: var(--bg-primary-light);
}
/* Orange */
.theme-3 {
    background-color: #f08976;
}
body.theme-3 {
    color: #fff;
}
.theme-3 .div-bg-color {
    background-color: #f4d096 !important;
}
.theme-3 #side-nav-bar .active,
.theme-3 #side-nav-bar :hover .nav-icon {
    background-color: #f4d096;
}
.theme-3-sub-color {
    background-color: #f4d096;
}

/* .theme-3 div{
    background-color: #FA8072;
} */
.theme-3 .bg-gray {
    background: #f7f6f9 !important;
}
.theme-3 .bg-secondary__ {
    background-color: white;
}
.theme-3 .guest-header {
    background-color: #f08976 !important;
}
.theme-3 footer {
    background-color: #f08976 !important;
}
.theme-3 .text-primary.nav-link.dropdown-toggle {
    color: #fff !important;
}
.theme-3 #side-nav-bar span {
    color: white !important;
}

.theme-3 .side-nav-p {
    color: white !important;
}
.theme-3 .text-primary {
    color: white !important;
}
.theme-3 .dropdown-menu.show {
    border: none;
    background: #f08960;
    padding: 10px;
}
.theme-3 .dropdown-item:hover {
    background: #f08960;
    /* color:rgb(13 110 253); */
}
.theme-3 .tippy-box[data-theme~="primary"] {
    background-color: #f08960;
}
.theme-3
    .tippy-box[data-theme~="primary"][data-placement^="bottom"]
    > .tippy-arrow::before {
    border-bottom-color: #f08960;
}
.theme-3 .btn-primary {
    --bs-btn-bg: #f08960;
    --bs-btn-border-color: #f08960;
    --bs-btn-hover-bg: #f08960;
    --bs-btn-hover-border-color: #f08960;
    --bs-btn-active-bg: #f08960;
    --bs-btn-active-border-color: #f08960;
}
.theme-3 .active-icon-btn,
.theme-3 .active-icon-btn svg {
    background: #f08960 !important;
}
.theme-3 .tab-list .active {
    color: #f08960 !important;
    border-image: linear-gradient(to left, #f08960, #f08960) 1;
}
.theme-3 .tab-list a {
    color: #f4d096 !important;
}
.theme-3 .tab-list a:hover {
    color: #f08960 !important;
}
.theme-3 p,
.theme-3 a,
.theme-3 span,
.theme-3 li {
    color: #000 !important;
}
.theme-3 .swiper-button-next,
.theme-3 .swiper-button-prev {
    color: #000;
}
.theme-3 #footer-1 a {
    color: var(--bs-white) !important;
}
.theme-3 footer p,
.theme-3 footer span,
.theme-3 .guest-header p {
    color: #fff !important;
}
.theme-3 .active > .page-link,
.theme-3 .page-link.active {
    color: #fff !important;
    background-color: #f08960;
    border: none;
}
.theme-3 .badges .bg-primary {
    background-color: #f4d096 !important;
}
.theme-3 #media-library .tab-list a {
    color: #f08960c7 !important;
}
.theme-3 .btn-light {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f4d096;
}
.theme-3 .nav-pills .nav-link.active,
.theme-3 .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #f08960c7;
}
.theme-3 .nav-pills.vertical-tab .nav-link.active {
    color: #000 !important;
}
.theme-3 .bg-primary.bg-primary.circle-btn {
    background-color: #f08960c7 !important;
}
.theme-3 .circle-btn .text-primary {
    color: #f08960c7 !important;
}
.theme-3 .fc-toolbar-chunk .btn-group span {
    background-color: #fff;
}
.theme-3 .add-btn {
    background: #f08960;
}
.theme-3 .modal-content {
    background-color: #f4d096 !important;
}
.theme-3 .modal-content label {
    color: #000;
}
.theme-3 .circle-btn .bi,
.theme-3 .bi {
    color: #a12626 !important;
}
.theme-3 .ck-reset_all :not(.ck-reset_all-excluded *),
.theme-3 .ck.ck-reset,
.theme-3 .ck.ck-reset_all,
.theme-3 .ck.ck-editor__main > .ck-editor__editable {
    background: #dcc6a1;
}
.theme-3 .file-preview {
    background-color: #dcc6a1;
}
.theme-3 .tab-list.knowledge-room a,
.theme-3 .tab-list.bookmark a,
.theme-3 .tab-list a {
    color: #f1926091 !important;
}
.theme-3 .tab-list.knowledge-room a.active,
.theme-3 .tab-list.knowledge-room a:hover,
.theme-3 .tab-list.bookmark a.active,
.theme-3 .tab-list.bookmark a:hover {
    color: #f08960 !important;
}
.theme-3 .text-danger,
.theme-3 .circle-btn .text-danger {
    color: red !important;
}
.theme-3 .divisions-bar button.active,
.theme-3 .divisions-bar button:hover {
    border: none;
    background-color: #f08976;
    color: var(--bs-white);
}
.theme-3 .btn-division {
    background: bisque;
    border-color: bisque;
}
.theme-3 label {
    color: #000;
}

.theme-3 .bg-primary-light {
    background: #dcc6a1 !important;
    border-color: #dcc6a1;
}
.theme-3 .acct-setting .text-primary {
    color: #000 !important;
}

/* Purple */
.theme-4 {
    background-color: #660066;
}
body.theme-4 {
    color: #702963;
}
.theme-4 .div-bg-color {
    background-color: #d896ff !important;
}
.theme-4 #side-nav-bar .active,
.theme-4 #side-nav-bar :hover .nav-icon {
    background-color: #d896ff;
}
.theme-4-sub-color {
    background-color: #d896ff;
}
.theme-3 .fc .fc-toolbar-title {
    color: #000 !important;
}
/* .theme-4 div{
    background-color: #702963 ;
} */
.theme-4 .bg-gray {
    background: #f7f6f9 !important;
}
.theme-4 .bg-secondary__ {
    background-color: white;
}
.theme-4 .guest-header {
    background-color: #702963 !important;
}
.theme-4 footer {
    background-color: #702963 !important;
}
.theme-4 .text-primary.nav-link.dropdown-toggle {
    color: #fff !important;
}
.theme-4 #side-nav-bar span {
    color: white !important;
}

.theme-4 .side-nav-p {
    color: white !important;
}
.theme-4 .text-primary {
    color: white !important;
}
.theme-4 .dropdown-menu.show {
    border: none;
    background: #ac68df;
    padding: 10px;
}
.theme-4 .dropdown-item:hover {
    background: #ac68df;
    /* color:rgb(13 110 253); */
}
.theme-4 .tippy-box[data-theme~="primary"] {
    background-color: #ac68df;
}
.theme-4
    .tippy-box[data-theme~="primary"][data-placement^="bottom"]
    > .tippy-arrow::before {
    border-bottom-color: #ac68df;
}
.theme-4 .btn-primary {
    --bs-btn-bg: #ac68df;
    --bs-btn-border-color: #ac68df;
    --bs-btn-hover-bg: #ac68df;
    --bs-btn-hover-border-color: #ac68df;
    --bs-btn-active-bg: #ac68df;
    --bs-btn-active-border-color: #ac68df;
    color: #fff !important;
}
.theme-4 .active-icon-btn,
.theme-4 .active-icon-btn svg {
    background: #ac68df !important;
}
.theme-4 .tab-list .active {
    color: #702963 !important;
    border-image: linear-gradient(to left, #702963, #702963) 1;
}

.theme-4 .tab-list a {
    color: #ac68df !important;
}

.theme-4 .tab-list a:hover {
    color: #702963 !important;
}
.theme-4 .card {
    background-color: #efbbff !important;
}
.theme-4 p,
.theme-4 a,
.theme-4 span,
.theme-4 li {
    color: #702963 !important;
}
.theme-4 .swiper-button-next,
.theme-4 .swiper-button-prev {
    color: #702963;
}
.theme-4 #side-nav-bar .collapse .active-item,
.theme-4 #side-nav-bar .collapse .active-item i {
    color: #d896ff !important;
}
.theme-4 #side-nav-bar a {
    color: #fff !important;
}
.theme-4 #footer-1 a {
    color: var(--bs-white) !important;
}
.theme-4 footer p,
.theme-4 .guest-header p {
    color: #fff !important;
}
.theme-4 .badges .bg-primary {
    background-color: #fff !important;
}
.theme-4 .active > .page-link,
.theme-4 .page-link.active {
    color: #fff !important;
    background-color: #702963;
}
.theme-4 .btn-light {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ac68df;
}
.theme-4 .nav-pills .nav-link.active,
.theme-4 .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #702963;
}

.theme-4 .vertical-tab a.active {
    background-color: #702963 !important;
}
.theme-4 .bg-primary.bg-primary.circle-btn {
    background-color: #702963 !important;
}
.theme-4 .circle-btn .text-primary {
    color: #702963 !important;
}

.theme-4 .calender-tab-content.card {
    background-color: #fff !important;
}
.theme-4 .fc-toolbar-chunk .btn-group span {
    background-color: #fff;
}
.theme-4 .bg-primary.bg-primary.circle-btn {
    background-color: #702963 !important;
}
.theme-4 .circle-btn .text-primary {
    color: #702963 !important;
}

.theme-4 .add-btn {
    background: #702963;
}

.theme-4 .text-danger,
.theme-4 .circle-btn .text-danger {
    color: red !important;
}
.theme-4 .modal-content {
    background-color: #efbbff !important;
}
.theme-4 .form-select {
    background-color: #d9b3ff;
}
.theme-4 .circle-btn .bi,
.theme-4 .bi {
    color: #702963 !important;
}
.theme-4 .ck-reset_all :not(.ck-reset_all-excluded *),
.theme-4 .ck.ck-reset,
.theme-4 .ck.ck-reset_all,
.theme-4 .ck.ck-editor__main > .ck-editor__editable {
    background: #d9b3ff;
}
.theme-4 + .file-preview {
    background-color: #d9b3ff;
}
.theme-4 .tab-list.knowledge-room a,
.theme-4 .tab-list.bookmark a {
    color: #d9b3ff !important;
}
.theme-4 .tab-list.knowledge-room a.active,
.theme-4 .tab-list.knowledge-room a:hover,
.theme-4 .tab-list.bookmark a.active,
.theme-4 .tab-list.bookmark a:hover {
    color: #702963 !important;
}
.theme-4 .divisions-bar button.active,
.theme-4 .divisions-bar button:hover {
    border: none;
    background-color: #702963;
    color: var(--bs-white);
}
.theme-4 .btn-division {
    background: #d9b3ff;
    border-color: #d9b3ff;
}

.theme-2 .acct-view .circle-btn .bi,
.theme-2 .acct-view .bi,
.theme-2 .acct-view .bi.bi-pencil-square {
    color: black !important;
}

/* .theme-3 .circle-btn .bi,
.theme-3 .bi {
    color: #f08960c7 !important;
} */

.theme-2 footer p,
.theme-2 footer span,
.theme-2 .guest-header p {
    color: #fff !important;
}

.theme-2 .card select option,
.theme-2 .card select:focus {
    color: white;
}

.theme-2 .acct-setting input,
.theme-2 .acct-setting select {
    color: white;
}

.theme-2 .community-like .bi,
.theme-2 .community-share .bi,
.theme-2 .send-comment .bi {
    color: white !important;
}

.theme-2 .bi-pencil-square,
.theme-2 .bi-x,
.theme-2 .bi-trash3 {
    color: white !important;
}

.theme-4 .swiper-slide .h2.mb-0,
.theme-4 .swiper-slide .x-small.mb-md-0,
.theme-4 .swiper-slide .h3 {
    color: #fff !important;
}

.theme-3 .swiper-slide .h2.mb-0,
.theme-3 .swiper-slide .x-small.mb-md-0,
.theme-3 .swiper-slide .h3 {
    color: #fff !important;
}

.theme-1 .swiper-slide .h2.mb-0,
.theme-1 .swiper-slide .x-small.mb-md-0,
.theme-1 .swiper-slide .h3 {
    color: #fff !important;
}

.theme-2 #side-nav-bar .collapse .active-item,
.theme-2 #side-nav-bar .collapse .active-item i,
.theme-2 #divisions-collapse .bi.bi-dot,
.theme-2 #side-nav-bar .bi.bi-dot,
.theme-2 #side-nav-bar .bi-chevron-right {
    color: #ffffff !important;
    font-weight: bold;
}

.theme-3 #side-nav-bar .collapse .active-item,
.theme-3 #side-nav-bar .collapse .active-item i,
.theme-3 #side-nav-bar .collapse a,
.theme-3 #divisions-collapse .bi.bi-dot,
.theme-3 #divisions-collapse a,
.theme-3 #side-nav-bar .bi.bi-dot,
.theme-3 #side-nav-bar .bi-chevron-right {
    color: #ffffff !important;
    font-weight: bold;
}

.theme-1 #side-nav-bar .collapse .active-item,
.theme-1 #side-nav-bar .collapse .active-item i,
.theme-1 #side-nav-bar .collapse a,
.theme-1 #divisions-collapse .bi.bi-dot,
.theme-1 #divisions-collapse a,
.theme-1 #side-nav-bar .bi.bi-dot,
.theme-1 #side-nav-bar .bi-chevron-right {
    color: #ffffff !important;
    font-weight: bold;
}

.theme-4 #side-nav-bar .bi-chevron-right {
    color: #ffffff !important;
    font-weight: bold;
}

.theme-1 #side-nav-bar .bi-chevron-right {
    color: #ffffff !important;
    font-weight: bold;
}
.theme-4 .searchcard #drop_division {
    background-color: #fff;
}

.theme-3 .searchcard #drop_division,
.theme-3 .searchcard .tab-list .dropdown-item:hover {
    background-color: #ffffff !important;
}

.theme-1 .searchcard #drop_division,
.theme-1 .searchcard .tab-list .dropdown-item:hover {
    background-color: #fff;
}

.searchcard #drop_division,
.searchcard .tab-list .dropdown-item:hover {
    background-color: #ffffff !important;
}

.theme-2 .searchcard #drop_division,
.theme-2 .searchcard .tab-list .dropdown-item:hover {
    background-color: #10285f !important;
}

.theme-3 .image-swiper .image-swiper-prev span,
.theme-3 .image-swiper .image-swiper-next span,
.theme-3 .image-inner-swiper .image-inner-swiper-prev span,
.theme-3 .image-inner-swiper .image-inner-swiper-next span {
    color: #ffffff !important;
}

.theme-2 .image-swiper .image-swiper-prev span,
.theme-2 .image-swiper .image-swiper-next span,
.theme-2 .image-inner-swiper .image-inner-swiper-prev span,
.theme-2 .image-inner-swiper .image-inner-swiper-next span,
.theme-2 .image-inner-swiper .image-inner-swiper-prev .bi-chevron-left,
.theme-2 .image-inner-swiper .image-inner-swiper-next .bi-chevron-right,
.theme-2 .image-swiper .image-swiper-prev .bi-chevron-left,
.theme-2 .image-swiper .image-swiper-next .bi-chevron-right {
    color: #ffffff !important;
}

.theme-1 .image-swiper .image-swiper-prev span,
.theme-1 .image-swiper .image-swiper-next span,
.theme-1 .image-inner-swiper .image-inner-swiper-prev span,
.theme-1 .image-inner-swiper .image-inner-swiper-next span,
.theme-1 .image-inner-swiper .image-inner-swiper-prev .bi-chevron-left,
.theme-1 .image-inner-swiper .image-inner-swiper-next .bi-chevron-right,
.theme-1 .image-swiper .image-swiper-prev .bi-chevron-left,
.theme-1 .image-swiper .image-swiper-next .bi-chevron-right {
    color: #ffffff !important;
}

.image-swiper .image-swiper-prev span,
.image-swiper .image-swiper-next span,
.image-inner-swiper .image-inner-swiper-prev span,
.image-inner-swiper .image-inner-swiper-next span,
.image-inner-swiper .image-inner-swiper-prev .bi-chevron-left,
.image-inner-swiper .image-inner-swiper-next .bi-chevron-right,
.image-swiper .image-swiper-prev .bi-chevron-left,
.image-swiper .image-swiper-next .bi-chevron-right {
    color: #ffffff !important;
}

.theme-4 .image-swiper .image-swiper-prev span,
.theme-4 .image-swiper .image-swiper-next span,
.theme-4 .image-inner-swiper .image-inner-swiper-prev span,
.theme-4 .image-inner-swiper .image-inner-swiper-next span {
    color: #ffffff !important;
}

.theme-1 .tippy-content a,
.theme-3 .tippy-content a {
    color: #fff !important;
}

#msbo .ic.fa.fa-bars {
    color: #000 !important;
}

.theme-2 #msbo .ic.fa.fa-bars {
    color: #fff !important;
}

.theme-4 #msbo .ic.fa.fa-bars {
    color: #fff !important;
}

.theme-2 {
    background-color: #10285f !important;
}

.theme-2 .calendar-create-event-pop-up .modal-content input,
.edit-event-popup .edit-modal input,
.calendar-create-event-pop-up .modal-content textarea,
.edit-event-popup .edit-modal textarea {
    color: #fff !important;
}

.theme-2 .ui-datepicker-calendar tr td a,
.theme-2 .ui-datepicker-calendar span,
.theme-2 .select2-dropdown .select2-results li,
.theme-2 .select2-selection__choice,
.theme-2 .selection #select2-recipients-container span,
.theme-2 .selection #select2-editrecipients_17-container span {
    color: #0c1d44 !important;
}

.theme-2 #all_event_calendar .btn .bi-bi.bi-calendar3,
.theme-2 #all_event_calendar .btn .bi.bi-chevron-left,
.theme-2 #all_event_calendar .btn .bi.bi-chevron-right {
    color: #fff !important;
}

.theme-2 #pills-profile .btn .bi-bi.bi-calendar3,
.theme-2 #pills-profile .btn .bi.bi-chevron-left,
.theme-2 #pills-profile .btn .bi.bi-chevron-right,
.theme-2 #editshareddocument .bi-file-earmark-pdf-fill {
    color: #fff !important;
}

.theme-2 #event_calendar .btn .bi-bi.bi-calendar3,
.theme-2 #event_calendar .btn .bi.bi-chevron-left,
.theme-2 #event_calendar .btn .bi.bi-chevron-right,
.theme-2 #dashboard_layout_form .form-group SELECT {
    color: #fff !important;
}

.theme-2 .calender-event-pop-up #popup-view-event {
    background: #10285f !important;
}
.theme-2 .calender-event-pop-up #popup-view-event .popup-event-status-label {
    color: #fff !important;
}

.theme-2 #add_task_form option {
    color: #0c1d44 !important;
}

.theme-2 .btn-close {
    background-color: #fff !important;
}

.theme-2 #createUserModal #current_division_id option {
    background-color: #0c1d44 !important;
}

.theme-2 #createUserModal #current_division_id {
    color: #fff !important;
}

.theme-2 select.form-control,
.theme-2 input.form-control {
    background-color: #133071;
    color: white;
}

.theme-2 .project-section .bi-pencil-square,
.theme-2 .project-section .bi.bi-trash3,
.theme-2 .project-section .bi.bi-x-lg {
    color: white !important;
}

.theme-3 .project-section .bi-pencil-square,
.theme-3 .project-section .bi.bi-trash3,
.theme-3 .project-section .bi.bi-x-lg {
    color: #000 !important;
}

.theme-2 #swal2-html-container span {
    color: black !important;
}

.theme-2 .search-container input,
.theme-2 .searchcard #faq-search-bar,
#search {
    color: black !important;
}

.theme-2 #deleteTask i {
    color: #000 !important;
}

.theme-2 .icon-theme-2-black {
    background-color: #10285f !important;
}

.theme-2 #add_news_form select.form-control {
    background-color: #133071 !important;
}

.theme-2 .edit-assign-task-table-tbody select,
.theme-2 #assign_task_table_tbody select {
    background-color: #133071 !important;
}

.theme-2 .calender-edit-event-pop-up .edit-event-popup {
    background-color: #133071 !important;
}

.theme-2 #tbodydatawith tr td div > i,
.theme-2 #tbodydataby tr td div > i {
    color: black !important;
}

.theme-3 .searchcard a i {
    color: black !important;
}

.theme-2 #e-pills-past .rounded-circle i,
.theme-2 #e_tab_6 .rounded-circle i,
.theme-2 #e_tab_7 .rounded-circle i,
.theme-2 #e_tab_9 .rounded-circle i,
.theme-2 #e-pills-all .rounded-circle i {
    color: #000 !important;
}

.theme-2 #edit_news_form select,
.theme-2 #add_photo_form select,
.theme-2 #add_video_form select,
.theme-2 #add_info_form select,
.theme-2 #add_orientation_form select,
.theme-2 #add_intranet_form select,
.theme-2 #add_manual_form select,
.theme-2 #createannoucement select,
.theme-2 #createdocument select,
.theme-2 #add_news_category_form select,
.theme-2 #edit_news_category_form select,
.theme-2 #add_knowledgeRoom_subCategory_form select,
.theme-2 #edit_knowledge_Room_category_form select,
.theme-2 #editeventcategory select,
.theme-2 #editslider select,
.theme-2 #editdivisionname select,
.theme-2 #editcommissiondecisioncategory select,
.theme-2 #add_media_library_sub_category_form select,
.theme-2 #edit_media_library_sub_category_form select,
.theme-2 #editannoucement select {
    background-color: #133071 !important;
}

.theme-4 #dayClick .form-group input,
.theme-4 #dayClick .form-group textarea {
    color: #000 !important;
}

.theme-3 #dayClick .form-group input,
.theme-3 #dayClick .form-group textarea {
    color: #000 !important;
}

.theme-1 #dayClick .form-group input,
.theme-1 #dayClick .form-group textarea {
    color: #000 !important;
}

#dayClick .form-group input,
#dayClick .form-group textarea {
    color: #000 !important;
}
