.details-wrapper{max-width:1350px;width:90%;margin:0 auto}.details-wrapper .button-wrapper{padding:3em 0}.details-wrapper .title-wrapper{font-size:1.75rem;margin:1.25em 1.25em 1.25em 0}.details-wrapper .section-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:3em;box-shadow:rgba(0,0,0,.35) 0 5px 15px;border-radius:10px}@media only screen and (max-width:800px){.details-wrapper .section-wrapper{display:flex;flex-direction:column;gap:3em;justify-content:start;align-items:stretch}}.details-wrapper .section-wrapper.single-column{grid-template-columns:repeat(1,1fr)}.details-wrapper .section-wrapper h3{text-align:center;font-size:1.25rem}.details-wrapper .section-wrapper .items-wrapper2 table{font-size:1.125rem;margin:0 auto 2em auto;font-family:Rubik;width:50%}@media only screen and (max-width:800px){.details-wrapper .section-wrapper .items-wrapper2 table{width:80%}}.details-wrapper .section-wrapper .items-wrapper2 table thead{background:var(--base-color-80);color:#fff}.details-wrapper .section-wrapper .items-wrapper2 table thead .fa-solid{margin-right:.5em}.details-wrapper .section-wrapper .items-wrapper2 table tbody tr{cursor:pointer;transition:background-color 150ms ease-in-out}.details-wrapper .section-wrapper .items-wrapper2 table tbody tr:hover{background-color:var(--base-color-60)}.details-wrapper .section-wrapper .items-wrapper2 table tbody tr:nth-child(even){background-color:var(--base-color-20)}.details-wrapper .section-wrapper .items-wrapper2 table tbody tr:nth-child(even):hover{background-color:var(--base-color-60)}.details-wrapper .section-wrapper .items-wrapper2 table tr td{padding:.5em;border:none}.details-wrapper .section-wrapper .items-wrapper2 table tr td .status-pill{width:fit-content;padding:.25em .75em;border-radius:20px}.choice-section .button-wrapper{display:flex;flex-direction:column;justify-content:start;align-items:center;margin:1.5em;gap:1em}.choice-section .button-wrapper button{width:100%;max-width:15em}.choice-section .button-wrapper #accept-btn{font-size:1.15em;background:var(--positive-color-80)}.choice-section .button-wrapper #deny-btn{font-size:1.15em;background:var(--negative-color-80)}.std-popup[data-popup-name=employeeDenyRequestForm]{width:85vw;max-width:40em}.std-popup[data-popup-name=employeeDenyRequestForm]>div{width:100%}.std-popup[data-popup-name=employeeDenyRequestForm]>div textarea{resize:none!important}.std-popup[data-popup-name=employeeDenyRequestForm]>div h3{text-align:center}.std-popup[data-popup-name=employeeDenyRequestForm]>div .form-submit-btn{margin-top:2em}.std-popup[data-popup-name=Confirm]{width:85vw;max-width:40em}.std-popup[data-popup-name=Confirm]>div{width:100%}