 /* menu */ 
   header {
      background: #de0a0b ;
      color: #fff;
      padding: 25px;
      position: relative; 
    }

    .icons-container {

    }

    nav {
      display: none;
      background-color: #000;
      /*position: fixed;*/
      left: 0;
      width: 100%;
      text-align: center;
      z-index: 1000;
    }

    nav a {
      display: block;
      color: #fff;
      padding: 15px;
      text-decoration: none;
      font-size: 18px;
      position: relative; border-top: 1px #fff solid;
    }
    nav a:hover {
      color: #c60000;
    }
    nav .sub-menu {
      display: none;
      
    }
    nav .sub-menu a {
      border-top: 0px #fff solid;
    }

    .menu-icon, .close-icon {
      display: block;
      cursor: pointer;
    }

    .has-sub.active .sub-menu {
      display: block;
    }
 .has-sub .arrow { 
  position: relative; top: -3px;
      display: inline-block;
      margin-right: 8px;  
      font-size: 13px; /* Adjusted size */ 
      transition: transform 0.3s ease-in-out;
    }

    .has-sub.active .arrow {
      transform: rotate(90deg);
    }

    .menu-icon {
      display: block;
    }

    .close-icon {
      display: none;
    }

    nav a {
      display: block;
      margin-bottom: 10px;
    }

    nav.show {
      display: block;
    }

    .menu-icon.show {
      display: none;
    }

    .close-icon.show {
      display: block;
    }
.longurl {
    font-size: 30px;text-align: left;font-weight: bold;margin-top: 21px; 
  }
@media (min-width: 1400px) {
  .ryan-logo {
    margin-bottom: -89px;
  }

}

@media (min-width: 1400px) {
  .ryan-logo-col {
    padding-top: 0px;
  }
}

.ryan-logo {
  margin-bottom: -65px;
  text-align: center;
}


 .longurl a {
    color:#000;
  } 
 .longurl a:hover {
    color:var(--bs-red);
  } 
.ryan-logo-col {
  text-align: center;
}

.topBut {background: #de0a0b;border-color: var(--bs-red);font-size: 19px;margin-bottom: 5px;padding-top: 9px;padding-bottom: 10px;padding-right: 15px;padding-left: 15px; margin-right: 5px;} 


.topBut:hover {background: #d08533;border-color: #d08533;} 




/*.ryan-background {background: linear-gradient( to right, #ffffff 0%, #ffffff 65%, #000000 35%, #000000 100% );}*/

.ryan-background {
 background: linear-gradient(to right, white 0%, white 65%, black 20%, #2f363b, black 100%);
  
}

@media (min-width: 300px) {
  .ryan-buts {
    margin-top: 35px;
  }
}

@media screen and (max-width: 900px) {
  .longurl {
    font-size: 18px;text-align: left;font-weight: bold;margin-top: 21px;
  }
  

  
}




@media (max-width: 767px) {
    .ryan-background {
      background: #ffffff; /* White background for mobile */
    }
  }
  
/* Spreadsheet CSS */  
  input {
  border:solid 1px #ccc;
  border-radius: 5px;
  padding:7px 14px;
  margin-bottom:10px
}
input:focus {
  outline:none;
  border-color:#aaa;
}
.sort {
  padding:8px 30px;
  border-radius: 6px;
  border:none;
  display:inline-block;
  color:#fff;
  text-decoration: none;
  background-color: #000;
  height:auto; 
}
.sort:hover {
  text-decoration: none;
  background-color:#b80000;
}
.sort:focus {
  outline:none;
}
.sort:after {
  /* display:inline-block; */
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content:"";
  position: relative;
  top:-10px;
  right:-5px;
}
.sort.asc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  content:"";
  position: relative;
  top:4px;
  right:-5px;
}
.sort.desc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  content:"";
  position: relative;
  top:-4px;
  right:-5px;
}

.table {border-color: #666}
/* TABLE STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.table-clickable tbody tr {
  cursor: pointer;
}
.table  {
        
        width: 100%!important;
        
      }
 .table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: #c9b5b5;
    color: #fff;
}     
  
  button {
    margin: 0; 
    font-size: 12px;
    line-height: 90%; height: 50px; min-height: 50px;
}

.featured-02 p {
    color: #c60001;
}

.btn-outline{ border: 1px solid #000; color: #000 }
.btn-outline:hover { border: 1px solid #b80000; color: #b80000; }


::placeholder {
  color: #c3c3c3;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #c3c3c3;
}

