
/*
-------------------------------------------------------------------------------*/

/* Reset css
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

main, article, aside, figure, footer, header, nav, section, details, summary {display: block;}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
	box-sizing: border-box;
}

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

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {max-width: 100%;}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:
#map img {
		max-width: none;
}
*/

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
/* table {border-collapse: separate; border-spacing: 0;} */
/* th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;} */
.table.table-bordered thead tr th {
    border-top: 0;
}
hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

strong {font-weight: bold;}

td, td img {vertical-align: top;}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {cursor: pointer;}

.form-label {
    cursor: text;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button,
input[type=button] {width: auto; overflow: visible;}

/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/

/* let's clear some floats */
.clearfix:after { content: " "; display: block; clear: both; }

.lato-font {
font-family: 'Lato', sans-serif !important;
}
.raleway-font {
font-family: 'Raleway', sans-serif !important;
}

/*-------------------------------------------------------
          [ Typography ]
-------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Raleway: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&display=swap');

h1, h2, h3, h4, h5 {
  font-family: 'Raleway', sans-serif;
  line-height: normal;
}
h1 {
  font-size: 42px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

/* h6 {
  font-size: 18px;
} */
p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}

/*-------------------------------------------------------
          [ background colors ]
-------------------------------------------------------*/

.background-white {
  background-color: #FFF;
}

.background-black {
  background-color: #000;
}
.background-color-green {
  background-color: #23883D;
}
.background-color-light-green {
    background-color: #2fc355;
}
.background-color-blue {
  background-color: #0963C4;
}
.background-color-medium-blue {
    background-color: #C1D4FE;
}

.background-extra-dark-gray {
  background-color: #434343;
}

.background-dark-gray {
  background-color: #575757;
}

.background-extra-medium-gray {
  background-color: #7E8998;
}

.background-medium-gray {
  background-color: #939393;
}

.background-extra-light-gray {
  background-color: #98A2B0;
}

.background-light-gray {
  background-color: #B3BCC9;
}

.background-very-light-gray {
  background-color: #C0C9D5;
}

.background-medium-blue {
  background-color: #C1D4FE;
}

.background-extra-light-blue {
  background-color: #D3DBE3;
}

.background-light-blue {
  background-color: #E8EDF2;
}

.background-very-light-blue {
  background-color: #EBF3F7;
}
.background-alert {
  background-color: #ff0600 !important;
}
.background-warning {
    color: #ffc107 !important;
}
.background-success {
  color: #155724 !important;
}


/*-------------------------------------------------------
          [ text colors ]
-------------------------------------------------------*/

.text-white {
  color: #FFF;
}

.text-black {
  color: #000;
}
.text-color-green {
  color: #23883D;
}
.text-color-blue {
  color: #0963C4;
} 

.text-extra-dark-gray {
  color: #434343;
}

.text-dark-gray {
  color: #575757;
}

.text-extra-medium-gray {
  color: #7E8998;
}

.text-medium-gray {
  color: #939393;
}

.text-extra-light-gray {
  color: #98A2B0;
}

.text-light-gray {
  color: #B3BCC9;
}

.text-very-light-gray {
  color: #C0C9D5;
}

.text-extra-light-blue {
  color: #D3DBE3;
}

.text-light-blue {
  color: #E8EDF2;
}

.text-very-light-blue {
  color: #EBF3F7;
}
.text-alert {
  color: #ff0600 !important;
}
.text-warning {
    color: #ffc107 !important;
}
.text-success {
  color: #155724 !important;
}

.title-extra {
  font-weight: 800;
  margin-bottom: 15px;
}
.title-extra .icon {
  padding-right: 5px;
}

.title-extra-sm {
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.title-extra-sm .icon {
  padding-right: 5px;
}

/*-------------------------------------------------------
          [ buttons ]
-------------------------------------------------------*/

.btn-primary {
    background-color: #C3E178;
    border: 1px solid #C3E178;
    color: #434343;
    font-weight: 700;
    letter-spacing: .1px;
    box-shadow: none;
    line-height: normal;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:visited
 {
    background-color: #d5ef97;
    border: 1px solid #d5ef97;
    color: #434343;
    font-weight: 700;
    letter-spacing: .1px;
    box-shadow: none !important;
    line-height: normal;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
}

.navigation-link {
    background-color: #C3E178;
    border: 1px solid #C3E178;
    color: #434343;
    font-weight: 700;
    letter-spacing: .1px;
    box-shadow: none;
    line-height: normal;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.navigation-link:hover {
    background-color: #d5ef97;
    border: 1px solid #d5ef97;
    color: #434343;
    font-weight: 700;
    letter-spacing: .1px;
    box-shadow: none !important;
    line-height: normal;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
}

.btn-secondary {
    background-color: #E0E0E0;
    border: 1px solid #E0E0E0;
    color: #434343;
    font-weight: 700;
    letter-spacing: .1px;
    box-shadow: none;
    line-height: normal;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:visited {
    background-color: transparent;
    border: 1px solid #E0E0E0;
    color: #434343;
    font-weight: 700;
    letter-spacing: .1px;
    box-shadow: none !important;
    line-height: normal;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
}
.btn-link {
    color: #0963C4;
    font-weight: 700;
    letter-spacing: .1px;
    text-decoration: none;
}
.btn-link:hover, .btn-link:active, .btn-link:focus, .btn-link:visited {
    color: #0963C4;
    font-weight: 700;
    letter-spacing: .1px;
    text-decoration: underline;
}


/*-------------------------------------------------------
          [ buttons ]
-------------------------------------------------------*/
.form-control,
.form-select {
    padding-top: 0;
    padding-bottom: 0;
    height: 38px;
    line-height: 38px;
    color: #434343;
    box-shadow: none !important;
}
.form-control:focus,
.form-select:focus {
    color: #434343;
    background-color: #fff;
    border-color: #0963C4;
    outline: 0;
    box-shadow: none;
}
.form-help-text {
    display: block;
    width: 100%;
}
.multi-select .bootstrap-tagsinput {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 38px;
    line-height: 38px;
    color: #434343;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-shadow: none;
}
.multi-select .form-control,
.multi-select .form-control:hover,
.multi-select .form-control:focus {
    display: inline-block;
    /*position: absolute;*/
    position: relative;
    background-color: transparent;
    height: 36px;
    line-height: 36px;
}
.multi-select .label-info {
    background-color: #C3E178;
    color: #434343;
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
    display: inline-flex;
    width: auto;
    padding: 0 10px;
    top: -1px;
    position: relative;
    
}
.multi-select .label-info [data-role="remove"] {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 15px;
    line-height: 0;
    border-left: 1px solid #434343;
    padding-left: 8px;
    margin-left: 8px;
}
.multi-select .label-info [data-role="remove"]:after {
    margin-top: -2px;
}

/*-------------------------------------------------------
          [ font-weight ]
-------------------------------------------------------*/
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/*-------------------------------------------------------
          [ font-size ]
-------------------------------------------------------*/
.fz-10 {
  font-size: 10px !important;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-15 {
  font-size: 15px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-20 {
  font-size: 20px !important;
}

.fz-22 {
  font-size: 22px !important;
}

.fz-25 {
  font-size: 25px !important;
}

.fz-30 {
  font-size: 30px !important;
}

.fz-40 {
  font-size: 40px !important;
}

.fz-50 {
  font-size: 50px !important;
}

/*-------------------------------------------------------
          [ line-height ]
-------------------------------------------------------*/
.line-height-10 {
  line-height: 10px;
}

.line-height-13 {
  line-height: 13px;
}

.line-height-18 {
  line-height: 18px;
}

.line-height-20 {
  line-height: 20px;
}

.line-height-24 {
  line-height: 24px;
}

.line-height-22 {
  line-height: 22px;
}

.line-height-26 {
  line-height: 26px;
}

.line-height-28 {
  line-height: 28px;
}

.line-height-30 {
  line-height: 30px;
}

.line-height-35 {
  line-height: 35px;
}

.line-height-40 {
  line-height: 40px;
}

.line-height-45 {
  line-height: 45px;
}

.line-height-50 {
  line-height: 50px;
}

.line-height-55 {
  line-height: 55px;
}

.line-height-60 {
  line-height: 60px;
}

.line-height-65 {
  line-height: 65px;
}

.line-height-70 {
  line-height: 70px;
}

.line-height-75 {
  line-height: 75px;
}

.line-height-80 {
  line-height: 80px;
}

.line-height-85 {
  line-height: 85px;
}

.line-height-90 {
  line-height: 90px;
}

.line-height-95 {
  line-height: 95px;
}

.line-height-100 {
  line-height: 100px;
}

.line-height-110 {
  line-height: 110px;
}

.line-height-120 {
  line-height: 120px;
}

/*-------------------------------------------------------
          [ text-transform ]
-------------------------------------------------------*/
.text-u {
  text-transform: uppercase !important;
}

.text-l {
  text-transform: lowercase !important;
}

.text-c {
  text-transform: capitalize !important;
}

.text-non {
  text-transform: none !important;
}

.text-i {
  font-style: italic;
}

/*-------------------------------------------------------
          [ letter-spacing ]
-------------------------------------------------------*/
.ls0 {
  letter-spacing: 0px !important;
}

.ls1 {
  letter-spacing: 1px !important;
}

.ls2 {
  letter-spacing: 2px !important;
}

.ls3 {
  letter-spacing: 3px !important;
}

.ls4 {
  letter-spacing: 4px !important;
}

.ls5 {
  letter-spacing: 5px !important;
}

.ls10 {
  letter-spacing: 10px !important;
}

/*-------------------------------------------------------
          [ Overlay Effect Bg image ]
-------------------------------------------------------*/

[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay-dark]:before {
  background: #000;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff;
}

[data-overlay-dark] p {
  color: #bbb;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

/*-------------------------------------------------------
			[ margin-top  (0/100) +5 ]
-------------------------------------------------------*/

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-62 {
  margin-top: 62px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

/*-------------------------------------------------------
			[ margin-bottom  (0/100) +5 ]
-------------------------------------------------------*/

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-62 {
  margin-bottom: 62px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/*-------------------------------------------------------
			[ margin-left  (0/100) +5 ]
-------------------------------------------------------*/

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mt-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

/*-------------------------------------------------------
			[ margin-right  (0/100) +5 ]
-------------------------------------------------------*/

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/*-------------------------------------------------------
			[ padding-top  (0/100) +5 ]
-------------------------------------------------------*/

.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

/*-------------------------------------------------------
		[ padding-bottom  (0/100) +5 ]
-------------------------------------------------------*/

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

/*-------------------------------------------------------
		[ padding-left  (0/100) +5 ]
-------------------------------------------------------*/

.pl-0 {
  padding-left: 0 !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

/*-------------------------------------------------------
		[ padding-right  (0/100) +5 ]
-------------------------------------------------------*/

.pr-0 {
  padding-right: 0 !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.no-padding {
  padding: 0 !important;
}

/*-------------------------------------------------------
    [ Preloader ]
-------------------------------------------------------*/

.loading{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: 9999999999999;
}

.loading .middle{
  position: absolute;
  top: 50%;
  width: 100%;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

.form-control::-moz-placeholder {
  color: #A4A4A4;
  opacity: 1;
}
.form-control::placeholder {
  color: #A4A4A4;
  opacity: 1;
}

.box-shadow {
	-webkit-box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
    box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
}

.mandatory {
    color: #ff0600;
    font-weight: 700;
    padding-left: 5px;
}

.modal-dialog {
    max-width: 700px;
    justify-content: center;
}
.modal-dialog-scrollable .modal-content {
    overflow: inherit;
}
.modal-header {
    margin: 16px;
    padding: 0;
    padding-bottom:16px;
    margin-bottom: 0;
    position: relative;
}
.modal-footer {
    border: 0;
    padding: 0;
}
.modal-footer > * {
    margin: 0;
}
/* .modal-header .btn-close {
    background-color: #E0E0E0;
    opacity: 1;
    border-radius: 100%;
    margin: 0;
    margin-top: -60px;
    margin-right: -31px;
    padding: px;
} */
.modal-header .btn-close {
    background-color: #E0E0E0;
    opacity: 1;
    border-radius: 100%;
    margin: 0;
    margin-top: -32px;
    margin-right: -33px;
    position: absolute;
    right: 0;
    top: 0;
}
.table-responsive .table tr th, .table-responsive .table tr td {
    padding: 8px 10px;
}

/*-------------------------------------------------------
    [ responsive sizes ]
-------------------------------------------------------*/


@media only screen and (min-width: 1200px)  {
body {
	font-size: 1.171303074670571vw;
}
h1 {
  font-size: 3.074670571010249vw;
}

h2 {
  font-size: 2.4890190336749636vw;
}

h3 {
  font-size: 2.049780380673499vw;
}

h4 {
  font-size: 1.7569546120058566vw;
}

h5 {
  font-size: 1.3177159590043923vw;
}
p {
  font-size: 1.171303074670571vw;
}

/*-------------------------------------------------------
          [ font-size ]
-------------------------------------------------------*/
.fz-10 {
  font-size: 0.7320644216691069vw !important;
}

.fz-12 {
  font-size: 0.8784773060029283vw !important;
}

.fz-14 {
  font-size: 1.0248901903367496vw !important;
}

.fz-15 {
  font-size: 1.0980966325036603vw !important;
}

.fz-16 {
  font-size: 1.171303074670571vw !important;
}

.fz-18 {
  font-size: 1.3177159590043923vw !important;
}

.fz-20 {
  font-size: 1.4641288433382138vw !important;
}

.fz-22 {
  font-size: 1.610541727672035vw !important;
}

.fz-25 {
  font-size: 1.8301610541727673vw !important;
}

.fz-30 {
  font-size: 2.1961932650073206vw !important;
}

.fz-40 {
  font-size: 2.9282576866764276vw !important;
}

.fz-50 {
  font-size: 3.6603221083455346vw !important;
}

/*-------------------------------------------------------
          [ buttons ]
-------------------------------------------------------*/

.btn-primary,
.btn-secondary,
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:visited,
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:visited,
.navigation-link,.navigation-link:hover {
    border-width: 0.07320644216691069vw;
    letter-spacing: 0.007320644216691069vw;
    font-size: 1.171303074670571vw;
    line-height: normal;
    padding-top: 0.5856515373352855vw;
    padding-bottom: 0.5856515373352855vw;
    border-radius: 0.322061191626409vw;
    padding-left: 0.966183574879227vw;
    padding-right: 0.966183574879227vw;
}
.btn-link, .btn-link:hover, .btn-link:active, .btn-link:focus, .btn-link:visited {
    letter-spacing: 0.007320644216691069vw;
}

/*-------------------------------------------------------
          [ forms ]
-------------------------------------------------------*/

.form-control,
.form-select {
    border-width: 0.07320644216691069vw;
    font-size: 1.171303074670571vw;
    height: 2.781844802342606vw;
    line-height: 2.781844802342606vw;
    border-radius: 0.36603221083455345vw;
    /* padding-left: 0.966183574879227vw;
    padding-right: 0.966183574879227vw; */
    padding-left: 12px;
    padding-right: 12px;
}
/*.upload .form-control {
     padding-left: 0.8454106280193237vw; 
}*/

/*-------------------------------------------------------
          [ line-height ]
-------------------------------------------------------*/
.line-height-10 {
  line-height: 0.7320644216691069vw;
}

.line-height-13 {
  line-height: 0.9516837481698389vw;
}

.line-height-18 {
  line-height: 1.3177159590043923vw;
}

.line-height-20 {
  line-height: 1.4641288433382138vw;
}

.line-height-22 {
  line-height: 1.610541727672035vw;
}

.line-height-24 {
  line-height: 1.7569546120058566vw;
}

.line-height-26 {
  line-height: 1.9033674963396778vw;
}

.line-height-28 {
  line-height: 2.049780380673499vw;
}

.line-height-30 {
  line-height: 2.1961932650073206vw;
}

.line-height-35 {
  line-height: 2.562225475841874vw;
}

.line-height-40 {
  line-height: 2.9282576866764276vw;
}

.line-height-45 {
  line-height: 3.294289897510981vw;
}

.line-height-50 {
  line-height: 3.6603221083455346vw;
}

.line-height-55 {
  line-height: 4.026354319180088vw;
}

.line-height-60 {
  line-height: 4.392386530014641vw
}

.line-height-65 {
  line-height: 4.758418740849195vw;
}

.line-height-70 {
  line-height: 5.124450951683748vw
}

.line-height-75 {
  line-height: 5.490483162518301vw;
}

.line-height-80 {
  line-height: 5.856515373352855vw;
}

.line-height-85 {
  line-height: 6.222547584187408vw;
}

.line-height-90 {
  line-height: 6.588579795021962vw;
}

/*-------------------------------------------------------
          [ letter-spacing ]
-------------------------------------------------------*/
.ls0 {
  letter-spacing: 0px !important;
}

.ls1 {
  letter-spacing: 0.07320644216691069vw !important;
}

.ls2 {
  letter-spacing: 0.14641288433382138vw !important;
}

.ls3 {
  letter-spacing: 0.21961932650073207vw !important;
}

.ls4 {
  letter-spacing: 0.29282576866764276vw !important;
}

.ls5 {
  letter-spacing: 0.36603221083455345vw !important;
}

.ls10 {
  letter-spacing: 0.7320644216691069vw !important;
}


/*-------------------------------------------------------
			[ margin-top  (0/100) +5 ]
-------------------------------------------------------*/

.mt-5 {
  margin-top: 0.36603221083455345vw !important;
}

.mt-10 {
  margin-top: 0.7320644216691069vw !important;
}

.mt-15 {
  margin-top: 1.0980966325036603vw !important;
}

.mt-20 {
  margin-top: 1.4641288433382138vw !important;
}

.mt-25 {
  margin-top: 1.8301610541727673vw !important;
}

.mt-30 {
  margin-top: 2.1961932650073206vw !important;
}

.mt-35 {
  margin-top: 2.562225475841874vw !important;
}

.mt-40 {
  margin-top: 2.9282576866764276vw !important;
}

.mt-45 {
  margin-top: 3.294289897510981vw !important;
}

.mt-50 {
  margin-top: 3.6603221083455346vw !important;
}


/*-------------------------------------------------------
			[ margin-bottom  (0/100) +5 ]
-------------------------------------------------------*/

.mb-5 {
  margin-bottom: 0.36603221083455345vw !important;
}

.mb-10 {
  margin-bottom: 0.7320644216691069vw !important;
}

.mb-15 {
  margin-bottom: 1.0980966325036603vw !important;
}

.mb-20 {
  margin-bottom: 1.4641288433382138vw !important;
}

.mb-25 {
  margin-bottom: 1.8301610541727673vw !important;
}

.mb-30 {
  margin-bottom: 2.1961932650073206vw !important;
}

.mb-35 {
  margin-bottom: 2.562225475841874vw !important;
}

.mb-40 {
  margin-bottom: 2.9282576866764276vw !important;
}

.mb-45 {
  margin-bottom: 3.294289897510981vw !important;
}

.mb-50 {
  margin-bottom: 3.6603221083455346vw !important;
}

/*-------------------------------------------------------
			[ margin-left  (0/100) +5 ]
-------------------------------------------------------*/

.ml-5 {
  margin-left: 0.36603221083455345vw !important;
}

.ml-10 {
  margin-left: 0.7320644216691069vw !important;
}

.ml-15 {
  margin-left: 1.0980966325036603vw !important;
}

.ml-20 {
  margin-left: 1.4641288433382138vw !important;
}

.ml-25 {
  margin-left: 1.8301610541727673vw !important;
}

.ml-30 {
  margin-left: 2.1961932650073206vw !important;
}

.ml-35 {
  margin-left: 2.562225475841874vw !important;
}

.ml-40 {
  margin-left: 2.9282576866764276vw !important;
}

.ml-45 {
  margin-left: 3.294289897510981vw !important;
}

.ml-50 {
  margin-left: 3.6603221083455346vw !important;
}

/*-------------------------------------------------------
			[ margin-right  (0/100) +5 ]
-------------------------------------------------------*/

.mr-5 {
  margin-right: 0.36603221083455345vw !important;
}

.mr-10 {
  margin-right: 0.7320644216691069vw !important;
}

.mr-15 {
  margin-right: 1.0980966325036603vw !important;
}

.mr-20 {
  margin-right: 1.4641288433382138vw !important;
}

.mr-25 {
  margin-right: 1.8301610541727673vw !important;
}

.mr-30 {
  margin-right: 2.1961932650073206vw !important;
}

.mr-35 {
  margin-right: 2.562225475841874vw !important;
}

.mr-40 {
  margin-right: 2.9282576866764276vw !important;
}

.mr-45 {
  margin-right: 3.294289897510981vw !important;
}

.mr-50 {
  margin-right: 3.6603221083455346vw !important;
}



/*-------------------------------------------------------
			[ padding-top  (0/100) +5 ]
-------------------------------------------------------*/

.pt-5 {
  padding-top: 0.36603221083455345vw !important;
}

.pt-10 {
  padding-top: 0.7320644216691069vw !important;
}

.pt-15 {
  padding-top: 1.0980966325036603vw !important;
}

.pt-20 {
  padding-top: 1.4641288433382138vw !important;
}

.pt-25 {
  padding-top: 1.8301610541727673vw !important;
}

.pt-30 {
  padding-top: 2.1961932650073206vw !important;
}

.pt-35 {
  padding-top: 2.562225475841874vw !important;
}

.pt-40 {
  padding-top: 2.9282576866764276vw !important;
}

.pt-45 {
  padding-top: 3.294289897510981vw !important;
}

.pt-50 {
  padding-top: 3.6603221083455346vw !important;
}

/*-------------------------------------------------------
		[ padding-bottom  (0/100) +5 ]
-------------------------------------------------------*/

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 0.36603221083455345vw !important;
}

.pb-10 {
  padding-bottom: 0.7320644216691069vw !important;
}

.pb-15 {
  padding-bottom: 1.0980966325036603vw !important;
}

.pb-20 {
  padding-bottom: 1.4641288433382138vw !important;
}

.pb-25 {
  padding-bottom: 1.8301610541727673vw !important;
}

.pb-30 {
  padding-bottom: 2.1961932650073206vw !important;
}

.pb-35 {
  padding-bottom: 2.562225475841874vw !important;
}

.pb-40 {
  padding-bottom: 2.9282576866764276vw !important;
}

.pb-45 {
  padding-bottom: 3.294289897510981vw !important;
}

.pb-50 {
  padding-bottom: 3.6603221083455346vw !important;
}

/*-------------------------------------------------------
		[ padding-left  (0/100) +5 ]
-------------------------------------------------------*/

.pl-5 {
  padding-left: 5px !important;
}

.pl-5 {
  padding-left: 0.36603221083455345vw !important;
}

.pl-10 {
  padding-left: 0.7320644216691069vw !important;
}

.pl-15 {
  padding-left: 1.0980966325036603vw !important;
}

.pl-20 {
  padding-left: 1.4641288433382138vw !important;
}

.pl-25 {
  padding-left: 1.8301610541727673vw !important;
}

.pl-30 {
  padding-left: 2.1961932650073206vw !important;
}

.pl-35 {
  padding-left: 2.562225475841874vw !important;
}

.pl-40 {
  padding-left: 2.9282576866764276vw !important;
}

.pl-45 {
  padding-left: 3.294289897510981vw !important;
}

.pl-50 {
  padding-left: 3.6603221083455346vw !important;
}

/*-------------------------------------------------------
		[ padding-right  (0/100) +5 ]
-------------------------------------------------------*/

.pr-5 {
  padding-right: 0.36603221083455345vw !important;
}

.pr-10 {
  padding-right: 0.7320644216691069vw !important;
}

.pr-15 {
  padding-right: 1.0980966325036603vw !important;
}

.pr-20 {
  padding-right: 1.4641288433382138vw !important;
}

.pr-25 {
  padding-right: 1.8301610541727673vw !important;
}

.pr-30 {
  padding-right: 2.1961932650073206vw !important;
}

.pr-35 {
  padding-right: 2.562225475841874vw !important;
}

.pr-40 {
  padding-right: 2.9282576866764276vw !important;
}

.pr-45 {
  padding-right: 3.294289897510981vw !important;
}

.pr-50 {
  padding-right: 3.6603221083455346vw !important;
}

.box-shadow {
  -webkit-box-shadow: 0 0.07320644216691069vw 1.0980966325036603vw rgb(0 0 0 / 4%), 0 0.07320644216691069vw 0.4830917874396135vw rgb(0 0 0 / 4%);
  box-shadow: 0 0.07320644216691069vw 1.0980966325036603vw rgb(0 0 0 / 4%), 0 0.07320644216691069vw 0.4830917874396135vw rgb(0 0 0 / 4%);
}
.mandatory {
    padding-left: 0.4025764895330113vw;
}
  .row {
    --bs-gutter-x: 1.2077294685990339vw;
}
.row > * {
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
}
.forms .row > * {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.cards-wrapper .row > * {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.table-filters .row > * {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.g-1, .gy-1 {
    --bs-gutter-y: 0.322061191626409vw;
}
.g-2, .gy-2 {
    --bs-gutter-y: 0.644122383252818vw;
}
.g-3, .gy-3 {
    --bs-gutter-y: 1.288244766505636vw;
}
.g-4, .gy-4 {
    --bs-gutter-y: 1.932367149758454vw;
}
.g-5, .gy-5 {
    --bs-gutter-y: 3.864734299516908vw;
}
.g-1, .gx-1 {
    --bs-gutter-y: 0.322061191626409vw;
}
.g-2, .gx-2 {
    --bs-gutter-y: 0.644122383252818vw;
}
.g-3, .g3-3 {
    --bs-gutter-y: 1.288244766505636vw;
}
.g-4, .gx-4 {
    --bs-gutter-y: 1.932367149758454vw;
}
.g-5, .gx-5 {
    --bs-gutter-y: 3.864734299516908vw;
}
.form-label {
    margin-bottom: 0.644122383252818vw;
}
.container, .container-fluid {
    padding-right: var(--bs-gutter-x, 0.966183574879227vw);
    padding-left: var(--bs-gutter-x, 0.966183574879227vw);
}
.multi-select .bootstrap-tagsinput {
    border-width: 0.07320644216691069vw;
    font-size: 1.171303074670571vw;
    min-height: 2.781844802342606vw;
    line-height: 2.781844802342606vw;
    border-radius: 0.36603221083455345vw;
    padding-left: 0.966183574879227vw;
    padding-right: 0.966183574879227vw;
}
.multi-select .label-info {
    font-size: 1.0248901903367496vw;
    margin-right: 0.36603221083455345vw;
    top: -0.08051529790660225vw;
}

.multi-select .label-info {
    font-size: 1.0248901903367496vw;
    margin-right: 0.36603221083455345vw;
    padding: 0 0.7320644216691069vw;
    top: -0.08051529790660225vw;
}
.multi-select .label-info [data-role="remove"] {
    font-size: 1.0248901903367496vw;
    line-height: 0;
    border-width: 0.07320644216691069vw;
    padding-left: 0.644122383252818vw;
    margin-left:0.644122383252818vw;
}
.multi-select .label-info [data-role="remove"]:after {
    margin-top: -0.1610305958132045vw;
}
.modal-dialog {
    max-width: 56.36070853462158vw;
}
.modal-content {
    border-width: 0.07320644216691069vw;
    border-radius: 0.36603221083455345vw;
}
.modal-header {
    margin: 1.2077294685990339vw;
    border-width: 0.07320644216691069vw;
    padding: 0;
    padding-bottom: 1.2077294685990339vw;
    margin-bottom: 0 !important;
}
.modal-body {
    padding: 1.2077294685990339vw;
}
.modal-header .btn-close {
    margin-top: -2.576489533011272vw;
    margin-right: -2.4154589371980677vw;
    padding: 0.6038647342995169vw;
}
.table-responsive .table tr th, .table-responsive .table tr td {
    padding: 0.5636070853462157vw 0.7246376811594203vw;
}
.multi-select .form-control,
.multi-select .form-control:hover,
.multi-select .form-control:focus {
    height: 2.576489533011272vw;
    line-height: 2.576489533011272vw;
}

}
