/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 #main a,
 #main a:hover {
    color: var(--the7-links-color) !important;
  }
  #main a:hover {
    color: var(--the7-links-hover-color,var(--the7-links-color)) !important;
  }

.woocommerce{
    margin-bottom:80px;
}

select.form-select {
    background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
    background-size: 16px 12px;
 }

.form-check-input {
    border-color: #757575 !important;
}
.form-check-input:checked {
    background-color: #364021 !important;
    border-color: #364021 !important;
  }
.form-check-input {
    width: 1.2em !important;
    height: 1.2em !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

ol,
ul {
    padding: 0;
}

#toast-container {
    top: 50%;
    margin-right: -20px;
    transform: translate(400px);
    transition: 1s;
}
.toast-info {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0;
    padding: 15px 15px 15px 50px;
    width: auto !important;
    min-width: 300px !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.3) !important;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.3) !important;
    box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.3) !important;
    color: var(--the7-btn-color);
    background: var(--the7-btn-bg,#364021);
    opacity: 1 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
    filter: alpha(opacity=100) !important;
}
.toast-close-button {
    right: .5em !important;
    color: var(--the7-btn-color) !important;
    opacity: 1 !important;
}


#div-student_waiver{
    display: none;
 }

 textarea:focus,
 select:focus,
 input[type="text"]:focus,
 input[type="password"]:focus,
 input[type="datetime"]:focus,
 input[type="datetime-local"]:focus,
 input[type="date"]:focus,
 input[type="month"]:focus,
 input[type="time"]:focus,
 input[type="week"]:focus,
 input[type="number"]:focus,
 input[type="email"]:focus,
 input[type="url"]:focus,
 input[type="search"]:focus,
 input[type="tel"]:focus,
 input[type="color"]:focus,
 .uneditable-input:focus {   
   border-color: #364021 !important;
   outline: 0 none;
 }
 *:focus {
     box-shadow: none
 }
 .drop-container {
   position: relative;
   display: flex;
   gap: 10px;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 150px;
   padding: 20px;
   border-radius: 10px;
   border: 2px dashed #777;
   color: #444;
   cursor: pointer;
   transition: background .2s ease-in-out, border .2s ease-in-out;
 }
 .drop-container:hover {
   background: #eee;
   border-color: #111;
 }
 .drop-container:hover .drop-title {
   color: #222;
 }
 .drop-title {
   font-size: 18px;
   font-weight: bold;
   text-align: center;
   transition: color .2s ease-in-out;
 }
input[type=file]::file-selector-button, .form-control::file-selector-button {
     font: var(--the7-btn-m-font);
     text-transform: var(--the7-btn-m-text-transform);
     letter-spacing: var(--the7-btn-m-letter-spacing);
     word-spacing: var(--the7-btn-m-word-spacing);
     border-radius: var(--the7-btn-m-border-radius);
     padding: var(--the7-btn-m-padding);
     /*min-width: var(--the7-btn-m-min-width);
     min-height: var(--the7-btn-m-min-height);*/
     color: var(--the7-btn-color);
     background: var(--the7-btn-bg,#364021);
     border-width: var(--the7-btn-l-border-width);
     border-style: var(--the7-btn-l-border-style);
     border-color: var(--the7-btn-border-color);
     /*margin-right: 20px;*/
     border-radius: var(--the7-btn-m-border-radius);
     cursor: pointer;
     /*transition: all 0.3s ease-out;*/
     box-shadow: var(--the7-btn-shadow);
 }
 input[type=file]::file-selector-button:hover, .form-control:hover:not(:disabled):not([readonly])::file-selector-button  {
     background: var(--the7-btn-hover-bg,#727272) !important;
 }

 .form-control {
   border-radius: var(--the7-btn-m-border-radius);
 }
 .form-control:focus {
    box-shadow: none;
  }

