html,body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif;}

.w3-sidebar {
    z-index: 3;
    width: 250px;
    top: 229px;
    bottom: 0;
    height: inherit;
}
.content {
    margin-top: 225px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6, select, input {
    font-family: "Titillium Web", sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bolder;
}

h1 {
    font-size: 40px;
}

htop {
    font-size: 50px;
    font-weight: bolder;
    width: 100%;
    padding-left: 100px;
}


body,
html {
    height: 100%;
    line-height: 1.8;
}

.w3-deep-blue {
    color: #fff;
    background-color: #062466
}

.w3-mid-blue {
    color: #fff;
    background-color: #093696;
}

.w3-hover-mid-blue:hover {
    color: #fff;
    background-color: #093696!important;
}

table th {
    color: #fff;
    background-color: #093696;
    text-align: center!important;
}

table td {
    width: 33.3%;
    text-align: center!important;
}

.w3-bar .w3-button {
    padding: 16px;
}

.arrow-for-search {
display: inline-block;
  width: 0; 
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  
  border-left: 25px solid #0a45c5;
  z-index: 10;
}

.container-for-search {
    height: 50px;
    display: inline-block;
    position: relative;
    margin-left: 5px;
}

.search-in-arrow-top {
    position: absolute;
    top: 0px;
    right: 0px;
    border-bottom: 25px solid transparent;
    border-right: 25px solid #0a45c5;
    z-index: 10;
}

.search-in-arrow-bottom {
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-top: 25px solid transparent;
    border-right: 25px solid #0a45c5;
    z-index: 10;
}

.search-in-arrow-topw {
    position: absolute;
    top: 0px;
    right: 0px;
    border-bottom: 25px solid transparent;
    border-right: 25px solid white;
    z-index: 10;
}

.search-in-arrow-bottomw {
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-top: 25px solid transparent;
    border-right: 25px solid white;
    z-index: 10;
}

.search-in-arrow-bkc {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 50px;
    /*background-color: white;*/
    z-index: 1
}

.scfirst {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.sclast {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.select-element {
    background-color: #0a45c5;
    border-color: #0a45c5 !important;
    border: none;
    color: white;
    font-size: 20px;
    height: 50px;
    outline: none;
    appearance: none;
    padding-left: 20px;
    cursor: pointer;
}

.input-element {
    background-color: white;
    border-color: white !important;
    border: none;
    color: black;
    font-size: 20px;
    height: 50px; 
    outline: none;
    padding-left: 10px;
    appearance: none;
    font-size: 15px;
    width: 450px;
}

.input-button {
    background-color: #0a45c5;
    color: white;
    font-size: 25px;
    border-radius: 5px;
    border: none;
    height: 50px;
    width: 75px;
    margin-left: 25px;
    cursor: pointer;
}

.search-container {
    background-color: #8096c4;
    height: 140px;
}

.dp-main {
    margin-top: -5px;
    text-decoration: none;
}

.path {
    font-size: 22.5px;
    margin-top: -25px;
}

.att {
    line-height: 20px;
    font-size: 16px;
    margin-top: 75px;
}