@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Kaushan+Script&family=Lora:ital,wght@0,400..700;1,400..700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
  font-family: "Fira Sans", sans-serif;
}

.lgglyph {
  margin:30px;
  display:inline-block;
}

/* Image right click and drag protection */
img { 
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  /* user-drag: none; */
}
/* -webkit-tap-highlight-color: rgba(255, 255, 255, 0); */

.menu-title {
  margin: 15px 10px 10px 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-decoration: underline;
}

.heading {
  font-family: 'Fira Sans', sans-serif;
  font-size: 30px;
  text-decoration: underline;
}

/* Alerts Styling */
.alert-message {
    margin: 20px 0;
    padding: 10px;
    border-left: 3px solid #eee;
    border-radius: 0 5px 5px 0;
}
.alert-message i {
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline;
  font-size: 2rem;
}
.alert-message h4 {
    margin-top: 0;
    margin-bottom: 5px;
    display: inline;
    vertical-align:text-bottom;
    text-shadow: 1px 1px #222222;
}
.alert-message p:last-child {
    margin-bottom: 0;
}
/* .alert-message code
{
    background-color: #fff;
    border-radius: 3px;
} */
.alert-message-success {
    background-color: #F4FDF0;
    border-color: #3C763D;
}
.alert-message-success h4 {
    color: #3C763D;
}
.alert-message-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}
.alert-message-danger h4 {
    color: #d9534f;
}
.alert-message-warning {
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}
.alert-message-warning h4 {
    color: #e47207;
}
.alert-message-info {
    background-color: #f4f8fa;
    border-color: #5bc0de;
}
.alert-message-info h4 {
    color: #5bc0de;
}
.alert-message-default {
    background-color: #EEE;
    border-color: #B4B4B4;
}
.alert-message-default h4 {
    color: #000;
}
.alert-message-notice {
    background-color: #FCFCDD;
    border-color: #BDBD89;
}
.alert-message-notice h4 {
    color: #444;
}

[data-bs-theme="dark"] {
  .alert-message-success {
    background-color: #0a2000;
    border-color: #3C763D;
  }
  .alert-message-success h4 {
      color: #5db65e;
  }
  .alert-message-danger {
      background-color: #2c0101;
      border-color: #d9534f;
  }
  .alert-message-danger h4 {
      color: #d9534f;
  }
  .alert-message-warning {
      background-color: #3f3b35;
      border-color: #f0ad4e;
  }
  .alert-message-warning h4 {
      color: #e47207;
  }
  .alert-message-info {
      background-color: #01273a;
      border-color: #5bc0de;
  }
  .alert-message-info h4 {
      color: #5bc0de;
  }
  .alert-message-default {
      background-color: #1f1f1f;
      border-color: #B4B4B4;
  }
  .alert-message-default h4 {
      color: #e4e4e4;
  }
  .alert-message-notice {
      background-color: #1b1b00;
      border-color: #BDBD89;
  }
  .alert-message-notice h4 {
      color: #c1cc63;
  }
}

/* Alerts end */

/* Modal Mods */

.modal-header i {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
    display: inline;
    font-size: 1.5rem;
  }

.warning {
    background: #ffffff;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(201, 18, 49, 1) 100%);
}

.success {
    background: #ffffff;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(9, 158, 14, 1) 100%);
}

.notify {
    background: #ffffff;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(13, 114, 209, 1) 100%);
}
.prompt {
    background: #ffffff;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgb(227, 228, 169) 100%);
}

[data-bs-theme="dark"] {
    .warning {
        background: #000000;
        background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(201, 18, 49, 1) 100%);
    }
    
    .success {
        background: #000000;
        background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(9, 158, 14, 1) 100%);
    }
    
    .notify {
        background: #000000;
        background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(13, 114, 209, 1) 100%);
    }
    .prompt {
        background: #000000;
        background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgb(227, 228, 169) 100%);
    }
}


/* Modal Mods END */

.table-icon {
margin-left: 5px;
margin-right: 5px;
font-size: 1.5rem;
}


/* .form-container {
    max-width: 960px;
} */
body {
    background-image: url("../img/bg02.jpg");
}
.form-container {
    background-image: url("../img/bg03.jpg");
    border-radius: 10px;
    padding: 1.5rem;
}

/* Selectize hack */
.selectize-input {
    border: 0;
    box-shadow: none;
}

em.is-invalid {
    display: inline-block;
    padding: 5px 9px;
    min-width: 50px;
    /* max-width: 300px; */
  width: max-content;
  width: -moz-max-content;
  border-radius: 5px;
  font-size: 14px;
  background-color: rgba(59, 72, 80, 0.9);
  background-image: linear-gradient(30deg,
    rgba(59, 72, 80, 0.44),
    rgba(59, 68, 75, 0.44),
    rgba(60, 82, 88, 0.44));
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
}

/*-----*/

/* Select 2 Hacks */
.select2-selection__choice__display {
    background: #1da7ee;
    color: #fff;
    border: 1px solid #0073bb;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    cursor: pointer;
    text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
    border-radius: 3px;
    background-color: #1b9dec;
    background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
    background-repeat: repeat-x;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

li.select2-selection__choice {
    padding: 0;
    margin: 0;
}


/* End */

.bruno-ace-regular {
  font-family: "Bruno Ace", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #000;
  text-align: right;
  font-size: 2rem;
}

.bruno-ace-regular-4-white {
  font-family: "Bruno Ace", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  text-align: right;
  font-size: 4rem;
}
.bruno-ace-regular-2-white {
  font-family: "Bruno Ace", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  text-align: right;
  font-size: 2rem;
}

/* Star Rating CSS */
.star-rating {
    direction: rtl;
    display: inline-block;
    cursor: pointer;
}

.star-rating input {
    display: none;
}

.star-rating label {
    color: #505050;
    font-size: 24px;
    padding: 0 2px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-shadow: 1px 1px #000;
}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input:checked~label {
    color: #ffc107;
}
/* End */

/* Signature Pad */
.wrapper {
  position: relative;
  width: 400px;
  height: 200px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;

  border: 10px 10px 10px 10px;
}

.signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width:400px;
  height:200px;
  background-color: white;
  border: 3px dashed #8b7375;
}

.sigpad-clear {
    margin: 5px;
    padding: 1px 5px;
}



/* End */