:root {
    /* 1rem = 16px */
    --header-height: 3rem;
    /*48 px*/

    /* Colors */
    /* Change favorite color */


    /* HSL color mode */
    --first-color: #3198C9;
    --second-color: #3198C9;
    --first-color-second: hsl(6, 66%, 45%);
    --first-color-alt: hsl(var(--hue-color), 57%, 53%);
    --first-color-lighter: #8692A6 --title-color: #252B42 --text-color: hsl(228, 28%, 20%);
    --text-color-light: hsl(0, 0%, 45%);
    --input-color: hsl(var(--hue-color), 70%, 96%);
    --body-color: hsl(var(--hue-color), 60%, 99%);
    --container-color: #000;

    /* Font and typography */
    --body-font: 'Inter';

    /* 1rem = 16px */

    --big-font-size: 2rem;
    --h1-font-size: 1.875em;
    --h2-font-size: 1.25rem;
    --h3-font-size: 1.125rem;
    --normal-font-size: 1.125rem;
    --small-font-size: 0.75rem;
    --smaller-font-size: 0.65rem;

    /* Font Weight */
    --font-light: 300;
    --font-medium: 500;
    --font-semi-bold: 600;

    /* Margerns Bottom */
    --mb-0-25: 0.25rem;
    --mb-0-5: 0.5rem;
    --mb-0-75: 0.75rem;
    --mb-1: 1rem;
    --mb-1-5: 1.5rem;
    --mb-2: 2rem;
    --mb-2-5: 2.5rem;
    --mb-3: 3rem;

    /* z indexes */

    --z-tooltip: 10;
    --z-fixed: 100;
    --z-model: 1000;
}

.parent-links{
    display: flex;
}
.parent-search{
    display: flex;
}
.head-parent{
    display: flex;
}
.heading-parent{
    display: flex;
    
}

.text-in{
    color: #259CD5; 
}
.text-h{
 color: #A1A1A1;
}
.heading {
font-style: Bold;
font-weight: var(--font-semi-bold);
font-size: var(--h1-font-size);
line-height: 24px;
}
.today-btn .btn{
color: grey;
font-style: medium;
font-size: 18px;
}
.dropdown{
padding-right: 4%;
}


@media   (max-width: 989px){
    .parent-menu{
        display: flex;   
    }
    .head-parent{
        display: flex;
    }
    .heading-parent{
        display: flex;   
    }
  
}
@media   (max-width:600px){
    .parent-menu{
        display: block;  
    }
    .heading-parent{
        display: flex; 
    }
 
}

h1{
    font-family: 'Roboto';
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}
.container{
    background: #FAFAFA;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.text{
    color: #259CD5;
}
.brdr{
    background: #FAFAFA;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    
}
.vl {
    border-left: 2px solid ;
 }

  .row1{
    background: #FFFFFF;
    border-radius: 11.791px;
    filter: drop-shadow(0px 0px 5.89552px rgba(0, 0, 0, 0.1));  
   
}
p{
    font-size: var(--small-font-size);
}
@media   (min-width:768px){
   .para{
       font-size: 12px;
   }
}


/* notification box */

.icon {
    cursor: pointer;
    margin-right: 50px;
    line-height: 60px
  }
  
  .icon span {
    background: #f00;
    padding: 7px;
    border-radius: 50%;
    color: #fff;
    vertical-align: top;
    margin-left: -25px
  }
  
  .icon img {
    display: inline-block;
    width: 26px;
    margin-top: 4px
  }
  
  .icon:hover {
    opacity: .7
  }
  
  .notifications {
    width: 300px;
    height: 0px;
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 63px;
    right: 62px;
    border-radius: 5px 0px 5px 5px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
  }
  
  .notifications h2 {
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #eee;
    color: #999
  }
  
  .notifications h2 span {
    color: #f00
  }
  
  .notifications-item {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 6px 9px;
    margin-bottom: 0px;
    cursor: pointer
  }
  
  .notifications-item:hover {
    background-color: #eee
  }
  
  .notifications-item img {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 9px;
    border-radius: 50%;
    margin-top: 2px
  }
  
  .notifications-item .text h4 {
    color: #777;
    font-size: 16px;
    margin-top: 3px
  }
  
  .notifications-item .text p {
    color: #aaa;
    font-size: 12px
  }
  
  .notifications {
    max-height: 280px;
    overflow-y: auto;
  }
  
  @media   (max-width: 989px){
    .notifications {
      width: 260px;
      height: 0px;
      opacity: 0;
      position: absolute;
      z-index: 1;
      top: 140px;
      right: 60px;
      border-radius: 5px 0px 5px 5px;
      background-color: #fff;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
    }  
  }
  
  @media   (max-width:600px){
      .notifications {
        width: 210px;
        height: 0px;
        opacity: 0;
        position: absolute;
        top: 170px;
        right: 140px;
        border-radius: 5px 0px 5px 5px;
        background-color: #fff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
      }
  }

