body, html{ font-family: sans-serif; height: 100%; scroll-behavior: smooth; } *:root{ --primary-color: #3772ff; --secound-color: #194ecd; } .primary-text{ color: var(--primary-color); } .secound-text{ color: var(--secound-color); } .listIcon{ min-width: 24px; } .ellipsis{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .listDetail{ max-width: 90%; } /* End basic CSS override */ .profile { display: flex; align-items: center; flex-direction: column; padding: 3rem 1rem; width: 100%; background-color: #1b2028; border-radius: 0 0 16px 16px; position: relative; background-clip: padding-box; text-align: center; color: #f1f3f3; background: rgb(30,79,133); background: linear-gradient(169deg, rgba(30,79,133,1) 0%, rgba(11,25,44,1) 67%, rgba(0,0,0,1) 100%); } .profile-image { border-radius: 50%; overflow: hidden; width: 175px; height: 175px; position: relative; margin-bottom: 20px; } .profile-image img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; } .profile-username { font-size: 2rem; font-weight: 600; } .mb-4{ margin-bottom: 20px; } .profile-user-handle { color: #7d8396; margin-bottom: 20px; } .small{ font-size: 0.8rem; } .profile-actions { margin-top: 2rem; display: flex; gap: 20px; align-items: center; justify-content: center; } .profile-actions > * { margin: 0 0.25rem; } .box{ padding: 20px; border-radius: 10px; background-color: #efefef; } .item{ gap: 20px; display: flex; } .mb-1{ margin-bottom: 5px; } .list{ padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; } .list li{ list-style: none; } .btn { border: 0; background-color: transparent; padding: 20px; display: flex; align-items: center; justify-content: center; cursor: pointer; line-height: 1; transition: 0.15s ease; } .btn--primary { border-radius: 99em; background-color: #082b51; background-image: linear-gradient(135deg, rgb(7, 61, 119), #082b51); color: #fff; } .btn--primary:hover, .btn--primary:focus { background-size: 150%; color: #fff; } .profile-links { margin-top: 3.5rem; } .link { text-decoration: none; color: #4c4c4c; box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px; } .link i { font-size: 1.25em; } .body{ padding: 20px 10px; } .logo-image{ max-width: 200px; max-height: 100px; } .w-full{ max-width: 100%; } .list p{ margin-bottom: 0; } #Ex_phone{ width: 65%; } .small{ font-size: 0.8rem; } .modal { backdrop-filter: blur(10px); } .modal-content { background-color: rgba(255, 255, 255, 0.9); } .modal-title{ font-weight: bold; }