/*
 Theme Name:   Mantis and Crow
 Theme URI:    https://bricksbuilder.io/
 Description:  Mantis and Crow digital agency website
 Author:       Mantis and Crow
 Author URI:   https:mantisandcrow.com/
 Template:     bricks
 Version:      1.1
 
*/

html {
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}



/* Change the scroll bar width // Scroll bar width */
::-webkit-scrollbar {
width: 10px; 
}

/* Change the background of the scroll bar track // Background color */
::-webkit-scrollbar-track {
background-color: var(--bg-body-light); 
}

/* Change the background of the scroll bar thumb (the draggable part) /// Thumb color / Corner radius */
::-webkit-scrollbar-thumb {
background-color: var(--tertiary); 
border-radius: var(--radius-m); 
}

/* Change the color and shape of the scroll bar thumb on hover // Hover color */
::-webkit-scrollbar-thumb:hover {
background-color: var(--hs-tertiary); 
}

/* Change the shape of the scroll bar thumb when it’s in focus // Focus color */
::-webkit-scrollbar-thumb:focus {
background-color: var(--hs-tertiary); 
}

.text-lime{
  color: var(--primary)
}


/* Base variant - dark fields */
.mc-audit-field__dark .form-group input:not([type="submit"]),
.mc-audit-field__dark textarea,
.mc-audit-field__dark select,
.mc-audit-field__dark .flatpickr,
.mc-audit-field__dark .choices__inner {
  background-color: var(--bg-surface);
}

/* Light variant - light fields */
.mc-audit-field__light .form-group input:not([type="submit"]),
.mc-audit-field__light textarea,
.mc-audit-field__light select,
.mc-audit-field__light .flatpickr,
.mc-audit-field__light .choices__inner {
  background-color: var(--bg-grey);
}
