	.dropdown-form .soc_links { margin: 0; }
	.dropdown-form .soc_links > a { margin-bottom: 20px; }
    	.login_form > li > .icon {
		position: absolute;
		left: 0; top: 50%;
		margin: -7px 0 0 0;
		height: 14px; width: 1em;
	}
    .icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	fill: #3394e6;
	vertical-align: middle;
}
    .soc_gp:hover { background-color: #de553a; }
    .icon-gp { width: 18px; height: 1em; }
    .soc_links { display: flex; justify-content: space-between; }
	.soc_links > a {
		display: inline-block;
		width: 26px; height: 26px; line-height: 26px;
		border-radius: 50%;
		background-color: #bababa;
		text-align: center;
		-webkit-transition: all ease .1s; transition: all ease .1s;
	}
	.soc_links > a:hover {
		-webkit-transform: scale(1.3,1.3);
    	transform: scale(1.3,1.3);
    }
	.soc_links > a > .icon { fill: #fff; vertical-align: middle; margin: -3px 0 0 0; }
.dropdown button {
    background-color: #ffffff;
    min-width: 130px;
    width: max-content;
    height: 40px;
    color: #000000;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    justify-content: space-evenly;
    border-radius: 0px;
}
.dropdown button img {
  margin: 0 5px 0 0;
}
.dropdown button img,
.dropdown-content li img {
  width: 28px;
}
.dropdown button,
.dropdown-content li {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.arrow-down {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-width: 4px 4px 0 4px;
    border-color: #000000 transparent transparent transparent;
  margin: 0 0 0 5px;
}
.dropdown button:hover .arrow-down {
    border-color: #ffffff transparent transparent transparent;
}
.dropdown button:hover {
    cursor: pointer;
    background-color: #0c101b;
    color: white;
}
/* Style for the dropdown content */
.dropdown-content {
  display: none;
  position: absolute;
  margin: 1px 0 0 0;
  padding: 0;
  background-color: #f5f5f5;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
  overflow-y: scroll;
  max-height: 315px;
}
/* Style for the dropdown content items */
.dropdown-content li {
  color: black;
  padding: 7px 10px;
  text-decoration: none;
}
.dropdown-content li img {
    margin: 0 10px 0px 10px;
}
/* Style for the dropdown content items on hover */
.dropdown-content li:hover {
  background-color: #f1f1f1;
  cursor: pointer;
  color: blue;
  border-radius: 5px;
}
/* Show the dropdown content when the dropdown button is clicked */
.dropdown:focus-within .dropdown-content {
  display: block;
}
/* Animate the dropdown content */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dropdown-content {
  animation: slideIn 0.3s ease-out;
}
.dropdown {
    position: absolute;
    right: 0;
    z-index: 9;
}
.policy {
    text-align: left;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    position: absolute;
    bottom: 10px;
    left: 50px;
}
    .register_mobile {display: none;}
@media screen and (max-width: 640px) {

    .overlay-container {
        display: none;
    }
    
.log-in-container {
        width: 100%;
}
    .auth_buttons {display: inline-flex;}
    .register_mobile {display: block;}
    #auth_button { margin: 15px 0; border-left: 0px; border-bottom-left-radius: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 0px;}
    #register { border-left: 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; background-color: #4b6dbc; /* border-radius: 10px; */ border: 1px solid #0c101b; /* background-color: #0c101b; */ color: #FFFFFF; font-size: 12px; font-weight: bold; padding: 12px 45px; letter-spacing: 1px; text-transform: uppercase; transition: transform 80ms ease-in; font-family: 'BPG Arial Caps', sans-serif; cursor: pointer; }
	#register:hover { background-color: white; color: black; }
    #auth_button:hover { background-color: white; color: black; }
    
    }
::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #c2c9d2;
}