/* Global Styles */
@-webkit-keyframes loader {
    0% {
      background: #a9b4cc;
    }
    50% {
      background: #F0C434;
    }
    100% {
      background: #a9b4cc;
    }
  }
  @keyframes loader {
    0% {
      background: #a9b4cc;
    }
    50% {
      background: #F0C434;
    }
    100% {
      background: #a9b4cc;
    }
  }
  input {
    border: 1px solid rgba(240, 196, 52, 0.2);
  }
  
  .dataTables_wrapper .dataTables_filter input:focus {
    border-color: #F0C434;
  }
  
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #F0C434;
  }
  
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white;
  }
  
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #c29e2b;
    color: white;
  }
  
  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #F0C434;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(240, 196, 52, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(240, 196, 52, 0.25);
  }
  
  .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #F0C434;
  }
  
  .daterangepicker .ranges li.active {
    background: #F0C434;
  }
  
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background: #F0C434;
  }
  
  .dtp > .dtp-content > .dtp-date-view > header.dtp-header {
    background: #F0C434;
  }
  
  .dtp .p10 > a {
    color: #F0C434;
  }
  
  .dtp table.dtp-picker-days tr > td > a.selected {
    background: #F0C434;
  }
  
  .dtp .dtp-actual-meridien a.selected {
    background: #F0C434;
  }
  
  .minute-hand[stroke="#8BC34A"],
  .hour-hand[stroke="#8BC34A"] {
    stroke: #F0C434;
  }
  
  .dtp-select-minute[fill="#8BC34A"],
  .dtp-select-hour[fill="#8BC34A"] {
    fill: #F0C434;
  }
  
  .year-picker-item:hover,
  .year-picker-item.active {
    color: #F0C434;
  }
  
  .ui-datepicker td a.ui-state-highlight {
    background: #F0C434;
  }
  
  .fc-event, .fc-event-dot {
    background-color: #F0C434;
  }
  
  .swiper-pagination-bullet {
    background: #F0C434;
  }
  
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #F0C434;
  }
  
  .swiper-pagination.swiper-pagination-vertical .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #F0C434;
  }
  
  .bg-primary {
    background-color: #F0C434 !important;
  }
  
  .text-primary {
    color: #F0C434 !important;
  }
  
  .btn-group .btn-primary {
    border-color: #b59631;
  }
  
  .btn.show {
    background-color: #b59631;
    border-color: #F0C434;
  }
  
  .btn-primary {
    background: #F0C434;
    border: 1px solid #F0C434;
  }
  .btn-primary:hover {
    background: #b59631;
    border-color: #F0C434;
  }
  .btn-primary.current, .btn-primary.active {
    background-color: #b59631;
    border-color: #F0C434;
  }
  .btn-primary:active, .btn-primary:focus {
    background-color: #b59631 !important;
    border-color: #F0C434 !important;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(181, 150, 49, 0.3);
            box-shadow: 0 0 0 0.25rem rgba(181, 150, 49, 0.3);
  }
  .btn-primary:disabled, .btn-primary.disabled {
    background: #F0C434;
    border-color: #F0C434;
  }
  
  .border-primary {
    border-color: #F0C434 !important;
  }
  
  .btn-outline-primary {
    border: 1px solid rgba(240, 196, 52, 0.2);
  }
  .btn-outline-primary:hover {
    background: #b59631;
    border-color: #F0C434;
  }
  .btn-outline-primary.current, .btn-outline-primary.active {
    background-color: #b59631;
    border-color: #F0C434;
  }
  .btn-outline-primary:active, .btn-outline-primary:focus {
    background-color: #b59631 !important;
    border-color: #F0C434 !important;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(181, 150, 49, 0.3);
            box-shadow: 0 0 0 0.25rem rgba(181, 150, 49, 0.3);
  }
  
  .form-select:focus,
  .form-control:focus {
    border-color: #F0C434;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(240, 196, 52, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(240, 196, 52, 0.25);
  }
  
  .form-check .form-check-input:focus {
    border-color: #F0C434;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(240, 196, 52, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(240, 196, 52, 0.25);
  }
  .form-check.form-switch .form-check-input:checked {
    background-color: #F0C434;
    border-color: #F0C434;
  }
  
  .tooltip {
    --bs-tooltip-bg: #F0C434;
  }
  
  .progress, .progress-stacked {
    --bs-progress-bar-bg: #F0C434;
  }
  
  .panel .panel-header form:focus-within {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(240, 196, 52, 0.25);
            box-shadow: 0 0 0 0.15rem rgba(240, 196, 52, 0.25);
  }
  
  .input-group-with-icon:focus-within {
    border-color: #F0C434;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(240, 196, 52, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(240, 196, 52, 0.25);
  }
  
  input[type=radio]:checked,
  input[type=checkbox]:checked {
    background-color: #F0C434;
    border-color: #F0C434;
  }
  
  .light-theme .btn-outline-primary {
    border-color: rgba(240, 196, 52, 0.5);
    color: #b59631;
  }
  
  /* Header Section */
  .header-right-btns .header-form {
    border: 1px solid rgba(240, 196, 52, 0.3);
  }
  
  .header-right-btns .header-form:focus-within {
    border-color: #F0C434;
  }
  
  .header-right-btns .header-btn-box .show-all-btn {
    border: 1px solid rgba(240, 196, 52, 0.3);
  }
  
  .dropdown-menu .dropdown-item:hover {
    background: #F0C434;
  }
  
  .right-sidebar-btn button {
    background: #F0C434;
  }
  
  /* Right Sidebar Section */
  .right-sidebar .sidebar-title {
    background: #F0C434;
  }
  .right-sidebar .dashboard-icon::after {
    background: #F0C434;
  }
  .right-sidebar .dashboard-icon:hover, .right-sidebar .dashboard-icon.active {
    border-color: #F0C434 !important;
  }
  .right-sidebar .bg-menu {
    background: rgba(240, 196, 52, 0.05);
  }
  .right-sidebar .bg-nav {
    background: rgba(240, 196, 52, 0.15);
  }
  .right-sidebar .main-content-bg-btn-box button::after,
  .right-sidebar .sidebar-bg-btn-box button::after {
    background: rgba(89, 74, 23, 0.7);
  }
  .right-sidebar .main-content-bg-btn-box button.active,
  .right-sidebar .sidebar-bg-btn-box button.active {
    border-color: #F0C434;
  }
  
  .right-bar-close::after {
    background: #F0C434;
  }
  
  .light-theme .right-sidebar .bg-menu {
    background: rgba(240, 196, 52, 0.1);
  }
  .light-theme .right-sidebar .bg-nav {
    background: rgba(240, 196, 52, 0.4) !important;
  }
  
  /* Sidebar Menu Section */
  .main-sidebar.horizontal-menu {
    background-color: #c29e2b;
  }
  .main-sidebar.horizontal-menu::after {
    background: rgba(194, 158, 43, 0.7);
  }
  .main-sidebar.two-column-menu.collapsed .sidebar-item .sidebar-link.has-sub.show {
    background: #F0C434;
  }
  
  .sidebar-item {
    border: 1px solid rgba(240, 196, 52, 0.2);
  }
  
  .sidebar-link-group-title {
    background: #c29e2b;
  }
  
  .sidebar-item.open .sidebar-link {
    background: #F0C434;
  }
  
  .collapsed .sidebar-item .sidebar-link.has-sub.show {
    background: rgba(240, 196, 52, 0.2);
  }
  
  .sidebar-menu .help-center {
    background: #F0C434;
  }
  
  .light-theme .main-sidebar.horizontal-menu {
    background-color: #F0C434;
  }
  .light-theme .main-sidebar.horizontal-menu::after {
    background: rgba(240, 196, 52, 0.7);
  }
  .light-theme .sidebar-link-group-title {
    background: #F0C434;
  }
  
  /* Main Content Section */
  .main-content.login-panel.login-panel-2 .panel-title::after {
    background: #F0C434;
  }
  .main-content .dashboard-filter .input-group-text {
    background: #F0C434;
  }
  .main-content .dashboard-top-box {
    border-top: 1px solid #F0C434;
  }
  .main-content .dashboard-top-box.dashboard-top-box-2:hover .right {
    border-color: #F0C434;
  }
  .main-content .dashboard-top-box .left a:hover {
    color: #F0C434;
  }
  .main-content .dashboard-top-box .right .part-icon {
    color: #F0C434;
  }
  .main-content .dashboard-top-box:hover .right .part-icon {
    background: #F0C434;
  }
  .main-content .visitor-table td span {
    background: #F0C434;
  }
  .main-content .table-activity tr:hover .date-box {
    background: #F0C434;
  }
  .main-content .hr-recent-activity li::before {
    border-color: #F0C434;
  }
  .main-content .hr-recent-activity li::after {
    background: #F0C434;
  }
  .main-content .hr-notice-board li:hover .date-box {
    background: #F0C434;
  }
  .main-content .table-bottom-control .btn.current {
    background: #F0C434;
  }
  .main-content .login-body.login-body-2 .top {
    border: 4px solid #F0C434;
  }
  .main-content .login-body.login-body-2 .top a {
    color: #F0C434;
  }
  .main-content .login-body .bottom .other-option .social-box a {
    color: #F0C434;
  }
  .main-content .login-body .bottom .other-option .social-box a:hover {
    background: #F0C434;
  }
  .main-content .profile-sidebar .top .image-wrap .image-change {
    background: #F0C434;
  }
  .main-content .profile-sidebar .top .part-txt .admin-social a:hover {
    color: #F0C434;
  }
  .main-content .user-activity ul li .left::before {
    background: #F0C434;
  }
  .main-content .user-activity ul li:hover .left::after {
    background: #F0C434;
  }
  .main-content .profile-edit-tab .admin-profile .image-wrap .image-change {
    background: #F0C434;
  }
  .main-content .file-manager-card .top .dropdown-menu .dropdown-item:active, .main-content .file-manager-card .top .dropdown-menu .dropdown-item:focus, .main-content .file-manager-card .top .dropdown-menu .dropdown-item:hover {
    color: #F0C434;
  }
  .main-content .file-card .action .dropdown-menu .dropdown-item:active, .main-content .file-card .action .dropdown-menu .dropdown-item:focus, .main-content .file-card .action .dropdown-menu .dropdown-item:hover {
    color: #F0C434;
  }
  .main-content .chatting-panel .msg-area .single-message.outgoing .msg-box .msg-box-inner .sent-status.seen {
    color: #F0C434;
  }
  .main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner {
    background: #F0C434;
  }
  .main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner:last-child::after {
    border-bottom-color: #F0C434;
  }
  .main-content .email-panel .emial-menu-list ul li button:hover, .main-content .email-panel .emial-menu-list ul li button.active {
    background: #F0C434;
  }
  .main-content .pricing-table .top {
    background: -webkit-gradient(linear, left bottom, left top, from(#F0C434), to(#b59631));
    background: linear-gradient(to top, #F0C434, #b59631);
  }
  
  .voice-call::after {
    background: #F0C434;
  }
  
  .dropzone .dz-message .dz-button i {
    color: #F0C434;
  }
  
  .main-content .ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable),
  .compose-mail .ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable) {
    border-color: #F0C434;
  }
  
  .light-theme .main-content .dashboard-top-box .right .part-icon.text-light {
    color: #F0C434 !important;
  }
  
  @media only screen and (min-width: 320px) and (max-width: 1399px) {
    .light-theme .main-content .chatting-panel .chatting-panel-top-btns > .btn.btn-icon:focus-visible, .light-theme .main-content .chatting-panel .chatting-panel-top-btns > .btn.btn-icon:hover, .light-theme .main-content .chatting-panel .chatting-panel-top-btns > .btn.btn-icon:active, .light-theme .main-content .chatting-panel .chatting-panel-top-btns > .btn.btn-icon:focus {
      color: #F0C434;
    }
  }