@import url("https://fonts.googleapis.com/css2?family=Epilogue:wght@400;500;700&display=swap");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

*{
	font-family: "Epilogue", sans-serif !important;
	font-size: 12px !important;

}
.card-header {
    padding: 0.5rem 1.25rem;
    margin-bottom: 0;
    background-color: #6610f2;
    border-bottom: 1px solid #6f42c1;
    color: #fff;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0.25rem;
}
.select2-results__option{
  font-size: 10px !important;
}
td.top-align{
  vertical-align: top;
}
.form-table td{
  font-size: 10px !important;
}
input{

  height:25px !important;
  font-size: 11px !important;
  color: rgb(139, 138, 138) !important;
  }
textarea {
 color: rgb(139, 138, 138) !important;
  font-size: 11px !important;
}
select{

    font-size: 11px !important;

    }

.enq-table td
{
  max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
 font-size: 10px !important;

}

/* .enq-table td:hover {
    overflow: visible;
    white-space: normal;
    height: auto;
    background: #fff;
    position: absolute;
    z-index: 99;
    padding: 5px;
    border: 1px solid #ccc;
} */

.job-table{
 max-width: 100px;
 min-width: 100px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 font-size: 10px !important;
}
.job-table-1{

min-width: 80px;
max-width: 80px;
overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 font-size: 10px !important;

}
tr > .job-table:hover {
  overflow: visible;
  white-space: unset;
}
.drop{
  text-align: center;

}
.drop .svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 18px;
    overflow: visible;
    vertical-align: -.125em;
}
.drop .dropdown-menu {
  border-radius:4px;
  box-shadow:none;
  margin-top:5px;
  width:150px;
  padding: 5px;
  margin-top: 10px;
}

.drop .dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 5px;
    font-size: 14px;
    color: #333 !important;
    background: transparent;
    transition: 0.25s ease-in-out;
}

.drop .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: none;
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.vendor-table>tbody>tr>td, .vendor-table>tbody>tr>th, .vendor-table>tfoot>tr>td, .vendor-table>tfoot>tr>th, .vendor-table>thead>tr>td, .vendor-table>thead>tr>th
{

  padding: 2px;
  font-size: 10px !important;
  height: 10px;
}
.vendor-table>thead>tr>td{
  font-weight: bold !important;
  padding-top: 2px;
}
.vendor-table tr,.vendor-table td {
  height: 10px;

  text-align: left
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  font-size: 10px !important;
  margin-right: 3px;
  margin-top: 3px;
  padding: 0 5px;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111111;
  margin-bottom: 0em !important;
}

.sub-table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 0px solid #dee2e6;
}


.enq-table th
{
  max-width: 100px;
 font-size: 10px !important;

}
tr > td:hover {
  overflow: visible;
  white-space: unset;
}
.supplier-footer{
  padding: 20px;
  text-align: center;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #0288D1;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    font-size: 10px !important;
    margin-right: 3px;
    margin-top: 3px;
    padding: 0 5px;
}

tr.clickedrow td{background-color:rgb(112, 208, 231) !important;}
.quote_table td, .quote_table th
{
 max-width: 100px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 font-size: 11px !important;
}
.crm-form tr td {
	padding-top:10px;

}
.max {
  color: red;
}
.min {
  color: blue;
}

.error{display: block;
color: red;
font-size: 12px !important;
font-weight: normal !important;
}
#compare ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;

}
#table-wrapper {
  position:relative;
}
#table-scroll {
  height:75vh;
  overflow:auto;

}
#table-wrapper table {
  width:100%;

}
#table-wrapper table * {

  color:black;
}
#table-wrapper table thead th .text {
  position:absolute;
  top:-20px;
  z-index:2;
  height:20px;
  width:35%;
  border:1px solid red;
}
#compare li {
  float: left;
}
.innerTable th, .innerTable td {
  padding: 0 px !important;
  vertical-align: top;
  border: none;

}
.innerTable{
  margin-bottom: 0px;
}
.innerTable1{
  margin-bottom: 0px;

}
.innerTable1 thead{

  border-bottom: 1px solid red !important;
}
.comparTable td, .comparTable th {
  padding: 5px !important;

}
#comparTable{
  overflow: scroll;
  height: 500px;
}
#compareTable tr td{
 max-width: 188px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 font-size: 11px !important;

}

#compareTable tr th{
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px !important;


 }

#compare li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

#compare li a:hover {
  background-color: #111111;
}
.customcheck {
  display: block;
  position: relative;
  padding-left: 5px;
  margin-bottom: 25px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 2px;
  border:1px solid gray;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
  background-color: #007bff;
  border-radius: 3px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
  left: 6px;
    top: 1px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 20px ;
  font-size: 10px !important;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 25px;
    line-height: 30px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.crm-text{
  font-size:9px !important;
  text-align: right;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.75em + 0.5rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #b2b6b9;
    border-radius: 0rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.crm-list{
	width:100%;
	z-index:1;
}
.crm-list li a{
	line-height:30px;
	text-decoration:none;
}
.crm-table tr td{
	font-size: 10px !important;
}
.crm-table th{
  font-size: 10px !important;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 3px !important;
  margin: 1px !important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.form-modal.modal-dialog {
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        max-width:none !important;

    }

.form-modal.modal-content {
        height: auto !important;
        min-height: 100% !important;
        border-radius: 0 !important;
        background-color: #ececec !important
    }

.form-modal.modal-header {
        border-bottom: 1px solid #9ea2a2 !important;
    }

.form-modal.modal-footer {
        border-top: 1px solid #9ea2a2 !important;
    }

    .pace {
        -webkit-pointer-events: none;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      .pace-inactive {
        display: none;
      }

      .pace .pace-progress {
        background: #29d;
        position: fixed;
        z-index: 2000;
        top: 0;
        right: 100%;
        width: 100%;
        height: 5px;
      }

      .pace .pace-progress-inner {
        display: block;
        position: absolute;
        right: 0px;
        width: 100px;
        height: 100%;
        box-shadow: 0 0 10px #29d, 0 0 5px #29d;
        opacity: 1.0;
        -webkit-transform: rotate(3deg) translate(0px, -4px);
        -moz-transform: rotate(3deg) translate(0px, -4px);
        -ms-transform: rotate(3deg) translate(0px, -4px);
        -o-transform: rotate(3deg) translate(0px, -4px);
        transform: rotate(3deg) translate(0px, -4px);
      }

      .pace .pace-activity {
        display: block;
        position: fixed;
        z-index: 2000;
        top: 15px;
        right: 15px;
        width: 14px;
        height: 14px;
        border: solid 2px transparent;
        border-top-color: #29d;
        border-left-color: #29d;
        border-radius: 10px;
        -webkit-animation: pace-spinner 400ms linear infinite;
        -moz-animation: pace-spinner 400ms linear infinite;
        -ms-animation: pace-spinner 400ms linear infinite;
        -o-animation: pace-spinner 400ms linear infinite;
        animation: pace-spinner 400ms linear infinite;
      }

      @-webkit-keyframes pace-spinner {
        0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
        100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
      }
      @-moz-keyframes pace-spinner {
        0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
        100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
      }
      @-o-keyframes pace-spinner {
        0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
        100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
      }
      @-ms-keyframes pace-spinner {
        0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
        100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
      }
      @keyframes pace-spinner {
        0% { transform: rotate(0deg); transform: rotate(0deg); }
        100% { transform: rotate(360deg); transform: rotate(360deg); }
      }

          table{
              background:white !important;
          }
          .crm-form{
              background:white;
              padding:5px;
          }
          .alert-danger ul li{
              list-style-type:none;
          }
          .crm-table tr td{
              padding:5px;
          }
          .crm-form .form-control {
          display: block;
          width: 100%;
          height: calc(1.2em + 0.75rem + 2px);
          padding: 0.375rem 0.75rem;
          font-size: 0.9rem;
          font-weight: 400;
          line-height: 1.6;
          color: #495057;
          background-color:#fff;
          background-clip: padding-box;
          border: 1px solid#ced4da;
          border-radius: 0rem;
          transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      }
.topButton a{
  margin-right: 10px;
}
.topButton button{
  margin-right: 10px;
}

@media (min-width: 992px){
.compare .modal-lg, .modal-xl {
    max-width: 98% !important;
}
}
@keyframes minus {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.row_selected{background-color: #0000ff !important; z-index:9999}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/** SPINNER CREATION **/
.loader {
  position: relative;
  text-align: center;
  margin: 15px auto 35px auto;
  z-index: 9999;
  display: block;
  width: 80px;
  height: 80px;
  border: 10px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border-top-color: #000;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
/** MODAL STYLING **/
.modal-content {
  border-radius: 0px;
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.7);
}
.modal-backdrop.show {
  opacity: 0.75;
}
.loader-txt p {
  font-size: 13px;
  color: #666;
}
.loader-txt p small {
  font-size: 11.5px;
  color: #999;
}
#output {
  padding: 25px 15px;
  background: #222;
  border: 1px solid #222;
  max-width: 350px;
  margin: 35px auto;
  font-family: 'Roboto', sans-serif !important;
}
#output p.subtle {
  color: #555;
  font-style: italic;
  font-family: 'Roboto', sans-serif !important;
}
#output h4 {
  font-weight: 300 !important;
  font-size: 1.1em;
  font-family: 'Roboto', sans-serif !important;
}
#output p {
  font-family: 'Roboto', sans-serif !important;
  font-size: 0.9em;
}
#output p b {
  text-transform: uppercase;
  text-decoration: underline;
}



.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #EEEEEE;
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #FAFAFA;
  border-color: #EEEEEE;
}

.panel-title {
  font-size: 14px;
}

.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

.more-less {
  float: right;
  color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE;
}
.dash-title{
  padding: 10px;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 16px !important;
}
.info-box-number{
  font-size: 20px !important;
  text-align: center;
  color: #000;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.125);
}
.info-box-text{
  font-size: 12px !important;
  text-align: center;
  color: #000;
}

.login-card{
  padding: 3em;

  box-shadow:none;
  border-radius: 0px;
  margin-bottom: 0rem;
}
.login-card .card-header{
  background-color: transparent;
  color: black;
  font-weight: 600;
  text-align: center;
  font-size: 20px !important;
  padding: 20px;
}
.login-card .form-group{
  margin-top: 2em;
}

.login-card .form-control{
  height:40px !important;
  border-radius: 5px;
}
.home-login-page{
  height: 100vh;

}
.home-logo-page{
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e4f5fc+0,bfe8f9+50,9fd8ef+51,2ab0ed+100;Blue+Gloss+%235 */
background: rgb(228,245,252); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(228,245,252,1) 0%, rgba(191,232,249,1) 50%, rgba(159,216,239,1) 51%, rgba(42,176,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#2ab0ed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
:root{
  --color-orange: #D49C3D;
  --color-red: #D14B3D;
  --color-green: #5ACB3C;
  --color-yellow: #DEBF40;
}
.text-effect{
  color: #fff;
  font-family: 'Righteous', cursive;
  font-size: 100px !important;
  text-align: center;
  text-transform: uppercase;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 4px 4px 0 rgba(0, 0, 0, .2);
  position: relative;
  z-index: 1;
  animation: rainbow 1.5s ease-in-out infinite;
}
.text-effect:before,
.text-effect:after,
.text-effect span:before,
.text-effect span:after{
  content: attr(data-title);
  color: var(--color-green);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(2px * 1);
  z-index: -1;
  animation: rainbow 1.5s ease-in-out infinite;
  animation-delay: calc(1 / 10 * 1s);
}
.text-effect:after{
  color: var(--color-orange);
  left: calc(2px * 2);
  z-index: -2;
  animation-delay: calc(2 / 10 * 1s);
}
.text-effect span:before{
  color: var(--color-yellow);
  left: calc(2px * 3);
  z-index: -3;
  animation-delay: calc(3 / 10 * 1s);
}

.text-effect span:after{
  color: var(--color-red);
  left: calc(2px * 4);
  z-index: -4;
  animation-delay: calc(4 / 10 * 1s);
}
@keyframes rainbow{
  0%, 100%{ transform: translatey(2rem); }
  50%{ transform: translatey(calc(2rem * -1)); }
}
@media only screen and (max-width: 990px){
  .text-effect{ font-size: 100px !important; }
}
@media only screen and (max-width: 767px){
  .text-effect{ font-size: 80px !important; }
}
@media only screen and (max-width: 576px){
  .text-effect{ font-size: 50px !important; }
}
@media only screen and (max-width: 479px){
  .text-effect{ font-size: 35px !important; }
}

#laravel_datatable tbody tr:nth-child(even):hover td{
  background-color: #ffa !important;
}

#laravel_datatable tbody tr:nth-child(odd):hover td {
  background-color: rgb(195, 223, 247) !important;
}
.enq-table th {
 background-image: linear-gradient(0deg, #2196F3 0%, #1565C0 100%);
  position: sticky;
  top: 0;
  color: #fff;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}
.enq-table{
    background: #fff !important;
}

.content-wrapper {
    background-color: #E1F5FE;
}
.main-sidebar {
    width: 200px;
}

.main-sidebar .nav-link {
    padding-left: 1rem;

}
/* .select2-container{
    width:100% !important;
} */

.dropdown-wrapper {
  position: relative;
  width: 100%;
}


.dropdown-input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 8px 10px;
  font-size: 14px;
  box-sizing: border-box;
}

.dropdown-list {
  position: fixed;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  box-shadow: 0 6px 10px rgba(0,0,0,0.1);
  max-height: 220px;
  overflow-y: auto;
  display: none;
  z-index: 9999;
  animation: fadeIn 0.15s ease-in-out;
}

/* Optional subtle animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

.dropdown-item {
  padding: 10px 12px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-item:hover {
  background: #007bff;
  color: #fff;
}

/* Scrollbar styling */
.dropdown-list::-webkit-scrollbar {
  width: 6px;
}
.dropdown-list::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 3px;
}
.dropdown-list::-webkit-scrollbar-thumb:hover {
  background-color: #888;
}


.content-wrapper {
    margin-left: 200px !important;
}
.sidebar-mini .main-sidebar .nav-link, .sidebar-mini-md .main-sidebar .nav-link, .sidebar-mini-xs .main-sidebar .nav-link {
    width: calc(200px - .5rem * 2);
    transition: width
ease-in-out .3s;
}
.layout-fixed .brand-link {
    width: 200px;
}
body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        transition: margin-left .3s
ease-in-out;
        margin-left: 200px;
    }

form td{
    padding:0px 2px;

}
form .select2-container , form .select2{
    padding: 0px;
    width: 100% !important;
}
.enq-table td{
    padding: 5px;
}
.form-control, select{
    border: 1px solid #cce8f9;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #cce8f9;
    border-radius: 0px;
}
td .text-primary{
    font-size: 12px !important;
    font-weight: 600;
}

/* Search Form Container */
#searchForm {
    background: #fcf9f8;
    padding: 2px 2px;
    border-radius: 0px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    border: 1px solid #e4e7ed;
}

/* Input Group Styling */
#searchForm .input-group-text {
    background: #ffffff;
    border-right: 0;
    border-radius: 8px 0 0 8px !important;
}

#searchForm .form-control,
#searchForm .form-select {
    border-radius: 8px !important;
    border-left: 0;
    padding: 8px 12px;
}

/* Hover + Focus Effects */
#searchForm .form-control:focus,
#searchForm .form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 6px rgba(13,110,253,0.3);
}

/* Buttons */
#searchForm .btn {
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: .3px;
}

/* Search button */
#searchForm .btn-success {
    background: #28a745;
    border-color: #28a745;
}
#searchForm .btn-success:hover {
    background: #218838;
}

/* Reset button */
#searchForm .btn-danger {
    background: #dc3545;
    border-color: #dc3545;
}
#searchForm .btn-danger:hover {
    background: #c82333;
}

/* Smooth gap for mobile */
@media(max-width: 768px) {
    #searchForm .row > div {
        margin-bottom: 10px;
    }
}

table tbody td{
    min-height: 50px !important;
}
