:root{
    /* --primary-font:'EYInterstate' !important; */
    --primary-font:'ey_interstate_regular' !important;
}
body,*{
    /* font-family: 'EYInterstate' !important ; */
    font-family: 'ey_interstate_regular' !important ;
}
::-webkit-input-placeholder { /* Edge */
    /* font-family: 'EYInterstate' !important; */
    font-family: 'ey_interstate_regular' !important ;
  }
  
  :-ms-input-placeholder { /* Internet Explorer */
    /* font-family: 'EYInterstate' !important; */
    font-family: 'ey_interstate_regular' !important ;
  }
  
  ::placeholder {
    /* font-family: 'EYInterstate' !important; */
    font-family: 'ey_interstate_regular' !important ;
    
  }
.Custom-EY-Icon svg{
vertical-align: unset !important;
}
.Custom-Dropdown-Container-Class{
    right: 11px !important;
    min-width: unset !important;
}
.Custom-Dropdown-Container-Class::before{
    right: 1.21rem;
}
.Custom-dropdown-button-class{
    width: 100px !important;
}
.gb-content-top-level-container{
    margin-left: 121px;
    margin-right: 120px;
    margin-bottom: 50px;
}
.banner-image-container{
    position: relative;
}
.banner-image{
    /* position: relative; */
    margin-left: -121px;
    max-width: unset !important;
    width: calc(100vw - 64px);
    height: auto;
    /* margin-right: -121px; */
}
.banner-image-content{
    width: calc(100% - 909px);
    position: absolute;
    /* margin-top: 75px; */
    /* margin-bottom:78px ; */
    /* margin-right:909px ; */
    /* margin-left: 121px; */
    top: 100px;
}
@media only screen and (min-width:768px) and (max-width:863px){
    .banner-image-content{
     margin-top: 30px;
      
    }
}
.banner-image-para{
    /* max-width:calc(100% - 390px);
    min-width: 300px;
    max-height: calc(100% - 44px);
    min-height: 44px; */
    width: 390px;
    /* height: 44px; */
    margin-left: 4px;
}
.search-icon{
    left: 5px !important;
}
.search-input{
    padding-left: 40px !important;
}
.gb-NavAndContent{
    display: flex;
}
.vertical-nav{
    /* height: 100vh !important; */
    width: auto;
    overflow-x: hidden !important;
    justify-content: space-around;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
@media only screen and (min-width:768px) and (max-width:863px){
    
    .vertical-navbar{
        
        height: calc(100vh - 112px) !important;
    }
    
      
    
}
@media only screen and  (max-width:473px){
    
    .vertical-navbar{
        
        height: calc(100vh - 112px) !important;
    }
    
      
    
}
.gb-nav{
 position: fixed; 
 z-index: 9999; 
 margin: 50px 0px 0px 0px;
}
/* before the gb-nav without margin */

.gb-content{
    float: left;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 0px;
    width: 100%;
    min-height: calc(100vh - 246px);
    background-color:#1a1a24 ; 
    /* padding-bottom: 161px; */
    /* height:70vh; */
}

.login-avatar{
    margin: 10px;
}
.filter-list{
    left: 100px;
}
.theme-switcher{
   top:10px;
   left:-30px;
}
.gb-header{
    position: fixed;
    top: 0px;
    z-index:1000;
    width: 100%;
}
/* before:
.gb-header{
    position: sticky;
    top: 0px;
    z-index:1000;
}
*/
.sticky {
    position: fixed;
    top: 0;
    width: 100%
  }
  
.vertical-navbar{
    top: 0px;
    height: calc(100vh - 56px);
}

.link{
    text-decoration: none !important;
    color: #FEE600; 
}
.logo{
    margin: 10px 10px 10px 0px;
}
.description-list{
    margin-right: 182px;
    color: #FFFFFF;
}
.footer{
   
    display: flex;
    height: 190px;
    flex-direction: row;
    background-color: #2E2E3C;
    justify-content: space-between;
    padding: 25px 30px 25px 18px;
    margin-left: 0px;
     /* position:fixed; */
    /* bottom: 0; */

}

.footer-links{
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    margin-top: 37px;

}
.footer-links a{
    margin-left: 30px;
}
@media only screen and (max-width:620px){
    .footer{
        flex-direction: column;
        /* height:auto */
    }
    .footer-links{
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        margin-top: 37px;
    }
    .description-list{
        margin-right: 0px;
    }
    .footer-links div>a{
        
        margin-left:0px;
    
}
}

@media only screen and (min-width:620px) and (max-width:768px){
    .footer{
        flex-direction: column;
        /* height:auto */
    }
    .footer-links{
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        margin-top: 37px;
    }
    .description-list{
        margin-right: 0px;
    }
    .footer-links div>a{
        
        margin-left:0px;
    
}
}
@media only screen and (min-width:768px) and (max-width:1124px){
    .footer-links{
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        margin-top: 37px;
    }
    .description-list{
        margin-right: 0px;
    }
    .footer-links div>a{
        
        margin-left:0px;
    
}
}
@media only screen and (min-width:1124px) and (max-width:1366px){
    .footer{
        flex-direction: row;
        /* height:auto */
    }
    .Footer-descriptio{
        width: auto;
    }
    .description-list{
        margin-right: 0px;
    }
    .footer-links div>a{
        
            margin-left:10px;
        
    }
}


.profile-dropdown{
    padding-top: 20px;
    margin-left: -30px !important;
}

.clickItem{
    display: flex;
    justify-content: space-around;
    margin-right: 12px;
}
 /* Search Input and Sort Input CSS Start*/

 .Custom-Search-Sort-Input{
    display: flex;
    justify-content: space-around;
    /* margin-left: 121px; */
    margin-top: 34px;
    /* margin-right: 120px; */
    margin-bottom: 38px;

 }
 .Custom-Motif-Search{
    width: 100%;
    margin-right: 24px;
 }
 .Custom-Motif-Sort-Input{
    width:268px;
    /* height: 44px; */
    
 }
  .Custom-Search-Placeholder::placeholder{
    /* font-family: 'EYInterstate' !important; */
     font-family: 'ey_interstate_regular' !important ;
    
 }
 .Custom-Dropdown-Label{
    /* font-family: 'EYInterstate' !important; */
     font-family: 'ey_interstate_regular' !important ;

 }
 .motif-dropdown-item{
    /* font-family: 'EYInterstate' !important; */
     font-family: 'ey_interstate_regular' !important ;

 }
 /* Search Input and Sort Input CSS END*/


/* Motif Card CSS Start */
 /* dropdown  start*/
.Custom-Motif-Card-Div{
    margin-top: 10px;
    margin-left: -25px;
    margin-right: -25px;
    /* font-family: 'EYInterstate'; */
    font-family: 'ey_interstate_regular' ;

}

.Custom-wrapper-for-sort{
    z-index: 10000 !important;
    position: unset !important;
    transform: unset !important;

}
.Custom-Dropdown-Options-Show{
    display: block !important;
    
}
.Custom-Dropdown-Options-Hide{
    display: none !important;

}
 /* dropdownend */
.Custom-Motif-Card{
    position: relative;
    width:365px;
    min-width: 200px;
    height: 280px;
    min-height: 150px ;
    margin-top: 26px;
    margin-bottom: 0px ;
    margin-right: 0px;
    margin-left: 24px;
    padding: 12px;
    border: 1px solid #3a3a4a;
    /* font-family: 'EYInterstate'; */
     font-family: 'ey_interstate_regular';
}
.Custom-Motif-Body{
    max-width: none !important;
    /* font-family: 'EYInterstate'; */
     font-family: 'ey_interstate_regular';

}
.Custom-Card-HeaderTitle{
    /* font-family: 'EYInterstate'; */
     font-family: 'ey_interstate_regular';
    

    width: 247px;
    height: 56px;
   font-weight: bold;
   font-size: 18px;
   align-self: flex-start !important;
}
.Custom-MotifCard-Buttons{
    display: flex;
    padding: 11px 12px;
    justify-content: space-between;
    position: absolute;
    bottom: 12px;
    width: calc(100% - 24px) ;
    /* font-family: 'EYInterstate'; */
    font-family: 'ey_interstate_regular';

}
.Custom-MotifCard-Buttons :first-child{
    font-weight: 700;
    font-size: 14px;
    /* font-family: 'EYInterstate'; */
    font-family: 'ey_interstate_regular';

}
/* .Custom-Chip-Button-Head{
    width: 73px;
    height: 20px;
} */
.Custom-Chip-Button{
    /* font-family: 'EYInterstate' !important; */
     font-family: 'ey_interstate_regular' !important ;
    color: #1a1a24 !important;
    font-weight: 400 !important;
    padding: 0px 8px 0px 8px !important;
    /* width: 57px; */
    height: 20px;

}
.Custom-Chip-Button:hover{
    /* font-family: 'EYInterstate' !important; */
     font-family: 'ey_interstate_regular' !important ;
    color: #FFFFFF !important;
    font-weight: 400 !important;
    padding: 0px 8px 0px 8px !important;
    /* width: 57px; */
    height: 20px;

}
.Custom-Motif-Card-Header{
    display: flex;
    align-items: start;
}
.Custom-ViewMore-Link{
    margin-top: 12px;
}
/* Motif Card CSS EnD */

/* Pagination and Total Count Start */
.Custom-Pagination-Count{
    display: flex;
    justify-content: space-between;
    /* margin-left: 121px; */
    /* margin-right: 125px; */
    margin-top: 8px;
    margin-bottom: 3px;
    /* font-family: 'EYInterstate'; */
     font-family: 'ey_interstate_regular';

    /* margin-bottom: 42px; */
}
.Custom-Offering-Count{
    /* margin-right: 758px; */
    /* width: 114px; */
    height: 22px;
    /* font-family: 'EYInterstate'; */
     font-family: 'ey_interstate_regular';
}
.Custom-Pagination{
 width: 279px;
 /* height: 44px; */
 /* font-family: 'EYInterstate' !important; */
 font-family: 'ey_interstate_regular' !important ;

}
/* Pagination and Total Count End */



.Custom-Left-Navigator-Scrolling{
    
    height: calc(100vh - 56px);
    transition: width 0.5s;
    transition-property: width;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
  
}
.Custom-Left-Navigator-Scrolling div:first-child{
   
    overflow-x: hidden;
}
#myOfferings .form-control{
    box-shadow: none;
}
.Custom-Pagination-Count .motif-pagination{
    position: relative;
    right: -6px;
}
#ddSelectedValue,
#spanPageItemsSelected,
#btnShowPage-selectedItem{
    width: 72px !important;
}

.motif-header .motif-header-company-container {
    flex-direction: row;
    align-items: center;
}