@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: 1; margin-bottom: 0px; position: fixed; } 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; width: 100%; height: calc(100vh - var(--topNavHeight)); display: flex; flex-direction: row; position: fixed; } .lft-nav-bar { z-index: 1; position: fixed; left: 0; width: var(--lftWidth); height: calc(100vh - var(--topNavHeight)); 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 { display: none !important; position: fixed; right: 0; width: 0px; height: calc(100vh - var(--topNavHeight)); 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; overflow-y: hidden; z-index: 0; left: var(--lftWidth); right: 0px; height: calc(100vh - var(--topNavHeight)); 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; position: absolute; bottom: 0px; margin-right: 1px; 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: -webkit-fill-available; height: calc(var(--frmIfrmeHeight) - 42px); margin: 1px; } .wrap-iframe .ld-frm-src { margin: 0px !important; } #crte-btn-lst { height: 400px; overflow-y: scroll; } .wrap-iframe { display: flex; flex-direction: row; justify-content: center; align-items: center; position: absolute; top: 0px; z-index: 1; width: 100%; height: 100%; } [data-ispop_up="false"] .app-title-ifrm { width: 150px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .frm-ifre .frm-bdy { line-height: 0 !important; display: flex; flex-direction: row; } .ctrl-vrtl { display: flex; flex-direction: column; margin-left: -30px; z-index: 1; background-color: var(--prmBgColor); height: 100%; } .ctrl-vrtl a { margin: 5px; } .ChtAppIfrme { margin-left: var(--rtrWidth); height: calc(100vh - var(--topNavHeight)); overflow: hidden; } .bdy-ul .accordion-button::after { margin-bottom: -8px; } .wrap-iframe + div .frm-ifre { z-index: 0 !important; } .t-sec-min { font-size: 14px; width: 10%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: right; } .w-mes { width: 90%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .apps-list { width: 360px; max-height: 450px; overflow-y: scroll; overflow-x: hidden; flex-wrap: wrap; } .appsBind { display: flex; flex-direction: column; margin: 8px !important; width: 70px; } .appsBind .appTitle { font-size: 14px; text-align: center; }