@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
    --background-color: #000;
    --black-shade: #151718;
    --dark-grey: #242627;
    --light-grey: #535353;
    --orange: #F86A2E;
    --purple: #8D55E8;
    --off-white: #FEFEFE;
}

body {
    margin: auto;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    color: black;
}
a{
    text-decoration: none;
}

/* application header and footer styling goes here  */

.appHeader{
    height: 8vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.appHeader img{
    width: 6vh;
    height: auto;
    margin: 2vh;
}

.headerFilterDiv{
    display: flex;
    margin: 2vh;
    align-items: center;
}
/* footer {
    position: fixed;
    bottom: 0;
} */

footer p {
    margin: 12px 24px;
}
/* application header and footer styling end */

/* index/login styling goes here  */

.fhMainAppView{
    min-height: 90vh;
    display: flex;
    margin: 0 2vh;
}

.formPages{
    margin: 0;
    justify-content: center;
    background: aliceblue;
    align-items: center;
}

.loginFormDiv{
    width: 20vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: scroll;
}

.loginForm{
    display: flex;
    flex-direction: column;
    width: 80%;
}

.loginForm input[type="text"]{
    height: 20px;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 12px 12px;
    border: 2px solid black;
}



.loginImageDiv{
    width: 80vw;
    background-image: url("/assets/login-page-image-front-hunt-crm.jpg");
    background-size: cover;
}

.reminder{
    display: flex;
    flex-direction: column;
}

input[type="date"]{
    border-radius: 8px;
    margin-bottom: 6px;
    padding: 12px 12px;
    border: 2px solid black;
    font-size: 16px;
}
input[type="time"]{
    border-radius: 8px;
    margin-bottom: 6px;
    padding: 12px 12px;
    border: 2px solid black;
    font-size: 16px;
}

#eventBody{
    border-radius: 8px;
    margin-bottom: 6px;
    padding: 12px 12px;
    border: 2px solid black;
    font-size: 16px;  
}

.lead-status-row, .business-type-row{
    margin-top: 0;
    margin-bottom: 12px;
}
.lead-status-row h5, .business-type-row h5{
    margin-top: 0;
    margin-bottom: 6px;
}

#guestsContainer{
    margin-top: 0;
    margin-bottom: 6px;  
}
#guestsContainer input[type="text"]{
    width: 80%;
}

/* index/login styling goes here end */

/* dashboard page styling goes here */

.dashboardMainDiv{
    width: 100%;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 2vh 0;
    border-radius: 12px;
    overflow: hidden;
}
th, td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    font-size: small;
    text-transform: capitalize;
}
th {
    background-color: #f2f2f2;
}

.dashboardMainDivHead{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin: 0 10px; */
}

.actionButtonDiv{
    display: flex;
}

.clientCard{
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

.cardClientInfoDiv{
    display: flex;
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin: 2px 0;
    border-radius: 4px;
    /* background-color:#F1F1FD ; */
    padding: 0 6px;
}

.cardClientInfoDiv h4{
    font-weight: 500;
    margin: 0.75rem;
}

.notesDisplay, .remindersDisplay{
    flex-direction: column;
    background-color: #FFFFCC	;
}

.remindersDisplay{
    background-color: #90EE90;
}
.icons{
    justify-content: flex-end;
}
.icons i{
    margin: 4px;
}
.dashboardMainDivSub{
    display: flex;
    flex-direction: column;
}
.dashboardCalendarDiv{
    width: 100%;
}

.dateSelectorFilterDivInputs{
    margin-top: 12px;
}

.dashboardRemindersDiv{
    width: 100%;
}

.remindersDisplayDiv{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 16px;
}
.reminderInfo{
    margin: 12px 0;
}

.reminderDataCard{
    padding: 12px;
    border-radius: 12px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.eventDetails,.eventGuests{
    flex-direction: column;
    align-items: flex-start!important;
}
/* dashboard page styling goes here end*/



/* side menu styling goes here - start  */

.sideMenuContainer {
    width: 16%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.sideMenuContainer a {
    width: 88%;
}

.sideMenuContainer i {
    margin-right: 6px;
}

/* side menu styling goes here - End */











.remindersContainer{
    margin-bottom: 12px;
}


/* button styling goes here */



/* CSS */
.button-31 {
  background-color: #222;
  border-radius: 8px;
  border: 2px solid black;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  max-width: none;
  min-height: 44px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 9px 20px 8px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
}

.button-31:hover,
.button-31:focus {
  opacity: .75;
}

.button-31-r{
    background-color: white;
    color: black;
}


.button-28 {
  appearance: none;
  background-color: transparent;
  border: 2px solid #1A1A1A;
  border-radius: 12px;
  box-sizing: border-box;
  color: #3B3B3B;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 6px 0 6px 6px;
  min-height: 0;
  min-width: 0;
  outline: none;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  /* width: 100%; */
  will-change: transform;

}

.button-28:disabled {
  pointer-events: none;
}

.button-28:hover, 
.sideMenuContainer a.active button {
  color: #fff;
  background-color: #1A1A1A;
  /* box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px); */
}

.button-28:active {
  box-shadow: none;
  transform: translateY(0);
}

.button-28-background{
    background-color: white;
}

.actionButtonDiv button{
    margin-left: 6px;
    width: auto;
}

.logout-icon {
    font-size: 16px;
    color: gray;
    margin-left: 6px;
}
.pg-btn{
    background: none;
    outline: none;
    padding: 8px;
    border-radius: 12px;
    font-size: medium;
    border: solid black 2px ;
}
.pg-btn:hover,.pg-btn-active{
    background-color: #000;
    color:white;
}
/* button styling goes here end*/



.reminderDataCardName{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reminderDataCardName h5{
    margin: 12px 0;
}



/* dropdown css - start */

.custom-dropdown {
    position: relative;
    display: inline-block;
  }

  .custom-dropdown-btn {
    /* background-color: #3498db;
    color: white;
    padding: 10px;
    border: none; */
    cursor: pointer;
    height: 44px;
    border-radius: 8px;
    margin-bottom: 12px;
    border: 2px solid black;
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .custom-dropdown-btn i {
    margin-left: 8px;
  }

  .custom-dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    width: 100%;
  }

  .custom-dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .custom-dropdown-menu a:hover {
    background-color: #ddd;
  }

/* dropdown css - end */

/* emailsend page text arear css */
#inputField2{
border-radius: 8px;
    margin-bottom: 6px;
    padding: 12px 12px;
    border: 2px solid black;
    font-size: 16px;
    /* width: 100%; */
}
/* email page css end */

/* maindashboard page sub filters */

.dashboardSubFilters{
    margin: 2vh 0;
    display: flex;
    justify-content: flex-end;
}


.tableActionButtons{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.formSubPagesA{
    width: 80vw;
    background-color: white;
    padding: 24px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 24px;
}
.formSubPagesb{
    width: 60vw;
}

.headerFilterDiv i{
    margin-right: 6px;
}

/* modal styling  */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #3B3B3B;
    padding: 24px;
    border-radius: 12px;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 32px;
    color: white;
}

.modal-content h1,
.modal-content h2 {
    color: #ddd;
}

#filterSubmit{
    margin: 32px;
    width: auto;
}

#filterSubmit select{
    margin-bottom: 12px;
    outline: none;
    font-size: 16px;
    padding: 12px;
}


/* .modal-content a {
    color: var(--base-green-color);
} */


.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.grid-container-1{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}
.grid-item {
    margin-bottom: 10px;
}
.grid-item label {
    display: block;
}

.event-dates-time-card-1{
    background-color: antiquewhite;
    padding: 8px;
    border-radius: 12px;
}
.event-dates-time-card-1 h5{
    margin: 12px 0;
}

.reminderDataCard i{
margin: 12px 0;
color: #000;
}


.search-filter-div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.search-bar-container{
   /* flex-grow: 2; */
   width: 80%;
}
.search-bar{
    width: 88%;
    /* height: 20px; */
    font-size: 16px;
    border-radius: 8px;
    /* margin-bottom: 12px; */
    padding: 12px 20px;
    border: 2px solid black;
    line-height: normal;
    margin: 6px 0 6px 6px;
}
.search-bar-button{
    margin-left: 0;
}
.search-filter-buttons{
    /* flex-grow: 1; */
    display: flex;
    justify-content: flex-end;
}

.pagination{
    margin: 24px auto;
    text-align: center;
}
.pagination a{
    color: black;
    padding: 12px; 
    height: 24px;
    width: 24px;
    font-size: small;
    /* background: red; */
    border-radius: 50px;
    border: 1px solid black;
}


@media (max-width: 600px) {
.loginImageDiv {
    display: none;
}
.loginFormDiv {
    width: 100vw;
}
#dashboardFilterBtn{
    display: none;
}
.dashboardMainDiv{
    display: none;
}
.button-28{
    font-size: 12px;
}
.remindersDisplayDiv {
    display: block;
}
}

