﻿:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

html, body, form {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: "Helvetica Neue", sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5385;
    color: rgb(60, 72, 88);
} 

/* Custom */


.error {
    border-color: red !important;
}

.errorInfo {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}
 
    .dropdown-toggle::after {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 0 3px 0 0;
        vertical-align: middle;
        content: "";
        border: 2px solid;
        border-width: 0 1px 1px 0;
        transform: rotateZ(45deg);
        font-size: 30px;
    }

.multiselect-item input[type=checkbox] ~ .form-check-control-indicator:after {
    content: " x ";
    font-size: 16px;
    width: 16px;
    background-color: #fff;
}

.select2-selection--single .select2-selection__arrow:after {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 3px 0 0;
    vertical-align: middle;
    content: "";
    border: 2px solid;
    border-width: 0 1px 1px 0;
    transform: rotateZ(45deg);
    font-size: 30px;
}

.picker__nav--prev:before {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 3px 0 0;
    vertical-align: middle;
    content: "";
    border: 2px solid;
    border-width: 0 1px 1px 0;
    transform: rotateZ(135deg);
    font-size: 30px;
}

.picker__nav--next:before {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 3px 0 0;
    vertical-align: middle;
    content: "";
    border: 2px solid;
    border-width: 0 1px 1px 0;
    transform: rotateZ(-45deg);
    font-size: 30px;
}

#useinbox-logo {
    margin: 10px 0 !important;
}