123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477 |
- @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
- :root {
- --topNavHeight: 75px;
- --rtrWidth: 60px;
- --lftWidth: 275px;
- --tpMenuPad: 30px;
- --icnPadng: 10px 0px;
- --prmBgColor: rgb(244, 244, 221);
- --secdBgColor: #fafaf3;
- --secdSubColor: #f4f4f3;
- --lstPgArc: 15px;
- --frmIfrmeWidth: 500px;
- --frmIfrmeHeight: 550px;
- --frmIfrmeHeightPopUp: 80%;
- }
- a {
- color: #000 !important;
- text-decoration: none !important;
- }
- body {
- margin: 0px;
- padding: 0px;
- font-family: "Poppins", sans-serif;
- }
-
- ul,
- li {
- margin: 0px;
- padding: 0px;
- margin-left: 0px;
- margin-right: 0px;
- padding-left: 0px;
- padding-right: 0px;
- list-style: none;
- }
-
- .list-page {
- padding: 0px !important;
- display: flex;
- flex-direction: column;
- }
-
- .tp-bar {
- width: 100%;
- top: 0px;
- left: 0px;
- height: var(--topNavHeight);
- display: flex;
- flex-direction: row;
- list-style: none;
- align-items: center;
- padding-left: 0px !important;
- padding-right: 0px !important;
- z-index: 1000;
- margin-bottom: 0px;
- }
-
- ul.tp-bar li {
- margin: 0px 16px;
- }
-
- li.logo-li {
- display: flex;
- flex-direction: row;
- align-items: center;
- width: calc(var(--lftWidth));
- margin-left: 0px !important;
- }
-
- .logo-li .logo-img {
- height: 50px;
- margin-left: 15px;
- padding: 8px;
- }
-
- .btm-bar {
- top: var(--topNavHeight);
- left: 0;
- height: calc(100vh - var(--topNavHeight));
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: row;
- }
-
- .lft-nav-bar {
- position: fixed;
- left: 0;
- width: var(--lftWidth);
- height: inherit;
- display: flex;
- flex-direction: row;
- }
-
- .lft-nav-bar .lft-nav-bar-1,
- .lft-nav-bar .lft-nav-bar-2 {
- list-style: none;
- margin-bottom: 0px !important;
- padding-left: 0px;
- }
- .lft-nav-bar-1 {
- padding: 0px 5px !important;
- width: var(--rtrWidth);
- display: flex;
- flex-direction: column;
- align-items: center;
- background-color: var(--prmBgColor);
- }
-
- .lft-nav-bar-1 li {
- margin: 4px 0px;
- }
- .lft-nav-bar-2 li {
- margin: 6px 0px;
- }
- .lft-nav-bar-2 li {
- font-size: 16px;
- padding: 0px 15px;
- }
-
- .lft-nav-bar-2 {
- width: calc(var(--lftWidth) - var(--rtrWidth));
- display: flex;
- flex-direction: column;
- background-color: var(--secdBgColor);
- transition: width 0.3s;
- }
-
- .rtr-nav-bar {
- position: fixed;
- right: 0;
- width: var(--rtrWidth);
- height: inherit;
- background-color: var(--prmBgColor);
- list-style: none;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
-
- .rtr-nav-bar span {
- margin: var(--icnPadng);
- }
-
- .ctr-lst-pge {
- position: fixed;
- z-index: -1;
- left: var(--lftWidth);
- right: var(--rtrWidth);
- height: inherit;
- margin: 0px 20px;
- background-color: var(--secdSubColor);
- border-top-left-radius: var(--lstPgArc);
- border-top-right-radius: var(--lstPgArc);
- }
-
- .srch-bar {
- width: 35%;
- }
-
- .form-control#searchBar {
- padding: 10px;
- box-shadow: none;
- width: 100%;
- }
-
- .ml-auto {
- margin-left: auto !important;
- }
-
- .mr-auto {
- margin-right: auto !important;
- }
-
- .mt-auto {
- margin-top: auto !important;
- }
-
- .mb-auto {
- margin-bottom: auto !important;
- }
-
- .la,
- [class^="ri-"] {
- font-size: 1.2em;
- color: black;
- }
- .lft-nav-bar-2 [class^="ri-"] {
- font-size: 1.35em;
- color: black;
- }
-
- .icn-circle:hover {
- color: white;
- }
-
- .icn-circle {
- font-size: 12px;
- background-color: firebrick;
- color: white;
- padding: 8px;
- text-decoration: none;
- }
-
- .hdr {
- font-size: 16px;
- padding: 10px 5px;
- font-weight: 600;
- text-transform: capitalize;
- background-color: #e3e3e3;
- }
-
- .mnNvIcn,
- .mnNvIcn:focus {
- box-shadow: none !important;
- }
- .mnNvIcn-div {
- width: var(--rtrWidth);
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .mnNvIcn {
- text-decoration: none;
- margin: 0px 5px;
- }
- .mnNvIcn:hover {
- /* background-color: var(--prmBgColor); */
- background-color: #e8eaed;
- padding: 3px 7px;
- border-radius: 50%;
- }
-
- .lft-nav-bar.lft-nav-bar-Wrap {
- width: var(--rtrWidth);
- transition: width 0.3s;
- }
-
- .lft-nav-bar.lft-nav-bar-Wrap .lft-nav-bar-2 {
- display: none;
- transition: display 0.3s;
- }
-
- .bdy-ul {
- height: 100%;
- overflow-y: scroll;
- }
-
- .ctr-lst-pge.lft-nav-bar-Wrap {
- left: var(--rtrWidth);
- transition: left 0.3s;
- }
-
- a.badge {
- font-size: 14px;
- font-weight: 500;
- color: inherit;
- text-decoration: none;
- }
-
- .badge.badge-soft-green,
- .badge.badge-soft-success {
- background: #e6fbf2;
- color: #00d67f;
- }
-
- /* scroll bar start here*/
-
- ::-webkit-scrollbar {
- width: 6px;
- }
-
- /* Track */
-
- ::-webkit-scrollbar-track {
- background: #f1f1f1;
- }
-
- /* Handle */
-
- ::-webkit-scrollbar-thumb {
- background: #888;
- }
-
- /* Handle on hover */
-
- ::-webkit-scrollbar-thumb:hover {
- background: #555;
- }
-
- /* Scroll bar End Here */
-
- .accordion-button::after {
- background-size: 0.9rem !important;
- }
-
- a[role="button"]:focus {
- box-shadow: none !important;
- }
-
- #notifi-list .item-li:first .accordion-button:not(.collapsed) {
- border-top-left-radius: var(--lstPgArc);
- border-top-right-radius: var(--lstPgArc);
- }
-
- input[type="checkbox"] {
- box-shadow: none !important;
- border-radius: 2px;
- }
-
- .snd-fd-biz {
- border-top: 1px solid rgba(0, 0, 0, 0.15);
- }
- .tp-bar li a {
- padding: 3px 7px;
- margin-top: 3px;
- }
- .nav-lft-item {
- padding: 3px 7px;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .nav-lft-item span:nth-child(1) {
- padding: 3px 7px;
- }
- .nav-lft-item span:nth-child(2) {
- font-size: 13px;
- color: #000;
- font-weight: 400;
- }
- .tp-bar li a.nav-lft-item:hover {
- padding-bottom: 5px !important;
- padding: 8px;
- background-color: #e8eaed;
- border-radius: 50%;
- }
- button {
- box-shadow: none !important;
- }
- button:focus {
- box-shadow: none !important;
- }
- .plus {
- color: #000;
- margin-right: 8px;
- }
- .plus + span {
- margin-right: 8px;
- margin-bottom: 2px;
- }
- .create {
- display: flex !important;
- align-items: center;
- color: #000 !important;
- padding: 8px 8px !important;
- background-color: var(--prmBgColor) !important;
- border-color: var(--prmBgColor) !important;
- border-top-left-radius: 18px !important;
- border-bottom-left-radius: 18px !important;
- border-top-right-radius: 18px !important;
- border-bottom-right-radius: 18px !important;
- }
- .sub-nav-item {
- display: flex;
- align-items: center;
- padding: 4px 10px !important;
- font-size: 14px;
- text-decoration: none;
- color: #000;
- }
- .sub-nav-item.active,
- .sub-nav-item:hover {
- color: #000;
- background-color: var(--prmBgColor);
- border-top-left-radius: 16px;
- border-top-right-radius: 16px;
- border-bottom-left-radius: 16px;
- border-bottom-right-radius: 16px;
- }
- .sub-nav-item span {
- margin-right: 10px;
- }
- .nav-lft-item.active span:nth-child(1),
- .nav-lft-item:hover span:nth-child(1) {
- background-color: var(--secdBgColor);
- border-radius: 50%;
- padding: 3px 7px;
- }
- ul.ul-drpdown li {
- padding: 0px !important;
- }
- ul.hdr-ul {
- display: flex;
- flex-direction: row;
- align-items: center;
- background-color: var(--secdBgColor);
- border-top-left-radius: var(--lstPgArc);
- border-top-right-radius: var(--lstPgArc);
- height: 50px;
- }
- .chk-box-btn {
- background-color: unset;
- box-shadow: none;
- }
- ul.hdr-ul li {
- margin: 0px 8px;
- }
- .pggtn {
- padding: 0px 8px;
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .li-pgn {
- display: flex;
- flex-direction: row;
- align-items: center;
- margin-left: auto !important;
- }
- .pggtn .lss-than,
- .pggtn .grtr-than {
- margin: 0px 8px;
- }
- .nt-actve .la,
- .nt-actve [class^="ri-"] {
- color: #e3e3e3 !important;
- }
- .rtr-nav-bar .rtr-item {
- margin: 4px;
- padding: 6px 12px;
- }
- .rtr-nav-bar .rtr-item:hover {
- background-color: var(--secdBgColor);
- border-radius: 50%;
- padding: 6px 10px;
- }
- .frm-ifre {
- width: var(--frmIfrmeWidth);
- z-index: 1;
- background-color: #f3f3f3;
- height: var(--frmIfrmeHeight);
- position: absolute;
- bottom: 0px;
- right: calc(var(--rtrWidth) + 20px);
- border: 1px solid #dadada;
- border-radius: 3px;
- }
- .frm-hdr {
- padding: 0px 10px;
- height: 40px;
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .frm-hdr .ctrl {
- margin-left: auto;
- height: 40px;
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .frm-hdr .ctrl .la {
- font-size: 16px;
- color: #000;
- }
- .frm-hdr .ctrl a {
- margin: 0px 8px;
- }
- .ld-frm-src {
- width: var(--frmIfrmeWidth);
- height: calc(var(--frmIfrmeHeight) - 42px);
- }
- #crte-btn-lst {
- height: 400px;
- overflow-y: scroll;
- }
|