123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- .search-container{
- background-image: url("../Mask_Group_2.png");
- display: flex;
- flex-direction: column;
- justify-content: center;
- padding: 2rem 4rem;
- }
-
- .search-container .logo{
- height: auto;
- width: 8%;
- }
-
- .search-container h6{
- color: white;
- margin-bottom: 2px;
- }
-
- .search-container #searchInput{
- border-radius: 21px;
- border: none;
- padding-left: 20px !important;
- flex: 1;
- }
-
- .search-container #searchInput::before {
- content: "\f002"; /* Unicode for Font Awesome search icon */
- font-family: 'FontAwesome';
- position: absolute;
- left: 10px;
- top: 50%;
- transform: translateY(-50%);
- pointer-events: none;
- }
-
- .button-23 {
- background-color: #1F9027;
- border-radius: 8px;
- box-sizing: border-box;
- color: white;
- cursor: pointer;
- display: inline-block;
- font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
- font-size: 15px;
- font-weight: 600;
- line-height: 20px;
- margin: 0;
- outline: none;
- padding: 13px 23px;
- position: relative;
- text-align: center;
- text-decoration: none;
- touch-action: manipulation;
- transition: box-shadow .2s, -ms-transform .1s, -webkit-transform .1s, transform .1s;
- user-select: none;
- -webkit-user-select: none;
- width: auto;
- }
- .button-23:focus-visible {
- box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
- transition: box-shadow .2s;
- }
- .button-23:active {
- background-color: #F7F7F7;
- border-color: #000000;
- transform: scale(.96);
- }
- .button-23:disabled {
- border-color: #DDDDDD;
- color: #DDDDDD;
- cursor: not-allowed;
- opacity: 1;
- }
- .map-svg {
- display: block;
- margin: 0 auto;
- filter: drop-shadow(-16px 11px 2px rgba(0, 0, 0, 0.5));
- }
- .map-svg a {
- transition: all 1s;
- transform-origin: 50% 50%;
- text-decoration: none;
- filter: drop-shadow(3px 10px 5px rgb(0 0 0 / 0.4));
- }
-
- .map-svg .disable {
- fill: gray !important;
- }
-
- .map-svg .disable text{
- color: gray !important;
- }
-
- .map-svg .pahang-barat {
- fill: #427bba;
- }
- .map-svg .pahang-tengah {
- fill: #144172;
- }
- .map-svg .pahang-timur {
- fill: #0c6088;
- }
- .map-svg .label-text {
- font-size: 35px;
- fill: white;
- transform: translate(0,
- 3px);
- /* adjust vertical position to centre text */
- }
- .map-svg .label-text-cameron {
- font-size: 20px;
- fill: white;
- transform: translate(0,
- 3px);
- /* adjust vertical position to centre text */
- }
-
- .hidden {
- display: none;
- }
-
- html,
- body {
- height: 370px;
- padding: 0;
- margin: 0;
- }
- #map {
- height: 360px;
- width: 300px;
- overflow: hidden;
- float: left;
- border: thin solid #333;
- }
- #capture {
- height: 360px;
- width: 480px;
- overflow: hidden;
- float: left;
- background-color: #ECECFB;
- border: thin solid #333;
- border-left: none;
- }
- #pdfViewer {
- width: 100%;
- height: 600px;
- }
|