/*******************&nbsp; /*Demo custom CSS *******************/ /*******************&nbsp; /*Top bar *******************/ .topbar { &emsp;&emsp;&nbsp;background: #ff5b00 ; } .topbar .navbar-header { &emsp;&emsp;&nbsp;background: #ffffff; } .topbar .top-navbar .navbar-header .navbar-brand .light-logo { &emsp;&emsp;&nbsp;display: none; &emsp;&emsp;&nbsp;color: rgba(255, 255, 255, 0.8); } .topbar .navbar-light .navbar-nav .nav-item &gt; a.nav-link { &emsp;&emsp;&nbsp;color: #ffffff !important; } .topbar .navbar-light .navbar-nav .nav-item &gt; a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item &gt; a.nav-link:focus { &emsp;&emsp;&nbsp;color: rgba(255, 255, 255, 0.8) !important; } /*******************&nbsp; /*General Elements *******************/ a.link:hover, a.link:focus { &emsp;&emsp;&nbsp;color: #ff5b00 &nbsp;!important; } .bg-theme { &emsp;&emsp;&nbsp;background-color: #ff5b00 &nbsp;!important; } .pagination &gt; .active &gt; a, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span:focus { &emsp;&emsp;&nbsp;background-color: #ff5b00 ; &emsp;&emsp;&nbsp;border-color: #ff5b00 ; } .right-sidebar .rpanel-title { &emsp;&emsp;&nbsp;background: #ff5b00 ; } .stylish-table tbody tr:hover, .stylish-table tbody tr.active { &emsp;&emsp;&nbsp;border-left: 4px solid #ff5b00 ; } .text-themecolor { &emsp;&emsp;&nbsp;color: #ff5b00 &nbsp;!important; } .profile-tab li a.nav-link.active, .customtab li a.nav-link.active { &emsp;&emsp;&nbsp;border-bottom: 2px solid #ff5b00 ; &emsp;&emsp;&nbsp;color: #ff5b00 ; } .profile-tab li a.nav-link:hover, .customtab li a.nav-link:hover { &emsp;&emsp;&nbsp;color: #ff5b00 ; } title[_ngcontent-aqi-c2] { &emsp;&emsp;&nbsp;color: #ff5b00 &nbsp;!important; &emsp;&emsp;&nbsp;text-decoration: none !important; } title[_ngcontent-aqi-c2]:hover { &emsp;&emsp;&nbsp;font-weight: bold; } /*******************&nbsp; /*Buttons *******************/ .btn-themecolor { &emsp;&emsp;&nbsp;background: #ff5b00 ; &emsp;&emsp;&nbsp;color: #ffffff; &emsp;&emsp;&nbsp;border: 1px solid #ff5b00 ; &emsp;&emsp;&nbsp;box-shadow: 0 2px 2px 0 rgba(144, 3, 73, 0.14), 0 3px 1px -2px rgba(144, 3, 73, 0.2), 0 1px 5px 0 rgba(144, 3, 73, 0.12); } .btn-themecolor:disabled { &emsp;&emsp;&nbsp;box-shadow: none; } .btn-themecolor:disabled:hover { &emsp;&emsp;&nbsp;box-shadow: none !important; &emsp;&emsp;&nbsp;cursor: default; } .btn-themecolor:hover { &emsp;&emsp;&nbsp;background: #ff5b00 ; &emsp;&emsp;&nbsp;border: 1px solid #ff5b00 ; &emsp;&emsp;&nbsp;box-shadow: 0 14px 26px -12px rgba(144, 3, 73, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(144, 3, 73, 0.2) !important } .btn-themecolor:focus { &emsp;&emsp;&nbsp;background: #900349; &emsp;&emsp;&nbsp;border: 1px solid #900349; &emsp;&emsp;&nbsp;box-shadow: 0 14px 26px -12px rgba(144, 3, 73, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(144, 3, 73, 0.2); } .btn-themecolor.active { &emsp;&emsp;&nbsp;background: #900349; } .multiselect-dropdown .dropdown-btn .selected-item { &emsp;&emsp;&nbsp;background: #ff5b00 &nbsp;!important; } .multiselect-item-checkbox input[type=checkbox]+div:before { &emsp;&emsp;&nbsp;color: #ff5b00 &nbsp;!important; &emsp;&emsp;&nbsp;border: 2px solid #ff5b00 &nbsp;!important; } .btn-themecolor-default { &emsp;&emsp;&nbsp;background: #ffffff; &emsp;&emsp;&nbsp;color: #67757c; &emsp;&emsp;&nbsp;border: 1px solid #67757c; &emsp;&emsp;&nbsp;box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12); } .btn-themecolor-default:disabled { &emsp;&emsp;&nbsp;box-shadow: none; } .btn-themecolor-default:disabled:hover { &emsp;&emsp;&nbsp;box-shadow: none; &emsp;&emsp;&nbsp;cursor: default; &emsp;&emsp;&nbsp;background: unset; &emsp;&emsp;&nbsp;color: unset; } .multiselect-item-checkbox input[type=checkbox]:checked+div:before { &emsp;&emsp;&nbsp;background: #ff5b00 &nbsp;!important; } .btn-themecolor-border { &emsp;&emsp;&nbsp;color: #ff5b00 ; &emsp;&emsp;&nbsp;border: 1px solid #ff5b00 ; &emsp;&emsp;&nbsp;box-shadow: 0 2px 2px 0 rgba(177, 0, 88, 0.14), 0 3px 1px -2px rgba(177, 0, 88, 0.2), 0 1px 5px 0 rgba(177, 0, 88, 0.12); } input[type=radio], input[type=checkbox] { &emsp;&emsp;&nbsp;border: 1px solid #ff5b00 ; } input[type=radio]:hover, input[type=checkbox]:hover, input[type=checkbox]:focus { &emsp;&emsp;&nbsp;border: 1px solid #ff5b00 ; &emsp;&emsp;&nbsp;box-shadow: 0 2px 2px 0 rgba(177, 0, 88, 0.14), 0 3px 1px -2px rgba(177, 0, 88, 0.2), 0 1px 5px 0 rgba(177, 0, 88, 0.12); } input[type=checkbox]:checked { &emsp;&emsp;&nbsp;border-color: #ff5b00 ; } input[type=checkbox]:disabled { &emsp;&emsp;&nbsp;box-shadow: none; &emsp;&emsp;&nbsp;background-color: #dddddd; &emsp;&emsp;&nbsp;cursor: initial; &emsp;&emsp;&nbsp;border: 1px solid #67757c; } .btn-themecolor-border:hover { &emsp;&emsp;&nbsp;background: #ff5b00 ; &emsp;&emsp;&nbsp;box-shadow: 0 14px 26px -12px rgba(144, 3, 73, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(144, 3, 73, 0.2); &emsp;&emsp;&nbsp;border: 1px solid #ff5b00 ; &emsp;&emsp;&nbsp;color: #fff; } .btn-themecolor-border:disabled:hover { &emsp;&emsp;&nbsp;box-shadow: none; &emsp;&emsp;&nbsp;cursor: default; &emsp;&emsp;&nbsp;background: unset; &emsp;&emsp;&nbsp;color: #ff5b00 ; } .btn-themecolor-border:disabled { &emsp;&emsp;&nbsp;box-shadow: none; } .btn-themecolor-border:focus { &emsp;&emsp;&nbsp;background: #ff5b00 ; &emsp;&emsp;&nbsp;color: #fff; &emsp;&emsp;&nbsp;border: 1px solid #ff5b00 ; &emsp;&emsp;&nbsp;box-shadow: 0 14px 26px -12px rgba(144, 3, 73, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(144, 3, 73, 0.2); } /*******************&nbsp; /*sidebar navigation *******************/ .label-themecolor { &emsp;&emsp;&nbsp;background: #ff5b00 ; } .sidebar-nav &gt; ul &gt; li.active &gt; a { &emsp;&emsp;&nbsp;color: #ff5b00 ; &emsp;&emsp;&nbsp;border-color: #ff5b00 ; } .sidebar-nav &gt; ul &gt; li.active &gt; a i { &emsp;&emsp;&nbsp;color: #ff5b00 ; } .sidebar-nav ul li a.active, .sidebar-nav ul li a:hover { &emsp;&emsp;&nbsp;color: #ff5b00 &nbsp;!important; } .sidebar-nav ul li a.active i, .sidebar-nav ul li a:hover i { &emsp;&emsp;&nbsp;color: #ff5b00 ; } .lighten-2 .fa { &emsp;&emsp;&nbsp;background: #ff5b00 &nbsp;!important; } .page-item .page-link { &emsp;&emsp;&nbsp;color: #ff5b00 &nbsp;!important; } .topbar ul.dropdown-user li a:hover { &emsp;&emsp;&nbsp;color: #ff5b00 ; } .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { &emsp;&emsp;&nbsp;color: #ff5b00 &nbsp;!important; &emsp;&emsp;&nbsp;border-bottom: 2px solid #ff5b00 &nbsp;!important; } .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { &emsp;&emsp;&nbsp;color: #ff5b00 ; } input[type=checkbox]:checked:before { &emsp;&emsp;&nbsp;color: #ff5b00 ; } .nav-pills .nav-link.active:after { &emsp;&emsp;&nbsp;background: #ff5b00 &nbsp;!important; } .btn-link { &emsp;&emsp;&nbsp;color: #ff5b00 &nbsp;!important; } .btn-link:focus, .btn-link:hover { &emsp;&emsp;&nbsp;color: #ff5b00 &nbsp;!important; } .q_icon { &emsp;&emsp;&nbsp;color: #ff5b00 &nbsp;!important; } .swal2-popup .swal2-styled.swal2-confirm { &emsp;&emsp;&nbsp;background: #ff5b00 &nbsp;!important; } input[type=radio] { &emsp;&emsp;&nbsp;border : 2px solid #ff5b00 &nbsp;!important; } input[type=radio]:checked:before { &emsp;&emsp;&nbsp;color: #ff5b00 &nbsp;!important; } .custom-day.focused { &emsp;&emsp;&nbsp;background-color: #ff5b00 &nbsp;!important; &emsp;&emsp;&nbsp;color: #fff; } .quote_bit { &emsp;&emsp;&nbsp;background: #ff5b00 &nbsp;!important; &emsp;&emsp;&nbsp;color: #fff; } .title { &emsp;&emsp;&nbsp;color: #ff5b00 ; } .title:hover { &emsp;&emsp;&nbsp;text-decoration: underline; } input[type=checkbox]:focus { &emsp;&emsp;&nbsp;outline: auto !important; &emsp;&emsp;&nbsp;box-shadow: 1px 1px 2px rgb(233, 141, 176); } .btn-themecolor-border:hover { &emsp;&emsp;&nbsp;background: #ff5b00 ; &emsp;&emsp;&nbsp;box-shadow: 0 14px 26px -12px rgb(233, 141, 176), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 205, 232, 0.42); &emsp;&emsp;&nbsp;border: 1px solid #ff5b00 ; &emsp;&emsp;&nbsp;color: #fff; } .btn-themecolor-border:disabled { &emsp;&emsp;&nbsp;background: #fff !important; &emsp;&emsp;&nbsp;box-shadow: none !important; &emsp;&emsp;&nbsp;color: #ff5b00 &nbsp;!important; &emsp;&emsp;&nbsp;border: 1px solid #ff5b00 &nbsp;!important; &emsp;&emsp;&nbsp;cursor: default !important; } .message-center::-webkit-scrollbar-track { &emsp;&emsp;&nbsp;background-color: #eaeaea; } .message-center::-webkit-scrollbar-thumb { &emsp;&emsp;&nbsp;background-color: #ff5b00 &nbsp;!important; } .message-center::-webkit-scrollbar-thumb:hover { &emsp;&emsp;&nbsp;background-color: #ff5b00 &nbsp;!important; } .multiselect-dropdown .dropdown-btn .selected-item { &emsp;&emsp;&nbsp;background: #ff5b00 &nbsp;!important; } .multiselect-item-checkbox input[type=checkbox]:checked + div:before { &emsp;&emsp;&nbsp;background: #ff5b00 &nbsp;!important; } .multiselect-item-checkbox input[type=checkbox] + div:before { &emsp;&emsp;&nbsp;color: #ff5b00 &nbsp;!important; &emsp;&emsp;&nbsp;border: 2px solid #ff5b00 &nbsp;!important; } .list-group-item.pointer.active { &emsp;&emsp;&nbsp;background-color: #ff5b00 ; &emsp;&emsp;&nbsp;border-color: #ff5b00 ; } .list-group-item.active, .list-group .list-group-item.active:hover { &emsp;&emsp;&nbsp;background-color: #ff5b00 ; &emsp;&emsp;&nbsp;border-color: #ff5b00 ; } .bg-info { &emsp;&emsp;&nbsp;background-color: #ff5b00 &nbsp;!important; } .bg-success { &emsp;&emsp;&nbsp;background-color: #ff5b00 &nbsp;!important; } .accordion-bg-color { &emsp;&emsp;&nbsp;background-color: #ff5b00 &nbsp;!important; } .text-themecolor-hover { &emsp;&emsp;&nbsp;color: #ff5b00 &nbsp;!important; } .owl-dt-calendar-table .owl-dt-calendar-cell-selected { &emsp;&emsp;&nbsp;color: rgba(255, 255, 255, .85); &emsp;&emsp;&nbsp;background-color: #ff5b00 &nbsp;!important; } .owl-dt-control-button-content { &emsp;&emsp;&nbsp;color: #ff5b00 &nbsp;!important; } .progress-bar { &emsp;&emsp;&nbsp;background-color: #ff5b00 &nbsp;!important; } .CP5-hidden { &emsp;&emsp;&nbsp;display: none !important; } .pinclass { &emsp;&emsp;&nbsp;background-color: #eefdff !important; } .pintextclass { color: #ff5b00 !important; font-weight: bold; } .toggle-click { background-color: #ff5b00 !important; } .ngx-slider .ngx-slider-pointer { background-color: #ff5b00 !important; }