body, html {
  background: #FFFFFF !important;
}

a.icon-utama > svg {
  margin-right: 5px !important;
}

.uk-logo-toolbar {
  background: #FFF;
  top: 0 !important;
  margin-top: 0 !important;
  padding: 20px !important;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  border-radius: 0 0 20px 20px;
  height: 180px !important;
  position: fixed;
  z-index: 1000 !important;
}

@-webkit-keyframes blinker {
  from {opacity: 1;}
  to {opacity: 0;}
}

.uk-blink {
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

#system-message-container {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
}

.uk-search > .awesomplete {
    width: 100% !important;
}

#awesomplete_list_2 {
    display: none;
}

div[id^="search"].uk-modal.uk-modal-full {
    height: 80px !important;
    border-radius: 15px !important;
    margin-top: 150px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.uk-search-icon > svg {
    background: #2AB473 !important;
    border-radius: 500px;
    padding: 4px !important;
    width: 25px !important;
    height: 25px !important;
    color: #FFFFFF !important;
}

.uk-search-icon > svg:hover {
    background: #004D49 !important;
    color: #FFFFFF !important;
}

@media (max-width: 1024px) {

    [href~="#search-tm-3-modal"] {
        display: none !important;
    }

    .uk-navbar-parent-icon {
        display: none !important;
    }

}

@media (max-width: 959px) {

    .uk-search-icon > svg {
        display: none !important;
    }

    .uk-navbar-parent-icon {
        display: none !important;
    }

    /*Logo*/
    .uk-navbar-left {
        max-width: 300px !important;
    }

    .uk-search-icon > svg {
        background: none !important;
    }

}