.quotationBox { width: 100%; height: 100%; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; } .quotationBox .quotationNavigation { width: 30%; height: 100%; } .quotationBox .quotationNavigation :global .adm-side-bar { background-color: #ebf2fd; } .quotationBox :global .adm-capsule-tabs-content { padding: 0; } .quotationBox .quotationContent { width: 70%; height: 100%; overflow-y: auto; } .quotationBox .quotationContent .contentItem { width: 92%; height: 120px !important; border-radius: 10px; background-color: #fff; margin: 0 auto; margin-bottom: 16px !important; display: flex; padding: 10px !important; } .quotationBox .quotationContent .contentItem .contentItemImg { width: 80px !important; height: 80px !important; border-radius: 10px; } .quotationBox .quotationContent .contentItem .contentItemTitle { font-size: 17px !important; color: #333; margin-left: 10px !important; font-weight: 700; } .quotationBox .quotationContent .nestedItems .contentItem { background-color: '#333'; }