/*__________________________________________________________________;
[Colors]
Project:	Brunette
___________________________________________________________________*/

/*# sourceMappingURL=colors.css.map */
:root {
    --themeColor1: #36609A;
    --themeColor2: #3182A9;
    --themeColor3: #6CC3C6;
    --themeColor4: #CDECF4;
    --themeColor5: #008DEA;
    --themeColor6: #1B4773;
    --themeColor7: #7D9CC3;
    --themeColor8: #43A7BF;
}

/*------------------------------------
- COLOR themeColor1 #36609A
------------------------------------*/
.bg-themeColor1 {
    background-color: #36609A !important;
}

a.bg-themeColor1:hover,
a.bg-themeColor1:focus,
button.bg-themeColor1:hover,
button.bg-themeColor1:focus {
    background-color: #284874 !important;
}

.border-themeColor1 {
    border-color: #36609A !important;
}

.btn-themeColor1 {
    color: #fff;
    background-color: #36609A;
    border-color: #36609A;
}

.btn-themeColor1:hover {
    color: #fff;
    background-color: #2c4f7f;
    border-color: #284874;
}

.btn-themeColor1:focus,
.btn-themeColor1.focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 96, 154, 0.5);
}

.btn-themeColor1.disabled,
.btn-themeColor1:disabled {
    color: #fff;
    background-color: #36609A;
    border-color: #36609A;
}

.btn-themeColor1:not(:disabled):not(.disabled):active,
.btn-themeColor1:not(:disabled):not(.disabled).active,
.show > .btn-themeColor1.dropdown-toggle {
    color: #fff;
    background-color: #284874;
    border-color: #244168;
}

.btn-themeColor1:not(:disabled):not(.disabled):active:focus,
.btn-themeColor1:not(:disabled):not(.disabled).active:focus,
.show > .btn-themeColor1.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 96, 154, 0.5);
}

.btn-outline-themeColor1 {
    color: #36609A;
    background-color: transparent;
    border-color: #36609A;
}

.btn-outline-themeColor1:hover {
    color: #fff;
    background-color: #36609A;
    border-color: #36609A;
}

.btn-outline-themeColor1:focus,
.btn-outline-themeColor1.focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 96, 154, 0.5);
}

.btn-outline-themeColor1.disabled,
.btn-outline-themeColor1:disabled {
    color: #36609A;
    background-color: transparent;
}

.btn-outline-themeColor1:not(:disabled):not(.disabled):active,
.btn-outline-themeColor1:not(:disabled):not(.disabled).active,
.show > .btn-outline-themeColor1.dropdown-toggle {
    color: #fff;
    background-color: #36609A;
    border-color: #36609A;
}

.btn-outline-themeColor1:not(:disabled):not(.disabled):active:focus,
.btn-outline-themeColor1:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-themeColor1.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 96, 154, 0.5);
}

.text-themeColor1 {
    color: #36609A !important;
}

a.text-themeColor1:hover,
a.text-themeColor1:focus {
    color: #284874 !important;
}

/*------------------------------------
- COLOR themeColor2 #3182A9
------------------------------------*/
.bg-themeColor2 {
    background-color: #3182A9 !important;
}

.border-themeColor2 {
    border-color: #3182A9 !important;
}

.text-themeColor2 {
    color: #3182A9 !important;
}

a.text-themeColor2:hover,
a.text-themeColor2:focus {
    color: #256381 !important;
}

a.bg-themeColor2:hover,
a.bg-themeColor2:focus {
    background-color: #256381 !important;
}

/*------------------------------------
- COLOR themeColor3 #6CC3C6
------------------------------------*/
.bg-themeColor3 {
    background-color: #6CC3C6 !important;
}

.border-themeColor3 {
    border-color: #6CC3C6 !important;
}

.text-themeColor3 {
    color: #6CC3C6 !important;
}

a.text-themeColor3:hover,
a.text-themeColor3:focus {
    color: #47b3b7 !important;
}

a.bg-themeColor3:hover,
a.bg-themeColor3:focus {
    background-color: #47b3b7 !important;
}

/*------------------------------------
- COLOR themeColor4 #CDECF4
------------------------------------*/
.bg-themeColor4 {
    background-color: #CDECF4 !important;
}

a.bg-themeColor4:hover,
a.bg-themeColor4:focus {
    background-color: #a3dcea !important;
}

.border-themeColor4 {
    border-color: #CDECF4 !important;
}

.text-themeColor4 {
    color: #CDECF4 !important;
}

a.text-themeColor4:hover,
a.text-themeColor4:focus {
    color: #a3dcea !important;
}

/*------------------------------------
- COLOR themeColor5 #008DEA
------------------------------------*/
.bg-themeColor5 {
    background-color: #008DEA !important;
}

a.bg-themeColor5:hover,
a.bg-themeColor5:focus,
button.bg-themeColor5:hover,
button.bg-themeColor5:focus {
    background-color: #006eb6 !important;
}

.border-themeColor5 {
    border-color: #008DEA !important;
}

.btn-themeColor5 {
    color: #fff;
    background-color: #008DEA;
    border-color: #008DEA;
}

.btn-themeColor5:hover {
    color: #fff;
    background-color: #0077c6;
    border-color: #006eb6;
}

.btn-themeColor5:focus,
.btn-themeColor5.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 141, 234, 0.5);
}

.btn-themeColor5.disabled,
.btn-themeColor5:disabled {
    color: #fff;
    background-color: #008DEA;
    border-color: #008DEA;
}

.btn-themeColor5:not(:disabled):not(.disabled):active,
.btn-themeColor5:not(:disabled):not(.disabled).active,
.show > .btn-themeColor5.dropdown-toggle {
    color: #fff;
    background-color: #006eb6;
    border-color: #0065a7;
}

.btn-themeColor5:not(:disabled):not(.disabled):active:focus,
.btn-themeColor5:not(:disabled):not(.disabled).active:focus,
.show > .btn-themeColor5.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 141, 234, 0.5);
}

.btn-outline-themeColor5 {
    color: #008DEA;
    background-color: transparent;
    border-color: #008DEA;
}

.btn-outline-themeColor5:hover {
    color: #fff;
    background-color: #008DEA;
    border-color: #008DEA;
}

.btn-outline-themeColor5:focus,
.btn-outline-themeColor5.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 141, 234, 0.5);
}

.btn-outline-themeColor5.disabled,
.btn-outline-themeColor5:disabled {
    color: #008DEA;
    background-color: transparent;
}

.btn-outline-themeColor5:not(:disabled):not(.disabled):active,
.btn-outline-themeColor5:not(:disabled):not(.disabled).active,
.show > .btn-outline-themeColor5.dropdown-toggle {
    color: #fff;
    background-color: #008DEA;
    border-color: #008DEA;
}

.btn-outline-themeColor5:not(:disabled):not(.disabled):active:focus,
.btn-outline-themeColor5:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-themeColor5.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 141, 234, 0.5);
}

.text-themeColor5 {
    color: #008DEA !important;
}

a.text-themeColor5:hover,
a.text-themeColor5:focus {
    color: #006eb6 !important;
}

/*------------------------------------
- COLOR themeColor6 #1B4773
------------------------------------*/
.bg-themeColor6 {
    background-color: #1B4773 !important;
}

/*------------------------------------
- COLOR themeColor7 #7D9CC3
------------------------------------*/
.bg-themeColor7 {
    background-color: #7D9CC3 !important;
}

a.bg-themeColor7:hover,
a.bg-themeColor7:focus,
button.bg-themeColor7:hover,
button.bg-themeColor7:focus {
    background-color: #5a81b2 !important;
}

.border-themeColor7 {
    border-color: #7D9CC3 !important;
}

.btn-themeColor7 {
    color: #fff;
    background-color: #7D9CC3;
    border-color: #7D9CC3;
}

.btn-themeColor7:hover {
    color: #fff;
    background-color: #6489b7;
    border-color: #5a81b2;
}

.btn-themeColor7:focus,
.btn-themeColor7.focus {
    box-shadow: 0 0 0 0.2rem rgba(125, 156, 195, 0.5);
}

.btn-themeColor7.disabled,
.btn-themeColor7:disabled {
    color: #fff;
    background-color: #7D9CC3;
    border-color: #7D9CC3;
}

.btn-themeColor7:not(:disabled):not(.disabled):active,
.btn-themeColor7:not(:disabled):not(.disabled).active,
.show > .btn-themeColor7.dropdown-toggle {
    color: #fff;
    background-color: #5a81b2;
    border-color: #5079ad;
}

.btn-themeColor7:not(:disabled):not(.disabled):active:focus,
.btn-themeColor7:not(:disabled):not(.disabled).active:focus,
.show > .btn-themeColor7.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(125, 156, 195, 0.5);
}

.btn-outline-themeColor7 {
    color: #7D9CC3;
    background-color: transparent;
    border-color: #7D9CC3;
}

.btn-outline-themeColor7:hover {
    color: #fff;
    background-color: #7D9CC3;
    border-color: #7D9CC3;
}

.btn-outline-themeColor7:focus,
.btn-outline-themeColor7.focus {
    box-shadow: 0 0 0 0.2rem rgba(125, 156, 195, 0.5);
}

.btn-outline-themeColor7.disabled,
.btn-outline-themeColor7:disabled {
    color: #7D9CC3;
    background-color: transparent;
}

.btn-outline-themeColor7:not(:disabled):not(.disabled):active,
.btn-outline-themeColor7:not(:disabled):not(.disabled).active,
.show > .btn-outline-themeColor7.dropdown-toggle {
    color: #fff;
    background-color: #7D9CC3;
    border-color: #7D9CC3;
}

.btn-outline-themeColor7:not(:disabled):not(.disabled):active:focus,
.btn-outline-themeColor7:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-themeColor7.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(125, 156, 195, 0.5);
}

.text-themeColor7 {
    color: #7D9CC3 !important;
}

a.text-themeColor7:hover,
a.text-themeColor7:focus {
    color: #5a81b2 !important;
}


/*------------------------------------
- COLOR themeColor8 #43A7BF
------------------------------------*/
.bg-themeColor8 {
    background-color: #43A7BF !important;
}

a.bg-themeColor8:hover,
a.bg-themeColor8:focus,
button.bg-themeColor8:hover,
button.bg-themeColor8:focus {
    background-color: #34869a !important;
}

.border-themeColor8 {
    border-color: #43A7BF !important;
}

.btn-themeColor8 {
    color: #fff;
    background-color: #43A7BF;
    border-color: #43A7BF;
}

.btn-themeColor8:hover {
    color: #fff;
    background-color: #3890a5;
    border-color: #34869a;
}

.btn-themeColor8:focus,
.btn-themeColor8.focus {
    box-shadow: 0 0 0 0.2rem rgba(67, 167, 191, 0.5);
}

.btn-themeColor8.disabled,
.btn-themeColor8:disabled {
    color: #fff;
    background-color: #43A7BF;
    border-color: #43A7BF;
}

.btn-themeColor8:not(:disabled):not(.disabled):active,
.btn-themeColor8:not(:disabled):not(.disabled).active,
.show > .btn-themeColor8.dropdown-toggle {
    color: #fff;
    background-color: #34869a;
    border-color: #307c8f;
}

.btn-themeColor8:not(:disabled):not(.disabled):active:focus,
.btn-themeColor8:not(:disabled):not(.disabled).active:focus,
.show > .btn-themeColor8.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(67, 167, 191, 0.5);
}

.btn-outline-themeColor8 {
    color: #43A7BF;
    background-color: transparent;
    border-color: #43A7BF;
}

.btn-outline-themeColor8:hover {
    color: #fff;
    background-color: #43A7BF;
    border-color: #43A7BF;
}

.btn-outline-themeColor8:focus,
.btn-outline-themeColor8.focus {
    box-shadow: 0 0 0 0.2rem rgba(67, 167, 191, 0.5);
}

.btn-outline-themeColor8.disabled,
.btn-outline-themeColor8:disabled {
    color: #43A7BF;
    background-color: transparent;
}

.btn-outline-themeColor8:not(:disabled):not(.disabled):active,
.btn-outline-themeColor8:not(:disabled):not(.disabled).active,
.show > .btn-outline-themeColor8.dropdown-toggle {
    color: #fff;
    background-color: #43A7BF;
    border-color: #43A7BF;
}

.btn-outline-themeColor8:not(:disabled):not(.disabled):active:focus,
.btn-outline-themeColor8:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-themeColor8.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(67, 167, 191, 0.5);
}

.text-themeColor8 {
    color: #43A7BF !important;
}

a.text-themeColor8:hover,
a.text-themeColor8:focus {
    color: #34869a !important;
}

/* gradients */
.bg-gradient-1 {
    background: linear-gradient(165.98deg, white -156.08%, #61b3cb -36.36%, #4275a9 19.98%);
}
