input.input_date {
  border-style: solid;
  border-color: #07090c;
  padding: 1px 2px 4px 7px;
  width: 100%;
  margin-bottom: 1px;
  max-width: 159px;
  margin-left: 3px;
  font-size: 13px;
  display: inline;
  height: 29px;
}
button.article-type.btn_search {
  margin-top: 9px;
}
.row.search_row {
  max-width: 215px;
  margin-left: auto;
  margin-right: 0px;
}
button.article-type.btn_search {
  width: 39px;
  height: 40px;
}
.row.search_row .col-md-10.col-10 {
  padding-right: 2px;
}
.row.search_row .col-md-2.col-2 {
  padding-left: 0px;
}
button.article-type.btn_search {
  border-width: 3px;
  background-color: white;
  border-style: solid;
  border-color: #07090c;
  color: #07090c;
}
button.article-type.btn_search:hover {
  background-color: #07090c;  
  color: white;
}
button.article-type.btn_search i.fa.fa-search {
  font-size: 21px;
}
h3.little_info {
  position: absolute;
  font-size: 19px;
  color: white;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  z-index: 9;
}
.article-img:hover h3.little_info{
  display: block !important;
}

.dateinp{
	display: flex;
  max-width: 215px;
  margin-left: auto;
  margin-right: 0px;
}

.inp_dt{
  padding-right: 2px;
}

.inp_search{
  padding-left: 0px;
}


.margin-bottom-item {
  height: 400px !important;
}

.lghead_med{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-around;
}

.iframenews body{
  background-color: #222 !important;
}

.article-body address {  
  font-style: italic;      
  color: #333333;       
}  


.profile-menu {
    position: relative;
    display: flex;
}


.profile-menu {
    align-items: center;
    cursor: pointer;
}
.profile-toggle {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 7px;
    border-radius: 50px;
    transition: background-color 0.3s;
}
.profile-toggle:hover {
    background-color: rgb(255 255 255 / 0.1);
}
.profile-image {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 1px;
    transition: transform 0.2s;
}
.profile-image:hover {
    transform: scale(1.05);
}
.dropdown-content {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.2);
    padding: 8px 12px;
    display: none;
    min-width: 180px;
    z-index: 1000;
}
.profile-name {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: #333;
}
.profile-logout {
    display: block;
    color: #e33;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background-color 0.2s;
}
.auth-button {
    border: none;
    padding: 4px 8px;
    color: #fff;
    cursor: pointer;
}
.profile-logout:hover {
    background-color: #f0f0f0;
}
.auth-button {
    background: 0 0;
    font-size: 1.2em;
}
.auth-button:hover {
    color: #ddd;
}

.profile-menu:hover .dropdown-content,
.show .dropdown-menu {
    display: block;
}

.postionlogin{
  position: relative;
  float: right;
  top: 0px;
  right: 0;
  padding: 23px 13px;
}

.postionprofile{
  position: relative;
  float: right;
  top: 0px;
  right: 0;
  padding: 12px 12px;
}