@use postcss-nested;
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
body{
	font:400 16px 'Roboto', sans-serif;
	margin: 0px;
}

.end{
	height: 100vh;
}
.navbar-fixed-left {
  width: 20%;
  float: left;
  border-radius: 0;
  height: 1000px;

}


.pagetab{
	display: inline-block;
	padding: 5px;
	line-height: 2em;
	min-width:2em;
	margin-right: 2px;
	text-align: center;
}

.error {
  color: #cc0033;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 2em;
  margin-bottom:1em;
  text-shadow: 1px 1px rgba(250,250,250,.3);
  border: 1px solid #cc0033;
  text-align: center;
  background-color:#fce4e4;
  width:500px;
  
}

.success {
  color: 35B60A;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 2em;
  margin-bottom:1em;
  text-shadow: 1px 1px rgba(250,250,250,.3);
  border: 1px solid #35B60A;
  text-align: center;
  background-color:#D9FFCC;
   width:500px;
  
}

.warning {
  color: #D78800;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 2em;
  margin-bottom:1em;
  text-shadow: 1px 1px rgba(250,250,250,.3);
  border: 1px solid #D78800;
  text-align: center;
  background-color:#FFE1AD;
   width:500px;
  
}

.navbar-fixed-left .navbar-nav > li {
  width: 100%;
}
.navbar-inverse .navbar-nav>li>a{
	display: inline;
	padding: 5px;
}
h5 {
	display: inline;
} 
.campaignMain{
	display: inline;
}
.container {
	float:right;
	width:80%;
	padding-left: 5%;
}


span_
{
    display: table-cell;
    vertical-align: middle;
}

p {
  word-wrap: break-word;
  margin-bottom: 12px;
  line-height: 24px;
  position:relative;
	padding:10px 20px;
  border-radius:25px;
  
  &:before, &:after {
    content:"";
		position:absolute;
    bottom:-2px;
    height:20px;
  }
}

.from-me {
	color:white; 
	background:#0B93F6;	
	align-self: flex-end;
		
	&:before {
		right:-7px;
		border-right:20px solid #0B93F6;
		border-bottom-left-radius: 16px 14px;
		transform:translate(0, -2px);
	}

	&:after {
		right:-56px;
		width:26px;
		background:white;
		border-bottom-left-radius: 10px;
		transform:translate(-30px, -2px);
	}
}
.from-them {
	background:#E5E5EA;
	color:black;
    &:before {
		left:-7px;
		border-left:20px solid #E5E5EA;
		border-bottom-right-radius: 16px 14px;
		transform:translate(0, -2px);
	}

	&:after {
		left:4px;
		width:26px;
		background:white;
		border-bottom-right-radius: 10px;
		transform:translate(-30px, -2px);
	}
}



h1{
  font:700 18px 'Roboto', sans-serif;
  text-align:center;
}
.nav a{
  text-decoration:none;
}
.nav{
  height:70px;
  background:#222;
  position:relative;
  z-index: 999;
  border-bottom: 4px solid #ee6666;
}
.nav>ul{
  position:relative;
  list-style:none;
  padding:0;
  margin:0;
}
.nav>ul>li>ul{
  position:absolute;
  left:0;
  padding:0;
  margin:0;
  list-style:none;
}
.nav>ul>li:hover>ul li a{
  opacity:1;
  height:50px;
   transition:all .3s linear;
  -o-transition:all .3s linear;
  -moz-transition:all .3s linear;
  -webkit-transition:all .3s linear;
}
.nav>ul>li>ul a{
  display:block;
  color:#222;
  width:300px;
  line-height:50px !important;
  font:600 16px 'Roboto', sans-serif;
  background:#DCDCDC;
  border-bottom:0px solid #DEDEDE;
  text-align:left;
  padding:0 10px;
   height:0;
  overflow:hidden;
  opacity:1;
    transition:all .3s linear .2s;
  -o-transition:all .3s linear .2s;
  -moz-transition:all .3s linear .2s;
  -webkit-transition:all .3s linear .2s;
}
.nav>ul>li{
  float:left;
  padding:0 20px;
  position:relative;
}
.nav>ul>li>a{
  
  color:#fff;
  display:block;
  line-height:70px !important;
  font:400 15px 'Roboto', sans-serif;
  text-transform:uppercase;
  text-decoration:none;
}

.selected.active>a,.active>a{
  transition:all .3s linear;
  -o-transition:all .3s linear;
  -moz-transition:all .3s linear;
  -webkit-transition:all .3s linear;
  color:#fff;
}



.credit{
  text-align:center;
  margin:20px 0;
}

.round{
	margin-left: 5px;
	display: inline-block;
	width:25px;
	height: 25px;
	color: white;
	text-align: center;
	border-radius:50%;
	padding-top:4px;
}


/**************************************************
*       LEAD SCREEN
***************************************************/

.leadActions{

    text-align:right;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.formReminder{
	border-top: 1px solid #ddd;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
	
}

.leadText{
    line-height: 30px;
}

.leadName {
	font-size: 22px; 
	font-weight: 600;
}

.leadZestimate{
	font-size: 22px; 
	font-weight: 400;
	padding-top:5px;
}
.leadHashtag {
	padding-top:5px;
	font-size: 12px; 
	font-weight: 400; 
	color: #ee6666;
}


ul{ 
	list-style-type: none; 
	padding-left: 0;
}



.button {
    display: inline-block;
    font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding: 0.4em;
    padding-left:10px;
    padding-right:10px;
    border: none;
    color: #000;
    transition: .2s;
&:before,
&:after {
     position: absolute;
     top: 0;
     bottom: 0;
     right: 0;
     padding-top: inherit;
     padding-bottom: inherit;
     width: 2.8em;
     content: "\00a0";
     font-family: 'FontAwesome', sans-serif;
     font-size: 1.2em;
     text-align: center;

     transition: .2s;
     transform-origin: 50% 60%;
 }
&:before {
     background: @button-tint;
 }
&:hover {
     background: darken(@button-colour, 10%);
 }
&:active,
&:focus {
     background: darken(@button-colour, 30%);
     outline: none;
 }
}

.buttonquestion {
    display: inline-block;
    font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding: 1em;
    padding-left:20px;
    padding-right:20px;
    border: none;
    color: #000;
    transition: .2s;
&:before,
&:after {
     position: absolute;
     top: 0;
     bottom: 0;
     right: 0;
     padding-top: inherit;
     padding-bottom: inherit;
     width: 2.8em;
     content: "\00a0";
     font-family: 'FontAwesome', sans-serif;
     font-size: 1.2em;
     text-align: center;

     transition: .2s;
     transform-origin: 50% 60%;
 }
&:before {
     background: @button-tint;
 }
&:hover {
     background: darken(@button-colour, 10%);
 }
&:active,
&:focus {
     background: darken(@button-colour, 30%);
     outline: none;
 }
}


.buttondash{
     display: inline-block;
    font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
	font-size:12px;
    position: relative;
    padding: 0.4em;
    padding-left:5px;
    padding-right:5px;
    border: none;
    color: #000;
    transition: .2s;
}

.blue {
	background: #CEEDF4;
}
.green {
	background: #D5F17E;
}
.red {
	background: #ee6666;
}


/**************************************************
*       POP UP WINDOW
***************************************************/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 300px; /* Location of the box */
    left: 0;
    top: 100px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em
}

.blocker.behind {
    background-color: transparent
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 1000px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left
}

.modal a.close-modal {
    position: absolute;
    top: 8px;
    right: 14px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')
}

.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px
}

.modal-spinner > div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.modal-spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

.modal-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.5)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5)
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0)
    }
}

.contactUpdateForm{
    display: none;
}

.reminderAddForm{
    display: none;
}

.noteAddForm{
    display: none;
}

.campaignUpdateForm{
    display: block;
}

.contactAddForm{
	display: block;
}

.property_add{
	display: none;
}

input[type=Text] {
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #DCDCDC;
    margin-bottom: 15px;
	 width: 75%;
    height: 40px;
    padding: 0px 15px;
}
input[type=Email] {
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #DCDCDC;
    margin-bottom: 15px;
    width: 75%;
    height: 40px;
    padding: 0px 15px;
}

textarea {
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #DCDCDC;
    margin-bottom: 15px;
    padding: 15px;
}


a {
    text-decoration:inherit
}

select {
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #DCDCDC;
    margin-bottom: 15px;
    width: 75%;
    height: 40px;
    float: left;
    padding: 0px 15px;
}

select option[value="1"](:selected) {
  background: red !important;
}

.headerField {
	border-radius: 0px 5px 5px 0px;
    border: 0px solid #DCDCDC;
    margin-bottom: 0px;
    width: 75%;
    height: 23px;
    float: left;
    padding: 0px 15px;
}



.form-group {
    overflow: hidden;
    clear: both;
}

.icon-case {
    width: 35px;
    float: left;
    border-radius: 5px 0px 0px 5px;
    background:#DCDCDCeee;
    height:40px;
    position: relative;
    text-align: center;
    line-height:40px;
}

i {
    color:#555;
}

.contentform {
    padding: 40px 30px;
}

.bouton-contact{
    background-color: #81BDA4;
    color: #FFF;
    text-align: center;
    width: 100%;
    border:0;
    padding: 17px 25px;
    border-radius: 0px 0px 5px 5px;
    cursor: pointer;
    margin-top: 40px;
    font-size: 18px;
}

.leftcontact {
    width:49.5%;
    float:left;
    border-right: 1px dotted #CCC;
    box-sizing: border-box;
    padding: 0px 15px 0px 0px;
}

.rightcontact {
    width:49.5%;
    float:right;
    box-sizing: border-box;
    padding: 0px 0px 0px 15px;
}

.validation {
    display:none;
    margin: 0 0 10px;
    font-weight:400;
    font-size:13px;
    color: #DE5959;
}

.form p {
    padding-left:0px;
}

.pic_container {
    position: relative;
    text-align: center;
    color: white;
	width: 250px;
}


/* Top right text */
.pic_top-right {
    position: absolute;
    position: absolute;
	width: 150px;
	height: 48px;
	top: 0px;
	padding-top:5px;	
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 11px;
	font-weight: 600;
	background-color:rgba(0, 0, 0, 0.5);
	filter:alpha(opacity=50);
}

/* Centered text */
.pic_centered {
    position: absolute;
	width: 250px;
	right: 0px;
	bottom: 20px;
	height: 40px;
	padding-top:7px;	
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: 600;
	background-color:rgba(0, 0, 0, 0.5);
	filter:alpha(opacity=50);
}

i {
	margin-right:10px;
}

.sectionHeader{
	font-size: 24px; 
	font-weight: 400;
}

.sectionHeaderAction{
	padding-left: 3px; 
}

.leadSectionTable{
	margin-left: 3px; 
}

.leadSectionTableTd{
	padding-top: 20px; 
}
/*#DDDDDD*/

.leadCampaignTable{
	padding-top: 20px; 
	margin-left: 3px; 
	border-top: 3px solid #F2F2F2;
}

.leadCampaignTr{
	border: 1px solid #DDDDDD;
}

.leadCampaignTd{
	padding: 5px;
	border: 1px solid #DDDDDD;
	line-height:30px;
}

.leadCampaignTdFill{
	background-color: #F2F2F2;
}

.leadCampaignTdCenter{
	text-align: center;
}



.scheduleHeader{
	width: 100%;
	background-color: #F2F2F2;
	font-size: 14px;
	padding-left: 5px;
	font-weight: 600;
	line-height: 30px;
	
}

.scheduleHeaderDash{
	width: 100%;
	font-size: 14px;
	padding-left: 5px;
	font-weight: 600;
	line-height: 25px;
	
}

.scheduleTable{
	display: table;
  	width: 100%;
}

.scheduleRow{
	display: table-row;
}
.scheduleSpacer{
	height:2px;
}
.scheduleType{
	display: table-cell;
  	padding: 5px;
  	border-right: 2px solid purple;
	vertical-align: middle;
	text-align: center;
	width:100px;
	font-size:11px;

}
.scheduleContent{
	display: table-cell;
  	padding: 5px;
}
.scheduleCampaign{
	font-size: 14px;
	padding-left: 5px;
	font-weight: 600;
	line-height: 30px;
}
.scheduleMessage{
	font-size: 14px;
	padding-left: 5px;
	font-weight: 400;
	line-height: 20px;
	color: #70706e;
}

.reminderMessage{
	width:700px;
}

.scheduleAction{
	padding-top:10px;
	vertical-align:center;
}


.questionanswer{
	margin-top: 2em;
	text-align: center;
	margin-bottom: 2em;
}
/******************************
*	MESSENGER
*
******************************/

.messenger-container{
	width:100%;
	
}
.conversation-list{
	display: inline-block;
	width: 400px;
	vertical-align: top;
	height: calc (100vh - 88px);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
}

.swipe-out .delete-btn {
	height: calc(100%);
	width:100px;
	text-align:center;
	vertical-align: middle;
	background-color: rgb(213,62,41);
	color: #fff;
	font-size: 1.5em;
	padding-top: 40px;
}

.conversation{
	display: inline-block;
	width: calc(100% - 410px);
	vertical-align: top;
	padding-left:0px;
	height: 90vh;
}

.textbar{
	display: block;
	position: absolute;
	bottom: 0;
	width: calc(100% - 410px);
	padding-left:30px;
	background: white;
    border-top: 1px solid lightgray;
    padding-top: 15px;
}

.textarea-sms{
	width:80%;
	display: inline-block;
	height: 45px;
	padding: 0px;
	height: 80px;
	min-height: 80px;
	max-height: 80px;
	border-top: 2px solid #f9f9f9;
	resize: none; 
	
}

.smshistory {
	height: calc(100vh - 275px);
    overflow-y: scroll;
}



.contactInfo{
    display: none;
}


.content_outbound{
	padding-left: 50%;
    width: 100%;
    display: block;
    position: relative;
}

.content_inbound{
	padding-right: 50%;
    width: 100%;
    display: block;
    position: relative;
}

.message{
	max-width: 500px;
	word-wrap: break-word;
	margin-bottom: 12px;
	line-height: 24px;
	position:relative;
	padding:10px 20px;
	border-radius:25px;
	
}

.bubble_inbound{
	border-radius: 25px;
	background:#E5E5EA;
	color:black;
}

.bubble_outbound{
	background: #0B93F6;
	border-radius: 25px;
	color: white;
	
}

.datetime{
	
	padding:10px 20px;
}

.list-Table{
	display: table;
  	width: 100%;
}

.list-Row{
	display: table-row;

}

.list-Table2{
	display: table;
  	width: 100%;
	border-bottom: 1px solid #E8E8E8;
	margin:0px;
	padding:0px;
}

.list-Row2{
	display: table-row;
	margin:0px;
	padding:0px;
}


.scheduleSpacer{
	height:2px;
}

.list-menu{
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	height: calc(100vh - 168px);
	position:relative;
	
}

.list-From{
	display: table-cell;
  	padding: 5px;
	vertical-align: middle;
	text-align: left;
	width:200px;
	font-size:18px;
	font-weight:600;
	padding-left:30px;
}

.list-Datetime{

  	padding-right: 10px;
	vertical-align: middle;
	text-align: right;
	width:95px;
	font-size:14px;
	color: #A9A9A9;
	font-weight:300;
	display: inline-block;
    float: right;
}

.list-Hashtag {
	padding-bottom:10px;
	padding-left:30px;
	font-size: 14px; 
	font-weight: 300; 
	color: #ee6666;
	width: 100%;
}
.list-Message {
	display: table-cell;
	padding-bottom:10px;
	padding-bottom:10px;
	min-height:40px;
	padding-left:0px;
	font-size: 15px; 
	font-weight: 300; 
	color: #A9A9A9;
	width: 90%;
	float:left;

}

.list-Status {
	display: table-cell;
	padding-bottom:10px;
	min-height:40px;
	text-align:center;
	width:30px;
	vertical-align: middle;
	margin:0;
	padding:0;
	float:left;
	
}

.list-dot {
  height: 12px;
  width: 12px;
  background-color: #3377FF;
  border-radius: 50%;
  display: inline-block;
}

.filter {
	border-bottom: 1pt solid lightgrey;
}


.sms_filters{
	display: inline-block;
    padding: 5px;
    line-height: 30px;
    margin-top: 5px;
	margin-left:5px;
    color: black;
    font-weight: bold;
	font: 400 15px 'Roboto', sans-serif;
	/*
	background-color: #222;
	color: white;
	*/
	text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
  color:black;
  width:100%;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {	
  font-size: 17px;
  border: none;
  outline: none;
  color:black;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  width:100%;
  text-align: left;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;

  position: absolute;
  background-color: white;
  border:1px solid lightgrey;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}


