* {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  //--colorPallet: on;
  --odp2DyMainContainer: ;
  --odp2DyMainCatH2: ;
  --odp2DyMainCatH3: ;
  --odp2Dydropbtn2BG: ;
  --odp2Dydropbtn2Hover: ;
  --odp2DyCategories:  ;
  --odpDyRegions:;
  --odp2DyGoButton:;
  --odpDyPaginatorContainer:;
  --odpDyLinksContainer: ;
  --odp2DyMainCatFontWeight: ;
  --odp2DyMainCatFontSize: ;
  --odp2DySubCatFontWeight: ;
  --odp2DySubCatFontSize: ;
  --odp2DyFontFamily: roboto,sans-serif,Comic Sans MS, Comic Sans, cursive;
  }

.dropbtn2:hover, .dropbtn2:focus {
  background-color: #2980B9;
}


.inline {
display: block;
  width: 50%;
  font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;

}

.link-button {
background: white;
border: none;
border-radius: 25px; 
color: blue;
text-decoration: underline;
cursor: pointer;
font-size: 1em;
font-family: serif;
}
.link-button:focus {
outline: none;
}
.link-button:active {
color:red;
}

.login {
  width: 400px;
  background-color: #ffffff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  margin: auto;
  padding: 20PX;
}
.login h1 {
  text-align: center;
  color: #5b6574;
  font-size: 24px;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #dee0e4;
}
.login form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}
.login form label {
  /*display: flex;*/
  display: block;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #3274d6;
  /* background-color:#8c1672; chartreuse */
  color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
  width: 310px;
  height: 50px;
  border: 1px solid #dee0e4;
  margin-bottom: 20px;
  padding: 0 15px;
}
.login form input[type="submit"] {
  width: 100%;
  padding: 15px;
 margin-top: 20px;
  /*background-color: #3274d6; blue */

  background-color:#8c1672;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;
  font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
}
.login form input[type="submit"]:hover {
background-color: #b1096b;
/*	background-color: #2868c7; */
  transition: background-color 0.2s;
}

.navtop {
background-color: #2f3947;
height: 60px;
width: 100%;
border: 0;
}
.navtop div {
display: flex;
margin: 0 auto;
width: 1000px;
height: 100%;
}
.navtop div h1, .navtop div a {
display: inline-flex;
align-items: center;
}
.navtop div h1 {
flex: 1;
font-size: 24px;
padding: 0;
margin: 0;
color: #eaebed;
font-weight: normal;
}
.navtop div a {
padding: 0 20px;
text-decoration: none;
color: #c1c4c8;
font-weight: bold;
}
.navtop div a i {
padding: 2px 8px 0 0;
}
.navtop div a:hover {
color: #eaebed;
}
body.loggedin {
background-color: #f3f4f7;
}

.register {
  width: 400px;
  background-color: #ffffff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  margin: auto;
  padding:20PX;
}
.register h1 {
  text-align: center;
  color: #5b6574;
  font-size: 24px;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #dee0e4;
}
.register form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}
.register form label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
 height: 50px;
  background-color: #3274d6;
  /* background-color:#8c1672; chartreuse */
  color: #ffffff;
}
.register form input[type="password"], .register form input[type="text"], .register form input[type="email"] {
  width: 310px;
  height: 50px;
  border: 1px solid #dee0e4;
  margin-bottom: 20px;
  padding: 0 15px;
}
.register form input[type="submit"] {
font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  /*background-color: #3274d6; blue */
  background-color:#8c1672;
 border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;
}
.register form input[type="submit"]:hover {
/* background-color: #2868c7; blue */
background-color: #b1096b;
  transition: background-color 0.2s;
}

/*
.content {
width: 1000px;
margin: 0 auto;
}
.content h2 {
margin: 0;
padding: 25px 0;
font-size: 22px;
border-bottom: 1px solid #e0e0e3;
color: #4a536e;
}
.content > p, .content > div {
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
margin: 25px 0;
padding: 25px;
background-color: #fff;
}
.content > p table td, .content > div table td {
padding: 5px;
}
.content > p table td:first-child, .content > div table td:first-child {
font-weight: bold;
color: #4a536e;
padding-right: 15px;
}
.content > div p {
padding: 5px;
margin: 0 0 10px 0;
}


.register {
  width: 400px;
  background-color: #ffffff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  margin: auto;
  padding:20PX;
}
.register h1 {
  text-align: center;
  color: #5b6574;
  font-size: 24px;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #dee0e4;
}
.register form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}
.register form label {
  /*display: flex;*/
/*	display: block;
  justify-content: center;
  align-items: center;
  width: 50px;
 height: 50px;
  background-color: #3274d6;
  /* background-color:#8c1672; chartreuse */
/*	color: #ffffff;
}
.register form input[type="password"], .register form input[type="text"], .register form input[type="email"] {
  width: 310px;
  height: 50px;
  border: 1px solid #dee0e4;
  margin-bottom: 20px;
  padding: 0 15px;
}
.register form input[type="submit"] {
font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  /*background-color: #3274d6; blue */
  /*background-color:#8c1672;
 border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;
}
.register form input[type="submit"]:hover {
/* background-color: #2868c7; blue */
/*	background-color: #b1096b;
  transition: background-color 0.2s;
}
*/

button {
          padding: 10px;
          margin: 10px 20px 10px 0;
          border: 1px solid black;
          border-radius: 5px;
          cursor: pointer;
      }

      button:hover {
          background-color: orange;
      }

      #scroll_section {
          margin: auto;
width: 90%;
padding:10px;
          height: 300px;
          overflow-y: scroll;
          border: 1px solid black;
          background: rgb(244, 233, 214);
           }
      
.nav {
font-family: 'Titillium Web';
text-transform: uppercase;
text-align: center;
font-weight: 600;
}

.nav * {
transition: all .35s ease;
}

.nav li {
display: inline-block;
list-style: outside none none;
margin: .5em 1em;
padding: 0;

}

.nav a {
padding: .5em .8em;
color: blue;
position: relative;
text-decoration: underline;
font-size: 20px;
}

.nav a::before,
.nav a::after {
content: '';
height: 14px;
width: 14px;
position: absolute;
transition: all .35s ease;
opacity: 0;
}

.nav a::before {
content: '';
right: 0;
top: 0;
border-top: 3px solid #3E8914;
border-right: 3px solid #2E640F;
transform: translate(-100%, 50%);
}

.nav a:after {
content: '';
left: 0;
bottom: 0;
border-bottom: 3px solid #2E640F;
border-left: 3px solid #3E8914;
transform: translate(100%, -50%);
}

.nav a:hover:before,
.nav a:hover:after {
transform: translate(0,0);
opacity: 1;
}

.nav a:hover {
color: #3DA35D;
}

#pagination {
display: inline-block;

}

#pagination a {
box-shadow: 2px 2px;
background-color: #ffe6e6;
margin: 4px;
color: black;
float: left;
padding: 8px 16px;
text-decoration: none;
}

#pagination a.active {
box-shadow: 2px 2px;
background-color: #ebcccc;
color: green;
border-radius: 5px;
}

#pagination a.none {
box-shadow: 2px 2px;
background-color: #ffe6e6;
text-shadow: 1px 1px red;
color: green;
border-radius: 5px;
padding: 8px 16px;
}

#pagination a.hover:not(.active) {
background-color:  #bdbdbd ;
border-radius: 5px;
}
a:link {
color: red;
}

/* visited link */
#pagination a.visited {
box-shadow: 2px 2px;
 background-color: #ffffff;
/*  color: green; */
border-radius: 5px;
opacity: .6;
}

#gridDisplay {
border: 3px solid #3E8914;
margin: 10px;
padding:10px;

}

#gridDisplay2 {
border: 10px solid #3E8914;
margin: 20px;
padding:20px;

}

#subcategories-section {
margin: 20px;
padding:20px;
}


/* main page styleing */
.odp2_main_container {
/**color:black; */
background-color: var(--odp2DyMainContainer);
width: 90%;
border-radius: 25px;
padding: 25px;
margin: auto;
}

/* main category display page styleing */

.row {
display: flex;
flex-direction: row;
/* flex-wrap: wrap; */

width: 95%;
margin: auto;
justify-content: space-evenly; 
}

.row h2 a {
line-height: 18pt; 
 font-weight: var(--odp2DyMainCatFontWeight);
 font-size: var(--odp2DyMainCatFontSize);
 text-decoration: none;
 color: var(--odp2DyMainCatH2);
}

.row  h2 {
line-height: 18pt; 
font-weight: bold;
 font-size: larger; 
color: var(--odp2DyMainCatH2);
}

.row  h2 a {
line-height: 18pt; 
font-family: var(--odp2DyFontFamily);
font-size: var(--odp2DySubCatFontSize);
 font-weight: var(--odp2DySubCatFontWeight);
 color: var(--odp2DyMainCatH3);
}

.row  h2 a:hover {
  font-size: larger;
color: var(--odp2DySubCatFontHover);
}

.row  h3 a {
line-height: 18pt; 
font-size: var(--odp2DySubCatFontSize);
 font-weight: var(--odp2DySubCatFontWeight);
 color: var(--odp2DyMainCatH3);
}

.row  h3 a:hover {
  font-size: larger;
color: var(--odp2DySubCatFontHover);
}

.row  h3 {
line-height: 18pt; 
font-weight: bold;
color: var(--odp2DyMainCatH3);
}

.column:hover {
background-color: var(--odp2DyMainCatColumnHover);
color: var(--odp2DyMainCatH3);
font-size: larger;
}

.column {

display: flex;
flex-direction: column;
flex-basis: auto;
flex: 1;
color: var(--odp2DyMainCatH3);

background-color: var(--odp2DyMainCatColumn);
padding: 15px;
margin: 15px;
border-radius: 15px;

font-size: var(--odp2DyMainCatFontSize);
}



.column a {
color:black;
text-decoration:none;
font-size: 28px;
font-family: "Comic Sans MS", "Comic Sans", cursive;

}

#empty {
font-size:16px;
color:white;

}
/*
.column a {
font-size: 18px;
} /*/

.odp2_main_category_menu a{
color:black;
text-decoration:none;
}

.column a:hover{
text-decoration:underline;
color:black;
}
/* end main page styleing */

.dropdownDisplay{
margin: auto;
width: 90%;
/*border: 5px solid #FFFF00;*/
/*padding: 10px; generated error in validator */
}

.odpLinksContainer{

background-color: var( --odpDyLinksContainer);
margin: auto;
width: 90%;
height: 350px;
/*border: 5px solid #FFFF00;*/
/*padding: 10px; generated error in validator */
}
.odpCategoriesDisplay{
background-color: var(--odp2DyCategories);
         /*   background-color: aqua; */
            border: 1px solid black;
            border-radius: 3px;
            max-width: 100%;
         /*   min-height: 250px; */
            height: auto;
        }

.categories {
background-color: var(--odp2DyCategories);
       /*   background-color: aqua; */
          border: 1px solid black;
          border-radius: 3px;
          max-width: 100%;
       /*   min-height: 250px; */
          height: auto;
      }

      .gobutton {
      background-color: var(--odp2DyGoButton);
     /*     background-color: pink; */
          border: 1px solid black;
          
         width: fit-content;
          border-radius: 3px;
         /* min-height: 250px; */
          height: auto;
           margin-left: auto;
margin-right: auto;
      }

      .set {
          text-align: center;
          margin-top: 10%;
      }

      .odpRegions {
      background-color: var(--odpDyRegions);
         /* background-color: green; */
          border: 1px solid black;
          max-width: 100%;
          border-radius: 3px;
       /*   min-height: 250px; */
          height: auto;
      }

      .odpPaginatorContainer{
        background-color: var(--odpDyPaginatorContainer);
           /* background-color: green; */
            border: 1px solid black;
            max-width: 100%;
            border-radius: 3px;
         /*   min-height: 250px; */
            height: auto;
        }

 /*            body {
          height: 100vh;
          place-items: center;
          padding: 100px 0;
      }  */

      .dropdowns {
          width: 90vw;
          margin-top: 4%;
         /* border-radius: 3px;
          border: 1px solid rgb(22, 3, 3);*/
          
          display: grid;

          /* Use  display property as grid
          grid-template-columns: 8ch auto;*/
          gap: 5px;
          grid-template-columns: repeat(
              auto-fit, minmax(200px, 1fr));
             margin-left: auto;
margin-right: auto;
      }
      
.odfrfcontainer{
/*  position: relative;*/
  max-width: 680px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
/*  margin: 0 20px;*/
  margin: auto;
}
.odfrfcontainer .forms{
  display: flex;
  align-items: center;
  height: 440px;
  width: 200%;
  transition: height 0.2s ease;
}
.odfrfcontainer .form{
  width: 50%;
  padding: 30px;
  background-color: #fff;
  transition: margin-left 0.18s ease;
}
.odfrfcontainer.active .login{
  margin-left: -50%;
  opacity: 0;
  transition: margin-left 0.18s ease, opacity 0.15s ease;
}
.odfrfcontainer .signup{
  opacity: 0;
  transition: opacity 0.09s ease;
}
.odfrfcontainer.active .signup{
  opacity: 1;
  transition: opacity 0.2s ease;
}
.odfrfcontainer.active .forms{
  height: 600px;
}
.odfrfcontainer .form .title{
/*  position: relative;*/
  font-size: 27px;
  font-weight: 600;
}
/*
.form .title::before{
  content: '';
 /* position: absolute;*/
/*   left: 0;
  bottom: 0;
  height: 3px;
  width: 30px;
  background-color: #4070f4;
  border-radius: 25px;
}
.form .input-field{
/*  position: relative;*/
/*  height: 50px;
  width: 100%;
  margin-top: 30px;
} */
/*.input-field input{
  /*position: absolute;*/
/*  height: 100%;
  width: 100%;
  padding: 0 35px;
  border: none;
  outline: none;
  font-size: 16px;
  border-bottom: 2px solid #ccc;
  border-top: 2px solid transparent;
  transition: all 0.2s ease;
}
.input-field input:is(:focus, :valid){
  border-bottom-color: #4070f4;
}
.input-field i{
 /* position: absolute;*/
/*   top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 23px;
  transition: all 0.2s ease;
}
.input-field input:is(:focus, :valid) ~ i{
  color: #4070f4;
}
.input-field i.icon{
  left: 0;
}
.input-field i.showHidePw{
  right: 0;
  cursor: pointer;
  padding: 10px;
}

/*
.form .checkbox-text{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.checkbox-text .checkbox-content{
  display: flex;
  align-items: center;
}
.checkbox-content input{
  margin-right: 10px;
  accent-color: #4070f4;
}
.form .text{
  color: #333;
  font-size: 14px;
}
.form a.text{
  color: #4070f4;
  text-decoration: none;
}
.form a:hover{
  text-decoration: underline;
}
.form .button{
  margin-top: 35px;
}
.form .button input{
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 6px;
  background-color: #4070f4;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button input:hover{
  background-color: #265df2;
}

.form .login-signup{
  margin-top: 30px;
  text-align: center;
}

*/

.memberLogo {
display: flex;
justify-content: center;
}

.howitworks_img {
margin: auto;
width: 80%;
border-radius: 25px;
padding: 10px;
}

.linkgrid {
max-width: 80%;
display: table;
margin:auto;
}

.gridentry:nth-child(odd) {
float: left;
width: 100%;
}

.gridentry:nth-child(even) {
width: 100%;
margin-left: 100%;
margin-right: -100%;
}

.gridentry:nth-child(even):after {
content: '';
display: block;
clear: left;
}

.gridentry > * {
display: block;

margin-bottom: 10px;
padding: 10px;
/*background-color: red;*/
text-align: center;

/* This is helpful if the texts get too long to break them "naturally": */
/* word-break: break-all; */
}

.gridentry:nth-child(odd) > * {
margin-right: 5px;
}

.gridentry:nth-child(even) > * {
margin-left: 5px;
}

.gridentry a {
color: blue;
}

.odpDDMenus {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 10px;
grid-row-gap: 0px;
}

.dropbtn2 {
  background-color: var(--odp2Dydropbtn2BG);
  color: white;
  margin-left: 16px;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.dropbtn2:hover, .dropbtn2:focus {
  background-color: var(--odp2Dydropbtn2Hover);
}



.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
  margin-bottom: 80px;

  .col {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
      flex: 0 0 100%;          

    .odpDropDown-container {
      margin: 0 auto;
      margin-bottom: 20px;
    }

    @media (min-width: 767px) {
      flex: 0 0 50%;
      max-width: 50%;
    }

    @media (min-width: 992px) {
      flex: 0 0 25%;
      max-width: 25%;
    }
  }
}

/* odpDropDown menu css */
.odpDropDown-container {
  position: relative;
  max-width: 240px;

  .odpDropDown-toggle {
    color: #000000;
    background-color: #ffffff;
    font-size: 17px;
    padding: 18px 20px;
    box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: all ease-in-out 0.3s;

    label {
      cursor: pointer;
      width: 100%;
    }

    &:hover,
    &:active,
    &:focus {
      background-color: #0979ce;
      color: #ffffff;
    }
  }

  .odpDropDown-menu {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
    margin-top: 17px;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    background-color: #ffffff;
    z-index: 10;

    ul {
      list-style: none;
      padding: 0;
      margin: 0;
      overflow: hidden;
      border-radius: 10px;
      z-index: 10;
    }

    a {
      text-decoration: none;
      display: block;
      color: #000000;
      font-size: 15px;
      padding: 16px 20px;
      font-weight: 600;
      box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
      transition: all ease-in-out 0.3s;

      &:hover,
      &:active,
      &:focus {
        background-color: #0979ce;
        color: #ffffff;
      }
    }
  }
}

.odpDropDown-menu,
.odpDropDown-toggle {
  position: relative;

  &::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border: 5px solid;
    border-top-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    margin-top: -2.5px;
    background-color: rgba(0, 0, 0, 0);
    transition: all ease-in-out 0.2s;
  }
}

.odpDropDown-menu {
  z-index: 10;
  position: relative;

  &::before {
    z-index: -1;
    transform: rotate(-135deg);
    top: -4px;
    border-color: #ffffff;
    box-shadow: 1px 1px 4px -2px rgba(0, 0, 0, 0.4);
  }
}

.odpDropDown-open {
  .odpDropDown-menu.odpDropDown-active {
    display: block;
  }
}

.odpDropDown-container.odpDropDown-open {
  .odpDropDown-toggle {
    background-color: #0979ce;
    color: #ffffff;

    &:before {
      transform: rotate(-135deg);
    }
  }
}


.odpDropDown-bordered {
  .odpDropDown-toggle {
    border: 2px solid #000000;
    border-radius: 10px;

    &:hover,
    &:active,
    &:focus {
      background-color: #0979ce;
      color: #ffffff;
      border-color: #ffffff;
    }
  }

  .odpDropDown-menu{
    border: 2px solid #000000;
    border-radius: 10px;

    &::before{
      border-color: #000000 ;      
    }    

    a{
      box-shadow: none;
      border-bottom: 2px solid #000000;
    }

    li{
      &:last-child{
        a{
          border-bottom: 0;
        }
      }
    }
  }
}


.odpDropDown-gradient{
  .odpDropDown-toggle,
  .odpDropDown-menu,
  a{
    background: rgb(255,49,49);
    background: -moz-linear-gradient(262deg, rgba(255,49,49,1) 11%, rgba(84,0,255,1) 100%);
    background: -webkit-linear-gradient(262deg, rgba(255,49,49,1) 11%, rgba(84,0,255,1) 100%);
    background: linear-gradient(262deg, rgba(255,49,49,1) 11%, rgba(84,0,255,1) 100%);
    /*
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3131",endColorstr="#5400ff",GradientType=1); */
    color: #ffffff;
  }

  .odpDropDown-toggle{
    &::before{
      color: #ffffff;
    }
  }

  .odpDropDown-menu{
    a{
      background: none;
      box-shadow: none;
      color: #ffffff;

     /*  &:hover,
      &:active,
      &:focus {
       background: rgb(255,49,49);
        background: -moz-linear-gradient(66deg, rgba(255,49,49,1) 11%, rgba(84,0,255,1) 100%);
        background: -webkit-linear-gradient(66deg, rgba(255,49,49,1) 11%, rgba(84,0,255,1) 100%);
        background: linear-gradient(66deg, rgba(255,49,49,1) 11%, rgba(84,0,255,1) 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3131",endColorstr="#5400ff",GradientType=1);
     
      }*/
    }

    &::before{
      box-shadow: none;
      border-color: rgb(255,49,49);
    }
  }
  
}




.odpDropDown-solid{
  .odpDropDown-toggle,
  .odpDropDown-menu{
    background-color: #0979CE;
    color: #ffffff;
  }

  .odpDropDown-menu{
    
    a{
      color: #ffffff;

      &:hover,
      &:active,
      &:focus {
        background-color: #ffffff;
        color: #000000;
      }
    }

    &::before{
      border-color: #0979CE;
    }
    
  }
}

