.white {
    color: #FFFFFF !important;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.bg-white .card-header,
.bg-white .card-footer {
    background-color: transparent;
}

.alert-white {
    border-color: #FFFFFF !important;
    background-color: white !important;
    color: #a6a6a6 !important;
}

.alert-white .alert-link {
    color: #919191 !important;
}

.border-white {
    border-color: #FFFFFF;
}

.bg-white.badge-glow,
.border-white.badge-glow {
    -webkit-box-shadow: 0px 0px 10px #FFFFFF;
    box-shadow: 0px 0px 10px #FFFFFF;
}

.overlay-white {
    background: #FFFFFF;
    /* The Fallback */
    background: rgba(255, 255, 255, 0.8);
}

/* .card-outline-white{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-white {
    border-color:  !important;
    background-color: #FFFFFF !important;
    color: #FFFFFF;
}

.btn-white:hover {
    border-color:  !important;
    background-color:  !important;
    color: #FFF !important;
}

.btn-white:focus,
.btn-white:active {
    border-color:  !important;
    background-color:  !important;
    color: #FFF !important;
}

.btn-outline-white {
    border-color: #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
}

.btn-outline-white:hover {
    background-color: #FFFFFF;
    color: #FFF !important;
}

input[type="checkbox"].bg-white+.custom-control-label:before,
input[type="radio"].bg-white+.custom-control-label:before {
    background-color: #FFFFFF !important;
}

input:focus~.bg-white {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFFFFF !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFFFFF !important;
}

.border-white {
    border: 1px solid #FFFFFF !important;
}

.border-top-white {
    border-top: 1px solid #FFFFFF;
}

.border-bottom-white {
    border-bottom: 1px solid #FFFFFF;
}

.border-left-white {
    border-left: 1px solid #FFFFFF;
}

.border-right-white {
    border-right: 1px solid #FFFFFF;
}

.black {
    color: #000000 !important;
}

.bg-black {
    background-color: #000000 !important;
}

.bg-black .card-header,
.bg-black .card-footer {
    background-color: transparent;
}

.alert-black {
    border-color: #000000 !important;
    background-color: #242424 !important;
    color: black !important;
}

.alert-black .alert-link {
    color: black !important;
}

.border-black {
    border-color: #000000;
}

.bg-black.badge-glow,
.border-black.badge-glow {
    -webkit-box-shadow: 0px 0px 10px #000000;
    box-shadow: 0px 0px 10px #000000;
}

.overlay-black {
    background: #000000;
    /* The Fallback */
    background: rgba(0, 0, 0, 0.8);
}

/* .card-outline-black{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-black {
    border-color:  !important;
    background-color: #000000 !important;
    color: #FFFFFF;
}

.btn-black:hover {
    border-color:  !important;
    background-color:  !important;
    color: #FFF !important;
}

.btn-black:focus,
.btn-black:active {
    border-color:  !important;
    background-color:  !important;
    color: #FFF !important;
}

.btn-outline-black {
    border-color: #000000;
    background-color: transparent;
    color: #000000;
}

.btn-outline-black:hover {
    background-color: #000000;
    color: #FFF !important;
}

input[type="checkbox"].bg-black+.custom-control-label:before,
input[type="radio"].bg-black+.custom-control-label:before {
    background-color: #000000 !important;
}

input:focus~.bg-black {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000000 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000000 !important;
}

.border-black {
    border: 1px solid #000000 !important;
}

.border-top-black {
    border-top: 1px solid #000000;
}

.border-bottom-black {
    border-bottom: 1px solid #000000;
}

.border-left-black {
    border-left: 1px solid #000000;
}

.border-right-black {
    border-right: 1px solid #000000;
}

.primary.lighten-5 {
    color: #39fcff !important;
}

.bg-primary.bg-lighten-5 {
    background-color: #39fcff !important;
}

.btn-primary.btn-lighten-5 {
    border-color: #008385 !important;
    background-color: #39fcff !important;
}

.btn-primary.btn-lighten-5:hover {
    border-color: #008385 !important;
    background-color: #006a6c !important;
}

.btn-primary.btn-lighten-5:focus,
.btn-primary.btn-lighten-5:active {
    border-color: #006a6c !important;
    background-color: #005152 !important;
}

.btn-outline-primary.btn-outline-lighten-5 {
    border-color: #39fcff !important;
    color: #39fcff !important;
}

.btn-outline-primary.btn-outline-lighten-5:hover {
    background-color: #39fcff !important;
}

input:focus~.bg-primary {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #39fcff !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #39fcff !important;
}

.border-primary.border-lighten-5 {
    border: 1px solid #39fcff !important;
}

.border-top-primary.border-top-lighten-5 {
    border-top: 1px solid #39fcff !important;
}

.border-bottom-primary.border-bottom-lighten-5 {
    border-bottom: 1px solid #39fcff !important;
}

.border-left-primary.border-left-lighten-5 {
    border-left: 1px solid #39fcff !important;
}

.border-right-primary.border-right-lighten-5 {
    border-right: 1px solid #39fcff !important;
}

.overlay-primary.overlay-lighten-5 {
    background: #39fcff;
    /* The Fallback */
    background: rgba(57, 252, 255, 0.8);
}

.primary.lighten-4 {
    color: #1ffbff !important;
}

.bg-primary.bg-lighten-4 {
    background-color: #1ffbff !important;
}

.btn-primary.btn-lighten-4 {
    border-color: #008385 !important;
    background-color: #1ffbff !important;
}

.btn-primary.btn-lighten-4:hover {
    border-color: #008385 !important;
    background-color: #006a6c !important;
}

.btn-primary.btn-lighten-4:focus,
.btn-primary.btn-lighten-4:active {
    border-color: #006a6c !important;
    background-color: #005152 !important;
}

.btn-outline-primary.btn-outline-lighten-4 {
    border-color: #1ffbff !important;
    color: #1ffbff !important;
}

.btn-outline-primary.btn-outline-lighten-4:hover {
    background-color: #1ffbff !important;
}

input:focus~.bg-primary {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1ffbff !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1ffbff !important;
}

.border-primary.border-lighten-4 {
    border: 1px solid #1ffbff !important;
}

.border-top-primary.border-top-lighten-4 {
    border-top: 1px solid #1ffbff !important;
}

.border-bottom-primary.border-bottom-lighten-4 {
    border-bottom: 1px solid #1ffbff !important;
}

.border-left-primary.border-left-lighten-4 {
    border-left: 1px solid #1ffbff !important;
}

.border-right-primary.border-right-lighten-4 {
    border-right: 1px solid #1ffbff !important;
}

.overlay-primary.overlay-lighten-4 {
    background: #1ffbff;
    /* The Fallback */
    background: rgba(31, 251, 255, 0.8);
}

.primary.lighten-3 {
    color: #06fbff !important;
}

.bg-primary.bg-lighten-3 {
    background-color: #06fbff !important;
}

.btn-primary.btn-lighten-3 {
    border-color: #008385 !important;
    background-color: #06fbff !important;
}

.btn-primary.btn-lighten-3:hover {
    border-color: #008385 !important;
    background-color: #006a6c !important;
}

.btn-primary.btn-lighten-3:focus,
.btn-primary.btn-lighten-3:active {
    border-color: #006a6c !important;
    background-color: #005152 !important;
}

.btn-outline-primary.btn-outline-lighten-3 {
    border-color: #06fbff !important;
    color: #06fbff !important;
}

.btn-outline-primary.btn-outline-lighten-3:hover {
    background-color: #06fbff !important;
}

input:focus~.bg-primary {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #06fbff !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #06fbff !important;
}

.border-primary.border-lighten-3 {
    border: 1px solid #06fbff !important;
}

.border-top-primary.border-top-lighten-3 {
    border-top: 1px solid #06fbff !important;
}

.border-bottom-primary.border-bottom-lighten-3 {
    border-bottom: 1px solid #06fbff !important;
}

.border-left-primary.border-left-lighten-3 {
    border-left: 1px solid #06fbff !important;
}

.border-right-primary.border-right-lighten-3 {
    border-right: 1px solid #06fbff !important;
}

.overlay-primary.overlay-lighten-3 {
    background: #06fbff;
    /* The Fallback */
    background: rgba(6, 251, 255, 0.8);
}

.primary.lighten-2 {
    color: #00e7eb !important;
}

.bg-primary.bg-lighten-2 {
    background-color: #00e7eb !important;
}

.btn-primary.btn-lighten-2 {
    border-color: #008385 !important;
    background-color: #00e7eb !important;
}

.btn-primary.btn-lighten-2:hover {
    border-color: #008385 !important;
    background-color: #006a6c !important;
}

.btn-primary.btn-lighten-2:focus,
.btn-primary.btn-lighten-2:active {
    border-color: #006a6c !important;
    background-color: #005152 !important;
}

.btn-outline-primary.btn-outline-lighten-2 {
    border-color: #00e7eb !important;
    color: #00e7eb !important;
}

.btn-outline-primary.btn-outline-lighten-2:hover {
    background-color: #00e7eb !important;
}

input:focus~.bg-primary {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00e7eb !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00e7eb !important;
}

.border-primary.border-lighten-2 {
    border: 1px solid #00e7eb !important;
}

.border-top-primary.border-top-lighten-2 {
    border-top: 1px solid #00e7eb !important;
}

.border-bottom-primary.border-bottom-lighten-2 {
    border-bottom: 1px solid #00e7eb !important;
}

.border-left-primary.border-left-lighten-2 {
    border-left: 1px solid #00e7eb !important;
}

.border-right-primary.border-right-lighten-2 {
    border-right: 1px solid #00e7eb !important;
}

.overlay-primary.overlay-lighten-2 {
    background: #00e7eb;
    /* The Fallback */
    background: rgba(0, 231, 235, 0.8);
}

.primary.lighten-1 {
    color: #00ced2 !important;
}

.bg-primary.bg-lighten-1 {
    background-color: #00ced2 !important;
}

.btn-primary.btn-lighten-1 {
    border-color: #008385 !important;
    background-color: #00ced2 !important;
}

.btn-primary.btn-lighten-1:hover {
    border-color: #008385 !important;
    background-color: #006a6c !important;
}

.btn-primary.btn-lighten-1:focus,
.btn-primary.btn-lighten-1:active {
    border-color: #006a6c !important;
    background-color: #005152 !important;
}

.btn-outline-primary.btn-outline-lighten-1 {
    border-color: #00ced2 !important;
    color: #00ced2 !important;
}

.btn-outline-primary.btn-outline-lighten-1:hover {
    background-color: #00ced2 !important;
}

input:focus~.bg-primary {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00ced2 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00ced2 !important;
}

.border-primary.border-lighten-1 {
    border: 1px solid #00ced2 !important;
}

.border-top-primary.border-top-lighten-1 {
    border-top: 1px solid #00ced2 !important;
}

.border-bottom-primary.border-bottom-lighten-1 {
    border-bottom: 1px solid #00ced2 !important;
}

.border-left-primary.border-left-lighten-1 {
    border-left: 1px solid #00ced2 !important;
}

.border-right-primary.border-right-lighten-1 {
    border-right: 1px solid #00ced2 !important;
}

.overlay-primary.overlay-lighten-1 {
    background: #00ced2;
    /* The Fallback */
    background: rgba(0, 206, 210, 0.8);
}

.primary {
    color: #00b5b8 !important;
}

.bg-primary {
    background-color: #00b5b8 !important;
}

.bg-primary .card-header,
.bg-primary .card-footer {
    background-color: transparent;
}

.alert-primary {
    border-color: #00b5b8 !important;
    background-color: #00fbff !important;
    color: #000506 !important;
}

.alert-primary .alert-link {
    color: black !important;
}

.border-primary {
    border-color: #00b5b8;
}

.bg-primary.badge-glow,
.border-primary.badge-glow {
    -webkit-box-shadow: 0px 0px 10px #00b5b8;
    box-shadow: 0px 0px 10px #00b5b8;
}

.overlay-primary {
    background: #00b5b8;
    /* The Fallback */
    background: rgba(0, 181, 184, 0.8);
}

/* .card-outline-primary{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-primary {
    border-color: #008385 !important;
    background-color: #00b5b8 !important;
    color: #FFFFFF;
}

.btn-primary:hover {
    border-color: #009c9f !important;
    background-color: #00ced2 !important;
    color: #FFF !important;
}

.btn-primary:focus,
.btn-primary:active {
    border-color: #008385 !important;
    background-color: #006a6c !important;
    color: #FFF !important;
}

.btn-outline-primary {
    border-color: #00b5b8;
    background-color: transparent;
    color: #00b5b8;
}

.btn-outline-primary:hover {
    background-color: #00b5b8;
    color: #FFF !important;
}

input[type="checkbox"].bg-primary+.custom-control-label:before,
input[type="radio"].bg-primary+.custom-control-label:before {
    background-color: #00b5b8 !important;
}

input:focus~.bg-primary {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00b5b8 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00b5b8 !important;
}

.border-primary {
    border: 1px solid #00b5b8 !important;
}

.border-top-primary {
    border-top: 1px solid #00b5b8;
}

.border-bottom-primary {
    border-bottom: 1px solid #00b5b8;
}

.border-left-primary {
    border-left: 1px solid #00b5b8;
}

.border-right-primary {
    border-right: 1px solid #00b5b8;
}

.primary.darken-1 {
    color: #009c9f !important;
}

.bg-primary.bg-darken-1 {
    background-color: #009c9f !important;
}

.btn-primary.btn-darken-1 {
    border-color: #008385 !important;
    background-color: #009c9f !important;
}

.btn-primary.btn-darken-1:hover {
    border-color: #008385 !important;
    background-color: #006a6c !important;
}

.btn-primary.btn-darken-1:focus,
.btn-primary.btn-darken-1:active {
    border-color: #006a6c !important;
    background-color: #005152 !important;
}

.btn-outline-primary.btn-outline-darken-1 {
    border-color: #009c9f !important;
    color: #009c9f !important;
}

.btn-outline-primary.btn-outline-darken-1:hover {
    background-color: #009c9f !important;
}

input:focus~.bg-primary {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #009c9f !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #009c9f !important;
}

.border-primary.border-darken-1 {
    border: 1px solid #009c9f !important;
}

.border-top-primary.border-top-darken-1 {
    border-top: 1px solid #009c9f !important;
}

.border-bottom-primary.border-bottom-darken-1 {
    border-bottom: 1px solid #009c9f !important;
}

.border-left-primary.border-left-darken-1 {
    border-left: 1px solid #009c9f !important;
}

.border-right-primary.border-right-darken-1 {
    border-right: 1px solid #009c9f !important;
}

.overlay-primary.overlay-darken-1 {
    background: #009c9f;
    /* The Fallback */
    background: rgba(0, 156, 159, 0.8);
}

.primary.darken-2 {
    color: #008385 !important;
}

.bg-primary.bg-darken-2 {
    background-color: #008385 !important;
}

.btn-primary.btn-darken-2 {
    border-color: #008385 !important;
    background-color: #008385 !important;
}

.btn-primary.btn-darken-2:hover {
    border-color: #008385 !important;
    background-color: #006a6c !important;
}

.btn-primary.btn-darken-2:focus,
.btn-primary.btn-darken-2:active {
    border-color: #006a6c !important;
    background-color: #005152 !important;
}

.btn-outline-primary.btn-outline-darken-2 {
    border-color: #008385 !important;
    color: #008385 !important;
}

.btn-outline-primary.btn-outline-darken-2:hover {
    background-color: #008385 !important;
}

input:focus~.bg-primary {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #008385 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #008385 !important;
}

.border-primary.border-darken-2 {
    border: 1px solid #008385 !important;
}

.border-top-primary.border-top-darken-2 {
    border-top: 1px solid #008385 !important;
}

.border-bottom-primary.border-bottom-darken-2 {
    border-bottom: 1px solid #008385 !important;
}

.border-left-primary.border-left-darken-2 {
    border-left: 1px solid #008385 !important;
}

.border-right-primary.border-right-darken-2 {
    border-right: 1px solid #008385 !important;
}

.overlay-primary.overlay-darken-2 {
    background: #008385;
    /* The Fallback */
    background: rgba(0, 131, 133, 0.8);
}

.primary.darken-3 {
    color: #006a6c !important;
}

.bg-primary.bg-darken-3 {
    background-color: #006a6c !important;
}

.btn-primary.btn-darken-3 {
    border-color: #008385 !important;
    background-color: #006a6c !important;
}

.btn-primary.btn-darken-3:hover {
    border-color: #008385 !important;
    background-color: #006a6c !important;
}

.btn-primary.btn-darken-3:focus,
.btn-primary.btn-darken-3:active {
    border-color: #006a6c !important;
    background-color: #005152 !important;
}

.btn-outline-primary.btn-outline-darken-3 {
    border-color: #006a6c !important;
    color: #006a6c !important;
}

.btn-outline-primary.btn-outline-darken-3:hover {
    background-color: #006a6c !important;
}

input:focus~.bg-primary {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #006a6c !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #006a6c !important;
}

.border-primary.border-darken-3 {
    border: 1px solid #006a6c !important;
}

.border-top-primary.border-top-darken-3 {
    border-top: 1px solid #006a6c !important;
}

.border-bottom-primary.border-bottom-darken-3 {
    border-bottom: 1px solid #006a6c !important;
}

.border-left-primary.border-left-darken-3 {
    border-left: 1px solid #006a6c !important;
}

.border-right-primary.border-right-darken-3 {
    border-right: 1px solid #006a6c !important;
}

.overlay-primary.overlay-darken-3 {
    background: #006a6c;
    /* The Fallback */
    background: rgba(0, 106, 108, 0.8);
}

.primary.darken-4 {
    color: #005152 !important;
}

.bg-primary.bg-darken-4 {
    background-color: #005152 !important;
}

.btn-primary.btn-darken-4 {
    border-color: #008385 !important;
    background-color: #005152 !important;
}

.btn-primary.btn-darken-4:hover {
    border-color: #008385 !important;
    background-color: #006a6c !important;
}

.btn-primary.btn-darken-4:focus,
.btn-primary.btn-darken-4:active {
    border-color: #006a6c !important;
    background-color: #005152 !important;
}

.btn-outline-primary.btn-outline-darken-4 {
    border-color: #005152 !important;
    color: #005152 !important;
}

.btn-outline-primary.btn-outline-darken-4:hover {
    background-color: #005152 !important;
}

input:focus~.bg-primary {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #005152 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #005152 !important;
}

.border-primary.border-darken-4 {
    border: 1px solid #005152 !important;
}

.border-top-primary.border-top-darken-4 {
    border-top: 1px solid #005152 !important;
}

.border-bottom-primary.border-bottom-darken-4 {
    border-bottom: 1px solid #005152 !important;
}

.border-left-primary.border-left-darken-4 {
    border-left: 1px solid #005152 !important;
}

.border-right-primary.border-right-darken-4 {
    border-right: 1px solid #005152 !important;
}

.overlay-primary.overlay-darken-4 {
    background: #005152;
    /* The Fallback */
    background: rgba(0, 81, 82, 0.8);
}

.primary.accent-1 {
    color: #BDFDFF !important;
}

.bg-primary.bg-accent-1 {
    background-color: #BDFDFF !important;
}

.btn-primary.btn-accent-1 {
    border-color: #008385 !important;
    background-color: #BDFDFF !important;
}

.btn-primary.btn-accent-1:hover {
    border-color: #008385 !important;
    background-color: #006a6c !important;
}

.btn-primary.btn-accent-1:focus,
.btn-primary.btn-accent-1:active {
    border-color: #006a6c !important;
    background-color: #005152 !important;
}

.btn-outline-primary.btn-outline-accent-1 {
    border-color: #BDFDFF !important;
    color: #BDFDFF !important;
}

.btn-outline-primary.btn-outline-accent-1:hover {
    background-color: #BDFDFF !important;
}

input:focus~.bg-primary {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #BDFDFF !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #BDFDFF !important;
}

.border-primary.border-accent-1 {
    border: 1px solid #BDFDFF !important;
}

.border-top-primary.border-top-accent-1 {
    border-top: 1px solid #BDFDFF !important;
}

.border-bottom-primary.border-bottom-accent-1 {
    border-bottom: 1px solid #BDFDFF !important;
}

.border-left-primary.border-left-accent-1 {
    border-left: 1px solid #BDFDFF !important;
}

.border-right-primary.border-right-accent-1 {
    border-right: 1px solid #BDFDFF !important;
}

.overlay-primary.overlay-accent-1 {
    background: #BDFDFF;
    /* The Fallback */
    background: rgba(189, 253, 255, 0.8);
}

.primary.accent-2 {
    color: #8AFBFF !important;
}

.bg-primary.bg-accent-2 {
    background-color: #8AFBFF !important;
}

.btn-primary.btn-accent-2 {
    border-color: #008385 !important;
    background-color: #8AFBFF !important;
}

.btn-primary.btn-accent-2:hover {
    border-color: #008385 !important;
    background-color: #006a6c !important;
}

.btn-primary.btn-accent-2:focus,
.btn-primary.btn-accent-2:active {
    border-color: #006a6c !important;
    background-color: #005152 !important;
}

.btn-outline-primary.btn-outline-accent-2 {
    border-color: #8AFBFF !important;
    color: #8AFBFF !important;
}

.btn-outline-primary.btn-outline-accent-2:hover {
    background-color: #8AFBFF !important;
}

input:focus~.bg-primary {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #8AFBFF !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #8AFBFF !important;
}

.border-primary.border-accent-2 {
    border: 1px solid #8AFBFF !important;
}

.border-top-primary.border-top-accent-2 {
    border-top: 1px solid #8AFBFF !important;
}

.border-bottom-primary.border-bottom-accent-2 {
    border-bottom: 1px solid #8AFBFF !important;
}

.border-left-primary.border-left-accent-2 {
    border-left: 1px solid #8AFBFF !important;
}

.border-right-primary.border-right-accent-2 {
    border-right: 1px solid #8AFBFF !important;
}

.overlay-primary.overlay-accent-2 {
    background: #8AFBFF;
    /* The Fallback */
    background: rgba(138, 251, 255, 0.8);
}

.primary.accent-3 {
    color: #57FAFF !important;
}

.bg-primary.bg-accent-3 {
    background-color: #57FAFF !important;
}

.btn-primary.btn-accent-3 {
    border-color: #008385 !important;
    background-color: #57FAFF !important;
}

.btn-primary.btn-accent-3:hover {
    border-color: #008385 !important;
    background-color: #006a6c !important;
}

.btn-primary.btn-accent-3:focus,
.btn-primary.btn-accent-3:active {
    border-color: #006a6c !important;
    background-color: #005152 !important;
}

.btn-outline-primary.btn-outline-accent-3 {
    border-color: #57FAFF !important;
    color: #57FAFF !important;
}

.btn-outline-primary.btn-outline-accent-3:hover {
    background-color: #57FAFF !important;
}

input:focus~.bg-primary {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #57FAFF !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #57FAFF !important;
}

.border-primary.border-accent-3 {
    border: 1px solid #57FAFF !important;
}

.border-top-primary.border-top-accent-3 {
    border-top: 1px solid #57FAFF !important;
}

.border-bottom-primary.border-bottom-accent-3 {
    border-bottom: 1px solid #57FAFF !important;
}

.border-left-primary.border-left-accent-3 {
    border-left: 1px solid #57FAFF !important;
}

.border-right-primary.border-right-accent-3 {
    border-right: 1px solid #57FAFF !important;
}

.overlay-primary.overlay-accent-3 {
    background: #57FAFF;
    /* The Fallback */
    background: rgba(87, 250, 255, 0.8);
}

.primary.accent-4 {
    color: #3DF9FF !important;
}

.bg-primary.bg-accent-4 {
    background-color: #3DF9FF !important;
}

.btn-primary.btn-accent-4 {
    border-color: #008385 !important;
    background-color: #3DF9FF !important;
}

.btn-primary.btn-accent-4:hover {
    border-color: #008385 !important;
    background-color: #006a6c !important;
}

.btn-primary.btn-accent-4:focus,
.btn-primary.btn-accent-4:active {
    border-color: #006a6c !important;
    background-color: #005152 !important;
}

.btn-outline-primary.btn-outline-accent-4 {
    border-color: #3DF9FF !important;
    color: #3DF9FF !important;
}

.btn-outline-primary.btn-outline-accent-4:hover {
    background-color: #3DF9FF !important;
}

input:focus~.bg-primary {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #3DF9FF !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #3DF9FF !important;
}

.border-primary.border-accent-4 {
    border: 1px solid #3DF9FF !important;
}

.border-top-primary.border-top-accent-4 {
    border-top: 1px solid #3DF9FF !important;
}

.border-bottom-primary.border-bottom-accent-4 {
    border-bottom: 1px solid #3DF9FF !important;
}

.border-left-primary.border-left-accent-4 {
    border-left: 1px solid #3DF9FF !important;
}

.border-right-primary.border-right-accent-4 {
    border-right: 1px solid #3DF9FF !important;
}

.overlay-primary.overlay-accent-4 {
    background: #3DF9FF;
    /* The Fallback */
    background: rgba(61, 249, 255, 0.8);
}

.success.lighten-5 {
    color: #78f1cc !important;
}

.bg-success.bg-lighten-5 {
    background-color: #78f1cc !important;
}

.btn-success.btn-lighten-5 {
    border-color: #11a578 !important;
    background-color: #78f1cc !important;
}

.btn-success.btn-lighten-5:hover {
    border-color: #11a578 !important;
    background-color: #0f8e67 !important;
}

.btn-success.btn-lighten-5:focus,
.btn-success.btn-lighten-5:active {
    border-color: #0f8e67 !important;
    background-color: #0c7757 !important;
}

.btn-outline-success.btn-outline-lighten-5 {
    border-color: #78f1cc !important;
    color: #78f1cc !important;
}

.btn-outline-success.btn-outline-lighten-5:hover {
    background-color: #78f1cc !important;
}

input:focus~.bg-success {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #78f1cc !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #78f1cc !important;
}

.border-success.border-lighten-5 {
    border: 1px solid #78f1cc !important;
}

.border-top-success.border-top-lighten-5 {
    border-top: 1px solid #78f1cc !important;
}

.border-bottom-success.border-bottom-lighten-5 {
    border-bottom: 1px solid #78f1cc !important;
}

.border-left-success.border-left-lighten-5 {
    border-left: 1px solid #78f1cc !important;
}

.border-right-success.border-right-lighten-5 {
    border-right: 1px solid #78f1cc !important;
}

.overlay-success.overlay-lighten-5 {
    background: #78f1cc;
    /* The Fallback */
    background: rgba(120, 241, 204, 0.8);
}

.success.lighten-4 {
    color: #61eec4 !important;
}

.bg-success.bg-lighten-4 {
    background-color: #61eec4 !important;
}

.btn-success.btn-lighten-4 {
    border-color: #11a578 !important;
    background-color: #61eec4 !important;
}

.btn-success.btn-lighten-4:hover {
    border-color: #11a578 !important;
    background-color: #0f8e67 !important;
}

.btn-success.btn-lighten-4:focus,
.btn-success.btn-lighten-4:active {
    border-color: #0f8e67 !important;
    background-color: #0c7757 !important;
}

.btn-outline-success.btn-outline-lighten-4 {
    border-color: #61eec4 !important;
    color: #61eec4 !important;
}

.btn-outline-success.btn-outline-lighten-4:hover {
    background-color: #61eec4 !important;
}

input:focus~.bg-success {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #61eec4 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #61eec4 !important;
}

.border-success.border-lighten-4 {
    border: 1px solid #61eec4 !important;
}

.border-top-success.border-top-lighten-4 {
    border-top: 1px solid #61eec4 !important;
}

.border-bottom-success.border-bottom-lighten-4 {
    border-bottom: 1px solid #61eec4 !important;
}

.border-left-success.border-left-lighten-4 {
    border-left: 1px solid #61eec4 !important;
}

.border-right-success.border-right-lighten-4 {
    border-right: 1px solid #61eec4 !important;
}

.overlay-success.overlay-lighten-4 {
    background: #61eec4;
    /* The Fallback */
    background: rgba(97, 238, 196, 0.8);
}

.success.lighten-3 {
    color: #49ecbb !important;
}

.bg-success.bg-lighten-3 {
    background-color: #49ecbb !important;
}

.btn-success.btn-lighten-3 {
    border-color: #11a578 !important;
    background-color: #49ecbb !important;
}

.btn-success.btn-lighten-3:hover {
    border-color: #11a578 !important;
    background-color: #0f8e67 !important;
}

.btn-success.btn-lighten-3:focus,
.btn-success.btn-lighten-3:active {
    border-color: #0f8e67 !important;
    background-color: #0c7757 !important;
}

.btn-outline-success.btn-outline-lighten-3 {
    border-color: #49ecbb !important;
    color: #49ecbb !important;
}

.btn-outline-success.btn-outline-lighten-3:hover {
    background-color: #49ecbb !important;
}

input:focus~.bg-success {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #49ecbb !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #49ecbb !important;
}

.border-success.border-lighten-3 {
    border: 1px solid #49ecbb !important;
}

.border-top-success.border-top-lighten-3 {
    border-top: 1px solid #49ecbb !important;
}

.border-bottom-success.border-bottom-lighten-3 {
    border-bottom: 1px solid #49ecbb !important;
}

.border-left-success.border-left-lighten-3 {
    border-left: 1px solid #49ecbb !important;
}

.border-right-success.border-right-lighten-3 {
    border-right: 1px solid #49ecbb !important;
}

.overlay-success.overlay-lighten-3 {
    background: #49ecbb;
    /* The Fallback */
    background: rgba(73, 236, 187, 0.8);
}

.success.lighten-2 {
    color: #32eab2 !important;
}

.bg-success.bg-lighten-2 {
    background-color: #32eab2 !important;
}

.btn-success.btn-lighten-2 {
    border-color: #11a578 !important;
    background-color: #32eab2 !important;
}

.btn-success.btn-lighten-2:hover {
    border-color: #11a578 !important;
    background-color: #0f8e67 !important;
}

.btn-success.btn-lighten-2:focus,
.btn-success.btn-lighten-2:active {
    border-color: #0f8e67 !important;
    background-color: #0c7757 !important;
}

.btn-outline-success.btn-outline-lighten-2 {
    border-color: #32eab2 !important;
    color: #32eab2 !important;
}

.btn-outline-success.btn-outline-lighten-2:hover {
    background-color: #32eab2 !important;
}

input:focus~.bg-success {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #32eab2 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #32eab2 !important;
}

.border-success.border-lighten-2 {
    border: 1px solid #32eab2 !important;
}

.border-top-success.border-top-lighten-2 {
    border-top: 1px solid #32eab2 !important;
}

.border-bottom-success.border-bottom-lighten-2 {
    border-bottom: 1px solid #32eab2 !important;
}

.border-left-success.border-left-lighten-2 {
    border-left: 1px solid #32eab2 !important;
}

.border-right-success.border-right-lighten-2 {
    border-right: 1px solid #32eab2 !important;
}

.overlay-success.overlay-lighten-2 {
    background: #32eab2;
    /* The Fallback */
    background: rgba(50, 234, 178, 0.8);
}

.success.lighten-1 {
    color: #1be7aa !important;
}

.bg-success.bg-lighten-1 {
    background-color: #1be7aa !important;
}

.btn-success.btn-lighten-1 {
    border-color: #11a578 !important;
    background-color: #1be7aa !important;
}

.btn-success.btn-lighten-1:hover {
    border-color: #11a578 !important;
    background-color: #0f8e67 !important;
}

.btn-success.btn-lighten-1:focus,
.btn-success.btn-lighten-1:active {
    border-color: #0f8e67 !important;
    background-color: #0c7757 !important;
}

.btn-outline-success.btn-outline-lighten-1 {
    border-color: #1be7aa !important;
    color: #1be7aa !important;
}

.btn-outline-success.btn-outline-lighten-1:hover {
    background-color: #1be7aa !important;
}

input:focus~.bg-success {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1be7aa !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1be7aa !important;
}

.border-success.border-lighten-1 {
    border: 1px solid #1be7aa !important;
}

.border-top-success.border-top-lighten-1 {
    border-top: 1px solid #1be7aa !important;
}

.border-bottom-success.border-bottom-lighten-1 {
    border-bottom: 1px solid #1be7aa !important;
}

.border-left-success.border-left-lighten-1 {
    border-left: 1px solid #1be7aa !important;
}

.border-right-success.border-right-lighten-1 {
    border-right: 1px solid #1be7aa !important;
}

.overlay-success.overlay-lighten-1 {
    background: #1be7aa;
    /* The Fallback */
    background: rgba(27, 231, 170, 0.8);
}

.success {
    color: #16d39a !important;
}

.bg-success {
    background-color: #16d39a !important;
}

.bg-success .card-header,
.bg-success .card-footer {
    background-color: transparent;
}

.alert-success {
    border-color: #16d39a !important;
    background-color: #45ecb9 !important;
    color: #053124 !important;
}

.alert-success .alert-link {
    color: #010c09 !important;
}

.border-success {
    border-color: #16d39a;
}

.bg-success.badge-glow,
.border-success.badge-glow {
    -webkit-box-shadow: 0px 0px 10px #16d39a;
    box-shadow: 0px 0px 10px #16d39a;
}

.overlay-success {
    background: #16d39a;
    /* The Fallback */
    background: rgba(22, 211, 154, 0.8);
}

/* .card-outline-success{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-success {
    border-color: #11a578 !important;
    background-color: #16d39a !important;
    color: #FFFFFF;
}

.btn-success:hover {
    border-color: #14bc89 !important;
    background-color: #1be7aa !important;
    color: #FFF !important;
}

.btn-success:focus,
.btn-success:active {
    border-color: #11a578 !important;
    background-color: #0f8e67 !important;
    color: #FFF !important;
}

.btn-outline-success {
    border-color: #16d39a;
    background-color: transparent;
    color: #16d39a;
}

.btn-outline-success:hover {
    background-color: #16d39a;
    color: #FFF !important;
}

input[type="checkbox"].bg-success+.custom-control-label:before,
input[type="radio"].bg-success+.custom-control-label:before {
    background-color: #16d39a !important;
}

input:focus~.bg-success {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #16d39a !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #16d39a !important;
}

.border-success {
    border: 1px solid #16d39a !important;
}

.border-top-success {
    border-top: 1px solid #16d39a;
}

.border-bottom-success {
    border-bottom: 1px solid #16d39a;
}

.border-left-success {
    border-left: 1px solid #16d39a;
}

.border-right-success {
    border-right: 1px solid #16d39a;
}

.success.darken-1 {
    color: #14bc89 !important;
}

.bg-success.bg-darken-1 {
    background-color: #14bc89 !important;
}

.btn-success.btn-darken-1 {
    border-color: #11a578 !important;
    background-color: #14bc89 !important;
}

.btn-success.btn-darken-1:hover {
    border-color: #11a578 !important;
    background-color: #0f8e67 !important;
}

.btn-success.btn-darken-1:focus,
.btn-success.btn-darken-1:active {
    border-color: #0f8e67 !important;
    background-color: #0c7757 !important;
}

.btn-outline-success.btn-outline-darken-1 {
    border-color: #14bc89 !important;
    color: #14bc89 !important;
}

.btn-outline-success.btn-outline-darken-1:hover {
    background-color: #14bc89 !important;
}

input:focus~.bg-success {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #14bc89 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #14bc89 !important;
}

.border-success.border-darken-1 {
    border: 1px solid #14bc89 !important;
}

.border-top-success.border-top-darken-1 {
    border-top: 1px solid #14bc89 !important;
}

.border-bottom-success.border-bottom-darken-1 {
    border-bottom: 1px solid #14bc89 !important;
}

.border-left-success.border-left-darken-1 {
    border-left: 1px solid #14bc89 !important;
}

.border-right-success.border-right-darken-1 {
    border-right: 1px solid #14bc89 !important;
}

.overlay-success.overlay-darken-1 {
    background: #14bc89;
    /* The Fallback */
    background: rgba(20, 188, 137, 0.8);
}

.success.darken-2 {
    color: #11a578 !important;
}

.bg-success.bg-darken-2 {
    background-color: #11a578 !important;
}

.btn-success.btn-darken-2 {
    border-color: #11a578 !important;
    background-color: #11a578 !important;
}

.btn-success.btn-darken-2:hover {
    border-color: #11a578 !important;
    background-color: #0f8e67 !important;
}

.btn-success.btn-darken-2:focus,
.btn-success.btn-darken-2:active {
    border-color: #0f8e67 !important;
    background-color: #0c7757 !important;
}

.btn-outline-success.btn-outline-darken-2 {
    border-color: #11a578 !important;
    color: #11a578 !important;
}

.btn-outline-success.btn-outline-darken-2:hover {
    background-color: #11a578 !important;
}

input:focus~.bg-success {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #11a578 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #11a578 !important;
}

.border-success.border-darken-2 {
    border: 1px solid #11a578 !important;
}

.border-top-success.border-top-darken-2 {
    border-top: 1px solid #11a578 !important;
}

.border-bottom-success.border-bottom-darken-2 {
    border-bottom: 1px solid #11a578 !important;
}

.border-left-success.border-left-darken-2 {
    border-left: 1px solid #11a578 !important;
}

.border-right-success.border-right-darken-2 {
    border-right: 1px solid #11a578 !important;
}

.overlay-success.overlay-darken-2 {
    background: #11a578;
    /* The Fallback */
    background: rgba(17, 165, 120, 0.8);
}

.success.darken-3 {
    color: #0f8e67 !important;
}

.bg-success.bg-darken-3 {
    background-color: #0f8e67 !important;
}

.btn-success.btn-darken-3 {
    border-color: #11a578 !important;
    background-color: #0f8e67 !important;
}

.btn-success.btn-darken-3:hover {
    border-color: #11a578 !important;
    background-color: #0f8e67 !important;
}

.btn-success.btn-darken-3:focus,
.btn-success.btn-darken-3:active {
    border-color: #0f8e67 !important;
    background-color: #0c7757 !important;
}

.btn-outline-success.btn-outline-darken-3 {
    border-color: #0f8e67 !important;
    color: #0f8e67 !important;
}

.btn-outline-success.btn-outline-darken-3:hover {
    background-color: #0f8e67 !important;
}

input:focus~.bg-success {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0f8e67 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0f8e67 !important;
}

.border-success.border-darken-3 {
    border: 1px solid #0f8e67 !important;
}

.border-top-success.border-top-darken-3 {
    border-top: 1px solid #0f8e67 !important;
}

.border-bottom-success.border-bottom-darken-3 {
    border-bottom: 1px solid #0f8e67 !important;
}

.border-left-success.border-left-darken-3 {
    border-left: 1px solid #0f8e67 !important;
}

.border-right-success.border-right-darken-3 {
    border-right: 1px solid #0f8e67 !important;
}

.overlay-success.overlay-darken-3 {
    background: #0f8e67;
    /* The Fallback */
    background: rgba(15, 142, 103, 0.8);
}

.success.darken-4 {
    color: #0c7757 !important;
}

.bg-success.bg-darken-4 {
    background-color: #0c7757 !important;
}

.btn-success.btn-darken-4 {
    border-color: #11a578 !important;
    background-color: #0c7757 !important;
}

.btn-success.btn-darken-4:hover {
    border-color: #11a578 !important;
    background-color: #0f8e67 !important;
}

.btn-success.btn-darken-4:focus,
.btn-success.btn-darken-4:active {
    border-color: #0f8e67 !important;
    background-color: #0c7757 !important;
}

.btn-outline-success.btn-outline-darken-4 {
    border-color: #0c7757 !important;
    color: #0c7757 !important;
}

.btn-outline-success.btn-outline-darken-4:hover {
    background-color: #0c7757 !important;
}

input:focus~.bg-success {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0c7757 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0c7757 !important;
}

.border-success.border-darken-4 {
    border: 1px solid #0c7757 !important;
}

.border-top-success.border-top-darken-4 {
    border-top: 1px solid #0c7757 !important;
}

.border-bottom-success.border-bottom-darken-4 {
    border-bottom: 1px solid #0c7757 !important;
}

.border-left-success.border-left-darken-4 {
    border-left: 1px solid #0c7757 !important;
}

.border-right-success.border-right-darken-4 {
    border-right: 1px solid #0c7757 !important;
}

.overlay-success.overlay-darken-4 {
    background: #0c7757;
    /* The Fallback */
    background: rgba(12, 119, 87, 0.8);
}

.success.accent-1 {
    color: #E1FFF1 !important;
}

.bg-success.bg-accent-1 {
    background-color: #E1FFF1 !important;
}

.btn-success.btn-accent-1 {
    border-color: #11a578 !important;
    background-color: #E1FFF1 !important;
}

.btn-success.btn-accent-1:hover {
    border-color: #11a578 !important;
    background-color: #0f8e67 !important;
}

.btn-success.btn-accent-1:focus,
.btn-success.btn-accent-1:active {
    border-color: #0f8e67 !important;
    background-color: #0c7757 !important;
}

.btn-outline-success.btn-outline-accent-1 {
    border-color: #E1FFF1 !important;
    color: #E1FFF1 !important;
}

.btn-outline-success.btn-outline-accent-1:hover {
    background-color: #E1FFF1 !important;
}

input:focus~.bg-success {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E1FFF1 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E1FFF1 !important;
}

.border-success.border-accent-1 {
    border: 1px solid #E1FFF1 !important;
}

.border-top-success.border-top-accent-1 {
    border-top: 1px solid #E1FFF1 !important;
}

.border-bottom-success.border-bottom-accent-1 {
    border-bottom: 1px solid #E1FFF1 !important;
}

.border-left-success.border-left-accent-1 {
    border-left: 1px solid #E1FFF1 !important;
}

.border-right-success.border-right-accent-1 {
    border-right: 1px solid #E1FFF1 !important;
}

.overlay-success.overlay-accent-1 {
    background: #E1FFF1;
    /* The Fallback */
    background: rgba(225, 255, 241, 0.8);
}

.success.accent-2 {
    color: #AEFFD9 !important;
}

.bg-success.bg-accent-2 {
    background-color: #AEFFD9 !important;
}

.btn-success.btn-accent-2 {
    border-color: #11a578 !important;
    background-color: #AEFFD9 !important;
}

.btn-success.btn-accent-2:hover {
    border-color: #11a578 !important;
    background-color: #0f8e67 !important;
}

.btn-success.btn-accent-2:focus,
.btn-success.btn-accent-2:active {
    border-color: #0f8e67 !important;
    background-color: #0c7757 !important;
}

.btn-outline-success.btn-outline-accent-2 {
    border-color: #AEFFD9 !important;
    color: #AEFFD9 !important;
}

.btn-outline-success.btn-outline-accent-2:hover {
    background-color: #AEFFD9 !important;
}

input:focus~.bg-success {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #AEFFD9 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #AEFFD9 !important;
}

.border-success.border-accent-2 {
    border: 1px solid #AEFFD9 !important;
}

.border-top-success.border-top-accent-2 {
    border-top: 1px solid #AEFFD9 !important;
}

.border-bottom-success.border-bottom-accent-2 {
    border-bottom: 1px solid #AEFFD9 !important;
}

.border-left-success.border-left-accent-2 {
    border-left: 1px solid #AEFFD9 !important;
}

.border-right-success.border-right-accent-2 {
    border-right: 1px solid #AEFFD9 !important;
}

.overlay-success.overlay-accent-2 {
    background: #AEFFD9;
    /* The Fallback */
    background: rgba(174, 255, 217, 0.8);
}

.success.accent-3 {
    color: #7BFFC1 !important;
}

.bg-success.bg-accent-3 {
    background-color: #7BFFC1 !important;
}

.btn-success.btn-accent-3 {
    border-color: #11a578 !important;
    background-color: #7BFFC1 !important;
}

.btn-success.btn-accent-3:hover {
    border-color: #11a578 !important;
    background-color: #0f8e67 !important;
}

.btn-success.btn-accent-3:focus,
.btn-success.btn-accent-3:active {
    border-color: #0f8e67 !important;
    background-color: #0c7757 !important;
}

.btn-outline-success.btn-outline-accent-3 {
    border-color: #7BFFC1 !important;
    color: #7BFFC1 !important;
}

.btn-outline-success.btn-outline-accent-3:hover {
    background-color: #7BFFC1 !important;
}

input:focus~.bg-success {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7BFFC1 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7BFFC1 !important;
}

.border-success.border-accent-3 {
    border: 1px solid #7BFFC1 !important;
}

.border-top-success.border-top-accent-3 {
    border-top: 1px solid #7BFFC1 !important;
}

.border-bottom-success.border-bottom-accent-3 {
    border-bottom: 1px solid #7BFFC1 !important;
}

.border-left-success.border-left-accent-3 {
    border-left: 1px solid #7BFFC1 !important;
}

.border-right-success.border-right-accent-3 {
    border-right: 1px solid #7BFFC1 !important;
}

.overlay-success.overlay-accent-3 {
    background: #7BFFC1;
    /* The Fallback */
    background: rgba(123, 255, 193, 0.8);
}

.success.accent-4 {
    color: #62FFB5 !important;
}

.bg-success.bg-accent-4 {
    background-color: #62FFB5 !important;
}

.btn-success.btn-accent-4 {
    border-color: #11a578 !important;
    background-color: #62FFB5 !important;
}

.btn-success.btn-accent-4:hover {
    border-color: #11a578 !important;
    background-color: #0f8e67 !important;
}

.btn-success.btn-accent-4:focus,
.btn-success.btn-accent-4:active {
    border-color: #0f8e67 !important;
    background-color: #0c7757 !important;
}

.btn-outline-success.btn-outline-accent-4 {
    border-color: #62FFB5 !important;
    color: #62FFB5 !important;
}

.btn-outline-success.btn-outline-accent-4:hover {
    background-color: #62FFB5 !important;
}

input:focus~.bg-success {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #62FFB5 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #62FFB5 !important;
}

.border-success.border-accent-4 {
    border: 1px solid #62FFB5 !important;
}

.border-top-success.border-top-accent-4 {
    border-top: 1px solid #62FFB5 !important;
}

.border-bottom-success.border-bottom-accent-4 {
    border-bottom: 1px solid #62FFB5 !important;
}

.border-left-success.border-left-accent-4 {
    border-left: 1px solid #62FFB5 !important;
}

.border-right-success.border-right-accent-4 {
    border-right: 1px solid #62FFB5 !important;
}

.overlay-success.overlay-accent-4 {
    background: #62FFB5;
    /* The Fallback */
    background: rgba(98, 255, 181, 0.8);
}

.info.lighten-5 {
    color: #9ee8f2 !important;
}

.bg-info.bg-lighten-5 {
    background-color: #9ee8f2 !important;
}

.btn-info.btn-lighten-5 {
    border-color: #1ab0c3 !important;
    background-color: #9ee8f2 !important;
}

.btn-info.btn-lighten-5:hover {
    border-color: #1ab0c3 !important;
    background-color: #179bad !important;
}

.btn-info.btn-lighten-5:focus,
.btn-info.btn-lighten-5:active {
    border-color: #179bad !important;
    background-color: #148796 !important;
}

.btn-outline-info.btn-outline-lighten-5 {
    border-color: #9ee8f2 !important;
    color: #9ee8f2 !important;
}

.btn-outline-info.btn-outline-lighten-5:hover {
    background-color: #9ee8f2 !important;
}

input:focus~.bg-info {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9ee8f2 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9ee8f2 !important;
}

.border-info.border-lighten-5 {
    border: 1px solid #9ee8f2 !important;
}

.border-top-info.border-top-lighten-5 {
    border-top: 1px solid #9ee8f2 !important;
}

.border-bottom-info.border-bottom-lighten-5 {
    border-bottom: 1px solid #9ee8f2 !important;
}

.border-left-info.border-left-lighten-5 {
    border-left: 1px solid #9ee8f2 !important;
}

.border-right-info.border-right-lighten-5 {
    border-right: 1px solid #9ee8f2 !important;
}

.overlay-info.overlay-lighten-5 {
    background: #9ee8f2;
    /* The Fallback */
    background: rgba(158, 232, 242, 0.8);
}

.info.lighten-4 {
    color: #87e3ef !important;
}

.bg-info.bg-lighten-4 {
    background-color: #87e3ef !important;
}

.btn-info.btn-lighten-4 {
    border-color: #1ab0c3 !important;
    background-color: #87e3ef !important;
}

.btn-info.btn-lighten-4:hover {
    border-color: #1ab0c3 !important;
    background-color: #179bad !important;
}

.btn-info.btn-lighten-4:focus,
.btn-info.btn-lighten-4:active {
    border-color: #179bad !important;
    background-color: #148796 !important;
}

.btn-outline-info.btn-outline-lighten-4 {
    border-color: #87e3ef !important;
    color: #87e3ef !important;
}

.btn-outline-info.btn-outline-lighten-4:hover {
    background-color: #87e3ef !important;
}

input:focus~.bg-info {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #87e3ef !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #87e3ef !important;
}

.border-info.border-lighten-4 {
    border: 1px solid #87e3ef !important;
}

.border-top-info.border-top-lighten-4 {
    border-top: 1px solid #87e3ef !important;
}

.border-bottom-info.border-bottom-lighten-4 {
    border-bottom: 1px solid #87e3ef !important;
}

.border-left-info.border-left-lighten-4 {
    border-left: 1px solid #87e3ef !important;
}

.border-right-info.border-right-lighten-4 {
    border-right: 1px solid #87e3ef !important;
}

.overlay-info.overlay-lighten-4 {
    background: #87e3ef;
    /* The Fallback */
    background: rgba(135, 227, 239, 0.8);
}

.info.lighten-3 {
    color: #71deec !important;
}

.bg-info.bg-lighten-3 {
    background-color: #71deec !important;
}

.btn-info.btn-lighten-3 {
    border-color: #1ab0c3 !important;
    background-color: #71deec !important;
}

.btn-info.btn-lighten-3:hover {
    border-color: #1ab0c3 !important;
    background-color: #179bad !important;
}

.btn-info.btn-lighten-3:focus,
.btn-info.btn-lighten-3:active {
    border-color: #179bad !important;
    background-color: #148796 !important;
}

.btn-outline-info.btn-outline-lighten-3 {
    border-color: #71deec !important;
    color: #71deec !important;
}

.btn-outline-info.btn-outline-lighten-3:hover {
    background-color: #71deec !important;
}

input:focus~.bg-info {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #71deec !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #71deec !important;
}

.border-info.border-lighten-3 {
    border: 1px solid #71deec !important;
}

.border-top-info.border-top-lighten-3 {
    border-top: 1px solid #71deec !important;
}

.border-bottom-info.border-bottom-lighten-3 {
    border-bottom: 1px solid #71deec !important;
}

.border-left-info.border-left-lighten-3 {
    border-left: 1px solid #71deec !important;
}

.border-right-info.border-right-lighten-3 {
    border-right: 1px solid #71deec !important;
}

.overlay-info.overlay-lighten-3 {
    background: #71deec;
    /* The Fallback */
    background: rgba(113, 222, 236, 0.8);
}

.info.lighten-2 {
    color: #5ad9e9 !important;
}

.bg-info.bg-lighten-2 {
    background-color: #5ad9e9 !important;
}

.btn-info.btn-lighten-2 {
    border-color: #1ab0c3 !important;
    background-color: #5ad9e9 !important;
}

.btn-info.btn-lighten-2:hover {
    border-color: #1ab0c3 !important;
    background-color: #179bad !important;
}

.btn-info.btn-lighten-2:focus,
.btn-info.btn-lighten-2:active {
    border-color: #179bad !important;
    background-color: #148796 !important;
}

.btn-outline-info.btn-outline-lighten-2 {
    border-color: #5ad9e9 !important;
    color: #5ad9e9 !important;
}

.btn-outline-info.btn-outline-lighten-2:hover {
    background-color: #5ad9e9 !important;
}

input:focus~.bg-info {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #5ad9e9 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #5ad9e9 !important;
}

.border-info.border-lighten-2 {
    border: 1px solid #5ad9e9 !important;
}

.border-top-info.border-top-lighten-2 {
    border-top: 1px solid #5ad9e9 !important;
}

.border-bottom-info.border-bottom-lighten-2 {
    border-bottom: 1px solid #5ad9e9 !important;
}

.border-left-info.border-left-lighten-2 {
    border-left: 1px solid #5ad9e9 !important;
}

.border-right-info.border-right-lighten-2 {
    border-right: 1px solid #5ad9e9 !important;
}

.overlay-info.overlay-lighten-2 {
    background: #5ad9e9;
    /* The Fallback */
    background: rgba(90, 217, 233, 0.8);
}

.info.lighten-1 {
    color: #44d3e6 !important;
}

.bg-info.bg-lighten-1 {
    background-color: #44d3e6 !important;
}

.btn-info.btn-lighten-1 {
    border-color: #1ab0c3 !important;
    background-color: #44d3e6 !important;
}

.btn-info.btn-lighten-1:hover {
    border-color: #1ab0c3 !important;
    background-color: #179bad !important;
}

.btn-info.btn-lighten-1:focus,
.btn-info.btn-lighten-1:active {
    border-color: #179bad !important;
    background-color: #148796 !important;
}

.btn-outline-info.btn-outline-lighten-1 {
    border-color: #44d3e6 !important;
    color: #44d3e6 !important;
}

.btn-outline-info.btn-outline-lighten-1:hover {
    background-color: #44d3e6 !important;
}

input:focus~.bg-info {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #44d3e6 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #44d3e6 !important;
}

.border-info.border-lighten-1 {
    border: 1px solid #44d3e6 !important;
}

.border-top-info.border-top-lighten-1 {
    border-top: 1px solid #44d3e6 !important;
}

.border-bottom-info.border-bottom-lighten-1 {
    border-bottom: 1px solid #44d3e6 !important;
}

.border-left-info.border-left-lighten-1 {
    border-left: 1px solid #44d3e6 !important;
}

.border-right-info.border-right-lighten-1 {
    border-right: 1px solid #44d3e6 !important;
}

.overlay-info.overlay-lighten-1 {
    background: #44d3e6;
    /* The Fallback */
    background: rgba(68, 211, 230, 0.8);
}

.info {
    color: #2dcee3 !important;
}

.bg-info {
    background-color: #2dcee3 !important;
}

.bg-info .card-header,
.bg-info .card-footer {
    background-color: transparent;
}

.alert-info {
    border-color: #2dcee3 !important;
    background-color: #6cddeb !important;
    color: #0b4a53 !important;
}

.alert-info .alert-link {
    color: #062a2f !important;
}

.border-info {
    border-color: #2dcee3;
}

.bg-info.badge-glow,
.border-info.badge-glow {
    -webkit-box-shadow: 0px 0px 10px #2dcee3;
    box-shadow: 0px 0px 10px #2dcee3;
}

.overlay-info {
    background: #2dcee3;
    /* The Fallback */
    background: rgba(45, 206, 227, 0.8);
}

/* .card-outline-info{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-info {
    border-color: #1ab0c3 !important;
    background-color: #2dcee3 !important;
    color: #FFFFFF;
}

.btn-info:hover {
    border-color: #1dc4da !important;
    background-color: #44d3e6 !important;
    color: #FFF !important;
}

.btn-info:focus,
.btn-info:active {
    border-color: #1ab0c3 !important;
    background-color: #179bad !important;
    color: #FFF !important;
}

.btn-outline-info {
    border-color: #2dcee3;
    background-color: transparent;
    color: #2dcee3;
}

.btn-outline-info:hover {
    background-color: #2dcee3;
    color: #FFF !important;
}

input[type="checkbox"].bg-info+.custom-control-label:before,
input[type="radio"].bg-info+.custom-control-label:before {
    background-color: #2dcee3 !important;
}

input:focus~.bg-info {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2dcee3 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2dcee3 !important;
}

.border-info {
    border: 1px solid #2dcee3 !important;
}

.border-top-info {
    border-top: 1px solid #2dcee3;
}

.border-bottom-info {
    border-bottom: 1px solid #2dcee3;
}

.border-left-info {
    border-left: 1px solid #2dcee3;
}

.border-right-info {
    border-right: 1px solid #2dcee3;
}

.info.darken-1 {
    color: #1dc4da !important;
}

.bg-info.bg-darken-1 {
    background-color: #1dc4da !important;
}

.btn-info.btn-darken-1 {
    border-color: #1ab0c3 !important;
    background-color: #1dc4da !important;
}

.btn-info.btn-darken-1:hover {
    border-color: #1ab0c3 !important;
    background-color: #179bad !important;
}

.btn-info.btn-darken-1:focus,
.btn-info.btn-darken-1:active {
    border-color: #179bad !important;
    background-color: #148796 !important;
}

.btn-outline-info.btn-outline-darken-1 {
    border-color: #1dc4da !important;
    color: #1dc4da !important;
}

.btn-outline-info.btn-outline-darken-1:hover {
    background-color: #1dc4da !important;
}

input:focus~.bg-info {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1dc4da !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1dc4da !important;
}

.border-info.border-darken-1 {
    border: 1px solid #1dc4da !important;
}

.border-top-info.border-top-darken-1 {
    border-top: 1px solid #1dc4da !important;
}

.border-bottom-info.border-bottom-darken-1 {
    border-bottom: 1px solid #1dc4da !important;
}

.border-left-info.border-left-darken-1 {
    border-left: 1px solid #1dc4da !important;
}

.border-right-info.border-right-darken-1 {
    border-right: 1px solid #1dc4da !important;
}

.overlay-info.overlay-darken-1 {
    background: #1dc4da;
    /* The Fallback */
    background: rgba(29, 196, 218, 0.8);
}

.info.darken-2 {
    color: #1ab0c3 !important;
}

.bg-info.bg-darken-2 {
    background-color: #1ab0c3 !important;
}

.btn-info.btn-darken-2 {
    border-color: #1ab0c3 !important;
    background-color: #1ab0c3 !important;
}

.btn-info.btn-darken-2:hover {
    border-color: #1ab0c3 !important;
    background-color: #179bad !important;
}

.btn-info.btn-darken-2:focus,
.btn-info.btn-darken-2:active {
    border-color: #179bad !important;
    background-color: #148796 !important;
}

.btn-outline-info.btn-outline-darken-2 {
    border-color: #1ab0c3 !important;
    color: #1ab0c3 !important;
}

.btn-outline-info.btn-outline-darken-2:hover {
    background-color: #1ab0c3 !important;
}

input:focus~.bg-info {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1ab0c3 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1ab0c3 !important;
}

.border-info.border-darken-2 {
    border: 1px solid #1ab0c3 !important;
}

.border-top-info.border-top-darken-2 {
    border-top: 1px solid #1ab0c3 !important;
}

.border-bottom-info.border-bottom-darken-2 {
    border-bottom: 1px solid #1ab0c3 !important;
}

.border-left-info.border-left-darken-2 {
    border-left: 1px solid #1ab0c3 !important;
}

.border-right-info.border-right-darken-2 {
    border-right: 1px solid #1ab0c3 !important;
}

.overlay-info.overlay-darken-2 {
    background: #1ab0c3;
    /* The Fallback */
    background: rgba(26, 176, 195, 0.8);
}

.info.darken-3 {
    color: #179bad !important;
}

.bg-info.bg-darken-3 {
    background-color: #179bad !important;
}

.btn-info.btn-darken-3 {
    border-color: #1ab0c3 !important;
    background-color: #179bad !important;
}

.btn-info.btn-darken-3:hover {
    border-color: #1ab0c3 !important;
    background-color: #179bad !important;
}

.btn-info.btn-darken-3:focus,
.btn-info.btn-darken-3:active {
    border-color: #179bad !important;
    background-color: #148796 !important;
}

.btn-outline-info.btn-outline-darken-3 {
    border-color: #179bad !important;
    color: #179bad !important;
}

.btn-outline-info.btn-outline-darken-3:hover {
    background-color: #179bad !important;
}

input:focus~.bg-info {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #179bad !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #179bad !important;
}

.border-info.border-darken-3 {
    border: 1px solid #179bad !important;
}

.border-top-info.border-top-darken-3 {
    border-top: 1px solid #179bad !important;
}

.border-bottom-info.border-bottom-darken-3 {
    border-bottom: 1px solid #179bad !important;
}

.border-left-info.border-left-darken-3 {
    border-left: 1px solid #179bad !important;
}

.border-right-info.border-right-darken-3 {
    border-right: 1px solid #179bad !important;
}

.overlay-info.overlay-darken-3 {
    background: #179bad;
    /* The Fallback */
    background: rgba(23, 155, 173, 0.8);
}

.info.darken-4 {
    color: #148796 !important;
}

.bg-info.bg-darken-4 {
    background-color: #148796 !important;
}

.btn-info.btn-darken-4 {
    border-color: #1ab0c3 !important;
    background-color: #148796 !important;
}

.btn-info.btn-darken-4:hover {
    border-color: #1ab0c3 !important;
    background-color: #179bad !important;
}

.btn-info.btn-darken-4:focus,
.btn-info.btn-darken-4:active {
    border-color: #179bad !important;
    background-color: #148796 !important;
}

.btn-outline-info.btn-outline-darken-4 {
    border-color: #148796 !important;
    color: #148796 !important;
}

.btn-outline-info.btn-outline-darken-4:hover {
    background-color: #148796 !important;
}

input:focus~.bg-info {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #148796 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #148796 !important;
}

.border-info.border-darken-4 {
    border: 1px solid #148796 !important;
}

.border-top-info.border-top-darken-4 {
    border-top: 1px solid #148796 !important;
}

.border-bottom-info.border-bottom-darken-4 {
    border-bottom: 1px solid #148796 !important;
}

.border-left-info.border-left-darken-4 {
    border-left: 1px solid #148796 !important;
}

.border-right-info.border-right-darken-4 {
    border-right: 1px solid #148796 !important;
}

.overlay-info.overlay-darken-4 {
    background: #148796;
    /* The Fallback */
    background: rgba(20, 135, 150, 0.8);
}

.info.accent-1 {
    color: #FEFFFF !important;
}

.bg-info.bg-accent-1 {
    background-color: #FEFFFF !important;
}

.btn-info.btn-accent-1 {
    border-color: #1ab0c3 !important;
    background-color: #FEFFFF !important;
}

.btn-info.btn-accent-1:hover {
    border-color: #1ab0c3 !important;
    background-color: #179bad !important;
}

.btn-info.btn-accent-1:focus,
.btn-info.btn-accent-1:active {
    border-color: #179bad !important;
    background-color: #148796 !important;
}

.btn-outline-info.btn-outline-accent-1 {
    border-color: #FEFFFF !important;
    color: #FEFFFF !important;
}

.btn-outline-info.btn-outline-accent-1:hover {
    background-color: #FEFFFF !important;
}

input:focus~.bg-info {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FEFFFF !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FEFFFF !important;
}

.border-info.border-accent-1 {
    border: 1px solid #FEFFFF !important;
}

.border-top-info.border-top-accent-1 {
    border-top: 1px solid #FEFFFF !important;
}

.border-bottom-info.border-bottom-accent-1 {
    border-bottom: 1px solid #FEFFFF !important;
}

.border-left-info.border-left-accent-1 {
    border-left: 1px solid #FEFFFF !important;
}

.border-right-info.border-right-accent-1 {
    border-right: 1px solid #FEFFFF !important;
}

.overlay-info.overlay-accent-1 {
    background: #FEFFFF;
    /* The Fallback */
    background: rgba(254, 255, 255, 0.8);
}

.info.accent-2 {
    color: #CBF5FF !important;
}

.bg-info.bg-accent-2 {
    background-color: #CBF5FF !important;
}

.btn-info.btn-accent-2 {
    border-color: #1ab0c3 !important;
    background-color: #CBF5FF !important;
}

.btn-info.btn-accent-2:hover {
    border-color: #1ab0c3 !important;
    background-color: #179bad !important;
}

.btn-info.btn-accent-2:focus,
.btn-info.btn-accent-2:active {
    border-color: #179bad !important;
    background-color: #148796 !important;
}

.btn-outline-info.btn-outline-accent-2 {
    border-color: #CBF5FF !important;
    color: #CBF5FF !important;
}

.btn-outline-info.btn-outline-accent-2:hover {
    background-color: #CBF5FF !important;
}

input:focus~.bg-info {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #CBF5FF !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #CBF5FF !important;
}

.border-info.border-accent-2 {
    border: 1px solid #CBF5FF !important;
}

.border-top-info.border-top-accent-2 {
    border-top: 1px solid #CBF5FF !important;
}

.border-bottom-info.border-bottom-accent-2 {
    border-bottom: 1px solid #CBF5FF !important;
}

.border-left-info.border-left-accent-2 {
    border-left: 1px solid #CBF5FF !important;
}

.border-right-info.border-right-accent-2 {
    border-right: 1px solid #CBF5FF !important;
}

.overlay-info.overlay-accent-2 {
    background: #CBF5FF;
    /* The Fallback */
    background: rgba(203, 245, 255, 0.8);
}

.info.accent-3 {
    color: #98ECFF !important;
}

.bg-info.bg-accent-3 {
    background-color: #98ECFF !important;
}

.btn-info.btn-accent-3 {
    border-color: #1ab0c3 !important;
    background-color: #98ECFF !important;
}

.btn-info.btn-accent-3:hover {
    border-color: #1ab0c3 !important;
    background-color: #179bad !important;
}

.btn-info.btn-accent-3:focus,
.btn-info.btn-accent-3:active {
    border-color: #179bad !important;
    background-color: #148796 !important;
}

.btn-outline-info.btn-outline-accent-3 {
    border-color: #98ECFF !important;
    color: #98ECFF !important;
}

.btn-outline-info.btn-outline-accent-3:hover {
    background-color: #98ECFF !important;
}

input:focus~.bg-info {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #98ECFF !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #98ECFF !important;
}

.border-info.border-accent-3 {
    border: 1px solid #98ECFF !important;
}

.border-top-info.border-top-accent-3 {
    border-top: 1px solid #98ECFF !important;
}

.border-bottom-info.border-bottom-accent-3 {
    border-bottom: 1px solid #98ECFF !important;
}

.border-left-info.border-left-accent-3 {
    border-left: 1px solid #98ECFF !important;
}

.border-right-info.border-right-accent-3 {
    border-right: 1px solid #98ECFF !important;
}

.overlay-info.overlay-accent-3 {
    background: #98ECFF;
    /* The Fallback */
    background: rgba(152, 236, 255, 0.8);
}

.info.accent-4 {
    color: #7FE7FF !important;
}

.bg-info.bg-accent-4 {
    background-color: #7FE7FF !important;
}

.btn-info.btn-accent-4 {
    border-color: #1ab0c3 !important;
    background-color: #7FE7FF !important;
}

.btn-info.btn-accent-4:hover {
    border-color: #1ab0c3 !important;
    background-color: #179bad !important;
}

.btn-info.btn-accent-4:focus,
.btn-info.btn-accent-4:active {
    border-color: #179bad !important;
    background-color: #148796 !important;
}

.btn-outline-info.btn-outline-accent-4 {
    border-color: #7FE7FF !important;
    color: #7FE7FF !important;
}

.btn-outline-info.btn-outline-accent-4:hover {
    background-color: #7FE7FF !important;
}

input:focus~.bg-info {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7FE7FF !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7FE7FF !important;
}

.border-info.border-accent-4 {
    border: 1px solid #7FE7FF !important;
}

.border-top-info.border-top-accent-4 {
    border-top: 1px solid #7FE7FF !important;
}

.border-bottom-info.border-bottom-accent-4 {
    border-bottom: 1px solid #7FE7FF !important;
}

.border-left-info.border-left-accent-4 {
    border-left: 1px solid #7FE7FF !important;
}

.border-right-info.border-right-accent-4 {
    border-right: 1px solid #7FE7FF !important;
}

.overlay-info.overlay-accent-4 {
    background: #7FE7FF;
    /* The Fallback */
    background: rgba(127, 231, 255, 0.8);
}

.warning.lighten-5 {
    color: #fffdfd !important;
}

.bg-warning.bg-lighten-5 {
    background-color: #fffdfd !important;
}

.btn-warning.btn-lighten-5 {
    border-color: #ff864a !important;
    background-color: #fffdfd !important;
}

.btn-warning.btn-lighten-5:hover {
    border-color: #ff864a !important;
    background-color: #ff7531 !important;
}

.btn-warning.btn-lighten-5:focus,
.btn-warning.btn-lighten-5:active {
    border-color: #ff7531 !important;
    background-color: #ff6417 !important;
}

.btn-outline-warning.btn-outline-lighten-5 {
    border-color: #fffdfd !important;
    color: #fffdfd !important;
}

.btn-outline-warning.btn-outline-lighten-5:hover {
    background-color: #fffdfd !important;
}

input:focus~.bg-warning {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fffdfd !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fffdfd !important;
}

.border-warning.border-lighten-5 {
    border: 1px solid #fffdfd !important;
}

.border-top-warning.border-top-lighten-5 {
    border-top: 1px solid #fffdfd !important;
}

.border-bottom-warning.border-bottom-lighten-5 {
    border-bottom: 1px solid #fffdfd !important;
}

.border-left-warning.border-left-lighten-5 {
    border-left: 1px solid #fffdfd !important;
}

.border-right-warning.border-right-lighten-5 {
    border-right: 1px solid #fffdfd !important;
}

.overlay-warning.overlay-lighten-5 {
    background: #fffdfd;
    /* The Fallback */
    background: rgba(255, 253, 253, 0.8);
}

.warning.lighten-4 {
    color: #ffece3 !important;
}

.bg-warning.bg-lighten-4 {
    background-color: #ffece3 !important;
}

.btn-warning.btn-lighten-4 {
    border-color: #ff864a !important;
    background-color: #ffece3 !important;
}

.btn-warning.btn-lighten-4:hover {
    border-color: #ff864a !important;
    background-color: #ff7531 !important;
}

.btn-warning.btn-lighten-4:focus,
.btn-warning.btn-lighten-4:active {
    border-color: #ff7531 !important;
    background-color: #ff6417 !important;
}

.btn-outline-warning.btn-outline-lighten-4 {
    border-color: #ffece3 !important;
    color: #ffece3 !important;
}

.btn-outline-warning.btn-outline-lighten-4:hover {
    background-color: #ffece3 !important;
}

input:focus~.bg-warning {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffece3 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffece3 !important;
}

.border-warning.border-lighten-4 {
    border: 1px solid #ffece3 !important;
}

.border-top-warning.border-top-lighten-4 {
    border-top: 1px solid #ffece3 !important;
}

.border-bottom-warning.border-bottom-lighten-4 {
    border-bottom: 1px solid #ffece3 !important;
}

.border-left-warning.border-left-lighten-4 {
    border-left: 1px solid #ffece3 !important;
}

.border-right-warning.border-right-lighten-4 {
    border-right: 1px solid #ffece3 !important;
}

.overlay-warning.overlay-lighten-4 {
    background: #ffece3;
    /* The Fallback */
    background: rgba(255, 236, 227, 0.8);
}

.warning.lighten-3 {
    color: #ffdbca !important;
}

.bg-warning.bg-lighten-3 {
    background-color: #ffdbca !important;
}

.btn-warning.btn-lighten-3 {
    border-color: #ff864a !important;
    background-color: #ffdbca !important;
}

.btn-warning.btn-lighten-3:hover {
    border-color: #ff864a !important;
    background-color: #ff7531 !important;
}

.btn-warning.btn-lighten-3:focus,
.btn-warning.btn-lighten-3:active {
    border-color: #ff7531 !important;
    background-color: #ff6417 !important;
}

.btn-outline-warning.btn-outline-lighten-3 {
    border-color: #ffdbca !important;
    color: #ffdbca !important;
}

.btn-outline-warning.btn-outline-lighten-3:hover {
    background-color: #ffdbca !important;
}

input:focus~.bg-warning {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffdbca !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffdbca !important;
}

.border-warning.border-lighten-3 {
    border: 1px solid #ffdbca !important;
}

.border-top-warning.border-top-lighten-3 {
    border-top: 1px solid #ffdbca !important;
}

.border-bottom-warning.border-bottom-lighten-3 {
    border-bottom: 1px solid #ffdbca !important;
}

.border-left-warning.border-left-lighten-3 {
    border-left: 1px solid #ffdbca !important;
}

.border-right-warning.border-right-lighten-3 {
    border-right: 1px solid #ffdbca !important;
}

.overlay-warning.overlay-lighten-3 {
    background: #ffdbca;
    /* The Fallback */
    background: rgba(255, 219, 202, 0.8);
}

.warning.lighten-2 {
    color: #ffcab0 !important;
}

.bg-warning.bg-lighten-2 {
    background-color: #ffcab0 !important;
}

.btn-warning.btn-lighten-2 {
    border-color: #ff864a !important;
    background-color: #ffcab0 !important;
}

.btn-warning.btn-lighten-2:hover {
    border-color: #ff864a !important;
    background-color: #ff7531 !important;
}

.btn-warning.btn-lighten-2:focus,
.btn-warning.btn-lighten-2:active {
    border-color: #ff7531 !important;
    background-color: #ff6417 !important;
}

.btn-outline-warning.btn-outline-lighten-2 {
    border-color: #ffcab0 !important;
    color: #ffcab0 !important;
}

.btn-outline-warning.btn-outline-lighten-2:hover {
    background-color: #ffcab0 !important;
}

input:focus~.bg-warning {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffcab0 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffcab0 !important;
}

.border-warning.border-lighten-2 {
    border: 1px solid #ffcab0 !important;
}

.border-top-warning.border-top-lighten-2 {
    border-top: 1px solid #ffcab0 !important;
}

.border-bottom-warning.border-bottom-lighten-2 {
    border-bottom: 1px solid #ffcab0 !important;
}

.border-left-warning.border-left-lighten-2 {
    border-left: 1px solid #ffcab0 !important;
}

.border-right-warning.border-right-lighten-2 {
    border-right: 1px solid #ffcab0 !important;
}

.overlay-warning.overlay-lighten-2 {
    background: #ffcab0;
    /* The Fallback */
    background: rgba(255, 202, 176, 0.8);
}

.warning.lighten-1 {
    color: #ffb997 !important;
}

.bg-warning.bg-lighten-1 {
    background-color: #ffb997 !important;
}

.btn-warning.btn-lighten-1 {
    border-color: #ff864a !important;
    background-color: #ffb997 !important;
}

.btn-warning.btn-lighten-1:hover {
    border-color: #ff864a !important;
    background-color: #ff7531 !important;
}

.btn-warning.btn-lighten-1:focus,
.btn-warning.btn-lighten-1:active {
    border-color: #ff7531 !important;
    background-color: #ff6417 !important;
}

.btn-outline-warning.btn-outline-lighten-1 {
    border-color: #ffb997 !important;
    color: #ffb997 !important;
}

.btn-outline-warning.btn-outline-lighten-1:hover {
    background-color: #ffb997 !important;
}

input:focus~.bg-warning {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffb997 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffb997 !important;
}

.border-warning.border-lighten-1 {
    border: 1px solid #ffb997 !important;
}

.border-top-warning.border-top-lighten-1 {
    border-top: 1px solid #ffb997 !important;
}

.border-bottom-warning.border-bottom-lighten-1 {
    border-bottom: 1px solid #ffb997 !important;
}

.border-left-warning.border-left-lighten-1 {
    border-left: 1px solid #ffb997 !important;
}

.border-right-warning.border-right-lighten-1 {
    border-right: 1px solid #ffb997 !important;
}

.overlay-warning.overlay-lighten-1 {
    background: #ffb997;
    /* The Fallback */
    background: rgba(255, 185, 151, 0.8);
}

.warning {
    color: #ffa87d !important;
}

.bg-warning {
    background-color: #ffa87d !important;
}

.bg-warning .card-header,
.bg-warning .card-footer {
    background-color: transparent;
}

.alert-warning {
    border-color: #ffa87d !important;
    background-color: #ffd8c4 !important;
    color: #ca4300 !important;
}

.alert-warning .alert-link {
    color: #a13500 !important;
}

.border-warning {
    border-color: #ffa87d;
}

.bg-warning.badge-glow,
.border-warning.badge-glow {
    -webkit-box-shadow: 0px 0px 10px #ffa87d;
    box-shadow: 0px 0px 10px #ffa87d;
}

.overlay-warning {
    background: #ffa87d;
    /* The Fallback */
    background: rgba(255, 168, 125, 0.8);
}

/* .card-outline-warning{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-warning {
    border-color: #ff864a !important;
    background-color: #ffa87d !important;
    color: #FFFFFF;
}

.btn-warning:hover {
    border-color: #ff9764 !important;
    background-color: #ffb997 !important;
    color: #FFF !important;
}

.btn-warning:focus,
.btn-warning:active {
    border-color: #ff864a !important;
    background-color: #ff7531 !important;
    color: #FFF !important;
}

.btn-outline-warning {
    border-color: #ffa87d;
    background-color: transparent;
    color: #ffa87d;
}

.btn-outline-warning:hover {
    background-color: #ffa87d;
    color: #FFF !important;
}

input[type="checkbox"].bg-warning+.custom-control-label:before,
input[type="radio"].bg-warning+.custom-control-label:before {
    background-color: #ffa87d !important;
}

input:focus~.bg-warning {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffa87d !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffa87d !important;
}

.border-warning {
    border: 1px solid #ffa87d !important;
}

.border-top-warning {
    border-top: 1px solid #ffa87d;
}

.border-bottom-warning {
    border-bottom: 1px solid #ffa87d;
}

.border-left-warning {
    border-left: 1px solid #ffa87d;
}

.border-right-warning {
    border-right: 1px solid #ffa87d;
}

.warning.darken-1 {
    color: #ff9764 !important;
}

.bg-warning.bg-darken-1 {
    background-color: #ff9764 !important;
}

.btn-warning.btn-darken-1 {
    border-color: #ff864a !important;
    background-color: #ff9764 !important;
}

.btn-warning.btn-darken-1:hover {
    border-color: #ff864a !important;
    background-color: #ff7531 !important;
}

.btn-warning.btn-darken-1:focus,
.btn-warning.btn-darken-1:active {
    border-color: #ff7531 !important;
    background-color: #ff6417 !important;
}

.btn-outline-warning.btn-outline-darken-1 {
    border-color: #ff9764 !important;
    color: #ff9764 !important;
}

.btn-outline-warning.btn-outline-darken-1:hover {
    background-color: #ff9764 !important;
}

input:focus~.bg-warning {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff9764 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff9764 !important;
}

.border-warning.border-darken-1 {
    border: 1px solid #ff9764 !important;
}

.border-top-warning.border-top-darken-1 {
    border-top: 1px solid #ff9764 !important;
}

.border-bottom-warning.border-bottom-darken-1 {
    border-bottom: 1px solid #ff9764 !important;
}

.border-left-warning.border-left-darken-1 {
    border-left: 1px solid #ff9764 !important;
}

.border-right-warning.border-right-darken-1 {
    border-right: 1px solid #ff9764 !important;
}

.overlay-warning.overlay-darken-1 {
    background: #ff9764;
    /* The Fallback */
    background: rgba(255, 151, 100, 0.8);
}

.warning.darken-2 {
    color: #ff864a !important;
}

.bg-warning.bg-darken-2 {
    background-color: #ff864a !important;
}

.btn-warning.btn-darken-2 {
    border-color: #ff864a !important;
    background-color: #ff864a !important;
}

.btn-warning.btn-darken-2:hover {
    border-color: #ff864a !important;
    background-color: #ff7531 !important;
}

.btn-warning.btn-darken-2:focus,
.btn-warning.btn-darken-2:active {
    border-color: #ff7531 !important;
    background-color: #ff6417 !important;
}

.btn-outline-warning.btn-outline-darken-2 {
    border-color: #ff864a !important;
    color: #ff864a !important;
}

.btn-outline-warning.btn-outline-darken-2:hover {
    background-color: #ff864a !important;
}

input:focus~.bg-warning {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff864a !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff864a !important;
}

.border-warning.border-darken-2 {
    border: 1px solid #ff864a !important;
}

.border-top-warning.border-top-darken-2 {
    border-top: 1px solid #ff864a !important;
}

.border-bottom-warning.border-bottom-darken-2 {
    border-bottom: 1px solid #ff864a !important;
}

.border-left-warning.border-left-darken-2 {
    border-left: 1px solid #ff864a !important;
}

.border-right-warning.border-right-darken-2 {
    border-right: 1px solid #ff864a !important;
}

.overlay-warning.overlay-darken-2 {
    background: #ff864a;
    /* The Fallback */
    background: rgba(255, 134, 74, 0.8);
}

.warning.darken-3 {
    color: #ff7531 !important;
}

.bg-warning.bg-darken-3 {
    background-color: #ff7531 !important;
}

.btn-warning.btn-darken-3 {
    border-color: #ff864a !important;
    background-color: #ff7531 !important;
}

.btn-warning.btn-darken-3:hover {
    border-color: #ff864a !important;
    background-color: #ff7531 !important;
}

.btn-warning.btn-darken-3:focus,
.btn-warning.btn-darken-3:active {
    border-color: #ff7531 !important;
    background-color: #ff6417 !important;
}

.btn-outline-warning.btn-outline-darken-3 {
    border-color: #ff7531 !important;
    color: #ff7531 !important;
}

.btn-outline-warning.btn-outline-darken-3:hover {
    background-color: #ff7531 !important;
}

input:focus~.bg-warning {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff7531 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff7531 !important;
}

.border-warning.border-darken-3 {
    border: 1px solid #ff7531 !important;
}

.border-top-warning.border-top-darken-3 {
    border-top: 1px solid #ff7531 !important;
}

.border-bottom-warning.border-bottom-darken-3 {
    border-bottom: 1px solid #ff7531 !important;
}

.border-left-warning.border-left-darken-3 {
    border-left: 1px solid #ff7531 !important;
}

.border-right-warning.border-right-darken-3 {
    border-right: 1px solid #ff7531 !important;
}

.overlay-warning.overlay-darken-3 {
    background: #ff7531;
    /* The Fallback */
    background: rgba(255, 117, 49, 0.8);
}

.warning.darken-4 {
    color: #ff6417 !important;
}

.bg-warning.bg-darken-4 {
    background-color: #ff6417 !important;
}

.btn-warning.btn-darken-4 {
    border-color: #ff864a !important;
    background-color: #ff6417 !important;
}

.btn-warning.btn-darken-4:hover {
    border-color: #ff864a !important;
    background-color: #ff7531 !important;
}

.btn-warning.btn-darken-4:focus,
.btn-warning.btn-darken-4:active {
    border-color: #ff7531 !important;
    background-color: #ff6417 !important;
}

.btn-outline-warning.btn-outline-darken-4 {
    border-color: #ff6417 !important;
    color: #ff6417 !important;
}

.btn-outline-warning.btn-outline-darken-4:hover {
    background-color: #ff6417 !important;
}

input:focus~.bg-warning {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff6417 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff6417 !important;
}

.border-warning.border-darken-4 {
    border: 1px solid #ff6417 !important;
}

.border-top-warning.border-top-darken-4 {
    border-top: 1px solid #ff6417 !important;
}

.border-bottom-warning.border-bottom-darken-4 {
    border-bottom: 1px solid #ff6417 !important;
}

.border-left-warning.border-left-darken-4 {
    border-left: 1px solid #ff6417 !important;
}

.border-right-warning.border-right-darken-4 {
    border-right: 1px solid #ff6417 !important;
}

.overlay-warning.overlay-darken-4 {
    background: #ff6417;
    /* The Fallback */
    background: rgba(255, 100, 23, 0.8);
}

.warning.accent-1 {
    color: #FFF5EF !important;
}

.bg-warning.bg-accent-1 {
    background-color: #FFF5EF !important;
}

.btn-warning.btn-accent-1 {
    border-color: #ff864a !important;
    background-color: #FFF5EF !important;
}

.btn-warning.btn-accent-1:hover {
    border-color: #ff864a !important;
    background-color: #ff7531 !important;
}

.btn-warning.btn-accent-1:focus,
.btn-warning.btn-accent-1:active {
    border-color: #ff7531 !important;
    background-color: #ff6417 !important;
}

.btn-outline-warning.btn-outline-accent-1 {
    border-color: #FFF5EF !important;
    color: #FFF5EF !important;
}

.btn-outline-warning.btn-outline-accent-1:hover {
    background-color: #FFF5EF !important;
}

input:focus~.bg-warning {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFF5EF !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFF5EF !important;
}

.border-warning.border-accent-1 {
    border: 1px solid #FFF5EF !important;
}

.border-top-warning.border-top-accent-1 {
    border-top: 1px solid #FFF5EF !important;
}

.border-bottom-warning.border-bottom-accent-1 {
    border-bottom: 1px solid #FFF5EF !important;
}

.border-left-warning.border-left-accent-1 {
    border-left: 1px solid #FFF5EF !important;
}

.border-right-warning.border-right-accent-1 {
    border-right: 1px solid #FFF5EF !important;
}

.overlay-warning.overlay-accent-1 {
    background: #FFF5EF;
    /* The Fallback */
    background: rgba(255, 245, 239, 0.8);
}

.warning.accent-2 {
    color: #FFE5D8 !important;
}

.bg-warning.bg-accent-2 {
    background-color: #FFE5D8 !important;
}

.btn-warning.btn-accent-2 {
    border-color: #ff864a !important;
    background-color: #FFE5D8 !important;
}

.btn-warning.btn-accent-2:hover {
    border-color: #ff864a !important;
    background-color: #ff7531 !important;
}

.btn-warning.btn-accent-2:focus,
.btn-warning.btn-accent-2:active {
    border-color: #ff7531 !important;
    background-color: #ff6417 !important;
}

.btn-outline-warning.btn-outline-accent-2 {
    border-color: #FFE5D8 !important;
    color: #FFE5D8 !important;
}

.btn-outline-warning.btn-outline-accent-2:hover {
    background-color: #FFE5D8 !important;
}

input:focus~.bg-warning {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFE5D8 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFE5D8 !important;
}

.border-warning.border-accent-2 {
    border: 1px solid #FFE5D8 !important;
}

.border-top-warning.border-top-accent-2 {
    border-top: 1px solid #FFE5D8 !important;
}

.border-bottom-warning.border-bottom-accent-2 {
    border-bottom: 1px solid #FFE5D8 !important;
}

.border-left-warning.border-left-accent-2 {
    border-left: 1px solid #FFE5D8 !important;
}

.border-right-warning.border-right-accent-2 {
    border-right: 1px solid #FFE5D8 !important;
}

.overlay-warning.overlay-accent-2 {
    background: #FFE5D8;
    /* The Fallback */
    background: rgba(255, 229, 216, 0.8);
}

.warning.accent-3 {
    color: #FFF6F3 !important;
}

.bg-warning.bg-accent-3 {
    background-color: #FFF6F3 !important;
}

.btn-warning.btn-accent-3 {
    border-color: #ff864a !important;
    background-color: #FFF6F3 !important;
}

.btn-warning.btn-accent-3:hover {
    border-color: #ff864a !important;
    background-color: #ff7531 !important;
}

.btn-warning.btn-accent-3:focus,
.btn-warning.btn-accent-3:active {
    border-color: #ff7531 !important;
    background-color: #ff6417 !important;
}

.btn-outline-warning.btn-outline-accent-3 {
    border-color: #FFF6F3 !important;
    color: #FFF6F3 !important;
}

.btn-outline-warning.btn-outline-accent-3:hover {
    background-color: #FFF6F3 !important;
}

input:focus~.bg-warning {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFF6F3 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFF6F3 !important;
}

.border-warning.border-accent-3 {
    border: 1px solid #FFF6F3 !important;
}

.border-top-warning.border-top-accent-3 {
    border-top: 1px solid #FFF6F3 !important;
}

.border-bottom-warning.border-bottom-accent-3 {
    border-bottom: 1px solid #FFF6F3 !important;
}

.border-left-warning.border-left-accent-3 {
    border-left: 1px solid #FFF6F3 !important;
}

.border-right-warning.border-right-accent-3 {
    border-right: 1px solid #FFF6F3 !important;
}

.overlay-warning.overlay-accent-3 {
    background: #FFF6F3;
    /* The Fallback */
    background: rgba(255, 246, 243, 0.8);
}

.warning.accent-4 {
    color: #FFE3DA !important;
}

.bg-warning.bg-accent-4 {
    background-color: #FFE3DA !important;
}

.btn-warning.btn-accent-4 {
    border-color: #ff864a !important;
    background-color: #FFE3DA !important;
}

.btn-warning.btn-accent-4:hover {
    border-color: #ff864a !important;
    background-color: #ff7531 !important;
}

.btn-warning.btn-accent-4:focus,
.btn-warning.btn-accent-4:active {
    border-color: #ff7531 !important;
    background-color: #ff6417 !important;
}

.btn-outline-warning.btn-outline-accent-4 {
    border-color: #FFE3DA !important;
    color: #FFE3DA !important;
}

.btn-outline-warning.btn-outline-accent-4:hover {
    background-color: #FFE3DA !important;
}

input:focus~.bg-warning {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFE3DA !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFE3DA !important;
}

.border-warning.border-accent-4 {
    border: 1px solid #FFE3DA !important;
}

.border-top-warning.border-top-accent-4 {
    border-top: 1px solid #FFE3DA !important;
}

.border-bottom-warning.border-bottom-accent-4 {
    border-bottom: 1px solid #FFE3DA !important;
}

.border-left-warning.border-left-accent-4 {
    border-left: 1px solid #FFE3DA !important;
}

.border-right-warning.border-right-accent-4 {
    border-right: 1px solid #FFE3DA !important;
}

.overlay-warning.overlay-accent-4 {
    background: #FFE3DA;
    /* The Fallback */
    background: rgba(255, 227, 218, 0.8);
}

.danger.lighten-5 {
    color: #fff5f6 !important;
}

.bg-danger.bg-lighten-5 {
    background-color: #fff5f6 !important;
}

.btn-danger.btn-lighten-5 {
    border-color: #ff425c !important;
    background-color: #fff5f6 !important;
}

.btn-danger.btn-lighten-5:hover {
    border-color: #ff425c !important;
    background-color: #ff2946 !important;
}

.btn-danger.btn-lighten-5:focus,
.btn-danger.btn-lighten-5:active {
    border-color: #ff2946 !important;
    background-color: #ff0f30 !important;
}

.btn-outline-danger.btn-outline-lighten-5 {
    border-color: #fff5f6 !important;
    color: #fff5f6 !important;
}

.btn-outline-danger.btn-outline-lighten-5:hover {
    background-color: #fff5f6 !important;
}

input:focus~.bg-danger {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fff5f6 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fff5f6 !important;
}

.border-danger.border-lighten-5 {
    border: 1px solid #fff5f6 !important;
}

.border-top-danger.border-top-lighten-5 {
    border-top: 1px solid #fff5f6 !important;
}

.border-bottom-danger.border-bottom-lighten-5 {
    border-bottom: 1px solid #fff5f6 !important;
}

.border-left-danger.border-left-lighten-5 {
    border-left: 1px solid #fff5f6 !important;
}

.border-right-danger.border-right-lighten-5 {
    border-right: 1px solid #fff5f6 !important;
}

.overlay-danger.overlay-lighten-5 {
    background: #fff5f6;
    /* The Fallback */
    background: rgba(255, 245, 246, 0.8);
}

.danger.lighten-4 {
    color: #ffdbe0 !important;
}

.bg-danger.bg-lighten-4 {
    background-color: #ffdbe0 !important;
}

.btn-danger.btn-lighten-4 {
    border-color: #ff425c !important;
    background-color: #ffdbe0 !important;
}

.btn-danger.btn-lighten-4:hover {
    border-color: #ff425c !important;
    background-color: #ff2946 !important;
}

.btn-danger.btn-lighten-4:focus,
.btn-danger.btn-lighten-4:active {
    border-color: #ff2946 !important;
    background-color: #ff0f30 !important;
}

.btn-outline-danger.btn-outline-lighten-4 {
    border-color: #ffdbe0 !important;
    color: #ffdbe0 !important;
}

.btn-outline-danger.btn-outline-lighten-4:hover {
    background-color: #ffdbe0 !important;
}

input:focus~.bg-danger {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffdbe0 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffdbe0 !important;
}

.border-danger.border-lighten-4 {
    border: 1px solid #ffdbe0 !important;
}

.border-top-danger.border-top-lighten-4 {
    border-top: 1px solid #ffdbe0 !important;
}

.border-bottom-danger.border-bottom-lighten-4 {
    border-bottom: 1px solid #ffdbe0 !important;
}

.border-left-danger.border-left-lighten-4 {
    border-left: 1px solid #ffdbe0 !important;
}

.border-right-danger.border-right-lighten-4 {
    border-right: 1px solid #ffdbe0 !important;
}

.overlay-danger.overlay-lighten-4 {
    background: #ffdbe0;
    /* The Fallback */
    background: rgba(255, 219, 224, 0.8);
}

.danger.lighten-3 {
    color: #ffc2ca !important;
}

.bg-danger.bg-lighten-3 {
    background-color: #ffc2ca !important;
}

.btn-danger.btn-lighten-3 {
    border-color: #ff425c !important;
    background-color: #ffc2ca !important;
}

.btn-danger.btn-lighten-3:hover {
    border-color: #ff425c !important;
    background-color: #ff2946 !important;
}

.btn-danger.btn-lighten-3:focus,
.btn-danger.btn-lighten-3:active {
    border-color: #ff2946 !important;
    background-color: #ff0f30 !important;
}

.btn-outline-danger.btn-outline-lighten-3 {
    border-color: #ffc2ca !important;
    color: #ffc2ca !important;
}

.btn-outline-danger.btn-outline-lighten-3:hover {
    background-color: #ffc2ca !important;
}

input:focus~.bg-danger {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffc2ca !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffc2ca !important;
}

.border-danger.border-lighten-3 {
    border: 1px solid #ffc2ca !important;
}

.border-top-danger.border-top-lighten-3 {
    border-top: 1px solid #ffc2ca !important;
}

.border-bottom-danger.border-bottom-lighten-3 {
    border-bottom: 1px solid #ffc2ca !important;
}

.border-left-danger.border-left-lighten-3 {
    border-left: 1px solid #ffc2ca !important;
}

.border-right-danger.border-right-lighten-3 {
    border-right: 1px solid #ffc2ca !important;
}

.overlay-danger.overlay-lighten-3 {
    background: #ffc2ca;
    /* The Fallback */
    background: rgba(255, 194, 202, 0.8);
}

.danger.lighten-2 {
    color: #ffa8b4 !important;
}

.bg-danger.bg-lighten-2 {
    background-color: #ffa8b4 !important;
}

.btn-danger.btn-lighten-2 {
    border-color: #ff425c !important;
    background-color: #ffa8b4 !important;
}

.btn-danger.btn-lighten-2:hover {
    border-color: #ff425c !important;
    background-color: #ff2946 !important;
}

.btn-danger.btn-lighten-2:focus,
.btn-danger.btn-lighten-2:active {
    border-color: #ff2946 !important;
    background-color: #ff0f30 !important;
}

.btn-outline-danger.btn-outline-lighten-2 {
    border-color: #ffa8b4 !important;
    color: #ffa8b4 !important;
}

.btn-outline-danger.btn-outline-lighten-2:hover {
    background-color: #ffa8b4 !important;
}

input:focus~.bg-danger {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffa8b4 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffa8b4 !important;
}

.border-danger.border-lighten-2 {
    border: 1px solid #ffa8b4 !important;
}

.border-top-danger.border-top-lighten-2 {
    border-top: 1px solid #ffa8b4 !important;
}

.border-bottom-danger.border-bottom-lighten-2 {
    border-bottom: 1px solid #ffa8b4 !important;
}

.border-left-danger.border-left-lighten-2 {
    border-left: 1px solid #ffa8b4 !important;
}

.border-right-danger.border-right-lighten-2 {
    border-right: 1px solid #ffa8b4 !important;
}

.overlay-danger.overlay-lighten-2 {
    background: #ffa8b4;
    /* The Fallback */
    background: rgba(255, 168, 180, 0.8);
}

.danger.lighten-1 {
    color: #ff8f9e !important;
}

.bg-danger.bg-lighten-1 {
    background-color: #ff8f9e !important;
}

.btn-danger.btn-lighten-1 {
    border-color: #ff425c !important;
    background-color: #ff8f9e !important;
}

.btn-danger.btn-lighten-1:hover {
    border-color: #ff425c !important;
    background-color: #ff2946 !important;
}

.btn-danger.btn-lighten-1:focus,
.btn-danger.btn-lighten-1:active {
    border-color: #ff2946 !important;
    background-color: #ff0f30 !important;
}

.btn-outline-danger.btn-outline-lighten-1 {
    border-color: #ff8f9e !important;
    color: #ff8f9e !important;
}

.btn-outline-danger.btn-outline-lighten-1:hover {
    background-color: #ff8f9e !important;
}

input:focus~.bg-danger {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff8f9e !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff8f9e !important;
}

.border-danger.border-lighten-1 {
    border: 1px solid #ff8f9e !important;
}

.border-top-danger.border-top-lighten-1 {
    border-top: 1px solid #ff8f9e !important;
}

.border-bottom-danger.border-bottom-lighten-1 {
    border-bottom: 1px solid #ff8f9e !important;
}

.border-left-danger.border-left-lighten-1 {
    border-left: 1px solid #ff8f9e !important;
}

.border-right-danger.border-right-lighten-1 {
    border-right: 1px solid #ff8f9e !important;
}

.overlay-danger.overlay-lighten-1 {
    background: #ff8f9e;
    /* The Fallback */
    background: rgba(255, 143, 158, 0.8);
}

.danger {
    color: #ff7588 !important;
}

.bg-danger {
    background-color: #ff7588 !important;
}

.bg-danger .card-header,
.bg-danger .card-footer {
    background-color: transparent;
}

.alert-danger {
    border-color: #ff7588 !important;
    background-color: #ffbcc6 !important;
    color: #c2001b !important;
}

.alert-danger .alert-link {
    color: #990015 !important;
}

.border-danger {
    border-color: #ff7588;
}

.bg-danger.badge-glow,
.border-danger.badge-glow {
    -webkit-box-shadow: 0px 0px 10px #ff7588;
    box-shadow: 0px 0px 10px #ff7588;
}

.overlay-danger {
    background: #ff7588;
    /* The Fallback */
    background: rgba(255, 117, 136, 0.8);
}

/* .card-outline-danger{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-danger {
    border-color: #ff425c !important;
    background-color: #ff7588 !important;
    color: #FFFFFF;
}

.btn-danger:hover {
    border-color: #ff5c72 !important;
    background-color: #ff8f9e !important;
    color: #FFF !important;
}

.btn-danger:focus,
.btn-danger:active {
    border-color: #ff425c !important;
    background-color: #ff2946 !important;
    color: #FFF !important;
}

.btn-outline-danger {
    border-color: #ff7588;
    background-color: transparent;
    color: #ff7588;
}

.btn-outline-danger:hover {
    background-color: #ff7588;
    color: #FFF !important;
}

input[type="checkbox"].bg-danger+.custom-control-label:before,
input[type="radio"].bg-danger+.custom-control-label:before {
    background-color: #ff7588 !important;
}

input:focus~.bg-danger {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff7588 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff7588 !important;
}

.border-danger {
    border: 1px solid #ff7588 !important;
}

.border-top-danger {
    border-top: 1px solid #ff7588;
}

.border-bottom-danger {
    border-bottom: 1px solid #ff7588;
}

.border-left-danger {
    border-left: 1px solid #ff7588;
}

.border-right-danger {
    border-right: 1px solid #ff7588;
}

.danger.darken-1 {
    color: #ff5c72 !important;
}

.bg-danger.bg-darken-1 {
    background-color: #ff5c72 !important;
}

.btn-danger.btn-darken-1 {
    border-color: #ff425c !important;
    background-color: #ff5c72 !important;
}

.btn-danger.btn-darken-1:hover {
    border-color: #ff425c !important;
    background-color: #ff2946 !important;
}

.btn-danger.btn-darken-1:focus,
.btn-danger.btn-darken-1:active {
    border-color: #ff2946 !important;
    background-color: #ff0f30 !important;
}

.btn-outline-danger.btn-outline-darken-1 {
    border-color: #ff5c72 !important;
    color: #ff5c72 !important;
}

.btn-outline-danger.btn-outline-darken-1:hover {
    background-color: #ff5c72 !important;
}

input:focus~.bg-danger {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff5c72 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff5c72 !important;
}

.border-danger.border-darken-1 {
    border: 1px solid #ff5c72 !important;
}

.border-top-danger.border-top-darken-1 {
    border-top: 1px solid #ff5c72 !important;
}

.border-bottom-danger.border-bottom-darken-1 {
    border-bottom: 1px solid #ff5c72 !important;
}

.border-left-danger.border-left-darken-1 {
    border-left: 1px solid #ff5c72 !important;
}

.border-right-danger.border-right-darken-1 {
    border-right: 1px solid #ff5c72 !important;
}

.overlay-danger.overlay-darken-1 {
    background: #ff5c72;
    /* The Fallback */
    background: rgba(255, 92, 114, 0.8);
}

.danger.darken-2 {
    color: #ff425c !important;
}

.bg-danger.bg-darken-2 {
    background-color: #ff425c !important;
}

.btn-danger.btn-darken-2 {
    border-color: #ff425c !important;
    background-color: #ff425c !important;
}

.btn-danger.btn-darken-2:hover {
    border-color: #ff425c !important;
    background-color: #ff2946 !important;
}

.btn-danger.btn-darken-2:focus,
.btn-danger.btn-darken-2:active {
    border-color: #ff2946 !important;
    background-color: #ff0f30 !important;
}

.btn-outline-danger.btn-outline-darken-2 {
    border-color: #ff425c !important;
    color: #ff425c !important;
}

.btn-outline-danger.btn-outline-darken-2:hover {
    background-color: #ff425c !important;
}

input:focus~.bg-danger {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff425c !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff425c !important;
}

.border-danger.border-darken-2 {
    border: 1px solid #ff425c !important;
}

.border-top-danger.border-top-darken-2 {
    border-top: 1px solid #ff425c !important;
}

.border-bottom-danger.border-bottom-darken-2 {
    border-bottom: 1px solid #ff425c !important;
}

.border-left-danger.border-left-darken-2 {
    border-left: 1px solid #ff425c !important;
}

.border-right-danger.border-right-darken-2 {
    border-right: 1px solid #ff425c !important;
}

.overlay-danger.overlay-darken-2 {
    background: #ff425c;
    /* The Fallback */
    background: rgba(255, 66, 92, 0.8);
}

.danger.darken-3 {
    color: #ff2946 !important;
}

.bg-danger.bg-darken-3 {
    background-color: #ff2946 !important;
}

.btn-danger.btn-darken-3 {
    border-color: #ff425c !important;
    background-color: #ff2946 !important;
}

.btn-danger.btn-darken-3:hover {
    border-color: #ff425c !important;
    background-color: #ff2946 !important;
}

.btn-danger.btn-darken-3:focus,
.btn-danger.btn-darken-3:active {
    border-color: #ff2946 !important;
    background-color: #ff0f30 !important;
}

.btn-outline-danger.btn-outline-darken-3 {
    border-color: #ff2946 !important;
    color: #ff2946 !important;
}

.btn-outline-danger.btn-outline-darken-3:hover {
    background-color: #ff2946 !important;
}

input:focus~.bg-danger {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff2946 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff2946 !important;
}

.border-danger.border-darken-3 {
    border: 1px solid #ff2946 !important;
}

.border-top-danger.border-top-darken-3 {
    border-top: 1px solid #ff2946 !important;
}

.border-bottom-danger.border-bottom-darken-3 {
    border-bottom: 1px solid #ff2946 !important;
}

.border-left-danger.border-left-darken-3 {
    border-left: 1px solid #ff2946 !important;
}

.border-right-danger.border-right-darken-3 {
    border-right: 1px solid #ff2946 !important;
}

.overlay-danger.overlay-darken-3 {
    background: #ff2946;
    /* The Fallback */
    background: rgba(255, 41, 70, 0.8);
}

.danger.darken-4 {
    color: #ff0f30 !important;
}

.bg-danger.bg-darken-4 {
    background-color: #ff0f30 !important;
}

.btn-danger.btn-darken-4 {
    border-color: #ff425c !important;
    background-color: #ff0f30 !important;
}

.btn-danger.btn-darken-4:hover {
    border-color: #ff425c !important;
    background-color: #ff2946 !important;
}

.btn-danger.btn-darken-4:focus,
.btn-danger.btn-darken-4:active {
    border-color: #ff2946 !important;
    background-color: #ff0f30 !important;
}

.btn-outline-danger.btn-outline-darken-4 {
    border-color: #ff0f30 !important;
    color: #ff0f30 !important;
}

.btn-outline-danger.btn-outline-darken-4:hover {
    background-color: #ff0f30 !important;
}

input:focus~.bg-danger {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff0f30 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff0f30 !important;
}

.border-danger.border-darken-4 {
    border: 1px solid #ff0f30 !important;
}

.border-top-danger.border-top-darken-4 {
    border-top: 1px solid #ff0f30 !important;
}

.border-bottom-danger.border-bottom-darken-4 {
    border-bottom: 1px solid #ff0f30 !important;
}

.border-left-danger.border-left-darken-4 {
    border-left: 1px solid #ff0f30 !important;
}

.border-right-danger.border-right-darken-4 {
    border-right: 1px solid #ff0f30 !important;
}

.overlay-danger.overlay-darken-4 {
    background: #ff0f30;
    /* The Fallback */
    background: rgba(255, 15, 48, 0.8);
}

.danger.accent-1 {
    color: #FFEEF1 !important;
}

.bg-danger.bg-accent-1 {
    background-color: #FFEEF1 !important;
}

.btn-danger.btn-accent-1 {
    border-color: #ff425c !important;
    background-color: #FFEEF1 !important;
}

.btn-danger.btn-accent-1:hover {
    border-color: #ff425c !important;
    background-color: #ff2946 !important;
}

.btn-danger.btn-accent-1:focus,
.btn-danger.btn-accent-1:active {
    border-color: #ff2946 !important;
    background-color: #ff0f30 !important;
}

.btn-outline-danger.btn-outline-accent-1 {
    border-color: #FFEEF1 !important;
    color: #FFEEF1 !important;
}

.btn-outline-danger.btn-outline-accent-1:hover {
    background-color: #FFEEF1 !important;
}

input:focus~.bg-danger {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFEEF1 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFEEF1 !important;
}

.border-danger.border-accent-1 {
    border: 1px solid #FFEEF1 !important;
}

.border-top-danger.border-top-accent-1 {
    border-top: 1px solid #FFEEF1 !important;
}

.border-bottom-danger.border-bottom-accent-1 {
    border-bottom: 1px solid #FFEEF1 !important;
}

.border-left-danger.border-left-accent-1 {
    border-left: 1px solid #FFEEF1 !important;
}

.border-right-danger.border-right-accent-1 {
    border-right: 1px solid #FFEEF1 !important;
}

.overlay-danger.overlay-accent-1 {
    background: #FFEEF1;
    /* The Fallback */
    background: rgba(255, 238, 241, 0.8);
}

.danger.accent-2 {
    color: #FFD6DB !important;
}

.bg-danger.bg-accent-2 {
    background-color: #FFD6DB !important;
}

.btn-danger.btn-accent-2 {
    border-color: #ff425c !important;
    background-color: #FFD6DB !important;
}

.btn-danger.btn-accent-2:hover {
    border-color: #ff425c !important;
    background-color: #ff2946 !important;
}

.btn-danger.btn-accent-2:focus,
.btn-danger.btn-accent-2:active {
    border-color: #ff2946 !important;
    background-color: #ff0f30 !important;
}

.btn-outline-danger.btn-outline-accent-2 {
    border-color: #FFD6DB !important;
    color: #FFD6DB !important;
}

.btn-outline-danger.btn-outline-accent-2:hover {
    background-color: #FFD6DB !important;
}

input:focus~.bg-danger {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFD6DB !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFD6DB !important;
}

.border-danger.border-accent-2 {
    border: 1px solid #FFD6DB !important;
}

.border-top-danger.border-top-accent-2 {
    border-top: 1px solid #FFD6DB !important;
}

.border-bottom-danger.border-bottom-accent-2 {
    border-bottom: 1px solid #FFD6DB !important;
}

.border-left-danger.border-left-accent-2 {
    border-left: 1px solid #FFD6DB !important;
}

.border-right-danger.border-right-accent-2 {
    border-right: 1px solid #FFD6DB !important;
}

.overlay-danger.overlay-accent-2 {
    background: #FFD6DB;
    /* The Fallback */
    background: rgba(255, 214, 219, 0.8);
}

.danger.accent-3 {
    color: #FFECEE !important;
}

.bg-danger.bg-accent-3 {
    background-color: #FFECEE !important;
}

.btn-danger.btn-accent-3 {
    border-color: #ff425c !important;
    background-color: #FFECEE !important;
}

.btn-danger.btn-accent-3:hover {
    border-color: #ff425c !important;
    background-color: #ff2946 !important;
}

.btn-danger.btn-accent-3:focus,
.btn-danger.btn-accent-3:active {
    border-color: #ff2946 !important;
    background-color: #ff0f30 !important;
}

.btn-outline-danger.btn-outline-accent-3 {
    border-color: #FFECEE !important;
    color: #FFECEE !important;
}

.btn-outline-danger.btn-outline-accent-3:hover {
    background-color: #FFECEE !important;
}

input:focus~.bg-danger {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFECEE !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFECEE !important;
}

.border-danger.border-accent-3 {
    border: 1px solid #FFECEE !important;
}

.border-top-danger.border-top-accent-3 {
    border-top: 1px solid #FFECEE !important;
}

.border-bottom-danger.border-bottom-accent-3 {
    border-bottom: 1px solid #FFECEE !important;
}

.border-left-danger.border-left-accent-3 {
    border-left: 1px solid #FFECEE !important;
}

.border-right-danger.border-right-accent-3 {
    border-right: 1px solid #FFECEE !important;
}

.overlay-danger.overlay-accent-3 {
    background: #FFECEE;
    /* The Fallback */
    background: rgba(255, 236, 238, 0.8);
}

.danger.accent-4 {
    color: #FFD3D7 !important;
}

.bg-danger.bg-accent-4 {
    background-color: #FFD3D7 !important;
}

.btn-danger.btn-accent-4 {
    border-color: #ff425c !important;
    background-color: #FFD3D7 !important;
}

.btn-danger.btn-accent-4:hover {
    border-color: #ff425c !important;
    background-color: #ff2946 !important;
}

.btn-danger.btn-accent-4:focus,
.btn-danger.btn-accent-4:active {
    border-color: #ff2946 !important;
    background-color: #ff0f30 !important;
}

.btn-outline-danger.btn-outline-accent-4 {
    border-color: #FFD3D7 !important;
    color: #FFD3D7 !important;
}

.btn-outline-danger.btn-outline-accent-4:hover {
    background-color: #FFD3D7 !important;
}

input:focus~.bg-danger {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFD3D7 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFD3D7 !important;
}

.border-danger.border-accent-4 {
    border: 1px solid #FFD3D7 !important;
}

.border-top-danger.border-top-accent-4 {
    border-top: 1px solid #FFD3D7 !important;
}

.border-bottom-danger.border-bottom-accent-4 {
    border-bottom: 1px solid #FFD3D7 !important;
}

.border-left-danger.border-left-accent-4 {
    border-left: 1px solid #FFD3D7 !important;
}

.border-right-danger.border-right-accent-4 {
    border-right: 1px solid #FFD3D7 !important;
}

.overlay-danger.overlay-accent-4 {
    background: #FFD3D7;
    /* The Fallback */
    background: rgba(255, 211, 215, 0.8);
}

.red.lighten-5 {
    color: #FFEBEE !important;
}

.bg-red.bg-lighten-5 {
    background-color: #FFEBEE !important;
}

.btn-red.btn-lighten-5 {
    border-color: #D32F2F !important;
    background-color: #FFEBEE !important;
}

.btn-red.btn-lighten-5:hover {
    border-color: #D32F2F !important;
    background-color: #C62828 !important;
}

.btn-red.btn-lighten-5:focus,
.btn-red.btn-lighten-5:active {
    border-color: #C62828 !important;
    background-color: #B71C1C !important;
}

.btn-outline-red.btn-outline-lighten-5 {
    border-color: #FFEBEE !important;
    color: #FFEBEE !important;
}

.btn-outline-red.btn-outline-lighten-5:hover {
    background-color: #FFEBEE !important;
}

input:focus~.bg-red {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFEBEE !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFEBEE !important;
}

.border-red.border-lighten-5 {
    border: 1px solid #FFEBEE !important;
}

.border-top-red.border-top-lighten-5 {
    border-top: 1px solid #FFEBEE !important;
}

.border-bottom-red.border-bottom-lighten-5 {
    border-bottom: 1px solid #FFEBEE !important;
}

.border-left-red.border-left-lighten-5 {
    border-left: 1px solid #FFEBEE !important;
}

.border-right-red.border-right-lighten-5 {
    border-right: 1px solid #FFEBEE !important;
}

.overlay-red.overlay-lighten-5 {
    background: #FFEBEE;
    /* The Fallback */
    background: rgba(255, 235, 238, 0.8);
}

.red.lighten-4 {
    color: #FFCDD2 !important;
}

.bg-red.bg-lighten-4 {
    background-color: #FFCDD2 !important;
}

.btn-red.btn-lighten-4 {
    border-color: #D32F2F !important;
    background-color: #FFCDD2 !important;
}

.btn-red.btn-lighten-4:hover {
    border-color: #D32F2F !important;
    background-color: #C62828 !important;
}

.btn-red.btn-lighten-4:focus,
.btn-red.btn-lighten-4:active {
    border-color: #C62828 !important;
    background-color: #B71C1C !important;
}

.btn-outline-red.btn-outline-lighten-4 {
    border-color: #FFCDD2 !important;
    color: #FFCDD2 !important;
}

.btn-outline-red.btn-outline-lighten-4:hover {
    background-color: #FFCDD2 !important;
}

input:focus~.bg-red {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFCDD2 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFCDD2 !important;
}

.border-red.border-lighten-4 {
    border: 1px solid #FFCDD2 !important;
}

.border-top-red.border-top-lighten-4 {
    border-top: 1px solid #FFCDD2 !important;
}

.border-bottom-red.border-bottom-lighten-4 {
    border-bottom: 1px solid #FFCDD2 !important;
}

.border-left-red.border-left-lighten-4 {
    border-left: 1px solid #FFCDD2 !important;
}

.border-right-red.border-right-lighten-4 {
    border-right: 1px solid #FFCDD2 !important;
}

.overlay-red.overlay-lighten-4 {
    background: #FFCDD2;
    /* The Fallback */
    background: rgba(255, 205, 210, 0.8);
}

.red.lighten-3 {
    color: #EF9A9A !important;
}

.bg-red.bg-lighten-3 {
    background-color: #EF9A9A !important;
}

.btn-red.btn-lighten-3 {
    border-color: #D32F2F !important;
    background-color: #EF9A9A !important;
}

.btn-red.btn-lighten-3:hover {
    border-color: #D32F2F !important;
    background-color: #C62828 !important;
}

.btn-red.btn-lighten-3:focus,
.btn-red.btn-lighten-3:active {
    border-color: #C62828 !important;
    background-color: #B71C1C !important;
}

.btn-outline-red.btn-outline-lighten-3 {
    border-color: #EF9A9A !important;
    color: #EF9A9A !important;
}

.btn-outline-red.btn-outline-lighten-3:hover {
    background-color: #EF9A9A !important;
}

input:focus~.bg-red {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #EF9A9A !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #EF9A9A !important;
}

.border-red.border-lighten-3 {
    border: 1px solid #EF9A9A !important;
}

.border-top-red.border-top-lighten-3 {
    border-top: 1px solid #EF9A9A !important;
}

.border-bottom-red.border-bottom-lighten-3 {
    border-bottom: 1px solid #EF9A9A !important;
}

.border-left-red.border-left-lighten-3 {
    border-left: 1px solid #EF9A9A !important;
}

.border-right-red.border-right-lighten-3 {
    border-right: 1px solid #EF9A9A !important;
}

.overlay-red.overlay-lighten-3 {
    background: #EF9A9A;
    /* The Fallback */
    background: rgba(239, 154, 154, 0.8);
}

.red.lighten-2 {
    color: #E57373 !important;
}

.bg-red.bg-lighten-2 {
    background-color: #E57373 !important;
}

.btn-red.btn-lighten-2 {
    border-color: #D32F2F !important;
    background-color: #E57373 !important;
}

.btn-red.btn-lighten-2:hover {
    border-color: #D32F2F !important;
    background-color: #C62828 !important;
}

.btn-red.btn-lighten-2:focus,
.btn-red.btn-lighten-2:active {
    border-color: #C62828 !important;
    background-color: #B71C1C !important;
}

.btn-outline-red.btn-outline-lighten-2 {
    border-color: #E57373 !important;
    color: #E57373 !important;
}

.btn-outline-red.btn-outline-lighten-2:hover {
    background-color: #E57373 !important;
}

input:focus~.bg-red {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E57373 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E57373 !important;
}

.border-red.border-lighten-2 {
    border: 1px solid #E57373 !important;
}

.border-top-red.border-top-lighten-2 {
    border-top: 1px solid #E57373 !important;
}

.border-bottom-red.border-bottom-lighten-2 {
    border-bottom: 1px solid #E57373 !important;
}

.border-left-red.border-left-lighten-2 {
    border-left: 1px solid #E57373 !important;
}

.border-right-red.border-right-lighten-2 {
    border-right: 1px solid #E57373 !important;
}

.overlay-red.overlay-lighten-2 {
    background: #E57373;
    /* The Fallback */
    background: rgba(229, 115, 115, 0.8);
}

.red.lighten-1 {
    color: #EF5350 !important;
}

.bg-red.bg-lighten-1 {
    background-color: #EF5350 !important;
}

.btn-red.btn-lighten-1 {
    border-color: #D32F2F !important;
    background-color: #EF5350 !important;
}

.btn-red.btn-lighten-1:hover {
    border-color: #D32F2F !important;
    background-color: #C62828 !important;
}

.btn-red.btn-lighten-1:focus,
.btn-red.btn-lighten-1:active {
    border-color: #C62828 !important;
    background-color: #B71C1C !important;
}

.btn-outline-red.btn-outline-lighten-1 {
    border-color: #EF5350 !important;
    color: #EF5350 !important;
}

.btn-outline-red.btn-outline-lighten-1:hover {
    background-color: #EF5350 !important;
}

input:focus~.bg-red {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #EF5350 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #EF5350 !important;
}

.border-red.border-lighten-1 {
    border: 1px solid #EF5350 !important;
}

.border-top-red.border-top-lighten-1 {
    border-top: 1px solid #EF5350 !important;
}

.border-bottom-red.border-bottom-lighten-1 {
    border-bottom: 1px solid #EF5350 !important;
}

.border-left-red.border-left-lighten-1 {
    border-left: 1px solid #EF5350 !important;
}

.border-right-red.border-right-lighten-1 {
    border-right: 1px solid #EF5350 !important;
}

.overlay-red.overlay-lighten-1 {
    background: #EF5350;
    /* The Fallback */
    background: rgba(239, 83, 80, 0.8);
}

.red {
    color: #F44336 !important;
}

.bg-red {
    background-color: #F44336 !important;
}

.bg-red .card-header,
.bg-red .card-footer {
    background-color: transparent;
}

.alert-red {
    border-color: #F44336 !important;
    background-color: #f8827a !important;
    color: #710e06 !important;
}

.alert-red .alert-link {
    color: #4b0904 !important;
}

.border-red {
    border-color: #F44336;
}

.bg-red.badge-glow,
.border-red.badge-glow {
    -webkit-box-shadow: 0px 0px 10px #F44336;
    box-shadow: 0px 0px 10px #F44336;
}

.overlay-red {
    background: #F44336;
    /* The Fallback */
    background: rgba(244, 67, 54, 0.8);
}

/* .card-outline-red{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-red {
    border-color: #D32F2F !important;
    background-color: #F44336 !important;
    color: #FFFFFF;
}

.btn-red:hover {
    border-color: #E53935 !important;
    background-color: #EF5350 !important;
    color: #FFF !important;
}

.btn-red:focus,
.btn-red:active {
    border-color: #D32F2F !important;
    background-color: #C62828 !important;
    color: #FFF !important;
}

.btn-outline-red {
    border-color: #F44336;
    background-color: transparent;
    color: #F44336;
}

.btn-outline-red:hover {
    background-color: #F44336;
    color: #FFF !important;
}

input[type="checkbox"].bg-red+.custom-control-label:before,
input[type="radio"].bg-red+.custom-control-label:before {
    background-color: #F44336 !important;
}

input:focus~.bg-red {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F44336 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F44336 !important;
}

.border-red {
    border: 1px solid #F44336 !important;
}

.border-top-red {
    border-top: 1px solid #F44336;
}

.border-bottom-red {
    border-bottom: 1px solid #F44336;
}

.border-left-red {
    border-left: 1px solid #F44336;
}

.border-right-red {
    border-right: 1px solid #F44336;
}

.red.darken-1 {
    color: #E53935 !important;
}

.bg-red.bg-darken-1 {
    background-color: #E53935 !important;
}

.btn-red.btn-darken-1 {
    border-color: #D32F2F !important;
    background-color: #E53935 !important;
}

.btn-red.btn-darken-1:hover {
    border-color: #D32F2F !important;
    background-color: #C62828 !important;
}

.btn-red.btn-darken-1:focus,
.btn-red.btn-darken-1:active {
    border-color: #C62828 !important;
    background-color: #B71C1C !important;
}

.btn-outline-red.btn-outline-darken-1 {
    border-color: #E53935 !important;
    color: #E53935 !important;
}

.btn-outline-red.btn-outline-darken-1:hover {
    background-color: #E53935 !important;
}

input:focus~.bg-red {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E53935 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E53935 !important;
}

.border-red.border-darken-1 {
    border: 1px solid #E53935 !important;
}

.border-top-red.border-top-darken-1 {
    border-top: 1px solid #E53935 !important;
}

.border-bottom-red.border-bottom-darken-1 {
    border-bottom: 1px solid #E53935 !important;
}

.border-left-red.border-left-darken-1 {
    border-left: 1px solid #E53935 !important;
}

.border-right-red.border-right-darken-1 {
    border-right: 1px solid #E53935 !important;
}

.overlay-red.overlay-darken-1 {
    background: #E53935;
    /* The Fallback */
    background: rgba(229, 57, 53, 0.8);
}

.red.darken-2 {
    color: #D32F2F !important;
}

.bg-red.bg-darken-2 {
    background-color: #D32F2F !important;
}

.btn-red.btn-darken-2 {
    border-color: #D32F2F !important;
    background-color: #D32F2F !important;
}

.btn-red.btn-darken-2:hover {
    border-color: #D32F2F !important;
    background-color: #C62828 !important;
}

.btn-red.btn-darken-2:focus,
.btn-red.btn-darken-2:active {
    border-color: #C62828 !important;
    background-color: #B71C1C !important;
}

.btn-outline-red.btn-outline-darken-2 {
    border-color: #D32F2F !important;
    color: #D32F2F !important;
}

.btn-outline-red.btn-outline-darken-2:hover {
    background-color: #D32F2F !important;
}

input:focus~.bg-red {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #D32F2F !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #D32F2F !important;
}

.border-red.border-darken-2 {
    border: 1px solid #D32F2F !important;
}

.border-top-red.border-top-darken-2 {
    border-top: 1px solid #D32F2F !important;
}

.border-bottom-red.border-bottom-darken-2 {
    border-bottom: 1px solid #D32F2F !important;
}

.border-left-red.border-left-darken-2 {
    border-left: 1px solid #D32F2F !important;
}

.border-right-red.border-right-darken-2 {
    border-right: 1px solid #D32F2F !important;
}

.overlay-red.overlay-darken-2 {
    background: #D32F2F;
    /* The Fallback */
    background: rgba(211, 47, 47, 0.8);
}

.red.darken-3 {
    color: #C62828 !important;
}

.bg-red.bg-darken-3 {
    background-color: #C62828 !important;
}

.btn-red.btn-darken-3 {
    border-color: #D32F2F !important;
    background-color: #C62828 !important;
}

.btn-red.btn-darken-3:hover {
    border-color: #D32F2F !important;
    background-color: #C62828 !important;
}

.btn-red.btn-darken-3:focus,
.btn-red.btn-darken-3:active {
    border-color: #C62828 !important;
    background-color: #B71C1C !important;
}

.btn-outline-red.btn-outline-darken-3 {
    border-color: #C62828 !important;
    color: #C62828 !important;
}

.btn-outline-red.btn-outline-darken-3:hover {
    background-color: #C62828 !important;
}

input:focus~.bg-red {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #C62828 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #C62828 !important;
}

.border-red.border-darken-3 {
    border: 1px solid #C62828 !important;
}

.border-top-red.border-top-darken-3 {
    border-top: 1px solid #C62828 !important;
}

.border-bottom-red.border-bottom-darken-3 {
    border-bottom: 1px solid #C62828 !important;
}

.border-left-red.border-left-darken-3 {
    border-left: 1px solid #C62828 !important;
}

.border-right-red.border-right-darken-3 {
    border-right: 1px solid #C62828 !important;
}

.overlay-red.overlay-darken-3 {
    background: #C62828;
    /* The Fallback */
    background: rgba(198, 40, 40, 0.8);
}

.red.darken-4 {
    color: #B71C1C !important;
}

.bg-red.bg-darken-4 {
    background-color: #B71C1C !important;
}

.btn-red.btn-darken-4 {
    border-color: #D32F2F !important;
    background-color: #B71C1C !important;
}

.btn-red.btn-darken-4:hover {
    border-color: #D32F2F !important;
    background-color: #C62828 !important;
}

.btn-red.btn-darken-4:focus,
.btn-red.btn-darken-4:active {
    border-color: #C62828 !important;
    background-color: #B71C1C !important;
}

.btn-outline-red.btn-outline-darken-4 {
    border-color: #B71C1C !important;
    color: #B71C1C !important;
}

.btn-outline-red.btn-outline-darken-4:hover {
    background-color: #B71C1C !important;
}

input:focus~.bg-red {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #B71C1C !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #B71C1C !important;
}

.border-red.border-darken-4 {
    border: 1px solid #B71C1C !important;
}

.border-top-red.border-top-darken-4 {
    border-top: 1px solid #B71C1C !important;
}

.border-bottom-red.border-bottom-darken-4 {
    border-bottom: 1px solid #B71C1C !important;
}

.border-left-red.border-left-darken-4 {
    border-left: 1px solid #B71C1C !important;
}

.border-right-red.border-right-darken-4 {
    border-right: 1px solid #B71C1C !important;
}

.overlay-red.overlay-darken-4 {
    background: #B71C1C;
    /* The Fallback */
    background: rgba(183, 28, 28, 0.8);
}

.red.accent-1 {
    color: #FF8A80 !important;
}

.bg-red.bg-accent-1 {
    background-color: #FF8A80 !important;
}

.btn-red.btn-accent-1 {
    border-color: #D32F2F !important;
    background-color: #FF8A80 !important;
}

.btn-red.btn-accent-1:hover {
    border-color: #D32F2F !important;
    background-color: #C62828 !important;
}

.btn-red.btn-accent-1:focus,
.btn-red.btn-accent-1:active {
    border-color: #C62828 !important;
    background-color: #B71C1C !important;
}

.btn-outline-red.btn-outline-accent-1 {
    border-color: #FF8A80 !important;
    color: #FF8A80 !important;
}

.btn-outline-red.btn-outline-accent-1:hover {
    background-color: #FF8A80 !important;
}

input:focus~.bg-red {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF8A80 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF8A80 !important;
}

.border-red.border-accent-1 {
    border: 1px solid #FF8A80 !important;
}

.border-top-red.border-top-accent-1 {
    border-top: 1px solid #FF8A80 !important;
}

.border-bottom-red.border-bottom-accent-1 {
    border-bottom: 1px solid #FF8A80 !important;
}

.border-left-red.border-left-accent-1 {
    border-left: 1px solid #FF8A80 !important;
}

.border-right-red.border-right-accent-1 {
    border-right: 1px solid #FF8A80 !important;
}

.overlay-red.overlay-accent-1 {
    background: #FF8A80;
    /* The Fallback */
    background: rgba(255, 138, 128, 0.8);
}

.red.accent-2 {
    color: #FF5252 !important;
}

.bg-red.bg-accent-2 {
    background-color: #FF5252 !important;
}

.btn-red.btn-accent-2 {
    border-color: #D32F2F !important;
    background-color: #FF5252 !important;
}

.btn-red.btn-accent-2:hover {
    border-color: #D32F2F !important;
    background-color: #C62828 !important;
}

.btn-red.btn-accent-2:focus,
.btn-red.btn-accent-2:active {
    border-color: #C62828 !important;
    background-color: #B71C1C !important;
}

.btn-outline-red.btn-outline-accent-2 {
    border-color: #FF5252 !important;
    color: #FF5252 !important;
}

.btn-outline-red.btn-outline-accent-2:hover {
    background-color: #FF5252 !important;
}

input:focus~.bg-red {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF5252 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF5252 !important;
}

.border-red.border-accent-2 {
    border: 1px solid #FF5252 !important;
}

.border-top-red.border-top-accent-2 {
    border-top: 1px solid #FF5252 !important;
}

.border-bottom-red.border-bottom-accent-2 {
    border-bottom: 1px solid #FF5252 !important;
}

.border-left-red.border-left-accent-2 {
    border-left: 1px solid #FF5252 !important;
}

.border-right-red.border-right-accent-2 {
    border-right: 1px solid #FF5252 !important;
}

.overlay-red.overlay-accent-2 {
    background: #FF5252;
    /* The Fallback */
    background: rgba(255, 82, 82, 0.8);
}

.red.accent-3 {
    color: #FF1744 !important;
}

.bg-red.bg-accent-3 {
    background-color: #FF1744 !important;
}

.btn-red.btn-accent-3 {
    border-color: #D32F2F !important;
    background-color: #FF1744 !important;
}

.btn-red.btn-accent-3:hover {
    border-color: #D32F2F !important;
    background-color: #C62828 !important;
}

.btn-red.btn-accent-3:focus,
.btn-red.btn-accent-3:active {
    border-color: #C62828 !important;
    background-color: #B71C1C !important;
}

.btn-outline-red.btn-outline-accent-3 {
    border-color: #FF1744 !important;
    color: #FF1744 !important;
}

.btn-outline-red.btn-outline-accent-3:hover {
    background-color: #FF1744 !important;
}

input:focus~.bg-red {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF1744 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF1744 !important;
}

.border-red.border-accent-3 {
    border: 1px solid #FF1744 !important;
}

.border-top-red.border-top-accent-3 {
    border-top: 1px solid #FF1744 !important;
}

.border-bottom-red.border-bottom-accent-3 {
    border-bottom: 1px solid #FF1744 !important;
}

.border-left-red.border-left-accent-3 {
    border-left: 1px solid #FF1744 !important;
}

.border-right-red.border-right-accent-3 {
    border-right: 1px solid #FF1744 !important;
}

.overlay-red.overlay-accent-3 {
    background: #FF1744;
    /* The Fallback */
    background: rgba(255, 23, 68, 0.8);
}

.red.accent-4 {
    color: #D50000 !important;
}

.bg-red.bg-accent-4 {
    background-color: #D50000 !important;
}

.btn-red.btn-accent-4 {
    border-color: #D32F2F !important;
    background-color: #D50000 !important;
}

.btn-red.btn-accent-4:hover {
    border-color: #D32F2F !important;
    background-color: #C62828 !important;
}

.btn-red.btn-accent-4:focus,
.btn-red.btn-accent-4:active {
    border-color: #C62828 !important;
    background-color: #B71C1C !important;
}

.btn-outline-red.btn-outline-accent-4 {
    border-color: #D50000 !important;
    color: #D50000 !important;
}

.btn-outline-red.btn-outline-accent-4:hover {
    background-color: #D50000 !important;
}

input:focus~.bg-red {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #D50000 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #D50000 !important;
}

.border-red.border-accent-4 {
    border: 1px solid #D50000 !important;
}

.border-top-red.border-top-accent-4 {
    border-top: 1px solid #D50000 !important;
}

.border-bottom-red.border-bottom-accent-4 {
    border-bottom: 1px solid #D50000 !important;
}

.border-left-red.border-left-accent-4 {
    border-left: 1px solid #D50000 !important;
}

.border-right-red.border-right-accent-4 {
    border-right: 1px solid #D50000 !important;
}

.overlay-red.overlay-accent-4 {
    background: #D50000;
    /* The Fallback */
    background: rgba(213, 0, 0, 0.8);
}

.pink.lighten-5 {
    color: #FCE4EC !important;
}

.bg-pink.bg-lighten-5 {
    background-color: #FCE4EC !important;
}

.btn-pink.btn-lighten-5 {
    border-color: #C2185B !important;
    background-color: #FCE4EC !important;
}

.btn-pink.btn-lighten-5:hover {
    border-color: #C2185B !important;
    background-color: #AD1457 !important;
}

.btn-pink.btn-lighten-5:focus,
.btn-pink.btn-lighten-5:active {
    border-color: #AD1457 !important;
    background-color: #880E4F !important;
}

.btn-outline-pink.btn-outline-lighten-5 {
    border-color: #FCE4EC !important;
    color: #FCE4EC !important;
}

.btn-outline-pink.btn-outline-lighten-5:hover {
    background-color: #FCE4EC !important;
}

input:focus~.bg-pink {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FCE4EC !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FCE4EC !important;
}

.border-pink.border-lighten-5 {
    border: 1px solid #FCE4EC !important;
}

.border-top-pink.border-top-lighten-5 {
    border-top: 1px solid #FCE4EC !important;
}

.border-bottom-pink.border-bottom-lighten-5 {
    border-bottom: 1px solid #FCE4EC !important;
}

.border-left-pink.border-left-lighten-5 {
    border-left: 1px solid #FCE4EC !important;
}

.border-right-pink.border-right-lighten-5 {
    border-right: 1px solid #FCE4EC !important;
}

.overlay-pink.overlay-lighten-5 {
    background: #FCE4EC;
    /* The Fallback */
    background: rgba(252, 228, 236, 0.8);
}

.pink.lighten-4 {
    color: #F8BBD0 !important;
}

.bg-pink.bg-lighten-4 {
    background-color: #F8BBD0 !important;
}

.btn-pink.btn-lighten-4 {
    border-color: #C2185B !important;
    background-color: #F8BBD0 !important;
}

.btn-pink.btn-lighten-4:hover {
    border-color: #C2185B !important;
    background-color: #AD1457 !important;
}

.btn-pink.btn-lighten-4:focus,
.btn-pink.btn-lighten-4:active {
    border-color: #AD1457 !important;
    background-color: #880E4F !important;
}

.btn-outline-pink.btn-outline-lighten-4 {
    border-color: #F8BBD0 !important;
    color: #F8BBD0 !important;
}

.btn-outline-pink.btn-outline-lighten-4:hover {
    background-color: #F8BBD0 !important;
}

input:focus~.bg-pink {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F8BBD0 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F8BBD0 !important;
}

.border-pink.border-lighten-4 {
    border: 1px solid #F8BBD0 !important;
}

.border-top-pink.border-top-lighten-4 {
    border-top: 1px solid #F8BBD0 !important;
}

.border-bottom-pink.border-bottom-lighten-4 {
    border-bottom: 1px solid #F8BBD0 !important;
}

.border-left-pink.border-left-lighten-4 {
    border-left: 1px solid #F8BBD0 !important;
}

.border-right-pink.border-right-lighten-4 {
    border-right: 1px solid #F8BBD0 !important;
}

.overlay-pink.overlay-lighten-4 {
    background: #F8BBD0;
    /* The Fallback */
    background: rgba(248, 187, 208, 0.8);
}

.pink.lighten-3 {
    color: #F48FB1 !important;
}

.bg-pink.bg-lighten-3 {
    background-color: #F48FB1 !important;
}

.btn-pink.btn-lighten-3 {
    border-color: #C2185B !important;
    background-color: #F48FB1 !important;
}

.btn-pink.btn-lighten-3:hover {
    border-color: #C2185B !important;
    background-color: #AD1457 !important;
}

.btn-pink.btn-lighten-3:focus,
.btn-pink.btn-lighten-3:active {
    border-color: #AD1457 !important;
    background-color: #880E4F !important;
}

.btn-outline-pink.btn-outline-lighten-3 {
    border-color: #F48FB1 !important;
    color: #F48FB1 !important;
}

.btn-outline-pink.btn-outline-lighten-3:hover {
    background-color: #F48FB1 !important;
}

input:focus~.bg-pink {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F48FB1 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F48FB1 !important;
}

.border-pink.border-lighten-3 {
    border: 1px solid #F48FB1 !important;
}

.border-top-pink.border-top-lighten-3 {
    border-top: 1px solid #F48FB1 !important;
}

.border-bottom-pink.border-bottom-lighten-3 {
    border-bottom: 1px solid #F48FB1 !important;
}

.border-left-pink.border-left-lighten-3 {
    border-left: 1px solid #F48FB1 !important;
}

.border-right-pink.border-right-lighten-3 {
    border-right: 1px solid #F48FB1 !important;
}

.overlay-pink.overlay-lighten-3 {
    background: #F48FB1;
    /* The Fallback */
    background: rgba(244, 143, 177, 0.8);
}

.pink.lighten-2 {
    color: #F06292 !important;
}

.bg-pink.bg-lighten-2 {
    background-color: #F06292 !important;
}

.btn-pink.btn-lighten-2 {
    border-color: #C2185B !important;
    background-color: #F06292 !important;
}

.btn-pink.btn-lighten-2:hover {
    border-color: #C2185B !important;
    background-color: #AD1457 !important;
}

.btn-pink.btn-lighten-2:focus,
.btn-pink.btn-lighten-2:active {
    border-color: #AD1457 !important;
    background-color: #880E4F !important;
}

.btn-outline-pink.btn-outline-lighten-2 {
    border-color: #F06292 !important;
    color: #F06292 !important;
}

.btn-outline-pink.btn-outline-lighten-2:hover {
    background-color: #F06292 !important;
}

input:focus~.bg-pink {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F06292 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F06292 !important;
}

.border-pink.border-lighten-2 {
    border: 1px solid #F06292 !important;
}

.border-top-pink.border-top-lighten-2 {
    border-top: 1px solid #F06292 !important;
}

.border-bottom-pink.border-bottom-lighten-2 {
    border-bottom: 1px solid #F06292 !important;
}

.border-left-pink.border-left-lighten-2 {
    border-left: 1px solid #F06292 !important;
}

.border-right-pink.border-right-lighten-2 {
    border-right: 1px solid #F06292 !important;
}

.overlay-pink.overlay-lighten-2 {
    background: #F06292;
    /* The Fallback */
    background: rgba(240, 98, 146, 0.8);
}

.pink.lighten-1 {
    color: #EC407A !important;
}

.bg-pink.bg-lighten-1 {
    background-color: #EC407A !important;
}

.btn-pink.btn-lighten-1 {
    border-color: #C2185B !important;
    background-color: #EC407A !important;
}

.btn-pink.btn-lighten-1:hover {
    border-color: #C2185B !important;
    background-color: #AD1457 !important;
}

.btn-pink.btn-lighten-1:focus,
.btn-pink.btn-lighten-1:active {
    border-color: #AD1457 !important;
    background-color: #880E4F !important;
}

.btn-outline-pink.btn-outline-lighten-1 {
    border-color: #EC407A !important;
    color: #EC407A !important;
}

.btn-outline-pink.btn-outline-lighten-1:hover {
    background-color: #EC407A !important;
}

input:focus~.bg-pink {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #EC407A !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #EC407A !important;
}

.border-pink.border-lighten-1 {
    border: 1px solid #EC407A !important;
}

.border-top-pink.border-top-lighten-1 {
    border-top: 1px solid #EC407A !important;
}

.border-bottom-pink.border-bottom-lighten-1 {
    border-bottom: 1px solid #EC407A !important;
}

.border-left-pink.border-left-lighten-1 {
    border-left: 1px solid #EC407A !important;
}

.border-right-pink.border-right-lighten-1 {
    border-right: 1px solid #EC407A !important;
}

.overlay-pink.overlay-lighten-1 {
    background: #EC407A;
    /* The Fallback */
    background: rgba(236, 64, 122, 0.8);
}

.pink {
    color: #E91E63 !important;
}

.bg-pink {
    background-color: #E91E63 !important;
}

.bg-pink .card-header,
.bg-pink .card-footer {
    background-color: transparent;
}

.alert-pink {
    border-color: #E91E63 !important;
    background-color: #ef5f90 !important;
    color: #4d081f !important;
}

.alert-pink .alert-link {
    color: #280410 !important;
}

.border-pink {
    border-color: #E91E63;
}

.bg-pink.badge-glow,
.border-pink.badge-glow {
    -webkit-box-shadow: 0px 0px 10px #E91E63;
    box-shadow: 0px 0px 10px #E91E63;
}

.overlay-pink {
    background: #E91E63;
    /* The Fallback */
    background: rgba(233, 30, 99, 0.8);
}

/* .card-outline-pink{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-pink {
    border-color: #C2185B !important;
    background-color: #E91E63 !important;
    color: #FFFFFF;
}

.btn-pink:hover {
    border-color: #D81B60 !important;
    background-color: #EC407A !important;
    color: #FFF !important;
}

.btn-pink:focus,
.btn-pink:active {
    border-color: #C2185B !important;
    background-color: #AD1457 !important;
    color: #FFF !important;
}

.btn-outline-pink {
    border-color: #E91E63;
    background-color: transparent;
    color: #E91E63;
}

.btn-outline-pink:hover {
    background-color: #E91E63;
    color: #FFF !important;
}

input[type="checkbox"].bg-pink+.custom-control-label:before,
input[type="radio"].bg-pink+.custom-control-label:before {
    background-color: #E91E63 !important;
}

input:focus~.bg-pink {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E91E63 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E91E63 !important;
}

.border-pink {
    border: 1px solid #E91E63 !important;
}

.border-top-pink {
    border-top: 1px solid #E91E63;
}

.border-bottom-pink {
    border-bottom: 1px solid #E91E63;
}

.border-left-pink {
    border-left: 1px solid #E91E63;
}

.border-right-pink {
    border-right: 1px solid #E91E63;
}

.pink.darken-1 {
    color: #D81B60 !important;
}

.bg-pink.bg-darken-1 {
    background-color: #D81B60 !important;
}

.btn-pink.btn-darken-1 {
    border-color: #C2185B !important;
    background-color: #D81B60 !important;
}

.btn-pink.btn-darken-1:hover {
    border-color: #C2185B !important;
    background-color: #AD1457 !important;
}

.btn-pink.btn-darken-1:focus,
.btn-pink.btn-darken-1:active {
    border-color: #AD1457 !important;
    background-color: #880E4F !important;
}

.btn-outline-pink.btn-outline-darken-1 {
    border-color: #D81B60 !important;
    color: #D81B60 !important;
}

.btn-outline-pink.btn-outline-darken-1:hover {
    background-color: #D81B60 !important;
}

input:focus~.bg-pink {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #D81B60 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #D81B60 !important;
}

.border-pink.border-darken-1 {
    border: 1px solid #D81B60 !important;
}

.border-top-pink.border-top-darken-1 {
    border-top: 1px solid #D81B60 !important;
}

.border-bottom-pink.border-bottom-darken-1 {
    border-bottom: 1px solid #D81B60 !important;
}

.border-left-pink.border-left-darken-1 {
    border-left: 1px solid #D81B60 !important;
}

.border-right-pink.border-right-darken-1 {
    border-right: 1px solid #D81B60 !important;
}

.overlay-pink.overlay-darken-1 {
    background: #D81B60;
    /* The Fallback */
    background: rgba(216, 27, 96, 0.8);
}

.pink.darken-2 {
    color: #C2185B !important;
}

.bg-pink.bg-darken-2 {
    background-color: #C2185B !important;
}

.btn-pink.btn-darken-2 {
    border-color: #C2185B !important;
    background-color: #C2185B !important;
}

.btn-pink.btn-darken-2:hover {
    border-color: #C2185B !important;
    background-color: #AD1457 !important;
}

.btn-pink.btn-darken-2:focus,
.btn-pink.btn-darken-2:active {
    border-color: #AD1457 !important;
    background-color: #880E4F !important;
}

.btn-outline-pink.btn-outline-darken-2 {
    border-color: #C2185B !important;
    color: #C2185B !important;
}

.btn-outline-pink.btn-outline-darken-2:hover {
    background-color: #C2185B !important;
}

input:focus~.bg-pink {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #C2185B !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #C2185B !important;
}

.border-pink.border-darken-2 {
    border: 1px solid #C2185B !important;
}

.border-top-pink.border-top-darken-2 {
    border-top: 1px solid #C2185B !important;
}

.border-bottom-pink.border-bottom-darken-2 {
    border-bottom: 1px solid #C2185B !important;
}

.border-left-pink.border-left-darken-2 {
    border-left: 1px solid #C2185B !important;
}

.border-right-pink.border-right-darken-2 {
    border-right: 1px solid #C2185B !important;
}

.overlay-pink.overlay-darken-2 {
    background: #C2185B;
    /* The Fallback */
    background: rgba(194, 24, 91, 0.8);
}

.pink.darken-3 {
    color: #AD1457 !important;
}

.bg-pink.bg-darken-3 {
    background-color: #AD1457 !important;
}

.btn-pink.btn-darken-3 {
    border-color: #C2185B !important;
    background-color: #AD1457 !important;
}

.btn-pink.btn-darken-3:hover {
    border-color: #C2185B !important;
    background-color: #AD1457 !important;
}

.btn-pink.btn-darken-3:focus,
.btn-pink.btn-darken-3:active {
    border-color: #AD1457 !important;
    background-color: #880E4F !important;
}

.btn-outline-pink.btn-outline-darken-3 {
    border-color: #AD1457 !important;
    color: #AD1457 !important;
}

.btn-outline-pink.btn-outline-darken-3:hover {
    background-color: #AD1457 !important;
}

input:focus~.bg-pink {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #AD1457 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #AD1457 !important;
}

.border-pink.border-darken-3 {
    border: 1px solid #AD1457 !important;
}

.border-top-pink.border-top-darken-3 {
    border-top: 1px solid #AD1457 !important;
}

.border-bottom-pink.border-bottom-darken-3 {
    border-bottom: 1px solid #AD1457 !important;
}

.border-left-pink.border-left-darken-3 {
    border-left: 1px solid #AD1457 !important;
}

.border-right-pink.border-right-darken-3 {
    border-right: 1px solid #AD1457 !important;
}

.overlay-pink.overlay-darken-3 {
    background: #AD1457;
    /* The Fallback */
    background: rgba(173, 20, 87, 0.8);
}

.pink.darken-4 {
    color: #880E4F !important;
}

.bg-pink.bg-darken-4 {
    background-color: #880E4F !important;
}

.btn-pink.btn-darken-4 {
    border-color: #C2185B !important;
    background-color: #880E4F !important;
}

.btn-pink.btn-darken-4:hover {
    border-color: #C2185B !important;
    background-color: #AD1457 !important;
}

.btn-pink.btn-darken-4:focus,
.btn-pink.btn-darken-4:active {
    border-color: #AD1457 !important;
    background-color: #880E4F !important;
}

.btn-outline-pink.btn-outline-darken-4 {
    border-color: #880E4F !important;
    color: #880E4F !important;
}

.btn-outline-pink.btn-outline-darken-4:hover {
    background-color: #880E4F !important;
}

input:focus~.bg-pink {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #880E4F !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #880E4F !important;
}

.border-pink.border-darken-4 {
    border: 1px solid #880E4F !important;
}

.border-top-pink.border-top-darken-4 {
    border-top: 1px solid #880E4F !important;
}

.border-bottom-pink.border-bottom-darken-4 {
    border-bottom: 1px solid #880E4F !important;
}

.border-left-pink.border-left-darken-4 {
    border-left: 1px solid #880E4F !important;
}

.border-right-pink.border-right-darken-4 {
    border-right: 1px solid #880E4F !important;
}

.overlay-pink.overlay-darken-4 {
    background: #880E4F;
    /* The Fallback */
    background: rgba(136, 14, 79, 0.8);
}

.pink.accent-1 {
    color: #FF80AB !important;
}

.bg-pink.bg-accent-1 {
    background-color: #FF80AB !important;
}

.btn-pink.btn-accent-1 {
    border-color: #C2185B !important;
    background-color: #FF80AB !important;
}

.btn-pink.btn-accent-1:hover {
    border-color: #C2185B !important;
    background-color: #AD1457 !important;
}

.btn-pink.btn-accent-1:focus,
.btn-pink.btn-accent-1:active {
    border-color: #AD1457 !important;
    background-color: #880E4F !important;
}

.btn-outline-pink.btn-outline-accent-1 {
    border-color: #FF80AB !important;
    color: #FF80AB !important;
}

.btn-outline-pink.btn-outline-accent-1:hover {
    background-color: #FF80AB !important;
}

input:focus~.bg-pink {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF80AB !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF80AB !important;
}

.border-pink.border-accent-1 {
    border: 1px solid #FF80AB !important;
}

.border-top-pink.border-top-accent-1 {
    border-top: 1px solid #FF80AB !important;
}

.border-bottom-pink.border-bottom-accent-1 {
    border-bottom: 1px solid #FF80AB !important;
}

.border-left-pink.border-left-accent-1 {
    border-left: 1px solid #FF80AB !important;
}

.border-right-pink.border-right-accent-1 {
    border-right: 1px solid #FF80AB !important;
}

.overlay-pink.overlay-accent-1 {
    background: #FF80AB;
    /* The Fallback */
    background: rgba(255, 128, 171, 0.8);
}

.pink.accent-2 {
    color: #FF4081 !important;
}

.bg-pink.bg-accent-2 {
    background-color: #FF4081 !important;
}

.btn-pink.btn-accent-2 {
    border-color: #C2185B !important;
    background-color: #FF4081 !important;
}

.btn-pink.btn-accent-2:hover {
    border-color: #C2185B !important;
    background-color: #AD1457 !important;
}

.btn-pink.btn-accent-2:focus,
.btn-pink.btn-accent-2:active {
    border-color: #AD1457 !important;
    background-color: #880E4F !important;
}

.btn-outline-pink.btn-outline-accent-2 {
    border-color: #FF4081 !important;
    color: #FF4081 !important;
}

.btn-outline-pink.btn-outline-accent-2:hover {
    background-color: #FF4081 !important;
}

input:focus~.bg-pink {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF4081 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF4081 !important;
}

.border-pink.border-accent-2 {
    border: 1px solid #FF4081 !important;
}

.border-top-pink.border-top-accent-2 {
    border-top: 1px solid #FF4081 !important;
}

.border-bottom-pink.border-bottom-accent-2 {
    border-bottom: 1px solid #FF4081 !important;
}

.border-left-pink.border-left-accent-2 {
    border-left: 1px solid #FF4081 !important;
}

.border-right-pink.border-right-accent-2 {
    border-right: 1px solid #FF4081 !important;
}

.overlay-pink.overlay-accent-2 {
    background: #FF4081;
    /* The Fallback */
    background: rgba(255, 64, 129, 0.8);
}

.pink.accent-3 {
    color: #F50057 !important;
}

.bg-pink.bg-accent-3 {
    background-color: #F50057 !important;
}

.btn-pink.btn-accent-3 {
    border-color: #C2185B !important;
    background-color: #F50057 !important;
}

.btn-pink.btn-accent-3:hover {
    border-color: #C2185B !important;
    background-color: #AD1457 !important;
}

.btn-pink.btn-accent-3:focus,
.btn-pink.btn-accent-3:active {
    border-color: #AD1457 !important;
    background-color: #880E4F !important;
}

.btn-outline-pink.btn-outline-accent-3 {
    border-color: #F50057 !important;
    color: #F50057 !important;
}

.btn-outline-pink.btn-outline-accent-3:hover {
    background-color: #F50057 !important;
}

input:focus~.bg-pink {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F50057 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F50057 !important;
}

.border-pink.border-accent-3 {
    border: 1px solid #F50057 !important;
}

.border-top-pink.border-top-accent-3 {
    border-top: 1px solid #F50057 !important;
}

.border-bottom-pink.border-bottom-accent-3 {
    border-bottom: 1px solid #F50057 !important;
}

.border-left-pink.border-left-accent-3 {
    border-left: 1px solid #F50057 !important;
}

.border-right-pink.border-right-accent-3 {
    border-right: 1px solid #F50057 !important;
}

.overlay-pink.overlay-accent-3 {
    background: #F50057;
    /* The Fallback */
    background: rgba(245, 0, 87, 0.8);
}

.pink.accent-4 {
    color: #C51162 !important;
}

.bg-pink.bg-accent-4 {
    background-color: #C51162 !important;
}

.btn-pink.btn-accent-4 {
    border-color: #C2185B !important;
    background-color: #C51162 !important;
}

.btn-pink.btn-accent-4:hover {
    border-color: #C2185B !important;
    background-color: #AD1457 !important;
}

.btn-pink.btn-accent-4:focus,
.btn-pink.btn-accent-4:active {
    border-color: #AD1457 !important;
    background-color: #880E4F !important;
}

.btn-outline-pink.btn-outline-accent-4 {
    border-color: #C51162 !important;
    color: #C51162 !important;
}

.btn-outline-pink.btn-outline-accent-4:hover {
    background-color: #C51162 !important;
}

input:focus~.bg-pink {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #C51162 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #C51162 !important;
}

.border-pink.border-accent-4 {
    border: 1px solid #C51162 !important;
}

.border-top-pink.border-top-accent-4 {
    border-top: 1px solid #C51162 !important;
}

.border-bottom-pink.border-bottom-accent-4 {
    border-bottom: 1px solid #C51162 !important;
}

.border-left-pink.border-left-accent-4 {
    border-left: 1px solid #C51162 !important;
}

.border-right-pink.border-right-accent-4 {
    border-right: 1px solid #C51162 !important;
}

.overlay-pink.overlay-accent-4 {
    background: #C51162;
    /* The Fallback */
    background: rgba(197, 17, 98, 0.8);
}

.purple.lighten-5 {
    color: #F3E5F5 !important;
}

.bg-purple.bg-lighten-5 {
    background-color: #F3E5F5 !important;
}

.btn-purple.btn-lighten-5 {
    border-color: #7B1FA2 !important;
    background-color: #F3E5F5 !important;
}

.btn-purple.btn-lighten-5:hover {
    border-color: #7B1FA2 !important;
    background-color: #6A1B9A !important;
}

.btn-purple.btn-lighten-5:focus,
.btn-purple.btn-lighten-5:active {
    border-color: #6A1B9A !important;
    background-color: #4A148C !important;
}

.btn-outline-purple.btn-outline-lighten-5 {
    border-color: #F3E5F5 !important;
    color: #F3E5F5 !important;
}

.btn-outline-purple.btn-outline-lighten-5:hover {
    background-color: #F3E5F5 !important;
}

input:focus~.bg-purple {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F3E5F5 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F3E5F5 !important;
}

.border-purple.border-lighten-5 {
    border: 1px solid #F3E5F5 !important;
}

.border-top-purple.border-top-lighten-5 {
    border-top: 1px solid #F3E5F5 !important;
}

.border-bottom-purple.border-bottom-lighten-5 {
    border-bottom: 1px solid #F3E5F5 !important;
}

.border-left-purple.border-left-lighten-5 {
    border-left: 1px solid #F3E5F5 !important;
}

.border-right-purple.border-right-lighten-5 {
    border-right: 1px solid #F3E5F5 !important;
}

.overlay-purple.overlay-lighten-5 {
    background: #F3E5F5;
    /* The Fallback */
    background: rgba(243, 229, 245, 0.8);
}

.purple.lighten-4 {
    color: #E1BEE7 !important;
}

.bg-purple.bg-lighten-4 {
    background-color: #E1BEE7 !important;
}

.btn-purple.btn-lighten-4 {
    border-color: #7B1FA2 !important;
    background-color: #E1BEE7 !important;
}

.btn-purple.btn-lighten-4:hover {
    border-color: #7B1FA2 !important;
    background-color: #6A1B9A !important;
}

.btn-purple.btn-lighten-4:focus,
.btn-purple.btn-lighten-4:active {
    border-color: #6A1B9A !important;
    background-color: #4A148C !important;
}

.btn-outline-purple.btn-outline-lighten-4 {
    border-color: #E1BEE7 !important;
    color: #E1BEE7 !important;
}

.btn-outline-purple.btn-outline-lighten-4:hover {
    background-color: #E1BEE7 !important;
}

input:focus~.bg-purple {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E1BEE7 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E1BEE7 !important;
}

.border-purple.border-lighten-4 {
    border: 1px solid #E1BEE7 !important;
}

.border-top-purple.border-top-lighten-4 {
    border-top: 1px solid #E1BEE7 !important;
}

.border-bottom-purple.border-bottom-lighten-4 {
    border-bottom: 1px solid #E1BEE7 !important;
}

.border-left-purple.border-left-lighten-4 {
    border-left: 1px solid #E1BEE7 !important;
}

.border-right-purple.border-right-lighten-4 {
    border-right: 1px solid #E1BEE7 !important;
}

.overlay-purple.overlay-lighten-4 {
    background: #E1BEE7;
    /* The Fallback */
    background: rgba(225, 190, 231, 0.8);
}

.purple.lighten-3 {
    color: #CE93D8 !important;
}

.bg-purple.bg-lighten-3 {
    background-color: #CE93D8 !important;
}

.btn-purple.btn-lighten-3 {
    border-color: #7B1FA2 !important;
    background-color: #CE93D8 !important;
}

.btn-purple.btn-lighten-3:hover {
    border-color: #7B1FA2 !important;
    background-color: #6A1B9A !important;
}

.btn-purple.btn-lighten-3:focus,
.btn-purple.btn-lighten-3:active {
    border-color: #6A1B9A !important;
    background-color: #4A148C !important;
}

.btn-outline-purple.btn-outline-lighten-3 {
    border-color: #CE93D8 !important;
    color: #CE93D8 !important;
}

.btn-outline-purple.btn-outline-lighten-3:hover {
    background-color: #CE93D8 !important;
}

input:focus~.bg-purple {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #CE93D8 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #CE93D8 !important;
}

.border-purple.border-lighten-3 {
    border: 1px solid #CE93D8 !important;
}

.border-top-purple.border-top-lighten-3 {
    border-top: 1px solid #CE93D8 !important;
}

.border-bottom-purple.border-bottom-lighten-3 {
    border-bottom: 1px solid #CE93D8 !important;
}

.border-left-purple.border-left-lighten-3 {
    border-left: 1px solid #CE93D8 !important;
}

.border-right-purple.border-right-lighten-3 {
    border-right: 1px solid #CE93D8 !important;
}

.overlay-purple.overlay-lighten-3 {
    background: #CE93D8;
    /* The Fallback */
    background: rgba(206, 147, 216, 0.8);
}

.purple.lighten-2 {
    color: #BA68C8 !important;
}

.bg-purple.bg-lighten-2 {
    background-color: #BA68C8 !important;
}

.btn-purple.btn-lighten-2 {
    border-color: #7B1FA2 !important;
    background-color: #BA68C8 !important;
}

.btn-purple.btn-lighten-2:hover {
    border-color: #7B1FA2 !important;
    background-color: #6A1B9A !important;
}

.btn-purple.btn-lighten-2:focus,
.btn-purple.btn-lighten-2:active {
    border-color: #6A1B9A !important;
    background-color: #4A148C !important;
}

.btn-outline-purple.btn-outline-lighten-2 {
    border-color: #BA68C8 !important;
    color: #BA68C8 !important;
}

.btn-outline-purple.btn-outline-lighten-2:hover {
    background-color: #BA68C8 !important;
}

input:focus~.bg-purple {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #BA68C8 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #BA68C8 !important;
}

.border-purple.border-lighten-2 {
    border: 1px solid #BA68C8 !important;
}

.border-top-purple.border-top-lighten-2 {
    border-top: 1px solid #BA68C8 !important;
}

.border-bottom-purple.border-bottom-lighten-2 {
    border-bottom: 1px solid #BA68C8 !important;
}

.border-left-purple.border-left-lighten-2 {
    border-left: 1px solid #BA68C8 !important;
}

.border-right-purple.border-right-lighten-2 {
    border-right: 1px solid #BA68C8 !important;
}

.overlay-purple.overlay-lighten-2 {
    background: #BA68C8;
    /* The Fallback */
    background: rgba(186, 104, 200, 0.8);
}

.purple.lighten-1 {
    color: #AB47BC !important;
}

.bg-purple.bg-lighten-1 {
    background-color: #AB47BC !important;
}

.btn-purple.btn-lighten-1 {
    border-color: #7B1FA2 !important;
    background-color: #AB47BC !important;
}

.btn-purple.btn-lighten-1:hover {
    border-color: #7B1FA2 !important;
    background-color: #6A1B9A !important;
}

.btn-purple.btn-lighten-1:focus,
.btn-purple.btn-lighten-1:active {
    border-color: #6A1B9A !important;
    background-color: #4A148C !important;
}

.btn-outline-purple.btn-outline-lighten-1 {
    border-color: #AB47BC !important;
    color: #AB47BC !important;
}

.btn-outline-purple.btn-outline-lighten-1:hover {
    background-color: #AB47BC !important;
}

input:focus~.bg-purple {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #AB47BC !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #AB47BC !important;
}

.border-purple.border-lighten-1 {
    border: 1px solid #AB47BC !important;
}

.border-top-purple.border-top-lighten-1 {
    border-top: 1px solid #AB47BC !important;
}

.border-bottom-purple.border-bottom-lighten-1 {
    border-bottom: 1px solid #AB47BC !important;
}

.border-left-purple.border-left-lighten-1 {
    border-left: 1px solid #AB47BC !important;
}

.border-right-purple.border-right-lighten-1 {
    border-right: 1px solid #AB47BC !important;
}

.overlay-purple.overlay-lighten-1 {
    background: #AB47BC;
    /* The Fallback */
    background: rgba(171, 71, 188, 0.8);
}

.purple {
    color: #9C27B0 !important;
}

.bg-purple {
    background-color: #9C27B0 !important;
}

.bg-purple .card-header,
.bg-purple .card-footer {
    background-color: transparent;
}

.alert-purple {
    border-color: #9C27B0 !important;
    background-color: #c248d6 !important;
    color: #1a071e !important;
}

.alert-purple .alert-link {
    color: black !important;
}

.border-purple {
    border-color: #9C27B0;
}

.bg-purple.badge-glow,
.border-purple.badge-glow {
    -webkit-box-shadow: 0px 0px 10px #9C27B0;
    box-shadow: 0px 0px 10px #9C27B0;
}

.overlay-purple {
    background: #9C27B0;
    /* The Fallback */
    background: rgba(156, 39, 176, 0.8);
}

/* .card-outline-purple{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-purple {
    border-color: #7B1FA2 !important;
    background-color: #9C27B0 !important;
    color: #FFFFFF;
}

.btn-purple:hover {
    border-color: #8E24AA !important;
    background-color: #AB47BC !important;
    color: #FFF !important;
}

.btn-purple:focus,
.btn-purple:active {
    border-color: #7B1FA2 !important;
    background-color: #6A1B9A !important;
    color: #FFF !important;
}

.btn-outline-purple {
    border-color: #9C27B0;
    background-color: transparent;
    color: #9C27B0;
}

.btn-outline-purple:hover {
    background-color: #9C27B0;
    color: #FFF !important;
}

input[type="checkbox"].bg-purple+.custom-control-label:before,
input[type="radio"].bg-purple+.custom-control-label:before {
    background-color: #9C27B0 !important;
}

input:focus~.bg-purple {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9C27B0 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9C27B0 !important;
}

.border-purple {
    border: 1px solid #9C27B0 !important;
}

.border-top-purple {
    border-top: 1px solid #9C27B0;
}

.border-bottom-purple {
    border-bottom: 1px solid #9C27B0;
}

.border-left-purple {
    border-left: 1px solid #9C27B0;
}

.border-right-purple {
    border-right: 1px solid #9C27B0;
}

.purple.darken-1 {
    color: #8E24AA !important;
}

.bg-purple.bg-darken-1 {
    background-color: #8E24AA !important;
}

.btn-purple.btn-darken-1 {
    border-color: #7B1FA2 !important;
    background-color: #8E24AA !important;
}

.btn-purple.btn-darken-1:hover {
    border-color: #7B1FA2 !important;
    background-color: #6A1B9A !important;
}

.btn-purple.btn-darken-1:focus,
.btn-purple.btn-darken-1:active {
    border-color: #6A1B9A !important;
    background-color: #4A148C !important;
}

.btn-outline-purple.btn-outline-darken-1 {
    border-color: #8E24AA !important;
    color: #8E24AA !important;
}

.btn-outline-purple.btn-outline-darken-1:hover {
    background-color: #8E24AA !important;
}

input:focus~.bg-purple {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #8E24AA !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #8E24AA !important;
}

.border-purple.border-darken-1 {
    border: 1px solid #8E24AA !important;
}

.border-top-purple.border-top-darken-1 {
    border-top: 1px solid #8E24AA !important;
}

.border-bottom-purple.border-bottom-darken-1 {
    border-bottom: 1px solid #8E24AA !important;
}

.border-left-purple.border-left-darken-1 {
    border-left: 1px solid #8E24AA !important;
}

.border-right-purple.border-right-darken-1 {
    border-right: 1px solid #8E24AA !important;
}

.overlay-purple.overlay-darken-1 {
    background: #8E24AA;
    /* The Fallback */
    background: rgba(142, 36, 170, 0.8);
}

.purple.darken-2 {
    color: #7B1FA2 !important;
}

.bg-purple.bg-darken-2 {
    background-color: #7B1FA2 !important;
}

.btn-purple.btn-darken-2 {
    border-color: #7B1FA2 !important;
    background-color: #7B1FA2 !important;
}

.btn-purple.btn-darken-2:hover {
    border-color: #7B1FA2 !important;
    background-color: #6A1B9A !important;
}

.btn-purple.btn-darken-2:focus,
.btn-purple.btn-darken-2:active {
    border-color: #6A1B9A !important;
    background-color: #4A148C !important;
}

.btn-outline-purple.btn-outline-darken-2 {
    border-color: #7B1FA2 !important;
    color: #7B1FA2 !important;
}

.btn-outline-purple.btn-outline-darken-2:hover {
    background-color: #7B1FA2 !important;
}

input:focus~.bg-purple {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7B1FA2 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7B1FA2 !important;
}

.border-purple.border-darken-2 {
    border: 1px solid #7B1FA2 !important;
}

.border-top-purple.border-top-darken-2 {
    border-top: 1px solid #7B1FA2 !important;
}

.border-bottom-purple.border-bottom-darken-2 {
    border-bottom: 1px solid #7B1FA2 !important;
}

.border-left-purple.border-left-darken-2 {
    border-left: 1px solid #7B1FA2 !important;
}

.border-right-purple.border-right-darken-2 {
    border-right: 1px solid #7B1FA2 !important;
}

.overlay-purple.overlay-darken-2 {
    background: #7B1FA2;
    /* The Fallback */
    background: rgba(123, 31, 162, 0.8);
}

.purple.darken-3 {
    color: #6A1B9A !important;
}

.bg-purple.bg-darken-3 {
    background-color: #6A1B9A !important;
}

.btn-purple.btn-darken-3 {
    border-color: #7B1FA2 !important;
    background-color: #6A1B9A !important;
}

.btn-purple.btn-darken-3:hover {
    border-color: #7B1FA2 !important;
    background-color: #6A1B9A !important;
}

.btn-purple.btn-darken-3:focus,
.btn-purple.btn-darken-3:active {
    border-color: #6A1B9A !important;
    background-color: #4A148C !important;
}

.btn-outline-purple.btn-outline-darken-3 {
    border-color: #6A1B9A !important;
    color: #6A1B9A !important;
}

.btn-outline-purple.btn-outline-darken-3:hover {
    background-color: #6A1B9A !important;
}

input:focus~.bg-purple {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #6A1B9A !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #6A1B9A !important;
}

.border-purple.border-darken-3 {
    border: 1px solid #6A1B9A !important;
}

.border-top-purple.border-top-darken-3 {
    border-top: 1px solid #6A1B9A !important;
}

.border-bottom-purple.border-bottom-darken-3 {
    border-bottom: 1px solid #6A1B9A !important;
}

.border-left-purple.border-left-darken-3 {
    border-left: 1px solid #6A1B9A !important;
}

.border-right-purple.border-right-darken-3 {
    border-right: 1px solid #6A1B9A !important;
}

.overlay-purple.overlay-darken-3 {
    background: #6A1B9A;
    /* The Fallback */
    background: rgba(106, 27, 154, 0.8);
}

.purple.darken-4 {
    color: #4A148C !important;
}

.bg-purple.bg-darken-4 {
    background-color: #4A148C !important;
}

.btn-purple.btn-darken-4 {
    border-color: #7B1FA2 !important;
    background-color: #4A148C !important;
}

.btn-purple.btn-darken-4:hover {
    border-color: #7B1FA2 !important;
    background-color: #6A1B9A !important;
}

.btn-purple.btn-darken-4:focus,
.btn-purple.btn-darken-4:active {
    border-color: #6A1B9A !important;
    background-color: #4A148C !important;
}

.btn-outline-purple.btn-outline-darken-4 {
    border-color: #4A148C !important;
    color: #4A148C !important;
}

.btn-outline-purple.btn-outline-darken-4:hover {
    background-color: #4A148C !important;
}

input:focus~.bg-purple {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4A148C !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4A148C !important;
}

.border-purple.border-darken-4 {
    border: 1px solid #4A148C !important;
}

.border-top-purple.border-top-darken-4 {
    border-top: 1px solid #4A148C !important;
}

.border-bottom-purple.border-bottom-darken-4 {
    border-bottom: 1px solid #4A148C !important;
}

.border-left-purple.border-left-darken-4 {
    border-left: 1px solid #4A148C !important;
}

.border-right-purple.border-right-darken-4 {
    border-right: 1px solid #4A148C !important;
}

.overlay-purple.overlay-darken-4 {
    background: #4A148C;
    /* The Fallback */
    background: rgba(74, 20, 140, 0.8);
}

.purple.accent-1 {
    color: #EA80FC !important;
}

.bg-purple.bg-accent-1 {
    background-color: #EA80FC !important;
}

.btn-purple.btn-accent-1 {
    border-color: #7B1FA2 !important;
    background-color: #EA80FC !important;
}

.btn-purple.btn-accent-1:hover {
    border-color: #7B1FA2 !important;
    background-color: #6A1B9A !important;
}

.btn-purple.btn-accent-1:focus,
.btn-purple.btn-accent-1:active {
    border-color: #6A1B9A !important;
    background-color: #4A148C !important;
}

.btn-outline-purple.btn-outline-accent-1 {
    border-color: #EA80FC !important;
    color: #EA80FC !important;
}

.btn-outline-purple.btn-outline-accent-1:hover {
    background-color: #EA80FC !important;
}

input:focus~.bg-purple {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #EA80FC !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #EA80FC !important;
}

.border-purple.border-accent-1 {
    border: 1px solid #EA80FC !important;
}

.border-top-purple.border-top-accent-1 {
    border-top: 1px solid #EA80FC !important;
}

.border-bottom-purple.border-bottom-accent-1 {
    border-bottom: 1px solid #EA80FC !important;
}

.border-left-purple.border-left-accent-1 {
    border-left: 1px solid #EA80FC !important;
}

.border-right-purple.border-right-accent-1 {
    border-right: 1px solid #EA80FC !important;
}

.overlay-purple.overlay-accent-1 {
    background: #EA80FC;
    /* The Fallback */
    background: rgba(234, 128, 252, 0.8);
}

.purple.accent-2 {
    color: #E040FB !important;
}

.bg-purple.bg-accent-2 {
    background-color: #E040FB !important;
}

.btn-purple.btn-accent-2 {
    border-color: #7B1FA2 !important;
    background-color: #E040FB !important;
}

.btn-purple.btn-accent-2:hover {
    border-color: #7B1FA2 !important;
    background-color: #6A1B9A !important;
}

.btn-purple.btn-accent-2:focus,
.btn-purple.btn-accent-2:active {
    border-color: #6A1B9A !important;
    background-color: #4A148C !important;
}

.btn-outline-purple.btn-outline-accent-2 {
    border-color: #E040FB !important;
    color: #E040FB !important;
}

.btn-outline-purple.btn-outline-accent-2:hover {
    background-color: #E040FB !important;
}

input:focus~.bg-purple {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E040FB !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E040FB !important;
}

.border-purple.border-accent-2 {
    border: 1px solid #E040FB !important;
}

.border-top-purple.border-top-accent-2 {
    border-top: 1px solid #E040FB !important;
}

.border-bottom-purple.border-bottom-accent-2 {
    border-bottom: 1px solid #E040FB !important;
}

.border-left-purple.border-left-accent-2 {
    border-left: 1px solid #E040FB !important;
}

.border-right-purple.border-right-accent-2 {
    border-right: 1px solid #E040FB !important;
}

.overlay-purple.overlay-accent-2 {
    background: #E040FB;
    /* The Fallback */
    background: rgba(224, 64, 251, 0.8);
}

.purple.accent-3 {
    color: #D500F9 !important;
}

.bg-purple.bg-accent-3 {
    background-color: #D500F9 !important;
}

.btn-purple.btn-accent-3 {
    border-color: #7B1FA2 !important;
    background-color: #D500F9 !important;
}

.btn-purple.btn-accent-3:hover {
    border-color: #7B1FA2 !important;
    background-color: #6A1B9A !important;
}

.btn-purple.btn-accent-3:focus,
.btn-purple.btn-accent-3:active {
    border-color: #6A1B9A !important;
    background-color: #4A148C !important;
}

.btn-outline-purple.btn-outline-accent-3 {
    border-color: #D500F9 !important;
    color: #D500F9 !important;
}

.btn-outline-purple.btn-outline-accent-3:hover {
    background-color: #D500F9 !important;
}

input:focus~.bg-purple {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #D500F9 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #D500F9 !important;
}

.border-purple.border-accent-3 {
    border: 1px solid #D500F9 !important;
}

.border-top-purple.border-top-accent-3 {
    border-top: 1px solid #D500F9 !important;
}

.border-bottom-purple.border-bottom-accent-3 {
    border-bottom: 1px solid #D500F9 !important;
}

.border-left-purple.border-left-accent-3 {
    border-left: 1px solid #D500F9 !important;
}

.border-right-purple.border-right-accent-3 {
    border-right: 1px solid #D500F9 !important;
}

.overlay-purple.overlay-accent-3 {
    background: #D500F9;
    /* The Fallback */
    background: rgba(213, 0, 249, 0.8);
}

.purple.accent-4 {
    color: #DD00FF !important;
}

.bg-purple.bg-accent-4 {
    background-color: #DD00FF !important;
}

.btn-purple.btn-accent-4 {
    border-color: #7B1FA2 !important;
    background-color: #DD00FF !important;
}

.btn-purple.btn-accent-4:hover {
    border-color: #7B1FA2 !important;
    background-color: #6A1B9A !important;
}

.btn-purple.btn-accent-4:focus,
.btn-purple.btn-accent-4:active {
    border-color: #6A1B9A !important;
    background-color: #4A148C !important;
}

.btn-outline-purple.btn-outline-accent-4 {
    border-color: #DD00FF !important;
    color: #DD00FF !important;
}

.btn-outline-purple.btn-outline-accent-4:hover {
    background-color: #DD00FF !important;
}

input:focus~.bg-purple {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #DD00FF !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #DD00FF !important;
}

.border-purple.border-accent-4 {
    border: 1px solid #DD00FF !important;
}

.border-top-purple.border-top-accent-4 {
    border-top: 1px solid #DD00FF !important;
}

.border-bottom-purple.border-bottom-accent-4 {
    border-bottom: 1px solid #DD00FF !important;
}

.border-left-purple.border-left-accent-4 {
    border-left: 1px solid #DD00FF !important;
}

.border-right-purple.border-right-accent-4 {
    border-right: 1px solid #DD00FF !important;
}

.overlay-purple.overlay-accent-4 {
    background: #DD00FF;
    /* The Fallback */
    background: rgba(221, 0, 255, 0.8);
}

.blue.lighten-5 {
    color: #E3F2FD !important;
}

.bg-blue.bg-lighten-5 {
    background-color: #E3F2FD !important;
}

.btn-blue.btn-lighten-5 {
    border-color: #1976D2 !important;
    background-color: #E3F2FD !important;
}

.btn-blue.btn-lighten-5:hover {
    border-color: #1976D2 !important;
    background-color: #1565C0 !important;
}

.btn-blue.btn-lighten-5:focus,
.btn-blue.btn-lighten-5:active {
    border-color: #1565C0 !important;
    background-color: #0D47A1 !important;
}

.btn-outline-blue.btn-outline-lighten-5 {
    border-color: #E3F2FD !important;
    color: #E3F2FD !important;
}

.btn-outline-blue.btn-outline-lighten-5:hover {
    background-color: #E3F2FD !important;
}

input:focus~.bg-blue {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E3F2FD !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E3F2FD !important;
}

.border-blue.border-lighten-5 {
    border: 1px solid #E3F2FD !important;
}

.border-top-blue.border-top-lighten-5 {
    border-top: 1px solid #E3F2FD !important;
}

.border-bottom-blue.border-bottom-lighten-5 {
    border-bottom: 1px solid #E3F2FD !important;
}

.border-left-blue.border-left-lighten-5 {
    border-left: 1px solid #E3F2FD !important;
}

.border-right-blue.border-right-lighten-5 {
    border-right: 1px solid #E3F2FD !important;
}

.overlay-blue.overlay-lighten-5 {
    background: #E3F2FD;
    /* The Fallback */
    background: rgba(227, 242, 253, 0.8);
}

.blue.lighten-4 {
    color: #BBDEFB !important;
}

.bg-blue.bg-lighten-4 {
    background-color: #BBDEFB !important;
}

.btn-blue.btn-lighten-4 {
    border-color: #1976D2 !important;
    background-color: #BBDEFB !important;
}

.btn-blue.btn-lighten-4:hover {
    border-color: #1976D2 !important;
    background-color: #1565C0 !important;
}

.btn-blue.btn-lighten-4:focus,
.btn-blue.btn-lighten-4:active {
    border-color: #1565C0 !important;
    background-color: #0D47A1 !important;
}

.btn-outline-blue.btn-outline-lighten-4 {
    border-color: #BBDEFB !important;
    color: #BBDEFB !important;
}

.btn-outline-blue.btn-outline-lighten-4:hover {
    background-color: #BBDEFB !important;
}

input:focus~.bg-blue {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #BBDEFB !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #BBDEFB !important;
}

.border-blue.border-lighten-4 {
    border: 1px solid #BBDEFB !important;
}

.border-top-blue.border-top-lighten-4 {
    border-top: 1px solid #BBDEFB !important;
}

.border-bottom-blue.border-bottom-lighten-4 {
    border-bottom: 1px solid #BBDEFB !important;
}

.border-left-blue.border-left-lighten-4 {
    border-left: 1px solid #BBDEFB !important;
}

.border-right-blue.border-right-lighten-4 {
    border-right: 1px solid #BBDEFB !important;
}

.overlay-blue.overlay-lighten-4 {
    background: #BBDEFB;
    /* The Fallback */
    background: rgba(187, 222, 251, 0.8);
}

.blue.lighten-3 {
    color: #90CAF9 !important;
}

.bg-blue.bg-lighten-3 {
    background-color: #90CAF9 !important;
}

.btn-blue.btn-lighten-3 {
    border-color: #1976D2 !important;
    background-color: #90CAF9 !important;
}

.btn-blue.btn-lighten-3:hover {
    border-color: #1976D2 !important;
    background-color: #1565C0 !important;
}

.btn-blue.btn-lighten-3:focus,
.btn-blue.btn-lighten-3:active {
    border-color: #1565C0 !important;
    background-color: #0D47A1 !important;
}

.btn-outline-blue.btn-outline-lighten-3 {
    border-color: #90CAF9 !important;
    color: #90CAF9 !important;
}

.btn-outline-blue.btn-outline-lighten-3:hover {
    background-color: #90CAF9 !important;
}

input:focus~.bg-blue {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #90CAF9 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #90CAF9 !important;
}

.border-blue.border-lighten-3 {
    border: 1px solid #90CAF9 !important;
}

.border-top-blue.border-top-lighten-3 {
    border-top: 1px solid #90CAF9 !important;
}

.border-bottom-blue.border-bottom-lighten-3 {
    border-bottom: 1px solid #90CAF9 !important;
}

.border-left-blue.border-left-lighten-3 {
    border-left: 1px solid #90CAF9 !important;
}

.border-right-blue.border-right-lighten-3 {
    border-right: 1px solid #90CAF9 !important;
}

.overlay-blue.overlay-lighten-3 {
    background: #90CAF9;
    /* The Fallback */
    background: rgba(144, 202, 249, 0.8);
}

.blue.lighten-2 {
    color: #64B5F6 !important;
}

.bg-blue.bg-lighten-2 {
    background-color: #64B5F6 !important;
}

.btn-blue.btn-lighten-2 {
    border-color: #1976D2 !important;
    background-color: #64B5F6 !important;
}

.btn-blue.btn-lighten-2:hover {
    border-color: #1976D2 !important;
    background-color: #1565C0 !important;
}

.btn-blue.btn-lighten-2:focus,
.btn-blue.btn-lighten-2:active {
    border-color: #1565C0 !important;
    background-color: #0D47A1 !important;
}

.btn-outline-blue.btn-outline-lighten-2 {
    border-color: #64B5F6 !important;
    color: #64B5F6 !important;
}

.btn-outline-blue.btn-outline-lighten-2:hover {
    background-color: #64B5F6 !important;
}

input:focus~.bg-blue {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #64B5F6 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #64B5F6 !important;
}

.border-blue.border-lighten-2 {
    border: 1px solid #64B5F6 !important;
}

.border-top-blue.border-top-lighten-2 {
    border-top: 1px solid #64B5F6 !important;
}

.border-bottom-blue.border-bottom-lighten-2 {
    border-bottom: 1px solid #64B5F6 !important;
}

.border-left-blue.border-left-lighten-2 {
    border-left: 1px solid #64B5F6 !important;
}

.border-right-blue.border-right-lighten-2 {
    border-right: 1px solid #64B5F6 !important;
}

.overlay-blue.overlay-lighten-2 {
    background: #64B5F6;
    /* The Fallback */
    background: rgba(100, 181, 246, 0.8);
}

.blue.lighten-1 {
    color: #42A5F5 !important;
}

.bg-blue.bg-lighten-1 {
    background-color: #42A5F5 !important;
}

.btn-blue.btn-lighten-1 {
    border-color: #1976D2 !important;
    background-color: #42A5F5 !important;
}

.btn-blue.btn-lighten-1:hover {
    border-color: #1976D2 !important;
    background-color: #1565C0 !important;
}

.btn-blue.btn-lighten-1:focus,
.btn-blue.btn-lighten-1:active {
    border-color: #1565C0 !important;
    background-color: #0D47A1 !important;
}

.btn-outline-blue.btn-outline-lighten-1 {
    border-color: #42A5F5 !important;
    color: #42A5F5 !important;
}

.btn-outline-blue.btn-outline-lighten-1:hover {
    background-color: #42A5F5 !important;
}

input:focus~.bg-blue {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #42A5F5 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #42A5F5 !important;
}

.border-blue.border-lighten-1 {
    border: 1px solid #42A5F5 !important;
}

.border-top-blue.border-top-lighten-1 {
    border-top: 1px solid #42A5F5 !important;
}

.border-bottom-blue.border-bottom-lighten-1 {
    border-bottom: 1px solid #42A5F5 !important;
}

.border-left-blue.border-left-lighten-1 {
    border-left: 1px solid #42A5F5 !important;
}

.border-right-blue.border-right-lighten-1 {
    border-right: 1px solid #42A5F5 !important;
}

.overlay-blue.overlay-lighten-1 {
    background: #42A5F5;
    /* The Fallback */
    background: rgba(66, 165, 245, 0.8);
}

.blue {
    color: #2196F3 !important;
}

.bg-blue {
    background-color: #2196F3 !important;
}

.bg-blue .card-header,
.bg-blue .card-footer {
    background-color: transparent;
}

.alert-blue {
    border-color: #2196F3 !important;
    background-color: #65b6f7 !important;
    color: #05365d !important;
}

.alert-blue .alert-link {
    color: #031f36 !important;
}

.border-blue {
    border-color: #2196F3;
}

.bg-blue.badge-glow,
.border-blue.badge-glow {
    -webkit-box-shadow: 0px 0px 10px #2196F3;
    box-shadow: 0px 0px 10px #2196F3;
}

.overlay-blue {
    background: #2196F3;
    /* The Fallback */
    background: rgba(33, 150, 243, 0.8);
}

/* .card-outline-blue{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-blue {
    border-color: #1976D2 !important;
    background-color: #2196F3 !important;
    color: #FFFFFF;
}

.btn-blue:hover {
    border-color: #1E88E5 !important;
    background-color: #42A5F5 !important;
    color: #FFF !important;
}

.btn-blue:focus,
.btn-blue:active {
    border-color: #1976D2 !important;
    background-color: #1565C0 !important;
    color: #FFF !important;
}

.btn-outline-blue {
    border-color: #2196F3;
    background-color: transparent;
    color: #2196F3;
}

.btn-outline-blue:hover {
    background-color: #2196F3;
    color: #FFF !important;
}

input[type="checkbox"].bg-blue+.custom-control-label:before,
input[type="radio"].bg-blue+.custom-control-label:before {
    background-color: #2196F3 !important;
}

input:focus~.bg-blue {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2196F3 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2196F3 !important;
}

.border-blue {
    border: 1px solid #2196F3 !important;
}

.border-top-blue {
    border-top: 1px solid #2196F3;
}

.border-bottom-blue {
    border-bottom: 1px solid #2196F3;
}

.border-left-blue {
    border-left: 1px solid #2196F3;
}

.border-right-blue {
    border-right: 1px solid #2196F3;
}

.blue.darken-1 {
    color: #1E88E5 !important;
}

.bg-blue.bg-darken-1 {
    background-color: #1E88E5 !important;
}

.btn-blue.btn-darken-1 {
    border-color: #1976D2 !important;
    background-color: #1E88E5 !important;
}

.btn-blue.btn-darken-1:hover {
    border-color: #1976D2 !important;
    background-color: #1565C0 !important;
}

.btn-blue.btn-darken-1:focus,
.btn-blue.btn-darken-1:active {
    border-color: #1565C0 !important;
    background-color: #0D47A1 !important;
}

.btn-outline-blue.btn-outline-darken-1 {
    border-color: #1E88E5 !important;
    color: #1E88E5 !important;
}

.btn-outline-blue.btn-outline-darken-1:hover {
    background-color: #1E88E5 !important;
}

input:focus~.bg-blue {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1E88E5 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1E88E5 !important;
}

.border-blue.border-darken-1 {
    border: 1px solid #1E88E5 !important;
}

.border-top-blue.border-top-darken-1 {
    border-top: 1px solid #1E88E5 !important;
}

.border-bottom-blue.border-bottom-darken-1 {
    border-bottom: 1px solid #1E88E5 !important;
}

.border-left-blue.border-left-darken-1 {
    border-left: 1px solid #1E88E5 !important;
}

.border-right-blue.border-right-darken-1 {
    border-right: 1px solid #1E88E5 !important;
}

.overlay-blue.overlay-darken-1 {
    background: #1E88E5;
    /* The Fallback */
    background: rgba(30, 136, 229, 0.8);
}

.blue.darken-2 {
    color: #1976D2 !important;
}

.bg-blue.bg-darken-2 {
    background-color: #1976D2 !important;
}

.btn-blue.btn-darken-2 {
    border-color: #1976D2 !important;
    background-color: #1976D2 !important;
}

.btn-blue.btn-darken-2:hover {
    border-color: #1976D2 !important;
    background-color: #1565C0 !important;
}

.btn-blue.btn-darken-2:focus,
.btn-blue.btn-darken-2:active {
    border-color: #1565C0 !important;
    background-color: #0D47A1 !important;
}

.btn-outline-blue.btn-outline-darken-2 {
    border-color: #1976D2 !important;
    color: #1976D2 !important;
}

.btn-outline-blue.btn-outline-darken-2:hover {
    background-color: #1976D2 !important;
}

input:focus~.bg-blue {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1976D2 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1976D2 !important;
}

.border-blue.border-darken-2 {
    border: 1px solid #1976D2 !important;
}

.border-top-blue.border-top-darken-2 {
    border-top: 1px solid #1976D2 !important;
}

.border-bottom-blue.border-bottom-darken-2 {
    border-bottom: 1px solid #1976D2 !important;
}

.border-left-blue.border-left-darken-2 {
    border-left: 1px solid #1976D2 !important;
}

.border-right-blue.border-right-darken-2 {
    border-right: 1px solid #1976D2 !important;
}

.overlay-blue.overlay-darken-2 {
    background: #1976D2;
    /* The Fallback */
    background: rgba(25, 118, 210, 0.8);
}

.blue.darken-3 {
    color: #1565C0 !important;
}

.bg-blue.bg-darken-3 {
    background-color: #1565C0 !important;
}

.btn-blue.btn-darken-3 {
    border-color: #1976D2 !important;
    background-color: #1565C0 !important;
}

.btn-blue.btn-darken-3:hover {
    border-color: #1976D2 !important;
    background-color: #1565C0 !important;
}

.btn-blue.btn-darken-3:focus,
.btn-blue.btn-darken-3:active {
    border-color: #1565C0 !important;
    background-color: #0D47A1 !important;
}

.btn-outline-blue.btn-outline-darken-3 {
    border-color: #1565C0 !important;
    color: #1565C0 !important;
}

.btn-outline-blue.btn-outline-darken-3:hover {
    background-color: #1565C0 !important;
}

input:focus~.bg-blue {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1565C0 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1565C0 !important;
}

.border-blue.border-darken-3 {
    border: 1px solid #1565C0 !important;
}

.border-top-blue.border-top-darken-3 {
    border-top: 1px solid #1565C0 !important;
}

.border-bottom-blue.border-bottom-darken-3 {
    border-bottom: 1px solid #1565C0 !important;
}

.border-left-blue.border-left-darken-3 {
    border-left: 1px solid #1565C0 !important;
}

.border-right-blue.border-right-darken-3 {
    border-right: 1px solid #1565C0 !important;
}

.overlay-blue.overlay-darken-3 {
    background: #1565C0;
    /* The Fallback */
    background: rgba(21, 101, 192, 0.8);
}

.blue.darken-4 {
    color: #0D47A1 !important;
}

.bg-blue.bg-darken-4 {
    background-color: #0D47A1 !important;
}

.btn-blue.btn-darken-4 {
    border-color: #1976D2 !important;
    background-color: #0D47A1 !important;
}

.btn-blue.btn-darken-4:hover {
    border-color: #1976D2 !important;
    background-color: #1565C0 !important;
}

.btn-blue.btn-darken-4:focus,
.btn-blue.btn-darken-4:active {
    border-color: #1565C0 !important;
    background-color: #0D47A1 !important;
}

.btn-outline-blue.btn-outline-darken-4 {
    border-color: #0D47A1 !important;
    color: #0D47A1 !important;
}

.btn-outline-blue.btn-outline-darken-4:hover {
    background-color: #0D47A1 !important;
}

input:focus~.bg-blue {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0D47A1 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0D47A1 !important;
}

.border-blue.border-darken-4 {
    border: 1px solid #0D47A1 !important;
}

.border-top-blue.border-top-darken-4 {
    border-top: 1px solid #0D47A1 !important;
}

.border-bottom-blue.border-bottom-darken-4 {
    border-bottom: 1px solid #0D47A1 !important;
}

.border-left-blue.border-left-darken-4 {
    border-left: 1px solid #0D47A1 !important;
}

.border-right-blue.border-right-darken-4 {
    border-right: 1px solid #0D47A1 !important;
}

.overlay-blue.overlay-darken-4 {
    background: #0D47A1;
    /* The Fallback */
    background: rgba(13, 71, 161, 0.8);
}

.blue.accent-1 {
    color: #82B1FF !important;
}

.bg-blue.bg-accent-1 {
    background-color: #82B1FF !important;
}

.btn-blue.btn-accent-1 {
    border-color: #1976D2 !important;
    background-color: #82B1FF !important;
}

.btn-blue.btn-accent-1:hover {
    border-color: #1976D2 !important;
    background-color: #1565C0 !important;
}

.btn-blue.btn-accent-1:focus,
.btn-blue.btn-accent-1:active {
    border-color: #1565C0 !important;
    background-color: #0D47A1 !important;
}

.btn-outline-blue.btn-outline-accent-1 {
    border-color: #82B1FF !important;
    color: #82B1FF !important;
}

.btn-outline-blue.btn-outline-accent-1:hover {
    background-color: #82B1FF !important;
}

input:focus~.bg-blue {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #82B1FF !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #82B1FF !important;
}

.border-blue.border-accent-1 {
    border: 1px solid #82B1FF !important;
}

.border-top-blue.border-top-accent-1 {
    border-top: 1px solid #82B1FF !important;
}

.border-bottom-blue.border-bottom-accent-1 {
    border-bottom: 1px solid #82B1FF !important;
}

.border-left-blue.border-left-accent-1 {
    border-left: 1px solid #82B1FF !important;
}

.border-right-blue.border-right-accent-1 {
    border-right: 1px solid #82B1FF !important;
}

.overlay-blue.overlay-accent-1 {
    background: #82B1FF;
    /* The Fallback */
    background: rgba(130, 177, 255, 0.8);
}

.blue.accent-2 {
    color: #448AFF !important;
}

.bg-blue.bg-accent-2 {
    background-color: #448AFF !important;
}

.btn-blue.btn-accent-2 {
    border-color: #1976D2 !important;
    background-color: #448AFF !important;
}

.btn-blue.btn-accent-2:hover {
    border-color: #1976D2 !important;
    background-color: #1565C0 !important;
}

.btn-blue.btn-accent-2:focus,
.btn-blue.btn-accent-2:active {
    border-color: #1565C0 !important;
    background-color: #0D47A1 !important;
}

.btn-outline-blue.btn-outline-accent-2 {
    border-color: #448AFF !important;
    color: #448AFF !important;
}

.btn-outline-blue.btn-outline-accent-2:hover {
    background-color: #448AFF !important;
}

input:focus~.bg-blue {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #448AFF !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #448AFF !important;
}

.border-blue.border-accent-2 {
    border: 1px solid #448AFF !important;
}

.border-top-blue.border-top-accent-2 {
    border-top: 1px solid #448AFF !important;
}

.border-bottom-blue.border-bottom-accent-2 {
    border-bottom: 1px solid #448AFF !important;
}

.border-left-blue.border-left-accent-2 {
    border-left: 1px solid #448AFF !important;
}

.border-right-blue.border-right-accent-2 {
    border-right: 1px solid #448AFF !important;
}

.overlay-blue.overlay-accent-2 {
    background: #448AFF;
    /* The Fallback */
    background: rgba(68, 138, 255, 0.8);
}

.blue.accent-3 {
    color: #2979FF !important;
}

.bg-blue.bg-accent-3 {
    background-color: #2979FF !important;
}

.btn-blue.btn-accent-3 {
    border-color: #1976D2 !important;
    background-color: #2979FF !important;
}

.btn-blue.btn-accent-3:hover {
    border-color: #1976D2 !important;
    background-color: #1565C0 !important;
}

.btn-blue.btn-accent-3:focus,
.btn-blue.btn-accent-3:active {
    border-color: #1565C0 !important;
    background-color: #0D47A1 !important;
}

.btn-outline-blue.btn-outline-accent-3 {
    border-color: #2979FF !important;
    color: #2979FF !important;
}

.btn-outline-blue.btn-outline-accent-3:hover {
    background-color: #2979FF !important;
}

input:focus~.bg-blue {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2979FF !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2979FF !important;
}

.border-blue.border-accent-3 {
    border: 1px solid #2979FF !important;
}

.border-top-blue.border-top-accent-3 {
    border-top: 1px solid #2979FF !important;
}

.border-bottom-blue.border-bottom-accent-3 {
    border-bottom: 1px solid #2979FF !important;
}

.border-left-blue.border-left-accent-3 {
    border-left: 1px solid #2979FF !important;
}

.border-right-blue.border-right-accent-3 {
    border-right: 1px solid #2979FF !important;
}

.overlay-blue.overlay-accent-3 {
    background: #2979FF;
    /* The Fallback */
    background: rgba(41, 121, 255, 0.8);
}

.blue.accent-4 {
    color: #2962FF !important;
}

.bg-blue.bg-accent-4 {
    background-color: #2962FF !important;
}

.btn-blue.btn-accent-4 {
    border-color: #1976D2 !important;
    background-color: #2962FF !important;
}

.btn-blue.btn-accent-4:hover {
    border-color: #1976D2 !important;
    background-color: #1565C0 !important;
}

.btn-blue.btn-accent-4:focus,
.btn-blue.btn-accent-4:active {
    border-color: #1565C0 !important;
    background-color: #0D47A1 !important;
}

.btn-outline-blue.btn-outline-accent-4 {
    border-color: #2962FF !important;
    color: #2962FF !important;
}

.btn-outline-blue.btn-outline-accent-4:hover {
    background-color: #2962FF !important;
}

input:focus~.bg-blue {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2962FF !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2962FF !important;
}

.border-blue.border-accent-4 {
    border: 1px solid #2962FF !important;
}

.border-top-blue.border-top-accent-4 {
    border-top: 1px solid #2962FF !important;
}

.border-bottom-blue.border-bottom-accent-4 {
    border-bottom: 1px solid #2962FF !important;
}

.border-left-blue.border-left-accent-4 {
    border-left: 1px solid #2962FF !important;
}

.border-right-blue.border-right-accent-4 {
    border-right: 1px solid #2962FF !important;
}

.overlay-blue.overlay-accent-4 {
    background: #2962FF;
    /* The Fallback */
    background: rgba(41, 98, 255, 0.8);
}

.cyan.lighten-5 {
    color: #E0F7FA !important;
}

.bg-cyan.bg-lighten-5 {
    background-color: #E0F7FA !important;
}

.btn-cyan.btn-lighten-5 {
    border-color: #0097A7 !important;
    background-color: #E0F7FA !important;
}

.btn-cyan.btn-lighten-5:hover {
    border-color: #0097A7 !important;
    background-color: #00838F !important;
}

.btn-cyan.btn-lighten-5:focus,
.btn-cyan.btn-lighten-5:active {
    border-color: #00838F !important;
    background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-lighten-5 {
    border-color: #E0F7FA !important;
    color: #E0F7FA !important;
}

.btn-outline-cyan.btn-outline-lighten-5:hover {
    background-color: #E0F7FA !important;
}

input:focus~.bg-cyan {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E0F7FA !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E0F7FA !important;
}

.border-cyan.border-lighten-5 {
    border: 1px solid #E0F7FA !important;
}

.border-top-cyan.border-top-lighten-5 {
    border-top: 1px solid #E0F7FA !important;
}

.border-bottom-cyan.border-bottom-lighten-5 {
    border-bottom: 1px solid #E0F7FA !important;
}

.border-left-cyan.border-left-lighten-5 {
    border-left: 1px solid #E0F7FA !important;
}

.border-right-cyan.border-right-lighten-5 {
    border-right: 1px solid #E0F7FA !important;
}

.overlay-cyan.overlay-lighten-5 {
    background: #E0F7FA;
    /* The Fallback */
    background: rgba(224, 247, 250, 0.8);
}

.cyan.lighten-4 {
    color: #B2EBF2 !important;
}

.bg-cyan.bg-lighten-4 {
    background-color: #B2EBF2 !important;
}

.btn-cyan.btn-lighten-4 {
    border-color: #0097A7 !important;
    background-color: #B2EBF2 !important;
}

.btn-cyan.btn-lighten-4:hover {
    border-color: #0097A7 !important;
    background-color: #00838F !important;
}

.btn-cyan.btn-lighten-4:focus,
.btn-cyan.btn-lighten-4:active {
    border-color: #00838F !important;
    background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-lighten-4 {
    border-color: #B2EBF2 !important;
    color: #B2EBF2 !important;
}

.btn-outline-cyan.btn-outline-lighten-4:hover {
    background-color: #B2EBF2 !important;
}

input:focus~.bg-cyan {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #B2EBF2 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #B2EBF2 !important;
}

.border-cyan.border-lighten-4 {
    border: 1px solid #B2EBF2 !important;
}

.border-top-cyan.border-top-lighten-4 {
    border-top: 1px solid #B2EBF2 !important;
}

.border-bottom-cyan.border-bottom-lighten-4 {
    border-bottom: 1px solid #B2EBF2 !important;
}

.border-left-cyan.border-left-lighten-4 {
    border-left: 1px solid #B2EBF2 !important;
}

.border-right-cyan.border-right-lighten-4 {
    border-right: 1px solid #B2EBF2 !important;
}

.overlay-cyan.overlay-lighten-4 {
    background: #B2EBF2;
    /* The Fallback */
    background: rgba(178, 235, 242, 0.8);
}

.cyan.lighten-3 {
    color: #80DEEA !important;
}

.bg-cyan.bg-lighten-3 {
    background-color: #80DEEA !important;
}

.btn-cyan.btn-lighten-3 {
    border-color: #0097A7 !important;
    background-color: #80DEEA !important;
}

.btn-cyan.btn-lighten-3:hover {
    border-color: #0097A7 !important;
    background-color: #00838F !important;
}

.btn-cyan.btn-lighten-3:focus,
.btn-cyan.btn-lighten-3:active {
    border-color: #00838F !important;
    background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-lighten-3 {
    border-color: #80DEEA !important;
    color: #80DEEA !important;
}

.btn-outline-cyan.btn-outline-lighten-3:hover {
    background-color: #80DEEA !important;
}

input:focus~.bg-cyan {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #80DEEA !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #80DEEA !important;
}

.border-cyan.border-lighten-3 {
    border: 1px solid #80DEEA !important;
}

.border-top-cyan.border-top-lighten-3 {
    border-top: 1px solid #80DEEA !important;
}

.border-bottom-cyan.border-bottom-lighten-3 {
    border-bottom: 1px solid #80DEEA !important;
}

.border-left-cyan.border-left-lighten-3 {
    border-left: 1px solid #80DEEA !important;
}

.border-right-cyan.border-right-lighten-3 {
    border-right: 1px solid #80DEEA !important;
}

.overlay-cyan.overlay-lighten-3 {
    background: #80DEEA;
    /* The Fallback */
    background: rgba(128, 222, 234, 0.8);
}

.cyan.lighten-2 {
    color: #4DD0E1 !important;
}

.bg-cyan.bg-lighten-2 {
    background-color: #4DD0E1 !important;
}

.btn-cyan.btn-lighten-2 {
    border-color: #0097A7 !important;
    background-color: #4DD0E1 !important;
}

.btn-cyan.btn-lighten-2:hover {
    border-color: #0097A7 !important;
    background-color: #00838F !important;
}

.btn-cyan.btn-lighten-2:focus,
.btn-cyan.btn-lighten-2:active {
    border-color: #00838F !important;
    background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-lighten-2 {
    border-color: #4DD0E1 !important;
    color: #4DD0E1 !important;
}

.btn-outline-cyan.btn-outline-lighten-2:hover {
    background-color: #4DD0E1 !important;
}

input:focus~.bg-cyan {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4DD0E1 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4DD0E1 !important;
}

.border-cyan.border-lighten-2 {
    border: 1px solid #4DD0E1 !important;
}

.border-top-cyan.border-top-lighten-2 {
    border-top: 1px solid #4DD0E1 !important;
}

.border-bottom-cyan.border-bottom-lighten-2 {
    border-bottom: 1px solid #4DD0E1 !important;
}

.border-left-cyan.border-left-lighten-2 {
    border-left: 1px solid #4DD0E1 !important;
}

.border-right-cyan.border-right-lighten-2 {
    border-right: 1px solid #4DD0E1 !important;
}

.overlay-cyan.overlay-lighten-2 {
    background: #4DD0E1;
    /* The Fallback */
    background: rgba(77, 208, 225, 0.8);
}

.cyan.lighten-1 {
    color: #26C6DA !important;
}

.bg-cyan.bg-lighten-1 {
    background-color: #26C6DA !important;
}

.btn-cyan.btn-lighten-1 {
    border-color: #0097A7 !important;
    background-color: #26C6DA !important;
}

.btn-cyan.btn-lighten-1:hover {
    border-color: #0097A7 !important;
    background-color: #00838F !important;
}

.btn-cyan.btn-lighten-1:focus,
.btn-cyan.btn-lighten-1:active {
    border-color: #00838F !important;
    background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-lighten-1 {
    border-color: #26C6DA !important;
    color: #26C6DA !important;
}

.btn-outline-cyan.btn-outline-lighten-1:hover {
    background-color: #26C6DA !important;
}

input:focus~.bg-cyan {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #26C6DA !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #26C6DA !important;
}

.border-cyan.border-lighten-1 {
    border: 1px solid #26C6DA !important;
}

.border-top-cyan.border-top-lighten-1 {
    border-top: 1px solid #26C6DA !important;
}

.border-bottom-cyan.border-bottom-lighten-1 {
    border-bottom: 1px solid #26C6DA !important;
}

.border-left-cyan.border-left-lighten-1 {
    border-left: 1px solid #26C6DA !important;
}

.border-right-cyan.border-right-lighten-1 {
    border-right: 1px solid #26C6DA !important;
}

.overlay-cyan.overlay-lighten-1 {
    background: #26C6DA;
    /* The Fallback */
    background: rgba(38, 198, 218, 0.8);
}

.cyan {
    color: #00BCD4 !important;
}

.bg-cyan {
    background-color: #00BCD4 !important;
}

.bg-cyan .card-header,
.bg-cyan .card-footer {
    background-color: transparent;
}

.alert-cyan {
    border-color: #00BCD4 !important;
    background-color: #1ce5ff !important;
    color: #001e22 !important;
}

.alert-cyan .alert-link {
    color: black !important;
}

.border-cyan {
    border-color: #00BCD4;
}

.bg-cyan.badge-glow,
.border-cyan.badge-glow {
    -webkit-box-shadow: 0px 0px 10px #00BCD4;
    box-shadow: 0px 0px 10px #00BCD4;
}

.overlay-cyan {
    background: #00BCD4;
    /* The Fallback */
    background: rgba(0, 188, 212, 0.8);
}

/* .card-outline-cyan{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-cyan {
    border-color: #0097A7 !important;
    background-color: #00BCD4 !important;
    color: #FFFFFF;
}

.btn-cyan:hover {
    border-color: #00ACC1 !important;
    background-color: #26C6DA !important;
    color: #FFF !important;
}

.btn-cyan:focus,
.btn-cyan:active {
    border-color: #0097A7 !important;
    background-color: #00838F !important;
    color: #FFF !important;
}

.btn-outline-cyan {
    border-color: #00BCD4;
    background-color: transparent;
    color: #00BCD4;
}

.btn-outline-cyan:hover {
    background-color: #00BCD4;
    color: #FFF !important;
}

input[type="checkbox"].bg-cyan+.custom-control-label:before,
input[type="radio"].bg-cyan+.custom-control-label:before {
    background-color: #00BCD4 !important;
}

input:focus~.bg-cyan {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00BCD4 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00BCD4 !important;
}

.border-cyan {
    border: 1px solid #00BCD4 !important;
}

.border-top-cyan {
    border-top: 1px solid #00BCD4;
}

.border-bottom-cyan {
    border-bottom: 1px solid #00BCD4;
}

.border-left-cyan {
    border-left: 1px solid #00BCD4;
}

.border-right-cyan {
    border-right: 1px solid #00BCD4;
}

.cyan.darken-1 {
    color: #00ACC1 !important;
}

.bg-cyan.bg-darken-1 {
    background-color: #00ACC1 !important;
}

.btn-cyan.btn-darken-1 {
    border-color: #0097A7 !important;
    background-color: #00ACC1 !important;
}

.btn-cyan.btn-darken-1:hover {
    border-color: #0097A7 !important;
    background-color: #00838F !important;
}

.btn-cyan.btn-darken-1:focus,
.btn-cyan.btn-darken-1:active {
    border-color: #00838F !important;
    background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-darken-1 {
    border-color: #00ACC1 !important;
    color: #00ACC1 !important;
}

.btn-outline-cyan.btn-outline-darken-1:hover {
    background-color: #00ACC1 !important;
}

input:focus~.bg-cyan {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00ACC1 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00ACC1 !important;
}

.border-cyan.border-darken-1 {
    border: 1px solid #00ACC1 !important;
}

.border-top-cyan.border-top-darken-1 {
    border-top: 1px solid #00ACC1 !important;
}

.border-bottom-cyan.border-bottom-darken-1 {
    border-bottom: 1px solid #00ACC1 !important;
}

.border-left-cyan.border-left-darken-1 {
    border-left: 1px solid #00ACC1 !important;
}

.border-right-cyan.border-right-darken-1 {
    border-right: 1px solid #00ACC1 !important;
}

.overlay-cyan.overlay-darken-1 {
    background: #00ACC1;
    /* The Fallback */
    background: rgba(0, 172, 193, 0.8);
}

.cyan.darken-2 {
    color: #0097A7 !important;
}

.bg-cyan.bg-darken-2 {
    background-color: #0097A7 !important;
}

.btn-cyan.btn-darken-2 {
    border-color: #0097A7 !important;
    background-color: #0097A7 !important;
}

.btn-cyan.btn-darken-2:hover {
    border-color: #0097A7 !important;
    background-color: #00838F !important;
}

.btn-cyan.btn-darken-2:focus,
.btn-cyan.btn-darken-2:active {
    border-color: #00838F !important;
    background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-darken-2 {
    border-color: #0097A7 !important;
    color: #0097A7 !important;
}

.btn-outline-cyan.btn-outline-darken-2:hover {
    background-color: #0097A7 !important;
}

input:focus~.bg-cyan {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0097A7 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0097A7 !important;
}

.border-cyan.border-darken-2 {
    border: 1px solid #0097A7 !important;
}

.border-top-cyan.border-top-darken-2 {
    border-top: 1px solid #0097A7 !important;
}

.border-bottom-cyan.border-bottom-darken-2 {
    border-bottom: 1px solid #0097A7 !important;
}

.border-left-cyan.border-left-darken-2 {
    border-left: 1px solid #0097A7 !important;
}

.border-right-cyan.border-right-darken-2 {
    border-right: 1px solid #0097A7 !important;
}

.overlay-cyan.overlay-darken-2 {
    background: #0097A7;
    /* The Fallback */
    background: rgba(0, 151, 167, 0.8);
}

.cyan.darken-3 {
    color: #00838F !important;
}

.bg-cyan.bg-darken-3 {
    background-color: #00838F !important;
}

.btn-cyan.btn-darken-3 {
    border-color: #0097A7 !important;
    background-color: #00838F !important;
}

.btn-cyan.btn-darken-3:hover {
    border-color: #0097A7 !important;
    background-color: #00838F !important;
}

.btn-cyan.btn-darken-3:focus,
.btn-cyan.btn-darken-3:active {
    border-color: #00838F !important;
    background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-darken-3 {
    border-color: #00838F !important;
    color: #00838F !important;
}

.btn-outline-cyan.btn-outline-darken-3:hover {
    background-color: #00838F !important;
}

input:focus~.bg-cyan {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00838F !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00838F !important;
}

.border-cyan.border-darken-3 {
    border: 1px solid #00838F !important;
}

.border-top-cyan.border-top-darken-3 {
    border-top: 1px solid #00838F !important;
}

.border-bottom-cyan.border-bottom-darken-3 {
    border-bottom: 1px solid #00838F !important;
}

.border-left-cyan.border-left-darken-3 {
    border-left: 1px solid #00838F !important;
}

.border-right-cyan.border-right-darken-3 {
    border-right: 1px solid #00838F !important;
}

.overlay-cyan.overlay-darken-3 {
    background: #00838F;
    /* The Fallback */
    background: rgba(0, 131, 143, 0.8);
}

.cyan.darken-4 {
    color: #006064 !important;
}

.bg-cyan.bg-darken-4 {
    background-color: #006064 !important;
}

.btn-cyan.btn-darken-4 {
    border-color: #0097A7 !important;
    background-color: #006064 !important;
}

.btn-cyan.btn-darken-4:hover {
    border-color: #0097A7 !important;
    background-color: #00838F !important;
}

.btn-cyan.btn-darken-4:focus,
.btn-cyan.btn-darken-4:active {
    border-color: #00838F !important;
    background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-darken-4 {
    border-color: #006064 !important;
    color: #006064 !important;
}

.btn-outline-cyan.btn-outline-darken-4:hover {
    background-color: #006064 !important;
}

input:focus~.bg-cyan {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #006064 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #006064 !important;
}

.border-cyan.border-darken-4 {
    border: 1px solid #006064 !important;
}

.border-top-cyan.border-top-darken-4 {
    border-top: 1px solid #006064 !important;
}

.border-bottom-cyan.border-bottom-darken-4 {
    border-bottom: 1px solid #006064 !important;
}

.border-left-cyan.border-left-darken-4 {
    border-left: 1px solid #006064 !important;
}

.border-right-cyan.border-right-darken-4 {
    border-right: 1px solid #006064 !important;
}

.overlay-cyan.overlay-darken-4 {
    background: #006064;
    /* The Fallback */
    background: rgba(0, 96, 100, 0.8);
}

.cyan.accent-1 {
    color: #84FFFF !important;
}

.bg-cyan.bg-accent-1 {
    background-color: #84FFFF !important;
}

.btn-cyan.btn-accent-1 {
    border-color: #0097A7 !important;
    background-color: #84FFFF !important;
}

.btn-cyan.btn-accent-1:hover {
    border-color: #0097A7 !important;
    background-color: #00838F !important;
}

.btn-cyan.btn-accent-1:focus,
.btn-cyan.btn-accent-1:active {
    border-color: #00838F !important;
    background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-accent-1 {
    border-color: #84FFFF !important;
    color: #84FFFF !important;
}

.btn-outline-cyan.btn-outline-accent-1:hover {
    background-color: #84FFFF !important;
}

input:focus~.bg-cyan {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #84FFFF !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #84FFFF !important;
}

.border-cyan.border-accent-1 {
    border: 1px solid #84FFFF !important;
}

.border-top-cyan.border-top-accent-1 {
    border-top: 1px solid #84FFFF !important;
}

.border-bottom-cyan.border-bottom-accent-1 {
    border-bottom: 1px solid #84FFFF !important;
}

.border-left-cyan.border-left-accent-1 {
    border-left: 1px solid #84FFFF !important;
}

.border-right-cyan.border-right-accent-1 {
    border-right: 1px solid #84FFFF !important;
}

.overlay-cyan.overlay-accent-1 {
    background: #84FFFF;
    /* The Fallback */
    background: rgba(132, 255, 255, 0.8);
}

.cyan.accent-2 {
    color: #18FFFF !important;
}

.bg-cyan.bg-accent-2 {
    background-color: #18FFFF !important;
}

.btn-cyan.btn-accent-2 {
    border-color: #0097A7 !important;
    background-color: #18FFFF !important;
}

.btn-cyan.btn-accent-2:hover {
    border-color: #0097A7 !important;
    background-color: #00838F !important;
}

.btn-cyan.btn-accent-2:focus,
.btn-cyan.btn-accent-2:active {
    border-color: #00838F !important;
    background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-accent-2 {
    border-color: #18FFFF !important;
    color: #18FFFF !important;
}

.btn-outline-cyan.btn-outline-accent-2:hover {
    background-color: #18FFFF !important;
}

input:focus~.bg-cyan {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #18FFFF !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #18FFFF !important;
}

.border-cyan.border-accent-2 {
    border: 1px solid #18FFFF !important;
}

.border-top-cyan.border-top-accent-2 {
    border-top: 1px solid #18FFFF !important;
}

.border-bottom-cyan.border-bottom-accent-2 {
    border-bottom: 1px solid #18FFFF !important;
}

.border-left-cyan.border-left-accent-2 {
    border-left: 1px solid #18FFFF !important;
}

.border-right-cyan.border-right-accent-2 {
    border-right: 1px solid #18FFFF !important;
}

.overlay-cyan.overlay-accent-2 {
    background: #18FFFF;
    /* The Fallback */
    background: rgba(24, 255, 255, 0.8);
}

.cyan.accent-3 {
    color: #00E5FF !important;
}

.bg-cyan.bg-accent-3 {
    background-color: #00E5FF !important;
}

.btn-cyan.btn-accent-3 {
    border-color: #0097A7 !important;
    background-color: #00E5FF !important;
}

.btn-cyan.btn-accent-3:hover {
    border-color: #0097A7 !important;
    background-color: #00838F !important;
}

.btn-cyan.btn-accent-3:focus,
.btn-cyan.btn-accent-3:active {
    border-color: #00838F !important;
    background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-accent-3 {
    border-color: #00E5FF !important;
    color: #00E5FF !important;
}

.btn-outline-cyan.btn-outline-accent-3:hover {
    background-color: #00E5FF !important;
}

input:focus~.bg-cyan {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00E5FF !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00E5FF !important;
}

.border-cyan.border-accent-3 {
    border: 1px solid #00E5FF !important;
}

.border-top-cyan.border-top-accent-3 {
    border-top: 1px solid #00E5FF !important;
}

.border-bottom-cyan.border-bottom-accent-3 {
    border-bottom: 1px solid #00E5FF !important;
}

.border-left-cyan.border-left-accent-3 {
    border-left: 1px solid #00E5FF !important;
}

.border-right-cyan.border-right-accent-3 {
    border-right: 1px solid #00E5FF !important;
}

.overlay-cyan.overlay-accent-3 {
    background: #00E5FF;
    /* The Fallback */
    background: rgba(0, 229, 255, 0.8);
}

.cyan.accent-4 {
    color: #00B8D4 !important;
}

.bg-cyan.bg-accent-4 {
    background-color: #00B8D4 !important;
}

.btn-cyan.btn-accent-4 {
    border-color: #0097A7 !important;
    background-color: #00B8D4 !important;
}

.btn-cyan.btn-accent-4:hover {
    border-color: #0097A7 !important;
    background-color: #00838F !important;
}

.btn-cyan.btn-accent-4:focus,
.btn-cyan.btn-accent-4:active {
    border-color: #00838F !important;
    background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-accent-4 {
    border-color: #00B8D4 !important;
    color: #00B8D4 !important;
}

.btn-outline-cyan.btn-outline-accent-4:hover {
    background-color: #00B8D4 !important;
}

input:focus~.bg-cyan {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00B8D4 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00B8D4 !important;
}

.border-cyan.border-accent-4 {
    border: 1px solid #00B8D4 !important;
}

.border-top-cyan.border-top-accent-4 {
    border-top: 1px solid #00B8D4 !important;
}

.border-bottom-cyan.border-bottom-accent-4 {
    border-bottom: 1px solid #00B8D4 !important;
}

.border-left-cyan.border-left-accent-4 {
    border-left: 1px solid #00B8D4 !important;
}

.border-right-cyan.border-right-accent-4 {
    border-right: 1px solid #00B8D4 !important;
}

.overlay-cyan.overlay-accent-4 {
    background: #00B8D4;
    /* The Fallback */
    background: rgba(0, 184, 212, 0.8);
}

.teal.lighten-5 {
    color: #E0F2F1 !important;
}

.bg-teal.bg-lighten-5 {
    background-color: #E0F2F1 !important;
}

.btn-teal.btn-lighten-5 {
    border-color: #00796B !important;
    background-color: #E0F2F1 !important;
}

.btn-teal.btn-lighten-5:hover {
    border-color: #00796B !important;
    background-color: #00695C !important;
}

.btn-teal.btn-lighten-5:focus,
.btn-teal.btn-lighten-5:active {
    border-color: #00695C !important;
    background-color: #004D40 !important;
}

.btn-outline-teal.btn-outline-lighten-5 {
    border-color: #E0F2F1 !important;
    color: #E0F2F1 !important;
}

.btn-outline-teal.btn-outline-lighten-5:hover {
    background-color: #E0F2F1 !important;
}

input:focus~.bg-teal {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E0F2F1 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E0F2F1 !important;
}

.border-teal.border-lighten-5 {
    border: 1px solid #E0F2F1 !important;
}

.border-top-teal.border-top-lighten-5 {
    border-top: 1px solid #E0F2F1 !important;
}

.border-bottom-teal.border-bottom-lighten-5 {
    border-bottom: 1px solid #E0F2F1 !important;
}

.border-left-teal.border-left-lighten-5 {
    border-left: 1px solid #E0F2F1 !important;
}

.border-right-teal.border-right-lighten-5 {
    border-right: 1px solid #E0F2F1 !important;
}

.overlay-teal.overlay-lighten-5 {
    background: #E0F2F1;
    /* The Fallback */
    background: rgba(224, 242, 241, 0.8);
}

.teal.lighten-4 {
    color: #B2DFDB !important;
}

.bg-teal.bg-lighten-4 {
    background-color: #B2DFDB !important;
}

.btn-teal.btn-lighten-4 {
    border-color: #00796B !important;
    background-color: #B2DFDB !important;
}

.btn-teal.btn-lighten-4:hover {
    border-color: #00796B !important;
    background-color: #00695C !important;
}

.btn-teal.btn-lighten-4:focus,
.btn-teal.btn-lighten-4:active {
    border-color: #00695C !important;
    background-color: #004D40 !important;
}

.btn-outline-teal.btn-outline-lighten-4 {
    border-color: #B2DFDB !important;
    color: #B2DFDB !important;
}

.btn-outline-teal.btn-outline-lighten-4:hover {
    background-color: #B2DFDB !important;
}

input:focus~.bg-teal {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #B2DFDB !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #B2DFDB !important;
}

.border-teal.border-lighten-4 {
    border: 1px solid #B2DFDB !important;
}

.border-top-teal.border-top-lighten-4 {
    border-top: 1px solid #B2DFDB !important;
}

.border-bottom-teal.border-bottom-lighten-4 {
    border-bottom: 1px solid #B2DFDB !important;
}

.border-left-teal.border-left-lighten-4 {
    border-left: 1px solid #B2DFDB !important;
}

.border-right-teal.border-right-lighten-4 {
    border-right: 1px solid #B2DFDB !important;
}

.overlay-teal.overlay-lighten-4 {
    background: #B2DFDB;
    /* The Fallback */
    background: rgba(178, 223, 219, 0.8);
}

.teal.lighten-3 {
    color: #80CBC4 !important;
}

.bg-teal.bg-lighten-3 {
    background-color: #80CBC4 !important;
}

.btn-teal.btn-lighten-3 {
    border-color: #00796B !important;
    background-color: #80CBC4 !important;
}

.btn-teal.btn-lighten-3:hover {
    border-color: #00796B !important;
    background-color: #00695C !important;
}

.btn-teal.btn-lighten-3:focus,
.btn-teal.btn-lighten-3:active {
    border-color: #00695C !important;
    background-color: #004D40 !important;
}

.btn-outline-teal.btn-outline-lighten-3 {
    border-color: #80CBC4 !important;
    color: #80CBC4 !important;
}

.btn-outline-teal.btn-outline-lighten-3:hover {
    background-color: #80CBC4 !important;
}

input:focus~.bg-teal {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #80CBC4 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #80CBC4 !important;
}

.border-teal.border-lighten-3 {
    border: 1px solid #80CBC4 !important;
}

.border-top-teal.border-top-lighten-3 {
    border-top: 1px solid #80CBC4 !important;
}

.border-bottom-teal.border-bottom-lighten-3 {
    border-bottom: 1px solid #80CBC4 !important;
}

.border-left-teal.border-left-lighten-3 {
    border-left: 1px solid #80CBC4 !important;
}

.border-right-teal.border-right-lighten-3 {
    border-right: 1px solid #80CBC4 !important;
}

.overlay-teal.overlay-lighten-3 {
    background: #80CBC4;
    /* The Fallback */
    background: rgba(128, 203, 196, 0.8);
}

.teal.lighten-2 {
    color: #4DB6AC !important;
}

.bg-teal.bg-lighten-2 {
    background-color: #4DB6AC !important;
}

.btn-teal.btn-lighten-2 {
    border-color: #00796B !important;
    background-color: #4DB6AC !important;
}

.btn-teal.btn-lighten-2:hover {
    border-color: #00796B !important;
    background-color: #00695C !important;
}

.btn-teal.btn-lighten-2:focus,
.btn-teal.btn-lighten-2:active {
    border-color: #00695C !important;
    background-color: #004D40 !important;
}

.btn-outline-teal.btn-outline-lighten-2 {
    border-color: #4DB6AC !important;
    color: #4DB6AC !important;
}

.btn-outline-teal.btn-outline-lighten-2:hover {
    background-color: #4DB6AC !important;
}

input:focus~.bg-teal {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4DB6AC !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4DB6AC !important;
}

.border-teal.border-lighten-2 {
    border: 1px solid #4DB6AC !important;
}

.border-top-teal.border-top-lighten-2 {
    border-top: 1px solid #4DB6AC !important;
}

.border-bottom-teal.border-bottom-lighten-2 {
    border-bottom: 1px solid #4DB6AC !important;
}

.border-left-teal.border-left-lighten-2 {
    border-left: 1px solid #4DB6AC !important;
}

.border-right-teal.border-right-lighten-2 {
    border-right: 1px solid #4DB6AC !important;
}

.overlay-teal.overlay-lighten-2 {
    background: #4DB6AC;
    /* The Fallback */
    background: rgba(77, 182, 172, 0.8);
}

.teal.lighten-1 {
    color: #26A69A !important;
}

.bg-teal.bg-lighten-1 {
    background-color: #26A69A !important;
}

.btn-teal.btn-lighten-1 {
    border-color: #00796B !important;
    background-color: #26A69A !important;
}

.btn-teal.btn-lighten-1:hover {
    border-color: #00796B !important;
    background-color: #00695C !important;
}

.btn-teal.btn-lighten-1:focus,
.btn-teal.btn-lighten-1:active {
    border-color: #00695C !important;
    background-color: #004D40 !important;
}

.btn-outline-teal.btn-outline-lighten-1 {
    border-color: #26A69A !important;
    color: #26A69A !important;
}

.btn-outline-teal.btn-outline-lighten-1:hover {
    background-color: #26A69A !important;
}

input:focus~.bg-teal {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #26A69A !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #26A69A !important;
}

.border-teal.border-lighten-1 {
    border: 1px solid #26A69A !important;
}

.border-top-teal.border-top-lighten-1 {
    border-top: 1px solid #26A69A !important;
}

.border-bottom-teal.border-bottom-lighten-1 {
    border-bottom: 1px solid #26A69A !important;
}

.border-left-teal.border-left-lighten-1 {
    border-left: 1px solid #26A69A !important;
}

.border-right-teal.border-right-lighten-1 {
    border-right: 1px solid #26A69A !important;
}

.overlay-teal.overlay-lighten-1 {
    background: #26A69A;
    /* The Fallback */
    background: rgba(38, 166, 154, 0.8);
}

.teal {
    color: #009688 !important;
}

.bg-teal {
    background-color: #009688 !important;
}

.bg-teal .card-header,
.bg-teal .card-footer {
    background-color: transparent;
}

.alert-teal {
    border-color: #009688 !important;
    background-color: #00ddc9 !important;
    color: black !important;
}

.alert-teal .alert-link {
    color: black !important;
}

.border-teal {
    border-color: #009688;
}

.bg-teal.badge-glow,
.border-teal.badge-glow {
    -webkit-box-shadow: 0px 0px 10px #009688;
    box-shadow: 0px 0px 10px #009688;
}

.overlay-teal {
    background: #009688;
    /* The Fallback */
    background: rgba(0, 150, 136, 0.8);
}

/* .card-outline-teal{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-teal {
    border-color: #00796B !important;
    background-color: #009688 !important;
    color: #FFFFFF;
}

.btn-teal:hover {
    border-color: #00897B !important;
    background-color: #26A69A !important;
    color: #FFF !important;
}

.btn-teal:focus,
.btn-teal:active {
    border-color: #00796B !important;
    background-color: #00695C !important;
    color: #FFF !important;
}

.btn-outline-teal {
    border-color: #009688;
    background-color: transparent;
    color: #009688;
}

.btn-outline-teal:hover {
    background-color: #009688;
    color: #FFF !important;
}

input[type="checkbox"].bg-teal+.custom-control-label:before,
input[type="radio"].bg-teal+.custom-control-label:before {
    background-color: #009688 !important;
}

input:focus~.bg-teal {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #009688 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #009688 !important;
}

.border-teal {
    border: 1px solid #009688 !important;
}

.border-top-teal {
    border-top: 1px solid #009688;
}

.border-bottom-teal {
    border-bottom: 1px solid #009688;
}

.border-left-teal {
    border-left: 1px solid #009688;
}

.border-right-teal {
    border-right: 1px solid #009688;
}

.teal.darken-1 {
    color: #00897B !important;
}

.bg-teal.bg-darken-1 {
    background-color: #00897B !important;
}

.btn-teal.btn-darken-1 {
    border-color: #00796B !important;
    background-color: #00897B !important;
}

.btn-teal.btn-darken-1:hover {
    border-color: #00796B !important;
    background-color: #00695C !important;
}

.btn-teal.btn-darken-1:focus,
.btn-teal.btn-darken-1:active {
    border-color: #00695C !important;
    background-color: #004D40 !important;
}

.btn-outline-teal.btn-outline-darken-1 {
    border-color: #00897B !important;
    color: #00897B !important;
}

.btn-outline-teal.btn-outline-darken-1:hover {
    background-color: #00897B !important;
}

input:focus~.bg-teal {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00897B !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00897B !important;
}

.border-teal.border-darken-1 {
    border: 1px solid #00897B !important;
}

.border-top-teal.border-top-darken-1 {
    border-top: 1px solid #00897B !important;
}

.border-bottom-teal.border-bottom-darken-1 {
    border-bottom: 1px solid #00897B !important;
}

.border-left-teal.border-left-darken-1 {
    border-left: 1px solid #00897B !important;
}

.border-right-teal.border-right-darken-1 {
    border-right: 1px solid #00897B !important;
}

.overlay-teal.overlay-darken-1 {
    background: #00897B;
    /* The Fallback */
    background: rgba(0, 137, 123, 0.8);
}

.teal.darken-2 {
    color: #00796B !important;
}

.bg-teal.bg-darken-2 {
    background-color: #00796B !important;
}

.btn-teal.btn-darken-2 {
    border-color: #00796B !important;
    background-color: #00796B !important;
}

.btn-teal.btn-darken-2:hover {
    border-color: #00796B !important;
    background-color: #00695C !important;
}

.btn-teal.btn-darken-2:focus,
.btn-teal.btn-darken-2:active {
    border-color: #00695C !important;
    background-color: #004D40 !important;
}

.btn-outline-teal.btn-outline-darken-2 {
    border-color: #00796B !important;
    color: #00796B !important;
}

.btn-outline-teal.btn-outline-darken-2:hover {
    background-color: #00796B !important;
}

input:focus~.bg-teal {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00796B !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00796B !important;
}

.border-teal.border-darken-2 {
    border: 1px solid #00796B !important;
}

.border-top-teal.border-top-darken-2 {
    border-top: 1px solid #00796B !important;
}

.border-bottom-teal.border-bottom-darken-2 {
    border-bottom: 1px solid #00796B !important;
}

.border-left-teal.border-left-darken-2 {
    border-left: 1px solid #00796B !important;
}

.border-right-teal.border-right-darken-2 {
    border-right: 1px solid #00796B !important;
}

.overlay-teal.overlay-darken-2 {
    background: #00796B;
    /* The Fallback */
    background: rgba(0, 121, 107, 0.8);
}

.teal.darken-3 {
    color: #00695C !important;
}

.bg-teal.bg-darken-3 {
    background-color: #00695C !important;
}

.btn-teal.btn-darken-3 {
    border-color: #00796B !important;
    background-color: #00695C !important;
}

.btn-teal.btn-darken-3:hover {
    border-color: #00796B !important;
    background-color: #00695C !important;
}

.btn-teal.btn-darken-3:focus,
.btn-teal.btn-darken-3:active {
    border-color: #00695C !important;
    background-color: #004D40 !important;
}

.btn-outline-teal.btn-outline-darken-3 {
    border-color: #00695C !important;
    color: #00695C !important;
}

.btn-outline-teal.btn-outline-darken-3:hover {
    background-color: #00695C !important;
}

input:focus~.bg-teal {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00695C !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00695C !important;
}

.border-teal.border-darken-3 {
    border: 1px solid #00695C !important;
}

.border-top-teal.border-top-darken-3 {
    border-top: 1px solid #00695C !important;
}

.border-bottom-teal.border-bottom-darken-3 {
    border-bottom: 1px solid #00695C !important;
}

.border-left-teal.border-left-darken-3 {
    border-left: 1px solid #00695C !important;
}

.border-right-teal.border-right-darken-3 {
    border-right: 1px solid #00695C !important;
}

.overlay-teal.overlay-darken-3 {
    background: #00695C;
    /* The Fallback */
    background: rgba(0, 105, 92, 0.8);
}

.teal.darken-4 {
    color: #004D40 !important;
}

.bg-teal.bg-darken-4 {
    background-color: #004D40 !important;
}

.btn-teal.btn-darken-4 {
    border-color: #00796B !important;
    background-color: #004D40 !important;
}

.btn-teal.btn-darken-4:hover {
    border-color: #00796B !important;
    background-color: #00695C !important;
}

.btn-teal.btn-darken-4:focus,
.btn-teal.btn-darken-4:active {
    border-color: #00695C !important;
    background-color: #004D40 !important;
}

.btn-outline-teal.btn-outline-darken-4 {
    border-color: #004D40 !important;
    color: #004D40 !important;
}

.btn-outline-teal.btn-outline-darken-4:hover {
    background-color: #004D40 !important;
}

input:focus~.bg-teal {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #004D40 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #004D40 !important;
}

.border-teal.border-darken-4 {
    border: 1px solid #004D40 !important;
}

.border-top-teal.border-top-darken-4 {
    border-top: 1px solid #004D40 !important;
}

.border-bottom-teal.border-bottom-darken-4 {
    border-bottom: 1px solid #004D40 !important;
}

.border-left-teal.border-left-darken-4 {
    border-left: 1px solid #004D40 !important;
}

.border-right-teal.border-right-darken-4 {
    border-right: 1px solid #004D40 !important;
}

.overlay-teal.overlay-darken-4 {
    background: #004D40;
    /* The Fallback */
    background: rgba(0, 77, 64, 0.8);
}

.teal.accent-1 {
    color: #A7FFEB !important;
}

.bg-teal.bg-accent-1 {
    background-color: #A7FFEB !important;
}

.btn-teal.btn-accent-1 {
    border-color: #00796B !important;
    background-color: #A7FFEB !important;
}

.btn-teal.btn-accent-1:hover {
    border-color: #00796B !important;
    background-color: #00695C !important;
}

.btn-teal.btn-accent-1:focus,
.btn-teal.btn-accent-1:active {
    border-color: #00695C !important;
    background-color: #004D40 !important;
}

.btn-outline-teal.btn-outline-accent-1 {
    border-color: #A7FFEB !important;
    color: #A7FFEB !important;
}

.btn-outline-teal.btn-outline-accent-1:hover {
    background-color: #A7FFEB !important;
}

input:focus~.bg-teal {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #A7FFEB !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #A7FFEB !important;
}

.border-teal.border-accent-1 {
    border: 1px solid #A7FFEB !important;
}

.border-top-teal.border-top-accent-1 {
    border-top: 1px solid #A7FFEB !important;
}

.border-bottom-teal.border-bottom-accent-1 {
    border-bottom: 1px solid #A7FFEB !important;
}

.border-left-teal.border-left-accent-1 {
    border-left: 1px solid #A7FFEB !important;
}

.border-right-teal.border-right-accent-1 {
    border-right: 1px solid #A7FFEB !important;
}

.overlay-teal.overlay-accent-1 {
    background: #A7FFEB;
    /* The Fallback */
    background: rgba(167, 255, 235, 0.8);
}

.teal.accent-2 {
    color: #64FFDA !important;
}

.bg-teal.bg-accent-2 {
    background-color: #64FFDA !important;
}

.btn-teal.btn-accent-2 {
    border-color: #00796B !important;
    background-color: #64FFDA !important;
}

.btn-teal.btn-accent-2:hover {
    border-color: #00796B !important;
    background-color: #00695C !important;
}

.btn-teal.btn-accent-2:focus,
.btn-teal.btn-accent-2:active {
    border-color: #00695C !important;
    background-color: #004D40 !important;
}

.btn-outline-teal.btn-outline-accent-2 {
    border-color: #64FFDA !important;
    color: #64FFDA !important;
}

.btn-outline-teal.btn-outline-accent-2:hover {
    background-color: #64FFDA !important;
}

input:focus~.bg-teal {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #64FFDA !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #64FFDA !important;
}

.border-teal.border-accent-2 {
    border: 1px solid #64FFDA !important;
}

.border-top-teal.border-top-accent-2 {
    border-top: 1px solid #64FFDA !important;
}

.border-bottom-teal.border-bottom-accent-2 {
    border-bottom: 1px solid #64FFDA !important;
}

.border-left-teal.border-left-accent-2 {
    border-left: 1px solid #64FFDA !important;
}

.border-right-teal.border-right-accent-2 {
    border-right: 1px solid #64FFDA !important;
}

.overlay-teal.overlay-accent-2 {
    background: #64FFDA;
    /* The Fallback */
    background: rgba(100, 255, 218, 0.8);
}

.teal.accent-3 {
    color: #1DE9B6 !important;
}

.bg-teal.bg-accent-3 {
    background-color: #1DE9B6 !important;
}

.btn-teal.btn-accent-3 {
    border-color: #00796B !important;
    background-color: #1DE9B6 !important;
}

.btn-teal.btn-accent-3:hover {
    border-color: #00796B !important;
    background-color: #00695C !important;
}

.btn-teal.btn-accent-3:focus,
.btn-teal.btn-accent-3:active {
    border-color: #00695C !important;
    background-color: #004D40 !important;
}

.btn-outline-teal.btn-outline-accent-3 {
    border-color: #1DE9B6 !important;
    color: #1DE9B6 !important;
}

.btn-outline-teal.btn-outline-accent-3:hover {
    background-color: #1DE9B6 !important;
}

input:focus~.bg-teal {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1DE9B6 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1DE9B6 !important;
}

.border-teal.border-accent-3 {
    border: 1px solid #1DE9B6 !important;
}

.border-top-teal.border-top-accent-3 {
    border-top: 1px solid #1DE9B6 !important;
}

.border-bottom-teal.border-bottom-accent-3 {
    border-bottom: 1px solid #1DE9B6 !important;
}

.border-left-teal.border-left-accent-3 {
    border-left: 1px solid #1DE9B6 !important;
}

.border-right-teal.border-right-accent-3 {
    border-right: 1px solid #1DE9B6 !important;
}

.overlay-teal.overlay-accent-3 {
    background: #1DE9B6;
    /* The Fallback */
    background: rgba(29, 233, 182, 0.8);
}

.teal.accent-4 {
    color: #00BFA5 !important;
}

.bg-teal.bg-accent-4 {
    background-color: #00BFA5 !important;
}

.btn-teal.btn-accent-4 {
    border-color: #00796B !important;
    background-color: #00BFA5 !important;
}

.btn-teal.btn-accent-4:hover {
    border-color: #00796B !important;
    background-color: #00695C !important;
}

.btn-teal.btn-accent-4:focus,
.btn-teal.btn-accent-4:active {
    border-color: #00695C !important;
    background-color: #004D40 !important;
}

.btn-outline-teal.btn-outline-accent-4 {
    border-color: #00BFA5 !important;
    color: #00BFA5 !important;
}

.btn-outline-teal.btn-outline-accent-4:hover {
    background-color: #00BFA5 !important;
}

input:focus~.bg-teal {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00BFA5 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00BFA5 !important;
}

.border-teal.border-accent-4 {
    border: 1px solid #00BFA5 !important;
}

.border-top-teal.border-top-accent-4 {
    border-top: 1px solid #00BFA5 !important;
}

.border-bottom-teal.border-bottom-accent-4 {
    border-bottom: 1px solid #00BFA5 !important;
}

.border-left-teal.border-left-accent-4 {
    border-left: 1px solid #00BFA5 !important;
}

.border-right-teal.border-right-accent-4 {
    border-right: 1px solid #00BFA5 !important;
}

.overlay-teal.overlay-accent-4 {
    background: #00BFA5;
    /* The Fallback */
    background: rgba(0, 191, 165, 0.8);
}

.yellow.lighten-5 {
    color: #FFFDE7 !important;
}

.bg-yellow.bg-lighten-5 {
    background-color: #FFFDE7 !important;
}

.btn-yellow.btn-lighten-5 {
    border-color: #FBC02D !important;
    background-color: #FFFDE7 !important;
}

.btn-yellow.btn-lighten-5:hover {
    border-color: #FBC02D !important;
    background-color: #F9A825 !important;
}

.btn-yellow.btn-lighten-5:focus,
.btn-yellow.btn-lighten-5:active {
    border-color: #F9A825 !important;
    background-color: #F57F17 !important;
}

.btn-outline-yellow.btn-outline-lighten-5 {
    border-color: #FFFDE7 !important;
    color: #FFFDE7 !important;
}

.btn-outline-yellow.btn-outline-lighten-5:hover {
    background-color: #FFFDE7 !important;
}

input:focus~.bg-yellow {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFFDE7 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFFDE7 !important;
}

.border-yellow.border-lighten-5 {
    border: 1px solid #FFFDE7 !important;
}

.border-top-yellow.border-top-lighten-5 {
    border-top: 1px solid #FFFDE7 !important;
}

.border-bottom-yellow.border-bottom-lighten-5 {
    border-bottom: 1px solid #FFFDE7 !important;
}

.border-left-yellow.border-left-lighten-5 {
    border-left: 1px solid #FFFDE7 !important;
}

.border-right-yellow.border-right-lighten-5 {
    border-right: 1px solid #FFFDE7 !important;
}

.overlay-yellow.overlay-lighten-5 {
    background: #FFFDE7;
    /* The Fallback */
    background: rgba(255, 253, 231, 0.8);
}

.yellow.lighten-4 {
    color: #FFF9C4 !important;
}

.bg-yellow.bg-lighten-4 {
    background-color: #FFF9C4 !important;
}

.btn-yellow.btn-lighten-4 {
    border-color: #FBC02D !important;
    background-color: #FFF9C4 !important;
}

.btn-yellow.btn-lighten-4:hover {
    border-color: #FBC02D !important;
    background-color: #F9A825 !important;
}

.btn-yellow.btn-lighten-4:focus,
.btn-yellow.btn-lighten-4:active {
    border-color: #F9A825 !important;
    background-color: #F57F17 !important;
}

.btn-outline-yellow.btn-outline-lighten-4 {
    border-color: #FFF9C4 !important;
    color: #FFF9C4 !important;
}

.btn-outline-yellow.btn-outline-lighten-4:hover {
    background-color: #FFF9C4 !important;
}

input:focus~.bg-yellow {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFF9C4 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFF9C4 !important;
}

.border-yellow.border-lighten-4 {
    border: 1px solid #FFF9C4 !important;
}

.border-top-yellow.border-top-lighten-4 {
    border-top: 1px solid #FFF9C4 !important;
}

.border-bottom-yellow.border-bottom-lighten-4 {
    border-bottom: 1px solid #FFF9C4 !important;
}

.border-left-yellow.border-left-lighten-4 {
    border-left: 1px solid #FFF9C4 !important;
}

.border-right-yellow.border-right-lighten-4 {
    border-right: 1px solid #FFF9C4 !important;
}

.overlay-yellow.overlay-lighten-4 {
    background: #FFF9C4;
    /* The Fallback */
    background: rgba(255, 249, 196, 0.8);
}

.yellow.lighten-3 {
    color: #FFF59D !important;
}

.bg-yellow.bg-lighten-3 {
    background-color: #FFF59D !important;
}

.btn-yellow.btn-lighten-3 {
    border-color: #FBC02D !important;
    background-color: #FFF59D !important;
}

.btn-yellow.btn-lighten-3:hover {
    border-color: #FBC02D !important;
    background-color: #F9A825 !important;
}

.btn-yellow.btn-lighten-3:focus,
.btn-yellow.btn-lighten-3:active {
    border-color: #F9A825 !important;
    background-color: #F57F17 !important;
}

.btn-outline-yellow.btn-outline-lighten-3 {
    border-color: #FFF59D !important;
    color: #FFF59D !important;
}

.btn-outline-yellow.btn-outline-lighten-3:hover {
    background-color: #FFF59D !important;
}

input:focus~.bg-yellow {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFF59D !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFF59D !important;
}

.border-yellow.border-lighten-3 {
    border: 1px solid #FFF59D !important;
}

.border-top-yellow.border-top-lighten-3 {
    border-top: 1px solid #FFF59D !important;
}

.border-bottom-yellow.border-bottom-lighten-3 {
    border-bottom: 1px solid #FFF59D !important;
}

.border-left-yellow.border-left-lighten-3 {
    border-left: 1px solid #FFF59D !important;
}

.border-right-yellow.border-right-lighten-3 {
    border-right: 1px solid #FFF59D !important;
}

.overlay-yellow.overlay-lighten-3 {
    background: #FFF59D;
    /* The Fallback */
    background: rgba(255, 245, 157, 0.8);
}

.yellow.lighten-2 {
    color: #FFF176 !important;
}

.bg-yellow.bg-lighten-2 {
    background-color: #FFF176 !important;
}

.btn-yellow.btn-lighten-2 {
    border-color: #FBC02D !important;
    background-color: #FFF176 !important;
}

.btn-yellow.btn-lighten-2:hover {
    border-color: #FBC02D !important;
    background-color: #F9A825 !important;
}

.btn-yellow.btn-lighten-2:focus,
.btn-yellow.btn-lighten-2:active {
    border-color: #F9A825 !important;
    background-color: #F57F17 !important;
}

.btn-outline-yellow.btn-outline-lighten-2 {
    border-color: #FFF176 !important;
    color: #FFF176 !important;
}

.btn-outline-yellow.btn-outline-lighten-2:hover {
    background-color: #FFF176 !important;
}

input:focus~.bg-yellow {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFF176 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFF176 !important;
}

.border-yellow.border-lighten-2 {
    border: 1px solid #FFF176 !important;
}

.border-top-yellow.border-top-lighten-2 {
    border-top: 1px solid #FFF176 !important;
}

.border-bottom-yellow.border-bottom-lighten-2 {
    border-bottom: 1px solid #FFF176 !important;
}

.border-left-yellow.border-left-lighten-2 {
    border-left: 1px solid #FFF176 !important;
}

.border-right-yellow.border-right-lighten-2 {
    border-right: 1px solid #FFF176 !important;
}

.overlay-yellow.overlay-lighten-2 {
    background: #FFF176;
    /* The Fallback */
    background: rgba(255, 241, 118, 0.8);
}

.yellow.lighten-1 {
    color: #FFEE58 !important;
}

.bg-yellow.bg-lighten-1 {
    background-color: #FFEE58 !important;
}

.btn-yellow.btn-lighten-1 {
    border-color: #FBC02D !important;
    background-color: #FFEE58 !important;
}

.btn-yellow.btn-lighten-1:hover {
    border-color: #FBC02D !important;
    background-color: #F9A825 !important;
}

.btn-yellow.btn-lighten-1:focus,
.btn-yellow.btn-lighten-1:active {
    border-color: #F9A825 !important;
    background-color: #F57F17 !important;
}

.btn-outline-yellow.btn-outline-lighten-1 {
    border-color: #FFEE58 !important;
    color: #FFEE58 !important;
}

.btn-outline-yellow.btn-outline-lighten-1:hover {
    background-color: #FFEE58 !important;
}

input:focus~.bg-yellow {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFEE58 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFEE58 !important;
}

.border-yellow.border-lighten-1 {
    border: 1px solid #FFEE58 !important;
}

.border-top-yellow.border-top-lighten-1 {
    border-top: 1px solid #FFEE58 !important;
}

.border-bottom-yellow.border-bottom-lighten-1 {
    border-bottom: 1px solid #FFEE58 !important;
}

.border-left-yellow.border-left-lighten-1 {
    border-left: 1px solid #FFEE58 !important;
}

.border-right-yellow.border-right-lighten-1 {
    border-right: 1px solid #FFEE58 !important;
}

.overlay-yellow.overlay-lighten-1 {
    background: #FFEE58;
    /* The Fallback */
    background: rgba(255, 238, 88, 0.8);
}

.yellow {
    color: #FFEB3B !important;
}

.bg-yellow {
    background-color: #FFEB3B !important;
}

.bg-yellow .card-header,
.bg-yellow .card-footer {
    background-color: transparent;
}

.alert-yellow {
    border-color: #FFEB3B !important;
    background-color: #fff282 !important;
    color: #887a00 !important;
}

.alert-yellow .alert-link {
    color: #5f5500 !important;
}

.border-yellow {
    border-color: #FFEB3B;
}

.bg-yellow.badge-glow,
.border-yellow.badge-glow {
    -webkit-box-shadow: 0px 0px 10px #FFEB3B;
    box-shadow: 0px 0px 10px #FFEB3B;
}

.overlay-yellow {
    background: #FFEB3B;
    /* The Fallback */
    background: rgba(255, 235, 59, 0.8);
}

/* .card-outline-yellow{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-yellow {
    border-color: #FBC02D !important;
    background-color: #FFEB3B !important;
    color: #FFFFFF;
}

.btn-yellow:hover {
    border-color: #FDD835 !important;
    background-color: #FFEE58 !important;
    color: #FFF !important;
}

.btn-yellow:focus,
.btn-yellow:active {
    border-color: #FBC02D !important;
    background-color: #F9A825 !important;
    color: #FFF !important;
}

.btn-outline-yellow {
    border-color: #FFEB3B;
    background-color: transparent;
    color: #FFEB3B;
}

.btn-outline-yellow:hover {
    background-color: #FFEB3B;
    color: #FFF !important;
}

input[type="checkbox"].bg-yellow+.custom-control-label:before,
input[type="radio"].bg-yellow+.custom-control-label:before {
    background-color: #FFEB3B !important;
}

input:focus~.bg-yellow {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFEB3B !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFEB3B !important;
}

.border-yellow {
    border: 1px solid #FFEB3B !important;
}

.border-top-yellow {
    border-top: 1px solid #FFEB3B;
}

.border-bottom-yellow {
    border-bottom: 1px solid #FFEB3B;
}

.border-left-yellow {
    border-left: 1px solid #FFEB3B;
}

.border-right-yellow {
    border-right: 1px solid #FFEB3B;
}

.yellow.darken-1 {
    color: #FDD835 !important;
}

.bg-yellow.bg-darken-1 {
    background-color: #FDD835 !important;
}

.btn-yellow.btn-darken-1 {
    border-color: #FBC02D !important;
    background-color: #FDD835 !important;
}

.btn-yellow.btn-darken-1:hover {
    border-color: #FBC02D !important;
    background-color: #F9A825 !important;
}

.btn-yellow.btn-darken-1:focus,
.btn-yellow.btn-darken-1:active {
    border-color: #F9A825 !important;
    background-color: #F57F17 !important;
}

.btn-outline-yellow.btn-outline-darken-1 {
    border-color: #FDD835 !important;
    color: #FDD835 !important;
}

.btn-outline-yellow.btn-outline-darken-1:hover {
    background-color: #FDD835 !important;
}

input:focus~.bg-yellow {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FDD835 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FDD835 !important;
}

.border-yellow.border-darken-1 {
    border: 1px solid #FDD835 !important;
}

.border-top-yellow.border-top-darken-1 {
    border-top: 1px solid #FDD835 !important;
}

.border-bottom-yellow.border-bottom-darken-1 {
    border-bottom: 1px solid #FDD835 !important;
}

.border-left-yellow.border-left-darken-1 {
    border-left: 1px solid #FDD835 !important;
}

.border-right-yellow.border-right-darken-1 {
    border-right: 1px solid #FDD835 !important;
}

.overlay-yellow.overlay-darken-1 {
    background: #FDD835;
    /* The Fallback */
    background: rgba(253, 216, 53, 0.8);
}

.yellow.darken-2 {
    color: #FBC02D !important;
}

.bg-yellow.bg-darken-2 {
    background-color: #FBC02D !important;
}

.btn-yellow.btn-darken-2 {
    border-color: #FBC02D !important;
    background-color: #FBC02D !important;
}

.btn-yellow.btn-darken-2:hover {
    border-color: #FBC02D !important;
    background-color: #F9A825 !important;
}

.btn-yellow.btn-darken-2:focus,
.btn-yellow.btn-darken-2:active {
    border-color: #F9A825 !important;
    background-color: #F57F17 !important;
}

.btn-outline-yellow.btn-outline-darken-2 {
    border-color: #FBC02D !important;
    color: #FBC02D !important;
}

.btn-outline-yellow.btn-outline-darken-2:hover {
    background-color: #FBC02D !important;
}

input:focus~.bg-yellow {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FBC02D !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FBC02D !important;
}

.border-yellow.border-darken-2 {
    border: 1px solid #FBC02D !important;
}

.border-top-yellow.border-top-darken-2 {
    border-top: 1px solid #FBC02D !important;
}

.border-bottom-yellow.border-bottom-darken-2 {
    border-bottom: 1px solid #FBC02D !important;
}

.border-left-yellow.border-left-darken-2 {
    border-left: 1px solid #FBC02D !important;
}

.border-right-yellow.border-right-darken-2 {
    border-right: 1px solid #FBC02D !important;
}

.overlay-yellow.overlay-darken-2 {
    background: #FBC02D;
    /* The Fallback */
    background: rgba(251, 192, 45, 0.8);
}

.yellow.darken-3 {
    color: #F9A825 !important;
}

.bg-yellow.bg-darken-3 {
    background-color: #F9A825 !important;
}

.btn-yellow.btn-darken-3 {
    border-color: #FBC02D !important;
    background-color: #F9A825 !important;
}

.btn-yellow.btn-darken-3:hover {
    border-color: #FBC02D !important;
    background-color: #F9A825 !important;
}

.btn-yellow.btn-darken-3:focus,
.btn-yellow.btn-darken-3:active {
    border-color: #F9A825 !important;
    background-color: #F57F17 !important;
}

.btn-outline-yellow.btn-outline-darken-3 {
    border-color: #F9A825 !important;
    color: #F9A825 !important;
}

.btn-outline-yellow.btn-outline-darken-3:hover {
    background-color: #F9A825 !important;
}

input:focus~.bg-yellow {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F9A825 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F9A825 !important;
}

.border-yellow.border-darken-3 {
    border: 1px solid #F9A825 !important;
}

.border-top-yellow.border-top-darken-3 {
    border-top: 1px solid #F9A825 !important;
}

.border-bottom-yellow.border-bottom-darken-3 {
    border-bottom: 1px solid #F9A825 !important;
}

.border-left-yellow.border-left-darken-3 {
    border-left: 1px solid #F9A825 !important;
}

.border-right-yellow.border-right-darken-3 {
    border-right: 1px solid #F9A825 !important;
}

.overlay-yellow.overlay-darken-3 {
    background: #F9A825;
    /* The Fallback */
    background: rgba(249, 168, 37, 0.8);
}

.yellow.darken-4 {
    color: #F57F17 !important;
}

.bg-yellow.bg-darken-4 {
    background-color: #F57F17 !important;
}

.btn-yellow.btn-darken-4 {
    border-color: #FBC02D !important;
    background-color: #F57F17 !important;
}

.btn-yellow.btn-darken-4:hover {
    border-color: #FBC02D !important;
    background-color: #F9A825 !important;
}

.btn-yellow.btn-darken-4:focus,
.btn-yellow.btn-darken-4:active {
    border-color: #F9A825 !important;
    background-color: #F57F17 !important;
}

.btn-outline-yellow.btn-outline-darken-4 {
    border-color: #F57F17 !important;
    color: #F57F17 !important;
}

.btn-outline-yellow.btn-outline-darken-4:hover {
    background-color: #F57F17 !important;
}

input:focus~.bg-yellow {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F57F17 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F57F17 !important;
}

.border-yellow.border-darken-4 {
    border: 1px solid #F57F17 !important;
}

.border-top-yellow.border-top-darken-4 {
    border-top: 1px solid #F57F17 !important;
}

.border-bottom-yellow.border-bottom-darken-4 {
    border-bottom: 1px solid #F57F17 !important;
}

.border-left-yellow.border-left-darken-4 {
    border-left: 1px solid #F57F17 !important;
}

.border-right-yellow.border-right-darken-4 {
    border-right: 1px solid #F57F17 !important;
}

.overlay-yellow.overlay-darken-4 {
    background: #F57F17;
    /* The Fallback */
    background: rgba(245, 127, 23, 0.8);
}

.yellow.accent-1 {
    color: #FFFF8D !important;
}

.bg-yellow.bg-accent-1 {
    background-color: #FFFF8D !important;
}

.btn-yellow.btn-accent-1 {
    border-color: #FBC02D !important;
    background-color: #FFFF8D !important;
}

.btn-yellow.btn-accent-1:hover {
    border-color: #FBC02D !important;
    background-color: #F9A825 !important;
}

.btn-yellow.btn-accent-1:focus,
.btn-yellow.btn-accent-1:active {
    border-color: #F9A825 !important;
    background-color: #F57F17 !important;
}

.btn-outline-yellow.btn-outline-accent-1 {
    border-color: #FFFF8D !important;
    color: #FFFF8D !important;
}

.btn-outline-yellow.btn-outline-accent-1:hover {
    background-color: #FFFF8D !important;
}

input:focus~.bg-yellow {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFFF8D !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFFF8D !important;
}

.border-yellow.border-accent-1 {
    border: 1px solid #FFFF8D !important;
}

.border-top-yellow.border-top-accent-1 {
    border-top: 1px solid #FFFF8D !important;
}

.border-bottom-yellow.border-bottom-accent-1 {
    border-bottom: 1px solid #FFFF8D !important;
}

.border-left-yellow.border-left-accent-1 {
    border-left: 1px solid #FFFF8D !important;
}

.border-right-yellow.border-right-accent-1 {
    border-right: 1px solid #FFFF8D !important;
}

.overlay-yellow.overlay-accent-1 {
    background: #FFFF8D;
    /* The Fallback */
    background: rgba(255, 255, 141, 0.8);
}

.yellow.accent-2 {
    color: #FFFF00 !important;
}

.bg-yellow.bg-accent-2 {
    background-color: #FFFF00 !important;
}

.btn-yellow.btn-accent-2 {
    border-color: #FBC02D !important;
    background-color: #FFFF00 !important;
}

.btn-yellow.btn-accent-2:hover {
    border-color: #FBC02D !important;
    background-color: #F9A825 !important;
}

.btn-yellow.btn-accent-2:focus,
.btn-yellow.btn-accent-2:active {
    border-color: #F9A825 !important;
    background-color: #F57F17 !important;
}

.btn-outline-yellow.btn-outline-accent-2 {
    border-color: #FFFF00 !important;
    color: #FFFF00 !important;
}

.btn-outline-yellow.btn-outline-accent-2:hover {
    background-color: #FFFF00 !important;
}

input:focus~.bg-yellow {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFFF00 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFFF00 !important;
}

.border-yellow.border-accent-2 {
    border: 1px solid #FFFF00 !important;
}

.border-top-yellow.border-top-accent-2 {
    border-top: 1px solid #FFFF00 !important;
}

.border-bottom-yellow.border-bottom-accent-2 {
    border-bottom: 1px solid #FFFF00 !important;
}

.border-left-yellow.border-left-accent-2 {
    border-left: 1px solid #FFFF00 !important;
}

.border-right-yellow.border-right-accent-2 {
    border-right: 1px solid #FFFF00 !important;
}

.overlay-yellow.overlay-accent-2 {
    background: #FFFF00;
    /* The Fallback */
    background: rgba(255, 255, 0, 0.8);
}

.yellow.accent-3 {
    color: #FFEA00 !important;
}

.bg-yellow.bg-accent-3 {
    background-color: #FFEA00 !important;
}

.btn-yellow.btn-accent-3 {
    border-color: #FBC02D !important;
    background-color: #FFEA00 !important;
}

.btn-yellow.btn-accent-3:hover {
    border-color: #FBC02D !important;
    background-color: #F9A825 !important;
}

.btn-yellow.btn-accent-3:focus,
.btn-yellow.btn-accent-3:active {
    border-color: #F9A825 !important;
    background-color: #F57F17 !important;
}

.btn-outline-yellow.btn-outline-accent-3 {
    border-color: #FFEA00 !important;
    color: #FFEA00 !important;
}

.btn-outline-yellow.btn-outline-accent-3:hover {
    background-color: #FFEA00 !important;
}

input:focus~.bg-yellow {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFEA00 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFEA00 !important;
}

.border-yellow.border-accent-3 {
    border: 1px solid #FFEA00 !important;
}

.border-top-yellow.border-top-accent-3 {
    border-top: 1px solid #FFEA00 !important;
}

.border-bottom-yellow.border-bottom-accent-3 {
    border-bottom: 1px solid #FFEA00 !important;
}

.border-left-yellow.border-left-accent-3 {
    border-left: 1px solid #FFEA00 !important;
}

.border-right-yellow.border-right-accent-3 {
    border-right: 1px solid #FFEA00 !important;
}

.overlay-yellow.overlay-accent-3 {
    background: #FFEA00;
    /* The Fallback */
    background: rgba(255, 234, 0, 0.8);
}

.yellow.accent-4 {
    color: #FFD600 !important;
}

.bg-yellow.bg-accent-4 {
    background-color: #FFD600 !important;
}

.btn-yellow.btn-accent-4 {
    border-color: #FBC02D !important;
    background-color: #FFD600 !important;
}

.btn-yellow.btn-accent-4:hover {
    border-color: #FBC02D !important;
    background-color: #F9A825 !important;
}

.btn-yellow.btn-accent-4:focus,
.btn-yellow.btn-accent-4:active {
    border-color: #F9A825 !important;
    background-color: #F57F17 !important;
}

.btn-outline-yellow.btn-outline-accent-4 {
    border-color: #FFD600 !important;
    color: #FFD600 !important;
}

.btn-outline-yellow.btn-outline-accent-4:hover {
    background-color: #FFD600 !important;
}

input:focus~.bg-yellow {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFD600 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFD600 !important;
}

.border-yellow.border-accent-4 {
    border: 1px solid #FFD600 !important;
}

.border-top-yellow.border-top-accent-4 {
    border-top: 1px solid #FFD600 !important;
}

.border-bottom-yellow.border-bottom-accent-4 {
    border-bottom: 1px solid #FFD600 !important;
}

.border-left-yellow.border-left-accent-4 {
    border-left: 1px solid #FFD600 !important;
}

.border-right-yellow.border-right-accent-4 {
    border-right: 1px solid #FFD600 !important;
}

.overlay-yellow.overlay-accent-4 {
    background: #FFD600;
    /* The Fallback */
    background: rgba(255, 214, 0, 0.8);
}

.amber.lighten-5 {
    color: #FFF8E1 !important;
}

.bg-amber.bg-lighten-5 {
    background-color: #FFF8E1 !important;
}

.btn-amber.btn-lighten-5 {
    border-color: #FFA000 !important;
    background-color: #FFF8E1 !important;
}

.btn-amber.btn-lighten-5:hover {
    border-color: #FFA000 !important;
    background-color: #FF8F00 !important;
}

.btn-amber.btn-lighten-5:focus,
.btn-amber.btn-lighten-5:active {
    border-color: #FF8F00 !important;
    background-color: #FF6F00 !important;
}

.btn-outline-amber.btn-outline-lighten-5 {
    border-color: #FFF8E1 !important;
    color: #FFF8E1 !important;
}

.btn-outline-amber.btn-outline-lighten-5:hover {
    background-color: #FFF8E1 !important;
}

input:focus~.bg-amber {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFF8E1 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFF8E1 !important;
}

.border-amber.border-lighten-5 {
    border: 1px solid #FFF8E1 !important;
}

.border-top-amber.border-top-lighten-5 {
    border-top: 1px solid #FFF8E1 !important;
}

.border-bottom-amber.border-bottom-lighten-5 {
    border-bottom: 1px solid #FFF8E1 !important;
}

.border-left-amber.border-left-lighten-5 {
    border-left: 1px solid #FFF8E1 !important;
}

.border-right-amber.border-right-lighten-5 {
    border-right: 1px solid #FFF8E1 !important;
}

.overlay-amber.overlay-lighten-5 {
    background: #FFF8E1;
    /* The Fallback */
    background: rgba(255, 248, 225, 0.8);
}

.amber.lighten-4 {
    color: #FFECB3 !important;
}

.bg-amber.bg-lighten-4 {
    background-color: #FFECB3 !important;
}

.btn-amber.btn-lighten-4 {
    border-color: #FFA000 !important;
    background-color: #FFECB3 !important;
}

.btn-amber.btn-lighten-4:hover {
    border-color: #FFA000 !important;
    background-color: #FF8F00 !important;
}

.btn-amber.btn-lighten-4:focus,
.btn-amber.btn-lighten-4:active {
    border-color: #FF8F00 !important;
    background-color: #FF6F00 !important;
}

.btn-outline-amber.btn-outline-lighten-4 {
    border-color: #FFECB3 !important;
    color: #FFECB3 !important;
}

.btn-outline-amber.btn-outline-lighten-4:hover {
    background-color: #FFECB3 !important;
}

input:focus~.bg-amber {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFECB3 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFECB3 !important;
}

.border-amber.border-lighten-4 {
    border: 1px solid #FFECB3 !important;
}

.border-top-amber.border-top-lighten-4 {
    border-top: 1px solid #FFECB3 !important;
}

.border-bottom-amber.border-bottom-lighten-4 {
    border-bottom: 1px solid #FFECB3 !important;
}

.border-left-amber.border-left-lighten-4 {
    border-left: 1px solid #FFECB3 !important;
}

.border-right-amber.border-right-lighten-4 {
    border-right: 1px solid #FFECB3 !important;
}

.overlay-amber.overlay-lighten-4 {
    background: #FFECB3;
    /* The Fallback */
    background: rgba(255, 236, 179, 0.8);
}

.amber.lighten-3 {
    color: #FFE082 !important;
}

.bg-amber.bg-lighten-3 {
    background-color: #FFE082 !important;
}

.btn-amber.btn-lighten-3 {
    border-color: #FFA000 !important;
    background-color: #FFE082 !important;
}

.btn-amber.btn-lighten-3:hover {
    border-color: #FFA000 !important;
    background-color: #FF8F00 !important;
}

.btn-amber.btn-lighten-3:focus,
.btn-amber.btn-lighten-3:active {
    border-color: #FF8F00 !important;
    background-color: #FF6F00 !important;
}

.btn-outline-amber.btn-outline-lighten-3 {
    border-color: #FFE082 !important;
    color: #FFE082 !important;
}

.btn-outline-amber.btn-outline-lighten-3:hover {
    background-color: #FFE082 !important;
}

input:focus~.bg-amber {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFE082 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFE082 !important;
}

.border-amber.border-lighten-3 {
    border: 1px solid #FFE082 !important;
}

.border-top-amber.border-top-lighten-3 {
    border-top: 1px solid #FFE082 !important;
}

.border-bottom-amber.border-bottom-lighten-3 {
    border-bottom: 1px solid #FFE082 !important;
}

.border-left-amber.border-left-lighten-3 {
    border-left: 1px solid #FFE082 !important;
}

.border-right-amber.border-right-lighten-3 {
    border-right: 1px solid #FFE082 !important;
}

.overlay-amber.overlay-lighten-3 {
    background: #FFE082;
    /* The Fallback */
    background: rgba(255, 224, 130, 0.8);
}

.amber.lighten-2 {
    color: #FFD54F !important;
}

.bg-amber.bg-lighten-2 {
    background-color: #FFD54F !important;
}

.btn-amber.btn-lighten-2 {
    border-color: #FFA000 !important;
    background-color: #FFD54F !important;
}

.btn-amber.btn-lighten-2:hover {
    border-color: #FFA000 !important;
    background-color: #FF8F00 !important;
}

.btn-amber.btn-lighten-2:focus,
.btn-amber.btn-lighten-2:active {
    border-color: #FF8F00 !important;
    background-color: #FF6F00 !important;
}

.btn-outline-amber.btn-outline-lighten-2 {
    border-color: #FFD54F !important;
    color: #FFD54F !important;
}

.btn-outline-amber.btn-outline-lighten-2:hover {
    background-color: #FFD54F !important;
}

input:focus~.bg-amber {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFD54F !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFD54F !important;
}

.border-amber.border-lighten-2 {
    border: 1px solid #FFD54F !important;
}

.border-top-amber.border-top-lighten-2 {
    border-top: 1px solid #FFD54F !important;
}

.border-bottom-amber.border-bottom-lighten-2 {
    border-bottom: 1px solid #FFD54F !important;
}

.border-left-amber.border-left-lighten-2 {
    border-left: 1px solid #FFD54F !important;
}

.border-right-amber.border-right-lighten-2 {
    border-right: 1px solid #FFD54F !important;
}

.overlay-amber.overlay-lighten-2 {
    background: #FFD54F;
    /* The Fallback */
    background: rgba(255, 213, 79, 0.8);
}

.amber.lighten-1 {
    color: #FFCA28 !important;
}

.bg-amber.bg-lighten-1 {
    background-color: #FFCA28 !important;
}

.btn-amber.btn-lighten-1 {
    border-color: #FFA000 !important;
    background-color: #FFCA28 !important;
}

.btn-amber.btn-lighten-1:hover {
    border-color: #FFA000 !important;
    background-color: #FF8F00 !important;
}

.btn-amber.btn-lighten-1:focus,
.btn-amber.btn-lighten-1:active {
    border-color: #FF8F00 !important;
    background-color: #FF6F00 !important;
}

.btn-outline-amber.btn-outline-lighten-1 {
    border-color: #FFCA28 !important;
    color: #FFCA28 !important;
}

.btn-outline-amber.btn-outline-lighten-1:hover {
    background-color: #FFCA28 !important;
}

input:focus~.bg-amber {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFCA28 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFCA28 !important;
}

.border-amber.border-lighten-1 {
    border: 1px solid #FFCA28 !important;
}

.border-top-amber.border-top-lighten-1 {
    border-top: 1px solid #FFCA28 !important;
}

.border-bottom-amber.border-bottom-lighten-1 {
    border-bottom: 1px solid #FFCA28 !important;
}

.border-left-amber.border-left-lighten-1 {
    border-left: 1px solid #FFCA28 !important;
}

.border-right-amber.border-right-lighten-1 {
    border-right: 1px solid #FFCA28 !important;
}

.overlay-amber.overlay-lighten-1 {
    background: #FFCA28;
    /* The Fallback */
    background: rgba(255, 202, 40, 0.8);
}

.amber {
    color: #FFC107 !important;
}

.bg-amber {
    background-color: #FFC107 !important;
}

.bg-amber .card-header,
.bg-amber .card-footer {
    background-color: transparent;
}

.alert-amber {
    border-color: #FFC107 !important;
    background-color: #ffd34e !important;
    color: #543f00 !important;
}

.alert-amber .alert-link {
    color: #2b2000 !important;
}

.border-amber {
    border-color: #FFC107;
}

.bg-amber.badge-glow,
.border-amber.badge-glow {
    -webkit-box-shadow: 0px 0px 10px #FFC107;
    box-shadow: 0px 0px 10px #FFC107;
}

.overlay-amber {
    background: #FFC107;
    /* The Fallback */
    background: rgba(255, 193, 7, 0.8);
}

/* .card-outline-amber{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-amber {
    border-color: #FFA000 !important;
    background-color: #FFC107 !important;
    color: #FFFFFF;
}

.btn-amber:hover {
    border-color: #FFB300 !important;
    background-color: #FFCA28 !important;
    color: #FFF !important;
}

.btn-amber:focus,
.btn-amber:active {
    border-color: #FFA000 !important;
    background-color: #FF8F00 !important;
    color: #FFF !important;
}

.btn-outline-amber {
    border-color: #FFC107;
    background-color: transparent;
    color: #FFC107;
}

.btn-outline-amber:hover {
    background-color: #FFC107;
    color: #FFF !important;
}

input[type="checkbox"].bg-amber+.custom-control-label:before,
input[type="radio"].bg-amber+.custom-control-label:before {
    background-color: #FFC107 !important;
}

input:focus~.bg-amber {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFC107 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFC107 !important;
}

.border-amber {
    border: 1px solid #FFC107 !important;
}

.border-top-amber {
    border-top: 1px solid #FFC107;
}

.border-bottom-amber {
    border-bottom: 1px solid #FFC107;
}

.border-left-amber {
    border-left: 1px solid #FFC107;
}

.border-right-amber {
    border-right: 1px solid #FFC107;
}

.amber.darken-1 {
    color: #FFB300 !important;
}

.bg-amber.bg-darken-1 {
    background-color: #FFB300 !important;
}

.btn-amber.btn-darken-1 {
    border-color: #FFA000 !important;
    background-color: #FFB300 !important;
}

.btn-amber.btn-darken-1:hover {
    border-color: #FFA000 !important;
    background-color: #FF8F00 !important;
}

.btn-amber.btn-darken-1:focus,
.btn-amber.btn-darken-1:active {
    border-color: #FF8F00 !important;
    background-color: #FF6F00 !important;
}

.btn-outline-amber.btn-outline-darken-1 {
    border-color: #FFB300 !important;
    color: #FFB300 !important;
}

.btn-outline-amber.btn-outline-darken-1:hover {
    background-color: #FFB300 !important;
}

input:focus~.bg-amber {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFB300 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFB300 !important;
}

.border-amber.border-darken-1 {
    border: 1px solid #FFB300 !important;
}

.border-top-amber.border-top-darken-1 {
    border-top: 1px solid #FFB300 !important;
}

.border-bottom-amber.border-bottom-darken-1 {
    border-bottom: 1px solid #FFB300 !important;
}

.border-left-amber.border-left-darken-1 {
    border-left: 1px solid #FFB300 !important;
}

.border-right-amber.border-right-darken-1 {
    border-right: 1px solid #FFB300 !important;
}

.overlay-amber.overlay-darken-1 {
    background: #FFB300;
    /* The Fallback */
    background: rgba(255, 179, 0, 0.8);
}

.amber.darken-2 {
    color: #FFA000 !important;
}

.bg-amber.bg-darken-2 {
    background-color: #FFA000 !important;
}

.btn-amber.btn-darken-2 {
    border-color: #FFA000 !important;
    background-color: #FFA000 !important;
}

.btn-amber.btn-darken-2:hover {
    border-color: #FFA000 !important;
    background-color: #FF8F00 !important;
}

.btn-amber.btn-darken-2:focus,
.btn-amber.btn-darken-2:active {
    border-color: #FF8F00 !important;
    background-color: #FF6F00 !important;
}

.btn-outline-amber.btn-outline-darken-2 {
    border-color: #FFA000 !important;
    color: #FFA000 !important;
}

.btn-outline-amber.btn-outline-darken-2:hover {
    background-color: #FFA000 !important;
}

input:focus~.bg-amber {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFA000 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFA000 !important;
}

.border-amber.border-darken-2 {
    border: 1px solid #FFA000 !important;
}

.border-top-amber.border-top-darken-2 {
    border-top: 1px solid #FFA000 !important;
}

.border-bottom-amber.border-bottom-darken-2 {
    border-bottom: 1px solid #FFA000 !important;
}

.border-left-amber.border-left-darken-2 {
    border-left: 1px solid #FFA000 !important;
}

.border-right-amber.border-right-darken-2 {
    border-right: 1px solid #FFA000 !important;
}

.overlay-amber.overlay-darken-2 {
    background: #FFA000;
    /* The Fallback */
    background: rgba(255, 160, 0, 0.8);
}

.amber.darken-3 {
    color: #FF8F00 !important;
}

.bg-amber.bg-darken-3 {
    background-color: #FF8F00 !important;
}

.btn-amber.btn-darken-3 {
    border-color: #FFA000 !important;
    background-color: #FF8F00 !important;
}

.btn-amber.btn-darken-3:hover {
    border-color: #FFA000 !important;
    background-color: #FF8F00 !important;
}

.btn-amber.btn-darken-3:focus,
.btn-amber.btn-darken-3:active {
    border-color: #FF8F00 !important;
    background-color: #FF6F00 !important;
}

.btn-outline-amber.btn-outline-darken-3 {
    border-color: #FF8F00 !important;
    color: #FF8F00 !important;
}

.btn-outline-amber.btn-outline-darken-3:hover {
    background-color: #FF8F00 !important;
}

input:focus~.bg-amber {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF8F00 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF8F00 !important;
}

.border-amber.border-darken-3 {
    border: 1px solid #FF8F00 !important;
}

.border-top-amber.border-top-darken-3 {
    border-top: 1px solid #FF8F00 !important;
}

.border-bottom-amber.border-bottom-darken-3 {
    border-bottom: 1px solid #FF8F00 !important;
}

.border-left-amber.border-left-darken-3 {
    border-left: 1px solid #FF8F00 !important;
}

.border-right-amber.border-right-darken-3 {
    border-right: 1px solid #FF8F00 !important;
}

.overlay-amber.overlay-darken-3 {
    background: #FF8F00;
    /* The Fallback */
    background: rgba(255, 143, 0, 0.8);
}

.amber.darken-4 {
    color: #FF6F00 !important;
}

.bg-amber.bg-darken-4 {
    background-color: #FF6F00 !important;
}

.btn-amber.btn-darken-4 {
    border-color: #FFA000 !important;
    background-color: #FF6F00 !important;
}

.btn-amber.btn-darken-4:hover {
    border-color: #FFA000 !important;
    background-color: #FF8F00 !important;
}

.btn-amber.btn-darken-4:focus,
.btn-amber.btn-darken-4:active {
    border-color: #FF8F00 !important;
    background-color: #FF6F00 !important;
}

.btn-outline-amber.btn-outline-darken-4 {
    border-color: #FF6F00 !important;
    color: #FF6F00 !important;
}

.btn-outline-amber.btn-outline-darken-4:hover {
    background-color: #FF6F00 !important;
}

input:focus~.bg-amber {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF6F00 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF6F00 !important;
}

.border-amber.border-darken-4 {
    border: 1px solid #FF6F00 !important;
}

.border-top-amber.border-top-darken-4 {
    border-top: 1px solid #FF6F00 !important;
}

.border-bottom-amber.border-bottom-darken-4 {
    border-bottom: 1px solid #FF6F00 !important;
}

.border-left-amber.border-left-darken-4 {
    border-left: 1px solid #FF6F00 !important;
}

.border-right-amber.border-right-darken-4 {
    border-right: 1px solid #FF6F00 !important;
}

.overlay-amber.overlay-darken-4 {
    background: #FF6F00;
    /* The Fallback */
    background: rgba(255, 111, 0, 0.8);
}

.amber.accent-1 {
    color: #FFE57F !important;
}

.bg-amber.bg-accent-1 {
    background-color: #FFE57F !important;
}

.btn-amber.btn-accent-1 {
    border-color: #FFA000 !important;
    background-color: #FFE57F !important;
}

.btn-amber.btn-accent-1:hover {
    border-color: #FFA000 !important;
    background-color: #FF8F00 !important;
}

.btn-amber.btn-accent-1:focus,
.btn-amber.btn-accent-1:active {
    border-color: #FF8F00 !important;
    background-color: #FF6F00 !important;
}

.btn-outline-amber.btn-outline-accent-1 {
    border-color: #FFE57F !important;
    color: #FFE57F !important;
}

.btn-outline-amber.btn-outline-accent-1:hover {
    background-color: #FFE57F !important;
}

input:focus~.bg-amber {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFE57F !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFE57F !important;
}

.border-amber.border-accent-1 {
    border: 1px solid #FFE57F !important;
}

.border-top-amber.border-top-accent-1 {
    border-top: 1px solid #FFE57F !important;
}

.border-bottom-amber.border-bottom-accent-1 {
    border-bottom: 1px solid #FFE57F !important;
}

.border-left-amber.border-left-accent-1 {
    border-left: 1px solid #FFE57F !important;
}

.border-right-amber.border-right-accent-1 {
    border-right: 1px solid #FFE57F !important;
}

.overlay-amber.overlay-accent-1 {
    background: #FFE57F;
    /* The Fallback */
    background: rgba(255, 229, 127, 0.8);
}

.amber.accent-2 {
    color: #FFD740 !important;
}

.bg-amber.bg-accent-2 {
    background-color: #FFD740 !important;
}

.btn-amber.btn-accent-2 {
    border-color: #FFA000 !important;
    background-color: #FFD740 !important;
}

.btn-amber.btn-accent-2:hover {
    border-color: #FFA000 !important;
    background-color: #FF8F00 !important;
}

.btn-amber.btn-accent-2:focus,
.btn-amber.btn-accent-2:active {
    border-color: #FF8F00 !important;
    background-color: #FF6F00 !important;
}

.btn-outline-amber.btn-outline-accent-2 {
    border-color: #FFD740 !important;
    color: #FFD740 !important;
}

.btn-outline-amber.btn-outline-accent-2:hover {
    background-color: #FFD740 !important;
}

input:focus~.bg-amber {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFD740 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFD740 !important;
}

.border-amber.border-accent-2 {
    border: 1px solid #FFD740 !important;
}

.border-top-amber.border-top-accent-2 {
    border-top: 1px solid #FFD740 !important;
}

.border-bottom-amber.border-bottom-accent-2 {
    border-bottom: 1px solid #FFD740 !important;
}

.border-left-amber.border-left-accent-2 {
    border-left: 1px solid #FFD740 !important;
}

.border-right-amber.border-right-accent-2 {
    border-right: 1px solid #FFD740 !important;
}

.overlay-amber.overlay-accent-2 {
    background: #FFD740;
    /* The Fallback */
    background: rgba(255, 215, 64, 0.8);
}

.amber.accent-3 {
    color: #FFC400 !important;
}

.bg-amber.bg-accent-3 {
    background-color: #FFC400 !important;
}

.btn-amber.btn-accent-3 {
    border-color: #FFA000 !important;
    background-color: #FFC400 !important;
}

.btn-amber.btn-accent-3:hover {
    border-color: #FFA000 !important;
    background-color: #FF8F00 !important;
}

.btn-amber.btn-accent-3:focus,
.btn-amber.btn-accent-3:active {
    border-color: #FF8F00 !important;
    background-color: #FF6F00 !important;
}

.btn-outline-amber.btn-outline-accent-3 {
    border-color: #FFC400 !important;
    color: #FFC400 !important;
}

.btn-outline-amber.btn-outline-accent-3:hover {
    background-color: #FFC400 !important;
}

input:focus~.bg-amber {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFC400 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFC400 !important;
}

.border-amber.border-accent-3 {
    border: 1px solid #FFC400 !important;
}

.border-top-amber.border-top-accent-3 {
    border-top: 1px solid #FFC400 !important;
}

.border-bottom-amber.border-bottom-accent-3 {
    border-bottom: 1px solid #FFC400 !important;
}

.border-left-amber.border-left-accent-3 {
    border-left: 1px solid #FFC400 !important;
}

.border-right-amber.border-right-accent-3 {
    border-right: 1px solid #FFC400 !important;
}

.overlay-amber.overlay-accent-3 {
    background: #FFC400;
    /* The Fallback */
    background: rgba(255, 196, 0, 0.8);
}

.amber.accent-4 {
    color: #FFAB00 !important;
}

.bg-amber.bg-accent-4 {
    background-color: #FFAB00 !important;
}

.btn-amber.btn-accent-4 {
    border-color: #FFA000 !important;
    background-color: #FFAB00 !important;
}

.btn-amber.btn-accent-4:hover {
    border-color: #FFA000 !important;
    background-color: #FF8F00 !important;
}

.btn-amber.btn-accent-4:focus,
.btn-amber.btn-accent-4:active {
    border-color: #FF8F00 !important;
    background-color: #FF6F00 !important;
}

.btn-outline-amber.btn-outline-accent-4 {
    border-color: #FFAB00 !important;
    color: #FFAB00 !important;
}

.btn-outline-amber.btn-outline-accent-4:hover {
    background-color: #FFAB00 !important;
}

input:focus~.bg-amber {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFAB00 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFAB00 !important;
}

.border-amber.border-accent-4 {
    border: 1px solid #FFAB00 !important;
}

.border-top-amber.border-top-accent-4 {
    border-top: 1px solid #FFAB00 !important;
}

.border-bottom-amber.border-bottom-accent-4 {
    border-bottom: 1px solid #FFAB00 !important;
}

.border-left-amber.border-left-accent-4 {
    border-left: 1px solid #FFAB00 !important;
}

.border-right-amber.border-right-accent-4 {
    border-right: 1px solid #FFAB00 !important;
}

.overlay-amber.overlay-accent-4 {
    background: #FFAB00;
    /* The Fallback */
    background: rgba(255, 171, 0, 0.8);
}

.blue-grey.lighten-5 {
    color: #ECEFF1 !important;
}

.bg-blue-grey.bg-lighten-5 {
    background-color: #ECEFF1 !important;
}

.btn-blue-grey.btn-lighten-5 {
    border-color: #455A64 !important;
    background-color: #ECEFF1 !important;
}

.btn-blue-grey.btn-lighten-5:hover {
    border-color: #455A64 !important;
    background-color: #37474F !important;
}

.btn-blue-grey.btn-lighten-5:focus,
.btn-blue-grey.btn-lighten-5:active {
    border-color: #37474F !important;
    background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-5 {
    border-color: #ECEFF1 !important;
    color: #ECEFF1 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-5:hover {
    background-color: #ECEFF1 !important;
}

input:focus~.bg-blue-grey {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ECEFF1 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ECEFF1 !important;
}

.border-blue-grey.border-lighten-5 {
    border: 1px solid #ECEFF1 !important;
}

.border-top-blue-grey.border-top-lighten-5 {
    border-top: 1px solid #ECEFF1 !important;
}

.border-bottom-blue-grey.border-bottom-lighten-5 {
    border-bottom: 1px solid #ECEFF1 !important;
}

.border-left-blue-grey.border-left-lighten-5 {
    border-left: 1px solid #ECEFF1 !important;
}

.border-right-blue-grey.border-right-lighten-5 {
    border-right: 1px solid #ECEFF1 !important;
}

.overlay-blue-grey.overlay-lighten-5 {
    background: #ECEFF1;
    /* The Fallback */
    background: rgba(236, 239, 241, 0.8);
}

.blue-grey.lighten-4 {
    color: #CFD8DC !important;
}

.bg-blue-grey.bg-lighten-4 {
    background-color: #CFD8DC !important;
}

.btn-blue-grey.btn-lighten-4 {
    border-color: #455A64 !important;
    background-color: #CFD8DC !important;
}

.btn-blue-grey.btn-lighten-4:hover {
    border-color: #455A64 !important;
    background-color: #37474F !important;
}

.btn-blue-grey.btn-lighten-4:focus,
.btn-blue-grey.btn-lighten-4:active {
    border-color: #37474F !important;
    background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-4 {
    border-color: #CFD8DC !important;
    color: #CFD8DC !important;
}

.btn-outline-blue-grey.btn-outline-lighten-4:hover {
    background-color: #CFD8DC !important;
}

input:focus~.bg-blue-grey {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #CFD8DC !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #CFD8DC !important;
}

.border-blue-grey.border-lighten-4 {
    border: 1px solid #CFD8DC !important;
}

.border-top-blue-grey.border-top-lighten-4 {
    border-top: 1px solid #CFD8DC !important;
}

.border-bottom-blue-grey.border-bottom-lighten-4 {
    border-bottom: 1px solid #CFD8DC !important;
}

.border-left-blue-grey.border-left-lighten-4 {
    border-left: 1px solid #CFD8DC !important;
}

.border-right-blue-grey.border-right-lighten-4 {
    border-right: 1px solid #CFD8DC !important;
}

.overlay-blue-grey.overlay-lighten-4 {
    background: #CFD8DC;
    /* The Fallback */
    background: rgba(207, 216, 220, 0.8);
}

.blue-grey.lighten-3 {
    color: #B0BEC5 !important;
}

.bg-blue-grey.bg-lighten-3 {
    background-color: #B0BEC5 !important;
}

.btn-blue-grey.btn-lighten-3 {
    border-color: #455A64 !important;
    background-color: #B0BEC5 !important;
}

.btn-blue-grey.btn-lighten-3:hover {
    border-color: #455A64 !important;
    background-color: #37474F !important;
}

.btn-blue-grey.btn-lighten-3:focus,
.btn-blue-grey.btn-lighten-3:active {
    border-color: #37474F !important;
    background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-3 {
    border-color: #B0BEC5 !important;
    color: #B0BEC5 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-3:hover {
    background-color: #B0BEC5 !important;
}

input:focus~.bg-blue-grey {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #B0BEC5 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #B0BEC5 !important;
}

.border-blue-grey.border-lighten-3 {
    border: 1px solid #B0BEC5 !important;
}

.border-top-blue-grey.border-top-lighten-3 {
    border-top: 1px solid #B0BEC5 !important;
}

.border-bottom-blue-grey.border-bottom-lighten-3 {
    border-bottom: 1px solid #B0BEC5 !important;
}

.border-left-blue-grey.border-left-lighten-3 {
    border-left: 1px solid #B0BEC5 !important;
}

.border-right-blue-grey.border-right-lighten-3 {
    border-right: 1px solid #B0BEC5 !important;
}

.overlay-blue-grey.overlay-lighten-3 {
    background: #B0BEC5;
    /* The Fallback */
    background: rgba(176, 190, 197, 0.8);
}

.blue-grey.lighten-2 {
    color: #90A4AE !important;
}

.bg-blue-grey.bg-lighten-2 {
    background-color: #90A4AE !important;
}

.btn-blue-grey.btn-lighten-2 {
    border-color: #455A64 !important;
    background-color: #90A4AE !important;
}

.btn-blue-grey.btn-lighten-2:hover {
    border-color: #455A64 !important;
    background-color: #37474F !important;
}

.btn-blue-grey.btn-lighten-2:focus,
.btn-blue-grey.btn-lighten-2:active {
    border-color: #37474F !important;
    background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-2 {
    border-color: #90A4AE !important;
    color: #90A4AE !important;
}

.btn-outline-blue-grey.btn-outline-lighten-2:hover {
    background-color: #90A4AE !important;
}

input:focus~.bg-blue-grey {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #90A4AE !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #90A4AE !important;
}

.border-blue-grey.border-lighten-2 {
    border: 1px solid #90A4AE !important;
}

.border-top-blue-grey.border-top-lighten-2 {
    border-top: 1px solid #90A4AE !important;
}

.border-bottom-blue-grey.border-bottom-lighten-2 {
    border-bottom: 1px solid #90A4AE !important;
}

.border-left-blue-grey.border-left-lighten-2 {
    border-left: 1px solid #90A4AE !important;
}

.border-right-blue-grey.border-right-lighten-2 {
    border-right: 1px solid #90A4AE !important;
}

.overlay-blue-grey.overlay-lighten-2 {
    background: #90A4AE;
    /* The Fallback */
    background: rgba(144, 164, 174, 0.8);
}

.blue-grey.lighten-1 {
    color: #78909C !important;
}

.bg-blue-grey.bg-lighten-1 {
    background-color: #78909C !important;
}

.btn-blue-grey.btn-lighten-1 {
    border-color: #455A64 !important;
    background-color: #78909C !important;
}

.btn-blue-grey.btn-lighten-1:hover {
    border-color: #455A64 !important;
    background-color: #37474F !important;
}

.btn-blue-grey.btn-lighten-1:focus,
.btn-blue-grey.btn-lighten-1:active {
    border-color: #37474F !important;
    background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-1 {
    border-color: #78909C !important;
    color: #78909C !important;
}

.btn-outline-blue-grey.btn-outline-lighten-1:hover {
    background-color: #78909C !important;
}

input:focus~.bg-blue-grey {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #78909C !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #78909C !important;
}

.border-blue-grey.border-lighten-1 {
    border: 1px solid #78909C !important;
}

.border-top-blue-grey.border-top-lighten-1 {
    border-top: 1px solid #78909C !important;
}

.border-bottom-blue-grey.border-bottom-lighten-1 {
    border-bottom: 1px solid #78909C !important;
}

.border-left-blue-grey.border-left-lighten-1 {
    border-left: 1px solid #78909C !important;
}

.border-right-blue-grey.border-right-lighten-1 {
    border-right: 1px solid #78909C !important;
}

.overlay-blue-grey.overlay-lighten-1 {
    background: #78909C;
    /* The Fallback */
    background: rgba(120, 144, 156, 0.8);
}

.blue-grey {
    color: #607D8B !important;
}

.bg-blue-grey {
    background-color: #607D8B !important;
}

.bg-blue-grey .card-header,
.bg-blue-grey .card-footer {
    background-color: transparent;
}

.alert-blue-grey {
    border-color: #607D8B !important;
    background-color: #87a0ac !important;
    color: #171e21 !important;
}

.alert-blue-grey .alert-link {
    color: #060809 !important;
}

.border-blue-grey {
    border-color: #607D8B;
}

.bg-blue-grey.badge-glow,
.border-blue-grey.badge-glow {
    -webkit-box-shadow: 0px 0px 10px #607D8B;
    box-shadow: 0px 0px 10px #607D8B;
}

.overlay-blue-grey {
    background: #607D8B;
    /* The Fallback */
    background: rgba(96, 125, 139, 0.8);
}

/* .card-outline-blue-grey{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-blue-grey {
    border-color: #455A64 !important;
    background-color: #607D8B !important;
    color: #FFFFFF;
}

.btn-blue-grey:hover {
    border-color: #546E7A !important;
    background-color: #78909C !important;
    color: #FFF !important;
}

.btn-blue-grey:focus,
.btn-blue-grey:active {
    border-color: #455A64 !important;
    background-color: #37474F !important;
    color: #FFF !important;
}

.btn-outline-blue-grey {
    border-color: #607D8B;
    background-color: transparent;
    color: #607D8B;
}

.btn-outline-blue-grey:hover {
    background-color: #607D8B;
    color: #FFF !important;
}

input[type="checkbox"].bg-blue-grey+.custom-control-label:before,
input[type="radio"].bg-blue-grey+.custom-control-label:before {
    background-color: #607D8B !important;
}

input:focus~.bg-blue-grey {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #607D8B !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #607D8B !important;
}

.border-blue-grey {
    border: 1px solid #607D8B !important;
}

.border-top-blue-grey {
    border-top: 1px solid #607D8B;
}

.border-bottom-blue-grey {
    border-bottom: 1px solid #607D8B;
}

.border-left-blue-grey {
    border-left: 1px solid #607D8B;
}

.border-right-blue-grey {
    border-right: 1px solid #607D8B;
}

.blue-grey.darken-1 {
    color: #546E7A !important;
}

.bg-blue-grey.bg-darken-1 {
    background-color: #546E7A !important;
}

.btn-blue-grey.btn-darken-1 {
    border-color: #455A64 !important;
    background-color: #546E7A !important;
}

.btn-blue-grey.btn-darken-1:hover {
    border-color: #455A64 !important;
    background-color: #37474F !important;
}

.btn-blue-grey.btn-darken-1:focus,
.btn-blue-grey.btn-darken-1:active {
    border-color: #37474F !important;
    background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-darken-1 {
    border-color: #546E7A !important;
    color: #546E7A !important;
}

.btn-outline-blue-grey.btn-outline-darken-1:hover {
    background-color: #546E7A !important;
}

input:focus~.bg-blue-grey {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #546E7A !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #546E7A !important;
}

.border-blue-grey.border-darken-1 {
    border: 1px solid #546E7A !important;
}

.border-top-blue-grey.border-top-darken-1 {
    border-top: 1px solid #546E7A !important;
}

.border-bottom-blue-grey.border-bottom-darken-1 {
    border-bottom: 1px solid #546E7A !important;
}

.border-left-blue-grey.border-left-darken-1 {
    border-left: 1px solid #546E7A !important;
}

.border-right-blue-grey.border-right-darken-1 {
    border-right: 1px solid #546E7A !important;
}

.overlay-blue-grey.overlay-darken-1 {
    background: #546E7A;
    /* The Fallback */
    background: rgba(84, 110, 122, 0.8);
}

.blue-grey.darken-2 {
    color: #455A64 !important;
}

.bg-blue-grey.bg-darken-2 {
    background-color: #455A64 !important;
}

.btn-blue-grey.btn-darken-2 {
    border-color: #455A64 !important;
    background-color: #455A64 !important;
}

.btn-blue-grey.btn-darken-2:hover {
    border-color: #455A64 !important;
    background-color: #37474F !important;
}

.btn-blue-grey.btn-darken-2:focus,
.btn-blue-grey.btn-darken-2:active {
    border-color: #37474F !important;
    background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-darken-2 {
    border-color: #455A64 !important;
    color: #455A64 !important;
}

.btn-outline-blue-grey.btn-outline-darken-2:hover {
    background-color: #455A64 !important;
}

input:focus~.bg-blue-grey {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #455A64 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #455A64 !important;
}

.border-blue-grey.border-darken-2 {
    border: 1px solid #455A64 !important;
}

.border-top-blue-grey.border-top-darken-2 {
    border-top: 1px solid #455A64 !important;
}

.border-bottom-blue-grey.border-bottom-darken-2 {
    border-bottom: 1px solid #455A64 !important;
}

.border-left-blue-grey.border-left-darken-2 {
    border-left: 1px solid #455A64 !important;
}

.border-right-blue-grey.border-right-darken-2 {
    border-right: 1px solid #455A64 !important;
}

.overlay-blue-grey.overlay-darken-2 {
    background: #455A64;
    /* The Fallback */
    background: rgba(69, 90, 100, 0.8);
}

.blue-grey.darken-3 {
    color: #37474F !important;
}

.bg-blue-grey.bg-darken-3 {
    background-color: #37474F !important;
}

.btn-blue-grey.btn-darken-3 {
    border-color: #455A64 !important;
    background-color: #37474F !important;
}

.btn-blue-grey.btn-darken-3:hover {
    border-color: #455A64 !important;
    background-color: #37474F !important;
}

.btn-blue-grey.btn-darken-3:focus,
.btn-blue-grey.btn-darken-3:active {
    border-color: #37474F !important;
    background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-darken-3 {
    border-color: #37474F !important;
    color: #37474F !important;
}

.btn-outline-blue-grey.btn-outline-darken-3:hover {
    background-color: #37474F !important;
}

input:focus~.bg-blue-grey {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #37474F !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #37474F !important;
}

.border-blue-grey.border-darken-3 {
    border: 1px solid #37474F !important;
}

.border-top-blue-grey.border-top-darken-3 {
    border-top: 1px solid #37474F !important;
}

.border-bottom-blue-grey.border-bottom-darken-3 {
    border-bottom: 1px solid #37474F !important;
}

.border-left-blue-grey.border-left-darken-3 {
    border-left: 1px solid #37474F !important;
}

.border-right-blue-grey.border-right-darken-3 {
    border-right: 1px solid #37474F !important;
}

.overlay-blue-grey.overlay-darken-3 {
    background: #37474F;
    /* The Fallback */
    background: rgba(55, 71, 79, 0.8);
}

.blue-grey.darken-4 {
    color: #263238 !important;
}

.bg-blue-grey.bg-darken-4 {
    background-color: #263238 !important;
}

.btn-blue-grey.btn-darken-4 {
    border-color: #455A64 !important;
    background-color: #263238 !important;
}

.btn-blue-grey.btn-darken-4:hover {
    border-color: #455A64 !important;
    background-color: #37474F !important;
}

.btn-blue-grey.btn-darken-4:focus,
.btn-blue-grey.btn-darken-4:active {
    border-color: #37474F !important;
    background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-darken-4 {
    border-color: #263238 !important;
    color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-darken-4:hover {
    background-color: #263238 !important;
}

input:focus~.bg-blue-grey {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #263238 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #263238 !important;
}

.border-blue-grey.border-darken-4 {
    border: 1px solid #263238 !important;
}

.border-top-blue-grey.border-top-darken-4 {
    border-top: 1px solid #263238 !important;
}

.border-bottom-blue-grey.border-bottom-darken-4 {
    border-bottom: 1px solid #263238 !important;
}

.border-left-blue-grey.border-left-darken-4 {
    border-left: 1px solid #263238 !important;
}

.border-right-blue-grey.border-right-darken-4 {
    border-right: 1px solid #263238 !important;
}

.overlay-blue-grey.overlay-darken-4 {
    background: #263238;
    /* The Fallback */
    background: rgba(38, 50, 56, 0.8);
}

.grey-blue.lighten-5 {
    color: #ECEFF1 !important;
}

.bg-grey-blue.bg-lighten-5 {
    background-color: #ECEFF1 !important;
}

.btn-grey-blue.btn-lighten-5 {
    border-color: #404E67 !important;
    background-color: #ECEFF1 !important;
}

.btn-grey-blue.btn-lighten-5:hover {
    border-color: #404E67 !important;
    background-color: #37474F !important;
}

.btn-grey-blue.btn-lighten-5:focus,
.btn-grey-blue.btn-lighten-5:active {
    border-color: #37474F !important;
    background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-5 {
    border-color: #ECEFF1 !important;
    color: #ECEFF1 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-5:hover {
    background-color: #ECEFF1 !important;
}

input:focus~.bg-grey-blue {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ECEFF1 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ECEFF1 !important;
}

.border-grey-blue.border-lighten-5 {
    border: 1px solid #ECEFF1 !important;
}

.border-top-grey-blue.border-top-lighten-5 {
    border-top: 1px solid #ECEFF1 !important;
}

.border-bottom-grey-blue.border-bottom-lighten-5 {
    border-bottom: 1px solid #ECEFF1 !important;
}

.border-left-grey-blue.border-left-lighten-5 {
    border-left: 1px solid #ECEFF1 !important;
}

.border-right-grey-blue.border-right-lighten-5 {
    border-right: 1px solid #ECEFF1 !important;
}

.overlay-grey-blue.overlay-lighten-5 {
    background: #ECEFF1;
    /* The Fallback */
    background: rgba(236, 239, 241, 0.8);
}

.grey-blue.lighten-4 {
    color: #CFD8DC !important;
}

.bg-grey-blue.bg-lighten-4 {
    background-color: #CFD8DC !important;
}

.btn-grey-blue.btn-lighten-4 {
    border-color: #404E67 !important;
    background-color: #CFD8DC !important;
}

.btn-grey-blue.btn-lighten-4:hover {
    border-color: #404E67 !important;
    background-color: #37474F !important;
}

.btn-grey-blue.btn-lighten-4:focus,
.btn-grey-blue.btn-lighten-4:active {
    border-color: #37474F !important;
    background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-4 {
    border-color: #CFD8DC !important;
    color: #CFD8DC !important;
}

.btn-outline-grey-blue.btn-outline-lighten-4:hover {
    background-color: #CFD8DC !important;
}

input:focus~.bg-grey-blue {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #CFD8DC !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #CFD8DC !important;
}

.border-grey-blue.border-lighten-4 {
    border: 1px solid #CFD8DC !important;
}

.border-top-grey-blue.border-top-lighten-4 {
    border-top: 1px solid #CFD8DC !important;
}

.border-bottom-grey-blue.border-bottom-lighten-4 {
    border-bottom: 1px solid #CFD8DC !important;
}

.border-left-grey-blue.border-left-lighten-4 {
    border-left: 1px solid #CFD8DC !important;
}

.border-right-grey-blue.border-right-lighten-4 {
    border-right: 1px solid #CFD8DC !important;
}

.overlay-grey-blue.overlay-lighten-4 {
    background: #CFD8DC;
    /* The Fallback */
    background: rgba(207, 216, 220, 0.8);
}

.grey-blue.lighten-3 {
    color: #B0BEC5 !important;
}

.bg-grey-blue.bg-lighten-3 {
    background-color: #B0BEC5 !important;
}

.btn-grey-blue.btn-lighten-3 {
    border-color: #404E67 !important;
    background-color: #B0BEC5 !important;
}

.btn-grey-blue.btn-lighten-3:hover {
    border-color: #404E67 !important;
    background-color: #37474F !important;
}

.btn-grey-blue.btn-lighten-3:focus,
.btn-grey-blue.btn-lighten-3:active {
    border-color: #37474F !important;
    background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-3 {
    border-color: #B0BEC5 !important;
    color: #B0BEC5 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-3:hover {
    background-color: #B0BEC5 !important;
}

input:focus~.bg-grey-blue {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #B0BEC5 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #B0BEC5 !important;
}

.border-grey-blue.border-lighten-3 {
    border: 1px solid #B0BEC5 !important;
}

.border-top-grey-blue.border-top-lighten-3 {
    border-top: 1px solid #B0BEC5 !important;
}

.border-bottom-grey-blue.border-bottom-lighten-3 {
    border-bottom: 1px solid #B0BEC5 !important;
}

.border-left-grey-blue.border-left-lighten-3 {
    border-left: 1px solid #B0BEC5 !important;
}

.border-right-grey-blue.border-right-lighten-3 {
    border-right: 1px solid #B0BEC5 !important;
}

.overlay-grey-blue.overlay-lighten-3 {
    background: #B0BEC5;
    /* The Fallback */
    background: rgba(176, 190, 197, 0.8);
}

.grey-blue.lighten-2 {
    color: #6F85AD !important;
}

.bg-grey-blue.bg-lighten-2 {
    background-color: #6F85AD !important;
}

.btn-grey-blue.btn-lighten-2 {
    border-color: #404E67 !important;
    background-color: #6F85AD !important;
}

.btn-grey-blue.btn-lighten-2:hover {
    border-color: #404E67 !important;
    background-color: #37474F !important;
}

.btn-grey-blue.btn-lighten-2:focus,
.btn-grey-blue.btn-lighten-2:active {
    border-color: #37474F !important;
    background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-2 {
    border-color: #6F85AD !important;
    color: #6F85AD !important;
}

.btn-outline-grey-blue.btn-outline-lighten-2:hover {
    background-color: #6F85AD !important;
}

input:focus~.bg-grey-blue {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #6F85AD !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #6F85AD !important;
}

.border-grey-blue.border-lighten-2 {
    border: 1px solid #6F85AD !important;
}

.border-top-grey-blue.border-top-lighten-2 {
    border-top: 1px solid #6F85AD !important;
}

.border-bottom-grey-blue.border-bottom-lighten-2 {
    border-bottom: 1px solid #6F85AD !important;
}

.border-left-grey-blue.border-left-lighten-2 {
    border-left: 1px solid #6F85AD !important;
}

.border-right-grey-blue.border-right-lighten-2 {
    border-right: 1px solid #6F85AD !important;
}

.overlay-grey-blue.overlay-lighten-2 {
    background: #6F85AD;
    /* The Fallback */
    background: rgba(111, 133, 173, 0.8);
}

.grey-blue.lighten-1 {
    color: #78909C !important;
}

.bg-grey-blue.bg-lighten-1 {
    background-color: #78909C !important;
}

.btn-grey-blue.btn-lighten-1 {
    border-color: #404E67 !important;
    background-color: #78909C !important;
}

.btn-grey-blue.btn-lighten-1:hover {
    border-color: #404E67 !important;
    background-color: #37474F !important;
}

.btn-grey-blue.btn-lighten-1:focus,
.btn-grey-blue.btn-lighten-1:active {
    border-color: #37474F !important;
    background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-1 {
    border-color: #78909C !important;
    color: #78909C !important;
}

.btn-outline-grey-blue.btn-outline-lighten-1:hover {
    background-color: #78909C !important;
}

input:focus~.bg-grey-blue {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #78909C !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #78909C !important;
}

.border-grey-blue.border-lighten-1 {
    border: 1px solid #78909C !important;
}

.border-top-grey-blue.border-top-lighten-1 {
    border-top: 1px solid #78909C !important;
}

.border-bottom-grey-blue.border-bottom-lighten-1 {
    border-bottom: 1px solid #78909C !important;
}

.border-left-grey-blue.border-left-lighten-1 {
    border-left: 1px solid #78909C !important;
}

.border-right-grey-blue.border-right-lighten-1 {
    border-right: 1px solid #78909C !important;
}

.overlay-grey-blue.overlay-lighten-1 {
    background: #78909C;
    /* The Fallback */
    background: rgba(120, 144, 156, 0.8);
}

.grey-blue {
    color: #1B2942 !important;
}

.bg-grey-blue {
    background-color: #1B2942 !important;
}

.bg-grey-blue .card-header,
.bg-grey-blue .card-footer {
    background-color: transparent;
}

.alert-grey-blue {
    border-color: #1B2942 !important;
    background-color: #304875 !important;
    color: black !important;
}

.alert-grey-blue .alert-link {
    color: black !important;
}

.border-grey-blue {
    border-color: #1B2942;
}

.bg-grey-blue.badge-glow,
.border-grey-blue.badge-glow {
    -webkit-box-shadow: 0px 0px 10px #1B2942;
    box-shadow: 0px 0px 10px #1B2942;
}

.overlay-grey-blue {
    background: #1B2942;
    /* The Fallback */
    background: rgba(27, 41, 66, 0.8);
}

/* .card-outline-grey-blue{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-grey-blue {
    border-color: #404E67 !important;
    background-color: #1B2942 !important;
    color: #FFFFFF;
}

.btn-grey-blue:hover {
    border-color: #546E7A !important;
    background-color: #78909C !important;
    color: #FFF !important;
}

.btn-grey-blue:focus,
.btn-grey-blue:active {
    border-color: #404E67 !important;
    background-color: #37474F !important;
    color: #FFF !important;
}

.btn-outline-grey-blue {
    border-color: #1B2942;
    background-color: transparent;
    color: #1B2942;
}

.btn-outline-grey-blue:hover {
    background-color: #1B2942;
    color: #FFF !important;
}

input[type="checkbox"].bg-grey-blue+.custom-control-label:before,
input[type="radio"].bg-grey-blue+.custom-control-label:before {
    background-color: #1B2942 !important;
}

input:focus~.bg-grey-blue {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1B2942 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1B2942 !important;
}

.border-grey-blue {
    border: 1px solid #1B2942 !important;
}

.border-top-grey-blue {
    border-top: 1px solid #1B2942;
}

.border-bottom-grey-blue {
    border-bottom: 1px solid #1B2942;
}

.border-left-grey-blue {
    border-left: 1px solid #1B2942;
}

.border-right-grey-blue {
    border-right: 1px solid #1B2942;
}

.grey-blue.darken-1 {
    color: #546E7A !important;
}

.bg-grey-blue.bg-darken-1 {
    background-color: #546E7A !important;
}

.btn-grey-blue.btn-darken-1 {
    border-color: #404E67 !important;
    background-color: #546E7A !important;
}

.btn-grey-blue.btn-darken-1:hover {
    border-color: #404E67 !important;
    background-color: #37474F !important;
}

.btn-grey-blue.btn-darken-1:focus,
.btn-grey-blue.btn-darken-1:active {
    border-color: #37474F !important;
    background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-darken-1 {
    border-color: #546E7A !important;
    color: #546E7A !important;
}

.btn-outline-grey-blue.btn-outline-darken-1:hover {
    background-color: #546E7A !important;
}

input:focus~.bg-grey-blue {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #546E7A !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #546E7A !important;
}

.border-grey-blue.border-darken-1 {
    border: 1px solid #546E7A !important;
}

.border-top-grey-blue.border-top-darken-1 {
    border-top: 1px solid #546E7A !important;
}

.border-bottom-grey-blue.border-bottom-darken-1 {
    border-bottom: 1px solid #546E7A !important;
}

.border-left-grey-blue.border-left-darken-1 {
    border-left: 1px solid #546E7A !important;
}

.border-right-grey-blue.border-right-darken-1 {
    border-right: 1px solid #546E7A !important;
}

.overlay-grey-blue.overlay-darken-1 {
    background: #546E7A;
    /* The Fallback */
    background: rgba(84, 110, 122, 0.8);
}

.grey-blue.darken-2 {
    color: #404E67 !important;
}

.bg-grey-blue.bg-darken-2 {
    background-color: #404E67 !important;
}

.btn-grey-blue.btn-darken-2 {
    border-color: #404E67 !important;
    background-color: #404E67 !important;
}

.btn-grey-blue.btn-darken-2:hover {
    border-color: #404E67 !important;
    background-color: #37474F !important;
}

.btn-grey-blue.btn-darken-2:focus,
.btn-grey-blue.btn-darken-2:active {
    border-color: #37474F !important;
    background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-darken-2 {
    border-color: #404E67 !important;
    color: #404E67 !important;
}

.btn-outline-grey-blue.btn-outline-darken-2:hover {
    background-color: #404E67 !important;
}

input:focus~.bg-grey-blue {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #404E67 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #404E67 !important;
}

.border-grey-blue.border-darken-2 {
    border: 1px solid #404E67 !important;
}

.border-top-grey-blue.border-top-darken-2 {
    border-top: 1px solid #404E67 !important;
}

.border-bottom-grey-blue.border-bottom-darken-2 {
    border-bottom: 1px solid #404E67 !important;
}

.border-left-grey-blue.border-left-darken-2 {
    border-left: 1px solid #404E67 !important;
}

.border-right-grey-blue.border-right-darken-2 {
    border-right: 1px solid #404E67 !important;
}

.overlay-grey-blue.overlay-darken-2 {
    background: #404E67;
    /* The Fallback */
    background: rgba(64, 78, 103, 0.8);
}

.grey-blue.darken-3 {
    color: #37474F !important;
}

.bg-grey-blue.bg-darken-3 {
    background-color: #37474F !important;
}

.btn-grey-blue.btn-darken-3 {
    border-color: #404E67 !important;
    background-color: #37474F !important;
}

.btn-grey-blue.btn-darken-3:hover {
    border-color: #404E67 !important;
    background-color: #37474F !important;
}

.btn-grey-blue.btn-darken-3:focus,
.btn-grey-blue.btn-darken-3:active {
    border-color: #37474F !important;
    background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-darken-3 {
    border-color: #37474F !important;
    color: #37474F !important;
}

.btn-outline-grey-blue.btn-outline-darken-3:hover {
    background-color: #37474F !important;
}

input:focus~.bg-grey-blue {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #37474F !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #37474F !important;
}

.border-grey-blue.border-darken-3 {
    border: 1px solid #37474F !important;
}

.border-top-grey-blue.border-top-darken-3 {
    border-top: 1px solid #37474F !important;
}

.border-bottom-grey-blue.border-bottom-darken-3 {
    border-bottom: 1px solid #37474F !important;
}

.border-left-grey-blue.border-left-darken-3 {
    border-left: 1px solid #37474F !important;
}

.border-right-grey-blue.border-right-darken-3 {
    border-right: 1px solid #37474F !important;
}

.overlay-grey-blue.overlay-darken-3 {
    background: #37474F;
    /* The Fallback */
    background: rgba(55, 71, 79, 0.8);
}

.grey-blue.darken-4 {
    color: #263238 !important;
}

.bg-grey-blue.bg-darken-4 {
    background-color: #263238 !important;
}

.btn-grey-blue.btn-darken-4 {
    border-color: #404E67 !important;
    background-color: #263238 !important;
}

.btn-grey-blue.btn-darken-4:hover {
    border-color: #404E67 !important;
    background-color: #37474F !important;
}

.btn-grey-blue.btn-darken-4:focus,
.btn-grey-blue.btn-darken-4:active {
    border-color: #37474F !important;
    background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-darken-4 {
    border-color: #263238 !important;
    color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-darken-4:hover {
    background-color: #263238 !important;
}

input:focus~.bg-grey-blue {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #263238 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #263238 !important;
}

.border-grey-blue.border-darken-4 {
    border: 1px solid #263238 !important;
}

.border-top-grey-blue.border-top-darken-4 {
    border-top: 1px solid #263238 !important;
}

.border-bottom-grey-blue.border-bottom-darken-4 {
    border-bottom: 1px solid #263238 !important;
}

.border-left-grey-blue.border-left-darken-4 {
    border-left: 1px solid #263238 !important;
}

.border-right-grey-blue.border-right-darken-4 {
    border-right: 1px solid #263238 !important;
}

.overlay-grey-blue.overlay-darken-4 {
    background: #263238;
    /* The Fallback */
    background: rgba(38, 50, 56, 0.8);
}

.shades.black {
    color: #000000 !important;
}

.bg-shades.bg-black {
    background-color: #000000 !important;
}

.btn-shades.btn-black {
    border-color:  !important;
    background-color: #000000 !important;
}

.btn-shades.btn-black:hover {
    border-color:  !important;
    background-color:  !important;
}

.btn-shades.btn-black:focus,
.btn-shades.btn-black:active {
    border-color:  !important;
    background-color:  !important;
}

.btn-outline-shades.btn-outline-black {
    border-color: #000000 !important;
    color: #000000 !important;
}

.btn-outline-shades.btn-outline-black:hover {
    background-color: #000000 !important;
}

input:focus~.bg-shades {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000000 !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000000 !important;
}

.border-shades.border-black {
    border: 1px solid #000000 !important;
}

.border-top-shades.border-top-black {
    border-top: 1px solid #000000 !important;
}

.border-bottom-shades.border-bottom-black {
    border-bottom: 1px solid #000000 !important;
}

.border-left-shades.border-left-black {
    border-left: 1px solid #000000 !important;
}

.border-right-shades.border-right-black {
    border-right: 1px solid #000000 !important;
}

.overlay-shades.overlay-black {
    background: #000000;
    /* The Fallback */
    background: rgba(0, 0, 0, 0.8);
}

.shades.white {
    color: #FFFFFF !important;
}

.bg-shades.bg-white {
    background-color: #FFFFFF !important;
}

.btn-shades.btn-white {
    border-color:  !important;
    background-color: #FFFFFF !important;
}

.btn-shades.btn-white:hover {
    border-color:  !important;
    background-color:  !important;
}

.btn-shades.btn-white:focus,
.btn-shades.btn-white:active {
    border-color:  !important;
    background-color:  !important;
}

.btn-outline-shades.btn-outline-white {
    border-color: #FFFFFF !important;
    color: #FFFFFF !important;
}

.btn-outline-shades.btn-outline-white:hover {
    background-color: #FFFFFF !important;
}

input:focus~.bg-shades {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFFFFF !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFFFFF !important;
}

.border-shades.border-white {
    border: 1px solid #FFFFFF !important;
}

.border-top-shades.border-top-white {
    border-top: 1px solid #FFFFFF !important;
}

.border-bottom-shades.border-bottom-white {
    border-bottom: 1px solid #FFFFFF !important;
}

.border-left-shades.border-left-white {
    border-left: 1px solid #FFFFFF !important;
}

.border-right-shades.border-right-white {
    border-right: 1px solid #FFFFFF !important;
}

.overlay-shades.overlay-white {
    background: #FFFFFF;
    /* The Fallback */
    background: rgba(255, 255, 255, 0.8);
}

.shades.transparent {
    color: transparent !important;
}

.bg-shades.bg-transparent {
    background-color: transparent !important;
}

.btn-shades.btn-transparent {
    border-color:  !important;
    background-color: transparent !important;
}

.btn-shades.btn-transparent:hover {
    border-color:  !important;
    background-color:  !important;
}

.btn-shades.btn-transparent:focus,
.btn-shades.btn-transparent:active {
    border-color:  !important;
    background-color:  !important;
}

.btn-outline-shades.btn-outline-transparent {
    border-color: transparent !important;
    color: transparent !important;
}

.btn-outline-shades.btn-outline-transparent:hover {
    background-color: transparent !important;
}

input:focus~.bg-shades {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem transparent !important;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem transparent !important;
}

.border-shades.border-transparent {
    border: 1px solid transparent !important;
}

.border-top-shades.border-top-transparent {
    border-top: 1px solid transparent !important;
}

.border-bottom-shades.border-bottom-transparent {
    border-bottom: 1px solid transparent !important;
}

.border-left-shades.border-left-transparent {
    border-left: 1px solid transparent !important;
}

.border-right-shades.border-right-transparent {
    border-right: 1px solid transparent !important;
}

.overlay-shades.overlay-transparent {
    background: transparent;
    /* The Fallback */
    background: rgba(0, 0, 0, 0.8);
}

.black {
    color: #000000;
}

.bg-black {
    background-color: #000000;
}

input:focus~.bg-black {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000000;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000000;
}

.border-black {
    border: 1px solid #000000;
}

.border-top-black {
    border-top: 1px solid #000000;
}

.border-bottom-black {
    border-bottom: 1px solid #000000;
}

.border-left-black {
    border-left: 1px solid #000000;
}

.border-right-black {
    border-right: 1px solid #000000;
}

.white {
    color: #FFFFFF;
}

.bg-white {
    background-color: #FFFFFF;
}

input:focus~.bg-white {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFFFFF;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFFFFF;
}

.border-white {
    border: 1px solid #FFFFFF;
}

.border-top-white {
    border-top: 1px solid #FFFFFF;
}

.border-bottom-white {
    border-bottom: 1px solid #FFFFFF;
}

.border-left-white {
    border-left: 1px solid #FFFFFF;
}

.border-right-white {
    border-right: 1px solid #FFFFFF;
}

.transparent {
    color: transparent;
}

.bg-transparent {
    background-color: transparent;
}

input:focus~.bg-transparent {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem transparent;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem transparent;
}

.border-transparent {
    border: 1px solid transparent;
}

.border-top-transparent {
    border-top: 1px solid transparent;
}

.border-bottom-transparent {
    border-bottom: 1px solid transparent;
}

.border-left-transparent {
    border-left: 1px solid transparent;
}

.border-right-transparent {
    border-right: 1px solid transparent;
}


/* Tambahan */



.bg-facebook {
    background-color: #3b5997
}

.text-facebook {
    color: #3b5997
}

.bg-twiter {
    background-color: #42c0fb
}

.text-twiter {
    color: #42c0fb
}

.bg-dribble {
    background-color: #ec4a89
}

.text-dribble {
    color: #ec4a89
}

.bg-pinterest {
    background-color: #bf2131
}

.text-pinterest {
    color: #bf2131
}

.bg-youtube {
    background-color: #e0291d
}

.text-youtube {
    color: #e0291d
}

.bg-googleplus {
    background-color: #c73e2e
}

.text-googleplus {
    color: #c73e2e
}

.bg-instagram {
    background-color: #aa7c62
}

.text-instagram {
    color: #aa7c62
}

.bg-viber {
    background-color: #7b519d
}

.text-viber {
    color: #7b519d
}

.bg-amazon {
    background-color: #000
}

.text-amazon {
    color: #000
}

.bg-c-blue {
    background: -webkit-gradient(linear, left top, right top, from(#01a9ac), to(#01dbdf));
    background: linear-gradient(to right, #01a9ac, #01dbdf)
}

.bg-simple-c-blue {
    background: #01a9ac
}

.text-c-blue {
    color: #01a9ac
}

.bg-c-pink {
    background: -webkit-gradient(linear, left top, right top, from(#fe5d70), to(#fe909d));
    background: linear-gradient(to right, #fe5d70, #fe909d)
}

.bg-simple-c-pink {
    background: #fe5d70
}

.text-c-pink {
    color: #fe5d70
}

.bg-c-green {
    background: -webkit-gradient(linear, left top, right top, from(#0ac282), to(#0df3a3));
    background: linear-gradient(to right, #0ac282, #0df3a3)
}

.bg-simple-c-green {
    background: #0ac282
}

.text-c-green {
    color: #0ac282
}

.bg-c-yellow {
    background: -webkit-gradient(linear, left top, right top, from(#fe9365), to(#feb798));
    background: linear-gradient(to right, #fe9365, #feb798)
}

.bg-simple-c-yellow {
    background: #fe9365
}

.text-c-yellow {
    color: #fe9365
}

.bg-c-orenge {
    background: -webkit-gradient(linear, left top, right top, from(#FE8A7D), to(#feb8b0));
    background: linear-gradient(to right, #FE8A7D, #feb8b0)
}

.bg-simple-c-orenge {
    background: #fe8a7d
}

.text-c-orenge {
    color: #fe8a7d
}

.bg-c-lite-green {
    background: -webkit-gradient(linear, left top, right top, from(#01a9ac), to(#01dbdf));
    background: linear-gradient(to right, #01a9ac, #01dbdf)
}

.bg-simple-c-lite-green {
    background: #01a9ac
}

.text-c-lite-green {
    color: #01a9ac
}

/* Label Tambahan */



.label {
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: capitalize
}

.label-primary {
    background: -webkit-gradient(linear, left top, right top, from(#01a9ac), to(#01dbdf));
    background: linear-gradient(to right, #01a9ac, #01dbdf)
}

.label-warning {
    background: -webkit-gradient(linear, left top, right top, from(#fe9365), to(#feb798));
    background: linear-gradient(to right, #fe9365, #feb798)
}

.label-default {
    background: -webkit-gradient(linear, left top, right top, from(#e0e0e0), to(#fafafa));
    background: linear-gradient(to right, #e0e0e0, #fafafa)
}

.label-danger {
    background: -webkit-gradient(linear, left top, right top, from(#fe5d70), to(#fe909d));
    background: linear-gradient(to right, #fe5d70, #fe909d)
}

.label-success {
    background: -webkit-gradient(linear, left top, right top, from(#0ac282), to(#0df3a3));
    background: linear-gradient(to right, #0ac282, #0df3a3)
}

.label-inverse {
    background: -webkit-gradient(linear, left top, right top, from(#404E67), to(#546686));
    background: linear-gradient(to right, #404E67, #546686)
}

.label-info {
    background: -webkit-gradient(linear, left top, right top, from(#2DCEE3), to(#5ad9e9));
    background: linear-gradient(to right, #2DCEE3, #5ad9e9)
}

.label-warning {
    color: #fff
}

.badge-primary {
    background-color: #01a9ac
}

.badge-warning {
    background-color: #fe9365
}

.badge-default {
    background-color: #e0e0e0
}

.badge-danger {
    background-color: #fe5d70
}

.badge-success {
    background-color: #0ac282
}

.badge-inverse {
    background-color: #404e67
}

.badge-info {
    background-color: #2dcee3
}

.bg-color-box {
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    -webkit-box-shadow: 0 0 5px 0 rgba(128, 128, 128, .49);
    box-shadow: 0 0 5px 0 rgba(128, 128, 128, .49);
    font-weight: 600;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer
}

.bg-color-box span {
    color: #fff
}

.bg-primary {
    background-color: #01a9ac !important;
    color: #fff
}

.bg-warning {
    background-color: #fe9365 !important;
    color: #fff
}

.bg-default {
    background-color: #e0e0e0 !important;
    color: #fff
}

.bg-danger {
    background-color: #fe5d70 !important;
    color: #fff
}

.bg-success {
    background-color: #0ac282 !important;
    color: #fff
}

.bg-inverse {
    background-color: #404e67 !important;
    color: #fff
}

.bg-info {
    background-color: #2dcee3 !important;
    color: #fff
}

.color-primary {
    background-color: #01a9ac
}

.color-warning {
    background-color: #fe9365
}

.color-default {
    background-color: #e0e0e0
}

.color-danger {
    background-color: #fe5d70
}

.color-success {
    background-color: #0ac282
}

.color-inverse {
    background-color: #404e67
}

.color-info {
    background-color: #2dcee3
}

.loader-primary {
    background-color: #01a9ac !important
}

.loader-warning {
    background-color: #fe9365 !important
}

.loader-default {
    background-color: #e0e0e0 !important
}

.loader-danger {
    background-color: #fe5d70 !important
}

.loader-success {
    background-color: #0ac282 !important
}

.loader-inverse {
    background-color: #404e67 !important
}

.loader-info {
    background-color: #2dcee3 !important
}

.nestable-primary {
    background-color: #01a9ac !important;
    border-color: #01a9ac;
    color: #fff !important
}

.nestable-warning {
    background-color: #fe9365 !important;
    border-color: #fe9365;
    color: #fff !important
}

.nestable-default {
    background-color: #e0e0e0 !important;
    border-color: #e0e0e0;
    color: #fff !important
}

.nestable-danger {
    background-color: #fe5d70 !important;
    border-color: #fe5d70;
    color: #fff !important
}

.nestable-success {
    background-color: #0ac282 !important;
    border-color: #0ac282;
    color: #fff !important
}

.nestable-inverse {
    background-color: #404e67 !important;
    border-color: #404e67;
    color: #fff !important
}

.nestable-info {
    background-color: #2dcee3 !important;
    border-color: #2dcee3;
    color: #fff !important
}



@font-face {
    font-family:paperIcons;src:url(../fonts/paperIcons.eot?8quail);src:url(../fonts/paperIcons.eot?8quail#iefix) format("embedded-opentype"),url(../fonts/paperIcons.ttf?8quail) format("truetype"),url(../fonts/paperIcons.woff?8quail) format("woff"),url(../fonts/paperIcons.svg?8quail#paperIcons) format("svg");font-weight:400;font-style:normal;
}

[class*=" icon-"],[class^=icon-] {
    font-family: paperIcons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-3d_rotation:before {
    content: "\e84d";
}

.icon-ac_unit:before {
    content: "\ed94";
}

.icon-alarm:before {
    content: "\e855";
}

.icon-access_alarms:before {
    content: "\e191";
}

.icon-schedule:before {
    content: "\e8b5";
}

.icon-accessibility:before {
    content: "\e84e";
}

.icon-accessible:before {
    content: "\ed95";
}

.icon-account_balance:before {
    content: "\e84f";
}

.icon-account_balance_wallet:before {
    content: "\e850";
}

.icon-account_box:before {
    content: "\e851";
}

.icon-account_circle:before {
    content: "\e853";
}

.icon-adb:before {
    content: "\e60e";
}

.icon-add:before {
    content: "\e145";
}

.icon-add_a_photo:before {
    content: "\e439";
}

.icon-alarm_add:before {
    content: "\e856";
}

.icon-add_alert:before {
    content: "\e003";
}

.icon-add_box:before {
    content: "\e146";
}

.icon-add_circle:before {
    content: "\e147";
}

.icon-control_point:before {
    content: "\e3ba";
}

.icon-add_location:before {
    content: "\e567";
}

.icon-add_shopping_cart:before {
    content: "\e854";
}

.icon-queue:before {
    content: "\e03c";
}

.icon-add_to_queue:before {
    content: "\e05c";
}

.icon-adjust2:before {
    content: "\e39e";
}

.icon-airline_seat_flat:before {
    content: "\e630";
}

.icon-airline_seat_flat_angled:before {
    content: "\e631";
}

.icon-airline_seat_individual_suite:before {
    content: "\e632";
}

.icon-airline_seat_legroom_extra:before {
    content: "\e633";
}

.icon-airline_seat_legroom_normal:before {
    content: "\e634";
}

.icon-airline_seat_legroom_reduced:before {
    content: "\e635";
}

.icon-airline_seat_recline_extra:before {
    content: "\e636";
}

.icon-airline_seat_recline_normal:before {
    content: "\e637";
}

.icon-flight:before {
    content: "\e539";
}

.icon-airplanemode_inactive:before {
    content: "\e194";
}

.icon-airplay:before {
    content: "\e055";
}

.icon-airport_shuttle:before {
    content: "\ed96";
}

.icon-alarm_off:before {
    content: "\e857";
}

.icon-alarm_on:before {
    content: "\e858";
}

.icon-album:before {
    content: "\e019";
}

.icon-all_inclusive:before {
    content: "\ed97";
}

.icon-all_out:before {
    content: "\ed98";
}

.icon-android2:before {
    content: "\e859";
}

.icon-announcement:before {
    content: "\e85a";
}

.icon-apps:before {
    content: "\e5c3";
}

.icon-archive2:before {
    content: "\e149";
}

.icon-arrow_back:before {
    content: "\e5c4";
}

.icon-arrow_downward:before {
    content: "\e5db";
}

.icon-arrow_drop_down:before {
    content: "\e5c5";
}

.icon-arrow_drop_down_circle:before {
    content: "\e5c6";
}

.icon-arrow_drop_up:before {
    content: "\e5c7";
}

.icon-arrow_forward:before {
    content: "\e5c8";
}

.icon-arrow_upward:before {
    content: "\e5d8";
}

.icon-art_track:before {
    content: "\e060";
}

.icon-aspect_ratio:before {
    content: "\e85b";
}

.icon-poll:before {
    content: "\e801";
}

.icon-assignment:before {
    content: "\e85d";
}

.icon-assignment_ind:before {
    content: "\e85e";
}

.icon-assignment_late:before {
    content: "\e85f";
}

.icon-assignment_return:before {
    content: "\e860";
}

.icon-assignment_returned:before {
    content: "\e861";
}

.icon-assignment_turned_in:before {
    content: "\e862";
}

.icon-assistant:before {
    content: "\e39f";
}

.icon-flag10:before {
    content: "\e153";
}

.icon-attach_file:before {
    content: "\e226";
}

.icon-attach_money:before {
    content: "\e227";
}

.icon-attachment:before {
    content: "\e2bc";
}

.icon-audiotrack:before {
    content: "\e3a1";
}

.icon-autorenew:before {
    content: "\e863";
}

.icon-av_timer:before {
    content: "\e01b";
}

.icon-backspace:before {
    content: "\e14a";
}

.icon-cloud_upload:before {
    content: "\e2c3";
}

.icon-battery_alert:before {
    content: "\e19c";
}

.icon-battery_charging_full:before {
    content: "\e1a3";
}

.icon-battery_std:before {
    content: "\e1a5";
}

.icon-battery_unknown:before {
    content: "\e1a6";
}

.icon-beach_access:before {
    content: "\ed99";
}

.icon-beenhere:before {
    content: "\e52d";
}

.icon-block:before {
    content: "\e14b";
}

.icon-bluetooth2:before {
    content: "\e1a7";
}

.icon-bluetooth_searching:before {
    content: "\e1aa";
}

.icon-bluetooth_connected:before {
    content: "\e1a8";
}

.icon-bluetooth_disabled:before {
    content: "\e1a9";
}

.icon-blur_circular:before {
    content: "\e3a2";
}

.icon-blur_linear:before {
    content: "\e3a3";
}

.icon-blur_off:before {
    content: "\e3a4";
}

.icon-blur_on:before {
    content: "\e3a5";
}

.icon-class:before {
    content: "\e86e";
}

.icon-turned_in:before {
    content: "\e8e6";
}

.icon-turned_in_not:before {
    content: "\e8e7";
}

.icon-border_all:before {
    content: "\e228";
}

.icon-border_bottom:before {
    content: "\e229";
}

.icon-border_clear:before {
    content: "\e22a";
}

.icon-border_color:before {
    content: "\e22b";
}

.icon-border_horizontal:before {
    content: "\e22c";
}

.icon-border_inner:before {
    content: "\e22d";
}

.icon-border_left:before {
    content: "\e22e";
}

.icon-border_outer:before {
    content: "\e22f";
}

.icon-border_right:before {
    content: "\e230";
}

.icon-border_style:before {
    content: "\e231";
}

.icon-border_top:before {
    content: "\e232";
}

.icon-border_vertical:before {
    content: "\e233";
}

.icon-branding_watermark:before {
    content: "\e06b";
}

.icon-brightness_1:before {
    content: "\e3a6";
}

.icon-brightness_2:before {
    content: "\e3a7";
}

.icon-brightness_3:before {
    content: "\e3a8";
}

.icon-brightness_4:before {
    content: "\e3a9";
}

.icon-brightness_low:before {
    content: "\e1ad";
}

.icon-brightness_medium:before {
    content: "\e1ae";
}

.icon-brightness_high:before {
    content: "\e1ac";
}

.icon-brightness_auto:before {
    content: "\e1ab";
}

.icon-broken_image:before {
    content: "\e3ad";
}

.icon-brush:before {
    content: "\e3ae";
}

.icon-bubble_chart:before {
    content: "\e6dd";
}

.icon-bug_report:before {
    content: "\e868";
}

.icon-build:before {
    content: "\e869";
}

.icon-burst_mode:before {
    content: "\e43c";
}

.icon-domain:before {
    content: "\e7ee";
}

.icon-business_center:before {
    content: "\ed9a";
}

.icon-cached:before {
    content: "\e86a";
}

.icon-cake:before {
    content: "\e7e9";
}

.icon-phone2:before {
    content: "\e0cd";
}

.icon-call_end:before {
    content: "\e0b1";
}

.icon-call_made:before {
    content: "\e0b2";
}

.icon-merge_type:before {
    content: "\e252";
}

.icon-call_missed:before {
    content: "\e0b4";
}

.icon-call_missed_outgoing:before {
    content: "\e0e4";
}

.icon-call_received:before {
    content: "\e0b5";
}

.icon-call_split:before {
    content: "\e0b6";
}

.icon-call_to_action:before {
    content: "\e06c";
}

.icon-camera2:before {
    content: "\e3af";
}

.icon-photo_camera:before {
    content: "\e412";
}

.icon-camera_enhance:before {
    content: "\e8fc";
}

.icon-camera_front:before {
    content: "\e3b1";
}

.icon-camera_rear:before {
    content: "\e3b2";
}

.icon-camera_roll:before {
    content: "\e3b3";
}

.icon-cancel:before {
    content: "\e5c9";
}

.icon-redeem:before {
    content: "\e8b1";
}

.icon-card_membership:before {
    content: "\e8f7";
}

.icon-card_travel:before {
    content: "\e8f8";
}

.icon-casino:before {
    content: "\ed9b";
}

.icon-cast:before {
    content: "\e307";
}

.icon-cast_connected:before {
    content: "\e308";
}

.icon-center_focus_strong:before {
    content: "\e3b4";
}

.icon-center_focus_weak:before {
    content: "\e3b5";
}

.icon-change_history:before {
    content: "\e86b";
}

.icon-chat2:before {
    content: "\e0b7";
}

.icon-chat_bubble:before {
    content: "\e0ca";
}

.icon-chat_bubble_outline:before {
    content: "\e0cb";
}

.icon-check3:before {
    content: "\e5ca";
}

.icon-check_box:before {
    content: "\e834";
}

.icon-check_box_outline_blank:before {
    content: "\e835";
}

.icon-check_circle:before {
    content: "\e86c";
}

.icon-navigate_before:before {
    content: "\e408";
}

.icon-navigate_next:before {
    content: "\e409";
}

.icon-child_care:before {
    content: "\ed9c";
}

.icon-child_friendly:before {
    content: "\ed9d";
}

.icon-chrome_reader_mode:before {
    content: "\e86d";
}

.icon-close2:before {
    content: "\e5cd";
}

.icon-clear_all:before {
    content: "\e0b8";
}

.icon-closed_caption:before {
    content: "\e01c";
}

.icon-wb_cloudy:before {
    content: "\e42d";
}

.icon-cloud_circle:before {
    content: "\e2be";
}

.icon-cloud_done:before {
    content: "\e2bf";
}

.icon-cloud_download:before {
    content: "\e2c0";
}

.icon-cloud_off:before {
    content: "\e2c1";
}

.icon-cloud_queue:before {
    content: "\e2c2";
}

.icon-code2:before {
    content: "\e86f";
}

.icon-photo_library:before {
    content: "\e413";
}

.icon-collections_bookmark:before {
    content: "\e431";
}

.icon-palette:before {
    content: "\e40a";
}

.icon-colorize:before {
    content: "\e3b8";
}

.icon-comment2:before {
    content: "\e0b9";
}

.icon-compare:before {
    content: "\e3b9";
}

.icon-compare_arrows:before {
    content: "\ed9e";
}

.icon-laptop3:before {
    content: "\e31e";
}

.icon-confirmation_number:before {
    content: "\e638";
}

.icon-contact_mail:before {
    content: "\e0d0";
}

.icon-contact_phone:before {
    content: "\e0cf";
}

.icon-contacts:before {
    content: "\e0ba";
}

.icon-content_copy:before {
    content: "\e14d";
}

.icon-content_cut:before {
    content: "\e14e";
}

.icon-content_paste:before {
    content: "\e14f";
}

.icon-control_point_duplicate:before {
    content: "\e3bb";
}

.icon-copyright2:before {
    content: "\ed9f";
}

.icon-mode_edit:before {
    content: "\e254";
}

.icon-create_new_folder:before {
    content: "\e2cc";
}

.icon-payment:before {
    content: "\e8a1";
}

.icon-crop2:before {
    content: "\e3be";
}

.icon-crop_16_9:before {
    content: "\e3bc";
}

.icon-crop_3_2:before {
    content: "\e3bd";
}

.icon-crop_landscape:before {
    content: "\e3c3";
}

.icon-crop_7_5:before {
    content: "\e3c0";
}

.icon-crop_din:before {
    content: "\e3c1";
}

.icon-crop_free:before {
    content: "\e3c2";
}

.icon-crop_original:before {
    content: "\e3c4";
}

.icon-crop_portrait:before {
    content: "\e3c5";
}

.icon-crop_rotate:before {
    content: "\e437";
}

.icon-crop_square:before {
    content: "\e3c6";
}

.icon-dashboard2:before {
    content: "\e871";
}

.icon-data_usage:before {
    content: "\e1af";
}

.icon-date_range:before {
    content: "\eda0";
}

.icon-dehaze:before {
    content: "\e3c7";
}

.icon-delete:before {
    content: "\e872";
}

.icon-delete_forever:before {
    content: "\eda1";
}

.icon-delete_sweep:before {
    content: "\e16c";
}

.icon-description:before {
    content: "\e873";
}

.icon-desktop_mac:before {
    content: "\e30b";
}

.icon-desktop_windows:before {
    content: "\e30c";
}

.icon-details:before {
    content: "\e3c8";
}

.icon-developer_board:before {
    content: "\e30d";
}

.icon-developer_mode:before {
    content: "\e1b0";
}

.icon-device_hub:before {
    content: "\e335";
}

.icon-phonelink:before {
    content: "\e326";
}

.icon-devices_other:before {
    content: "\e337";
}

.icon-dialer_sip:before {
    content: "\e0bb";
}

.icon-dialpad:before {
    content: "\e0bc";
}

.icon-directions:before {
    content: "\e52e";
}

.icon-directions_bike:before {
    content: "\e52f";
}

.icon-directions_boat:before {
    content: "\e532";
}

.icon-directions_bus:before {
    content: "\e530";
}

.icon-directions_car:before {
    content: "\e531";
}

.icon-directions_railway:before {
    content: "\e534";
}

.icon-directions_run:before {
    content: "\e566";
}

.icon-directions_transit:before {
    content: "\e535";
}

.icon-directions_walk:before {
    content: "\e536";
}

.icon-disc_full:before {
    content: "\e610";
}

.icon-dns:before {
    content: "\e875";
}

.icon-not_interested:before {
    content: "\e033";
}

.icon-do_not_disturb_alt:before {
    content: "\e611";
}

.icon-do_not_disturb_off:before {
    content: "\e643";
}

.icon-remove_circle:before {
    content: "\e15c";
}

.icon-dock:before {
    content: "\e30e";
}

.icon-done:before {
    content: "\e876";
}

.icon-done_all:before {
    content: "\e877";
}

.icon-donut_large:before {
    content: "\eda2";
}

.icon-donut_small:before {
    content: "\eda3";
}

.icon-drafts:before {
    content: "\e151";
}

.icon-drag_handle:before {
    content: "\e25d";
}

.icon-time_to_leave:before {
    content: "\e62c";
}

.icon-dvr:before {
    content: "\e1b2";
}

.icon-edit_location:before {
    content: "\e568";
}

.icon-eject2:before {
    content: "\e8fb";
}

.icon-markunread:before {
    content: "\e159";
}

.icon-enhanced_encryption:before {
    content: "\e63f";
}

.icon-equalizer:before {
    content: "\e01d";
}

.icon-error:before {
    content: "\e000";
}

.icon-error_outline:before {
    content: "\e001";
}

.icon-euro_symbol:before {
    content: "\eda4";
}

.icon-ev_station:before {
    content: "\e56d";
}

.icon-insert_invitation:before {
    content: "\e24f";
}

.icon-event_available:before {
    content: "\e614";
}

.icon-event_busy:before {
    content: "\e615";
}

.icon-event_note:before {
    content: "\e616";
}

.icon-event_seat:before {
    content: "\eda5";
}

.icon-exit_to_app:before {
    content: "\e879";
}

.icon-expand_less:before {
    content: "\e5ce";
}

.icon-expand_more:before {
    content: "\e5cf";
}

.icon-explicit:before {
    content: "\e01e";
}

.icon-explore:before {
    content: "\e87a";
}

.icon-exposure:before {
    content: "\e3ca";
}

.icon-exposure_neg_1:before {
    content: "\e3cb";
}

.icon-exposure_neg_2:before {
    content: "\e3cc";
}

.icon-exposure_plus_1:before {
    content: "\e3cd";
}

.icon-exposure_plus_2:before {
    content: "\e3ce";
}

.icon-exposure_zero:before {
    content: "\e3cf";
}

.icon-extension:before {
    content: "\e87b";
}

.icon-face:before {
    content: "\e87c";
}

.icon-fast_forward:before {
    content: "\e01f";
}

.icon-fast_rewind:before {
    content: "\e020";
}

.icon-favorite:before {
    content: "\e87d";
}

.icon-favorite_border:before {
    content: "\e87e";
}

.icon-featured_play_list:before {
    content: "\e06d";
}

.icon-featured_video:before {
    content: "\e06e";
}

.icon-sms_failed:before {
    content: "\e626";
}

.icon-fiber_dvr:before {
    content: "\e05d";
}

.icon-fiber_manual_record:before {
    content: "\e061";
}

.icon-fiber_new:before {
    content: "\e05e";
}

.icon-fiber_pin:before {
    content: "\e06a";
}

.icon-fiber_smart_record:before {
    content: "\e062";
}

.icon-get_app:before {
    content: "\e884";
}

.icon-file_upload:before {
    content: "\e2c6";
}

.icon-filter2:before {
    content: "\e3d3";
}

.icon-filter_1:before {
    content: "\e3d0";
}

.icon-filter_2:before {
    content: "\e3d1";
}

.icon-filter_3:before {
    content: "\e3d2";
}

.icon-filter_4:before {
    content: "\e3d4";
}

.icon-filter_5:before {
    content: "\e3d5";
}

.icon-filter_6:before {
    content: "\e3d6";
}

.icon-filter_7:before {
    content: "\e3d7";
}

.icon-filter_8:before {
    content: "\e3d8";
}

.icon-filter_9:before {
    content: "\e3d9";
}

.icon-filter_9_plus:before {
    content: "\e3da";
}

.icon-filter_b_and_w:before {
    content: "\e3db";
}

.icon-filter_center_focus:before {
    content: "\e3dc";
}

.icon-filter_drama:before {
    content: "\e3dd";
}

.icon-filter_frames:before {
    content: "\e3de";
}

.icon-terrain:before {
    content: "\e564";
}

.icon-filter_list:before {
    content: "\e152";
}

.icon-filter_none:before {
    content: "\e3e0";
}

.icon-filter_tilt_shift:before {
    content: "\e3e2";
}

.icon-filter_vintage:before {
    content: "\e3e3";
}

.icon-find_in_page:before {
    content: "\e880";
}

.icon-find_replace:before {
    content: "\e881";
}

.icon-fingerprint:before {
    content: "\eda6";
}

.icon-first_page:before {
    content: "\e5dc";
}

.icon-fitness_center:before {
    content: "\eda7";
}

.icon-flare:before {
    content: "\e3e4";
}

.icon-flash_auto:before {
    content: "\e3e5";
}

.icon-flash_off:before {
    content: "\e3e6";
}

.icon-flash_on:before {
    content: "\e3e7";
}

.icon-flight_land:before {
    content: "\eda8";
}

.icon-flight_takeoff:before {
    content: "\eda9";
}

.icon-flip:before {
    content: "\e3e8";
}

.icon-flip_to_back:before {
    content: "\e882";
}

.icon-flip_to_front:before {
    content: "\e883";
}

.icon-folder7:before {
    content: "\e2c7";
}

.icon-folder_open:before {
    content: "\e2c8";
}

.icon-folder_shared:before {
    content: "\e2c9";
}

.icon-folder_special:before {
    content: "\e617";
}

.icon-font_download:before {
    content: "\e167";
}

.icon-format_align_center:before {
    content: "\e234";
}

.icon-format_align_justify:before {
    content: "\e235";
}

.icon-format_align_left:before {
    content: "\e236";
}

.icon-format_align_right:before {
    content: "\e237";
}

.icon-format_bold:before {
    content: "\e238";
}

.icon-format_clear:before {
    content: "\e239";
}

.icon-format_color_fill:before {
    content: "\e23a";
}

.icon-format_color_reset:before {
    content: "\e23b";
}

.icon-format_color_text:before {
    content: "\e23c";
}

.icon-format_indent_decrease:before {
    content: "\e23d";
}

.icon-format_indent_increase:before {
    content: "\e23e";
}

.icon-format_italic:before {
    content: "\e23f";
}

.icon-format_line_spacing:before {
    content: "\e240";
}

.icon-format_list_bulleted:before {
    content: "\e241";
}

.icon-format_list_numbered:before {
    content: "\e242";
}

.icon-format_paint:before {
    content: "\e243";
}

.icon-format_quote:before {
    content: "\e244";
}

.icon-format_shapes:before {
    content: "\e25e";
}

.icon-format_size:before {
    content: "\e245";
}

.icon-format_strikethrough:before {
    content: "\e246";
}

.icon-format_textdirection_l_to_r:before {
    content: "\e247";
}

.icon-format_textdirection_r_to_l:before {
    content: "\e248";
}

.icon-format_underlined:before {
    content: "\e249";
}

.icon-question_answer:before {
    content: "\e8af";
}

.icon-forward2:before {
    content: "\e154";
}

.icon-forward_10:before {
    content: "\e056";
}

.icon-forward_30:before {
    content: "\e057";
}

.icon-forward_5:before {
    content: "\e058";
}

.icon-free_breakfast:before {
    content: "\edaa";
}

.icon-fullscreen:before {
    content: "\e5d0";
}

.icon-fullscreen_exit:before {
    content: "\e5d1";
}

.icon-functions:before {
    content: "\e24a";
}

.icon-g_translate:before {
    content: "\edab";
}

.icon-games:before {
    content: "\e021";
}

.icon-gavel2:before {
    content: "\edac";
}

.icon-gesture:before {
    content: "\e155";
}

.icon-gif:before {
    content: "\edad";
}

.icon-goat:before {
    content: "\edae";
}

.icon-golf_course:before {
    content: "\edaf";
}

.icon-my_location:before {
    content: "\e55c";
}

.icon-location_searching:before {
    content: "\e1b7";
}

.icon-location_disabled:before {
    content: "\e1b6";
}

.icon-star4:before {
    content: "\e838";
}

.icon-gradient:before {
    content: "\e3e9";
}

.icon-grain:before {
    content: "\e3ea";
}

.icon-graphic_eq:before {
    content: "\e1b8";
}

.icon-grid_off:before {
    content: "\e3eb";
}

.icon-grid_on:before {
    content: "\e3ec";
}

.icon-people:before {
    content: "\e7fb";
}

.icon-group_add:before {
    content: "\e7f0";
}

.icon-group_work:before {
    content: "\e886";
}

.icon-hd:before {
    content: "\e052";
}

.icon-hdr_off:before {
    content: "\e3ed";
}

.icon-hdr_on:before {
    content: "\e3ee";
}

.icon-hdr_strong:before {
    content: "\e3f1";
}

.icon-hdr_weak:before {
    content: "\e3f2";
}

.icon-headset2:before {
    content: "\e310";
}

.icon-headset_mic:before {
    content: "\e311";
}

.icon-healing:before {
    content: "\e3f3";
}

.icon-hearing:before {
    content: "\e023";
}

.icon-help:before {
    content: "\e887";
}

.icon-help_outline:before {
    content: "\e8fd";
}

.icon-high_quality:before {
    content: "\e024";
}

.icon-highlight:before {
    content: "\e25f";
}

.icon-highlight_off:before {
    content: "\e888";
}

.icon-restore:before {
    content: "\e8b3";
}

.icon-home2:before {
    content: "\e88a";
}

.icon-hot_tub:before {
    content: "\edb0";
}

.icon-local_hotel:before {
    content: "\e549";
}

.icon-hourglass_empty:before {
    content: "\e88b";
}

.icon-hourglass_full:before {
    content: "\e88c";
}

.icon-http:before {
    content: "\edb1";
}

.icon-lock4:before {
    content: "\e897";
}

.icon-photo2:before {
    content: "\e410";
}

.icon-image_aspect_ratio:before {
    content: "\e3f5";
}

.icon-import_contacts:before {
    content: "\e0e0";
}

.icon-import_export:before {
    content: "\e0c3";
}

.icon-important_devices:before {
    content: "\edb2";
}

.icon-inbox4:before {
    content: "\e156";
}

.icon-indeterminate_check_box:before {
    content: "\edb3";
}

.icon-info2:before {
    content: "\e88e";
}

.icon-info_outline:before {
    content: "\e88f";
}

.icon-input:before {
    content: "\e890";
}

.icon-insert_comment:before {
    content: "\e24c";
}

.icon-insert_drive_file:before {
    content: "\e24d";
}

.icon-tag_faces:before {
    content: "\e420";
}

.icon-link2:before {
    content: "\e157";
}

.icon-invert_colors:before {
    content: "\e891";
}

.icon-invert_colors_off:before {
    content: "\e0c4";
}

.icon-iso:before {
    content: "\e3f6";
}

.icon-keyboard:before {
    content: "\e312";
}

.icon-keyboard_arrow_down:before {
    content: "\e313";
}

.icon-keyboard_arrow_left:before {
    content: "\e314";
}

.icon-keyboard_arrow_right:before {
    content: "\e315";
}

.icon-keyboard_arrow_up:before {
    content: "\e316";
}

.icon-keyboard_backspace:before {
    content: "\e317";
}

.icon-keyboard_capslock:before {
    content: "\e318";
}

.icon-keyboard_hide:before {
    content: "\e31a";
}

.icon-keyboard_return:before {
    content: "\e31b";
}

.icon-keyboard_tab:before {
    content: "\e31c";
}

.icon-keyboard_voice:before {
    content: "\e31d";
}

.icon-kitchen:before {
    content: "\edb4";
}

.icon-label:before {
    content: "\e892";
}

.icon-label_outline:before {
    content: "\e893";
}

.icon-language2:before {
    content: "\e894";
}

.icon-laptop_chromebook:before {
    content: "\e31f";
}

.icon-laptop_mac:before {
    content: "\e320";
}

.icon-laptop_windows:before {
    content: "\e321";
}

.icon-last_page:before {
    content: "\e5dd";
}

.icon-open_in_new:before {
    content: "\e89e";
}

.icon-layers:before {
    content: "\e53b";
}

.icon-layers_clear:before {
    content: "\e53c";
}

.icon-leak_add:before {
    content: "\e3f8";
}

.icon-leak_remove:before {
    content: "\e3f9";
}

.icon-lens:before {
    content: "\e3fa";
}

.icon-library_books:before {
    content: "\e02f";
}

.icon-library_music:before {
    content: "\e030";
}

.icon-lightbulb_outline:before {
    content: "\edb5";
}

.icon-line_style:before {
    content: "\edb6";
}

.icon-line_weight:before {
    content: "\edb7";
}

.icon-linear_scale:before {
    content: "\e260";
}

.icon-linked_camera:before {
    content: "\e438";
}

.icon-list4:before {
    content: "\e896";
}

.icon-live_help:before {
    content: "\e0c6";
}

.icon-live_tv:before {
    content: "\e639";
}

.icon-local_play:before {
    content: "\e553";
}

.icon-local_airport:before {
    content: "\e53d";
}

.icon-local_atm:before {
    content: "\e53e";
}

.icon-local_bar:before {
    content: "\e540";
}

.icon-local_cafe:before {
    content: "\e541";
}

.icon-local_car_wash:before {
    content: "\e542";
}

.icon-local_convenience_store:before {
    content: "\e543";
}

.icon-restaurant_menu:before {
    content: "\e561";
}

.icon-local_drink:before {
    content: "\e544";
}

.icon-local_florist:before {
    content: "\e545";
}

.icon-local_gas_station:before {
    content: "\e546";
}

.icon-shopping_cart:before {
    content: "\e8cc";
}

.icon-local_hospital:before {
    content: "\e548";
}

.icon-local_laundry_service:before {
    content: "\e54a";
}

.icon-local_library:before {
    content: "\e54b";
}

.icon-local_mall:before {
    content: "\e54c";
}

.icon-theaters:before {
    content: "\e8da";
}

.icon-local_offer:before {
    content: "\e54e";
}

.icon-local_parking:before {
    content: "\e54f";
}

.icon-local_pharmacy:before {
    content: "\e550";
}

.icon-local_pizza:before {
    content: "\e552";
}

.icon-print2:before {
    content: "\e8ad";
}

.icon-local_shipping:before {
    content: "\e558";
}

.icon-local_taxi:before {
    content: "\e559";
}

.icon-location_city:before {
    content: "\e7f1";
}

.icon-location_off:before {
    content: "\e0c7";
}

.icon-room:before {
    content: "\e8b4";
}

.icon-lock_open:before {
    content: "\e898";
}

.icon-lock_outline:before {
    content: "\e899";
}

.icon-looks:before {
    content: "\e3fc";
}

.icon-looks_3:before {
    content: "\e3fb";
}

.icon-looks_4:before {
    content: "\e3fd";
}

.icon-looks_5:before {
    content: "\e3fe";
}

.icon-looks_6:before {
    content: "\e3ff";
}

.icon-looks_one:before {
    content: "\e400";
}

.icon-looks_two:before {
    content: "\e401";
}

.icon-sync:before {
    content: "\e627";
}

.icon-loupe:before {
    content: "\e402";
}

.icon-low_priority:before {
    content: "\e16d";
}

.icon-loyalty:before {
    content: "\e89a";
}

.icon-mail_outline:before {
    content: "\e0e1";
}

.icon-map2:before {
    content: "\e55b";
}

.icon-markunread_mailbox:before {
    content: "\e89b";
}

.icon-memory:before {
    content: "\e322";
}

.icon-menu:before {
    content: "\e5d2";
}

.icon-message:before {
    content: "\e0c9";
}

.icon-mic:before {
    content: "\e029";
}

.icon-mic_none:before {
    content: "\e02a";
}

.icon-mic_off:before {
    content: "\e02b";
}

.icon-mms:before {
    content: "\e618";
}

.icon-mode_comment:before {
    content: "\e253";
}

.icon-monetization_on:before {
    content: "\e263";
}

.icon-money_off:before {
    content: "\e25c";
}

.icon-monochrome_photos:before {
    content: "\e403";
}

.icon-mood_bad:before {
    content: "\e7f3";
}

.icon-more:before {
    content: "\e619";
}

.icon-more_horiz:before {
    content: "\e5d3";
}

.icon-more_vert:before {
    content: "\e5d4";
}

.icon-motorcycle2:before {
    content: "\edb8";
}

.icon-mouse:before {
    content: "\e323";
}

.icon-move_to_inbox:before {
    content: "\e168";
}

.icon-movie_creation:before {
    content: "\e404";
}

.icon-movie_filter:before {
    content: "\e43a";
}

.icon-multiline_chart:before {
    content: "\e6df";
}

.icon-music_note:before {
    content: "\e405";
}

.icon-music_video:before {
    content: "\e063";
}

.icon-nature:before {
    content: "\e406";
}

.icon-nature_people:before {
    content: "\e407";
}

.icon-navigation:before {
    content: "\e55d";
}

.icon-near_me:before {
    content: "\e569";
}

.icon-network_cell:before {
    content: "\e1b9";
}

.icon-network_check:before {
    content: "\e640";
}

.icon-network_locked:before {
    content: "\e61a";
}

.icon-network_wifi:before {
    content: "\e1ba";
}

.icon-new_releases:before {
    content: "\e031";
}

.icon-next_week:before {
    content: "\e16a";
}

.icon-nfc:before {
    content: "\e1bb";
}

.icon-no_encryption:before {
    content: "\e641";
}

.icon-signal_cellular_no_sim:before {
    content: "\e1ce";
}

.icon-note3:before {
    content: "\e06f";
}

.icon-note_add:before {
    content: "\e89c";
}

.icon-notifications:before {
    content: "\e7f4";
}

.icon-notifications_active:before {
    content: "\e7f7";
}

.icon-notifications_none:before {
    content: "\e7f5";
}

.icon-notifications_off:before {
    content: "\e7f6";
}

.icon-notifications_paused:before {
    content: "\e7f8";
}

.icon-offline_pin:before {
    content: "\edb9";
}

.icon-ondemand_video:before {
    content: "\e63a";
}

.icon-opacity:before {
    content: "\edba";
}

.icon-open_in_browser:before {
    content: "\e89d";
}

.icon-open_with:before {
    content: "\e89f";
}

.icon-pages:before {
    content: "\e7f9";
}

.icon-pageview:before {
    content: "\e8a0";
}

.icon-pan_tool:before {
    content: "\edbb";
}

.icon-panorama:before {
    content: "\e40b";
}

.icon-radio_button_unchecked:before {
    content: "\e836";
}

.icon-panorama_horizontal:before {
    content: "\e40d";
}

.icon-panorama_vertical:before {
    content: "\e40e";
}

.icon-panorama_wide_angle:before {
    content: "\e40f";
}

.icon-party_mode:before {
    content: "\e7fa";
}

.icon-pause2:before {
    content: "\e034";
}

.icon-pause_circle_filled:before {
    content: "\e035";
}

.icon-pause_circle_outline:before {
    content: "\e036";
}

.icon-people_outline:before {
    content: "\e7fc";
}

.icon-perm_camera_mic:before {
    content: "\e8a2";
}

.icon-perm_contact_calendar:before {
    content: "\e8a3";
}

.icon-perm_data_setting:before {
    content: "\e8a4";
}

.icon-perm_device_information:before {
    content: "\e8a5";
}

.icon-person_outline:before {
    content: "\e7ff";
}

.icon-perm_media:before {
    content: "\e8a7";
}

.icon-perm_phone_msg:before {
    content: "\e8a8";
}

.icon-perm_scan_wifi:before {
    content: "\e8a9";
}

.icon-person:before {
    content: "\e7fd";
}

.icon-person_add:before {
    content: "\e7fe";
}

.icon-person_pin:before {
    content: "\e55a";
}

.icon-person_pin_circle:before {
    content: "\e56a";
}

.icon-personal_video:before {
    content: "\e63b";
}

.icon-pets:before {
    content: "\edbc";
}

.icon-phone_android:before {
    content: "\e324";
}

.icon-phone_bluetooth_speaker:before {
    content: "\e61b";
}

.icon-phone_forwarded:before {
    content: "\e61c";
}

.icon-phone_in_talk:before {
    content: "\e61d";
}

.icon-phone_iphone:before {
    content: "\e325";
}

.icon-phone_locked:before {
    content: "\e61e";
}

.icon-phone_missed:before {
    content: "\e61f";
}

.icon-phone_paused:before {
    content: "\e620";
}

.icon-phonelink_erase:before {
    content: "\e0db";
}

.icon-phonelink_lock:before {
    content: "\e0dc";
}

.icon-phonelink_off:before {
    content: "\e327";
}

.icon-phonelink_ring:before {
    content: "\e0dd";
}

.icon-phonelink_setup:before {
    content: "\e0de";
}

.icon-photo_album:before {
    content: "\e411";
}

.icon-photo_filter:before {
    content: "\e43b";
}

.icon-photo_size_select_actual:before {
    content: "\e432";
}

.icon-photo_size_select_large:before {
    content: "\e433";
}

.icon-photo_size_select_small:before {
    content: "\e434";
}

.icon-picture_as_pdf:before {
    content: "\e415";
}

.icon-picture_in_picture:before {
    content: "\e8aa";
}

.icon-picture_in_picture_alt:before {
    content: "\edbd";
}

.icon-pie_chart:before {
    content: "\e6c4";
}

.icon-pie_chart_outlined:before {
    content: "\e6c5";
}

.icon-pin_drop:before {
    content: "\e55e";
}

.icon-play_arrow:before {
    content: "\e037";
}

.icon-play_circle_filled:before {
    content: "\e038";
}

.icon-play_circle_outline:before {
    content: "\e039";
}

.icon-play_for_work:before {
    content: "\edbe";
}

.icon-playlist_add:before {
    content: "\e03b";
}

.icon-playlist_add_check:before {
    content: "\e065";
}

.icon-playlist_play:before {
    content: "\e05f";
}

.icon-plus_one:before {
    content: "\e800";
}

.icon-polymer:before {
    content: "\e8ab";
}

.icon-pool:before {
    content: "\edbf";
}

.icon-portable_wifi_off:before {
    content: "\e0ce";
}

.icon-portrait:before {
    content: "\e416";
}

.icon-power:before {
    content: "\e63c";
}

.icon-power_input:before {
    content: "\e336";
}

.icon-power_settings_new:before {
    content: "\e8ac";
}

.icon-pregnant_woman:before {
    content: "\edc0";
}

.icon-present_to_all:before {
    content: "\e0df";
}

.icon-priority_high:before {
    content: "\e645";
}

.icon-public:before {
    content: "\e80b";
}

.icon-publish:before {
    content: "\e255";
}

.icon-queue_music:before {
    content: "\e03d";
}

.icon-queue_play_next:before {
    content: "\e066";
}

.icon-radio:before {
    content: "\e03e";
}

.icon-radio_button_checked:before {
    content: "\e837";
}

.icon-rate_review:before {
    content: "\e560";
}

.icon-receipt:before {
    content: "\e8b0";
}

.icon-recent_actors:before {
    content: "\e03f";
}

.icon-record_voice_over:before {
    content: "\edc1";
}

.icon-redo:before {
    content: "\e15a";
}

.icon-refresh2:before {
    content: "\e5d5";
}

.icon-remove2:before {
    content: "\e15b";
}

.icon-remove_circle_outline:before {
    content: "\e15d";
}

.icon-remove_from_queue:before {
    content: "\e067";
}

.icon-visibility:before {
    content: "\e8f4";
}

.icon-remove_shopping_cart:before {
    content: "\edc2";
}

.icon-reorder2:before {
    content: "\e8fe";
}

.icon-repeat2:before {
    content: "\e040";
}

.icon-repeat_one:before {
    content: "\e041";
}

.icon-replay:before {
    content: "\e042";
}

.icon-replay_10:before {
    content: "\e059";
}

.icon-replay_30:before {
    content: "\e05a";
}

.icon-replay_5:before {
    content: "\e05b";
}

.icon-reply2:before {
    content: "\e15e";
}

.icon-reply_all:before {
    content: "\e15f";
}

.icon-report2:before {
    content: "\e160";
}

.icon-warning4:before {
    content: "\e002";
}

.icon-restaurant:before {
    content: "\e56c";
}

.icon-restore_page:before {
    content: "\edc3";
}

.icon-ring_volume:before {
    content: "\e0d1";
}

.icon-room_service:before {
    content: "\edc4";
}

.icon-rotate_90_degrees_ccw:before {
    content: "\e418";
}

.icon-rotate_left:before {
    content: "\e419";
}

.icon-rotate_right:before {
    content: "\e41a";
}

.icon-rounded_corner:before {
    content: "\edc5";
}

.icon-router:before {
    content: "\e328";
}

.icon-rowing:before {
    content: "\edc6";
}

.icon-rss_feed:before {
    content: "\e0e5";
}

.icon-rv_hookup:before {
    content: "\e642";
}

.icon-satellite:before {
    content: "\e562";
}

.icon-save2:before {
    content: "\e161";
}

.icon-scanner:before {
    content: "\e329";
}

.icon-school:before {
    content: "\e80c";
}

.icon-screen_lock_landscape:before {
    content: "\e1be";
}

.icon-screen_lock_portrait:before {
    content: "\e1bf";
}

.icon-screen_lock_rotation:before {
    content: "\e1c0";
}

.icon-screen_rotation:before {
    content: "\e1c1";
}

.icon-screen_share:before {
    content: "\e0e2";
}

.icon-sd_storage:before {
    content: "\e1c2";
}

.icon-search4:before {
    content: "\e8b6";
}

.icon-security2:before {
    content: "\e32a";
}

.icon-select_all:before {
    content: "\e162";
}

.icon-send2:before {
    content: "\e163";
}

.icon-sentiment_dissatisfied:before {
    content: "\e811";
}

.icon-sentiment_neutral:before {
    content: "\e812";
}

.icon-sentiment_satisfied:before {
    content: "\e813";
}

.icon-sentiment_very_dissatisfied:before {
    content: "\e814";
}

.icon-sentiment_very_satisfied:before {
    content: "\e815";
}

.icon-settings2:before {
    content: "\e8b8";
}

.icon-settings_applications:before {
    content: "\e8b9";
}

.icon-settings_backup_restore:before {
    content: "\e8ba";
}

.icon-settings_bluetooth:before {
    content: "\e8bb";
}

.icon-settings_brightness:before {
    content: "\e8bd";
}

.icon-settings_cell:before {
    content: "\e8bc";
}

.icon-settings_ethernet:before {
    content: "\e8be";
}

.icon-settings_input_antenna:before {
    content: "\e8bf";
}

.icon-settings_input_composite:before {
    content: "\e8c1";
}

.icon-settings_input_hdmi:before {
    content: "\e8c2";
}

.icon-settings_input_svideo:before {
    content: "\e8c3";
}

.icon-settings_overscan:before {
    content: "\e8c4";
}

.icon-settings_phone:before {
    content: "\e8c5";
}

.icon-settings_power:before {
    content: "\e8c6";
}

.icon-settings_remote:before {
    content: "\e8c7";
}

.icon-settings_system_daydream:before {
    content: "\e1c3";
}

.icon-settings_voice:before {
    content: "\e8c8";
}

.icon-share2:before {
    content: "\e80d";
}

.icon-shop2:before {
    content: "\e8c9";
}

.icon-shop_two:before {
    content: "\e8ca";
}

.icon-shopping_basket:before {
    content: "\e8cb";
}

.icon-short_text:before {
    content: "\e261";
}

.icon-show_chart:before {
    content: "\e6e1";
}

.icon-shuffle:before {
    content: "\e043";
}

.icon-signal_cellular_4_bar:before {
    content: "\e1c8";
}

.icon-signal_cellular_connected_no_internet_4_bar:before {
    content: "\e1cd";
}

.icon-signal_cellular_null:before {
    content: "\e1cf";
}

.icon-signal_cellular_off:before {
    content: "\e1d0";
}

.icon-signal_wifi_4_bar:before {
    content: "\e1d8";
}

.icon-signal_wifi_4_bar_lock:before {
    content: "\e1d9";
}

.icon-signal_wifi_off:before {
    content: "\e1da";
}

.icon-sim_card:before {
    content: "\e32b";
}

.icon-sim_card_alert:before {
    content: "\e624";
}

.icon-skip_next:before {
    content: "\e044";
}

.icon-skip_previous:before {
    content: "\e045";
}

.icon-slideshow:before {
    content: "\e41b";
}

.icon-slow_motion_video:before {
    content: "\e068";
}

.icon-stay_primary_portrait:before {
    content: "\e0d6";
}

.icon-smoke_free:before {
    content: "\edc7";
}

.icon-smoking_rooms:before {
    content: "\edc8";
}

.icon-textsms:before {
    content: "\e0d8";
}

.icon-snooze:before {
    content: "\e046";
}

.icon-sort2:before {
    content: "\e164";
}

.icon-sort_by_alpha:before {
    content: "\e053";
}

.icon-spa:before {
    content: "\edc9";
}

.icon-space_bar:before {
    content: "\e256";
}

.icon-speaker:before {
    content: "\e32d";
}

.icon-speaker_group:before {
    content: "\e32e";
}

.icon-speaker_notes:before {
    content: "\e8cd";
}

.icon-speaker_notes_off:before {
    content: "\edca";
}

.icon-speaker_phone:before {
    content: "\e0d2";
}

.icon-spellcheck:before {
    content: "\e8ce";
}

.icon-star_border:before {
    content: "\e83a";
}

.icon-star_half:before {
    content: "\e839";
}

.icon-stars3:before {
    content: "\e8d0";
}

.icon-stay_primary_landscape:before {
    content: "\e0d5";
}

.icon-stop2:before {
    content: "\e047";
}

.icon-stop_screen_share:before {
    content: "\e0e3";
}

.icon-storage:before {
    content: "\e1db";
}

.icon-store_mall_directory:before {
    content: "\e563";
}

.icon-straighten:before {
    content: "\e41c";
}

.icon-streetview:before {
    content: "\e56e";
}

.icon-strikethrough_s:before {
    content: "\e257";
}

.icon-style:before {
    content: "\e41d";
}

.icon-subdirectory_arrow_left:before {
    content: "\e5d9";
}

.icon-subdirectory_arrow_right:before {
    content: "\e5da";
}

.icon-subject:before {
    content: "\e8d2";
}

.icon-subscriptions:before {
    content: "\e064";
}

.icon-subtitles:before {
    content: "\e048";
}

.icon-subway2:before {
    content: "\e56f";
}

.icon-supervisor_account:before {
    content: "\e8d3";
}

.icon-surround_sound:before {
    content: "\e049";
}

.icon-swap_calls:before {
    content: "\e0d7";
}

.icon-swap_horiz:before {
    content: "\e8d4";
}

.icon-swap_vert:before {
    content: "\e8d5";
}

.icon-swap_vertical_circle:before {
    content: "\e8d6";
}

.icon-switch_camera:before {
    content: "\e41e";
}

.icon-switch_video:before {
    content: "\e41f";
}

.icon-sync_disabled:before {
    content: "\e628";
}

.icon-sync_problem:before {
    content: "\e629";
}

.icon-system_update:before {
    content: "\e62a";
}

.icon-system_update_alt:before {
    content: "\e8d7";
}

.icon-tab:before {
    content: "\e8d8";
}

.icon-tab_unselected:before {
    content: "\e8d9";
}

.icon-tablet3:before {
    content: "\e32f";
}

.icon-tablet_android:before {
    content: "\e330";
}

.icon-tablet_mac:before {
    content: "\e331";
}

.icon-tap_and_play:before {
    content: "\e62b";
}

.icon-text_fields:before {
    content: "\e262";
}

.icon-text_format:before {
    content: "\e165";
}

.icon-texture:before {
    content: "\e421";
}

.icon-thumb_down:before {
    content: "\e8db";
}

.icon-thumb_up:before {
    content: "\e8dc";
}

.icon-thumbs_up_down:before {
    content: "\e8dd";
}

.icon-timelapse:before {
    content: "\e422";
}

.icon-timeline:before {
    content: "\edcb";
}

.icon-timer:before {
    content: "\e425";
}

.icon-timer_10:before {
    content: "\e423";
}

.icon-timer_3:before {
    content: "\e424";
}

.icon-timer_off:before {
    content: "\e426";
}

.icon-title:before {
    content: "\e264";
}

.icon-toc:before {
    content: "\e8de";
}

.icon-today:before {
    content: "\e8df";
}

.icon-toll:before {
    content: "\e8e0";
}

.icon-tonality:before {
    content: "\e427";
}

.icon-touch_app:before {
    content: "\edcc";
}

.icon-toys:before {
    content: "\e332";
}

.icon-track_changes:before {
    content: "\e8e1";
}

.icon-traffic:before {
    content: "\e565";
}

.icon-train2:before {
    content: "\e570";
}

.icon-tram:before {
    content: "\e571";
}

.icon-transfer_within_a_station:before {
    content: "\e572";
}

.icon-transform:before {
    content: "\e428";
}

.icon-translate:before {
    content: "\e8e2";
}

.icon-trending_down:before {
    content: "\e8e3";
}

.icon-trending_flat:before {
    content: "\e8e4";
}

.icon-trending_up:before {
    content: "\e8e5";
}

.icon-tune:before {
    content: "\e429";
}

.icon-tv2:before {
    content: "\e333";
}

.icon-unarchive:before {
    content: "\e169";
}

.icon-undo2:before {
    content: "\e166";
}

.icon-unfold_less:before {
    content: "\e5d6";
}

.icon-unfold_more:before {
    content: "\e5d7";
}

.icon-update:before {
    content: "\edcd";
}

.icon-usb2:before {
    content: "\e1e0";
}

.icon-verified_user:before {
    content: "\e8e8";
}

.icon-vertical_align_bottom:before {
    content: "\e258";
}

.icon-vertical_align_center:before {
    content: "\e259";
}

.icon-vertical_align_top:before {
    content: "\e25a";
}

.icon-vibration:before {
    content: "\e62d";
}

.icon-video_call:before {
    content: "\e070";
}

.icon-video_label:before {
    content: "\e071";
}

.icon-video_library:before {
    content: "\e04a";
}

.icon-videocam:before {
    content: "\e04b";
}

.icon-videocam_off:before {
    content: "\e04c";
}

.icon-videogame_asset:before {
    content: "\e338";
}

.icon-view_agenda:before {
    content: "\e8e9";
}

.icon-view_array:before {
    content: "\e8ea";
}

.icon-view_carousel:before {
    content: "\e8eb";
}

.icon-view_column:before {
    content: "\e8ec";
}

.icon-view_comfy:before {
    content: "\e42a";
}

.icon-view_compact:before {
    content: "\e42b";
}

.icon-view_day:before {
    content: "\e8ed";
}

.icon-view_headline:before {
    content: "\e8ee";
}

.icon-view_list:before {
    content: "\e8ef";
}

.icon-view_module:before {
    content: "\e8f0";
}

.icon-view_quilt:before {
    content: "\e8f1";
}

.icon-view_stream:before {
    content: "\e8f2";
}

.icon-view_week:before {
    content: "\e8f3";
}

.icon-vignette:before {
    content: "\e435";
}

.icon-visibility_off:before {
    content: "\e8f5";
}

.icon-voice_chat:before {
    content: "\e62e";
}

.icon-voicemail:before {
    content: "\e0d9";
}

.icon-volume_down:before {
    content: "\e04d";
}

.icon-volume_mute:before {
    content: "\e04e";
}

.icon-volume_off:before {
    content: "\e04f";
}

.icon-volume_up:before {
    content: "\e050";
}

.icon-vpn_key:before {
    content: "\e0da";
}

.icon-vpn_lock:before {
    content: "\e62f";
}

.icon-wallpaper:before {
    content: "\e1bc";
}

.icon-watch:before {
    content: "\e334";
}

.icon-watch_later:before {
    content: "\edce";
}

.icon-wb_auto:before {
    content: "\e42c";
}

.icon-wb_incandescent:before {
    content: "\e42e";
}

.icon-wb_iridescent:before {
    content: "\e436";
}

.icon-wb_sunny:before {
    content: "\e430";
}

.icon-wc:before {
    content: "\e63d";
}

.icon-web:before {
    content: "\e051";
}

.icon-web_asset:before {
    content: "\e069";
}

.icon-weekend:before {
    content: "\e16b";
}

.icon-whatshot:before {
    content: "\e80e";
}

.icon-widgets:before {
    content: "\e1bd";
}

.icon-wifi2:before {
    content: "\e63e";
}

.icon-wifi_lock:before {
    content: "\e1e1";
}

.icon-wifi_tethering:before {
    content: "\e1e2";
}

.icon-work:before {
    content: "\e8f9";
}

.icon-wrap_text:before {
    content: "\e25b";
}

.icon-youtube_searched_for:before {
    content: "\e8fa";
}

.icon-zoom_in:before {
    content: "\e8ff";
}

.icon-zoom_out:before {
    content: "\edcf";
}

.icon-zoom_out_map:before {
    content: "\e56b";
}

.icon-agenda:before {
    content: "\ed30";
}

.icon-analytics-1:before {
    content: "\ed31";
}

.icon-analytics-2:before {
    content: "\ed32";
}

.icon-analytics-3:before {
    content: "\ed33";
}

.icon-analytics:before {
    content: "\ed34";
}

.icon-axis:before {
    content: "\ed35";
}

.icon-bar-chart-1:before {
    content: "\ed36";
}

.icon-bar-chart2:before {
    content: "\ed37";
}

.icon-binoculars2:before {
    content: "\ed38";
}

.icon-budget:before {
    content: "\ed39";
}

.icon-calculator2:before {
    content: "\ed3a";
}

.icon-calendar2:before {
    content: "\ed3b";
}

.icon-cash-register:before {
    content: "\ed3c";
}

.icon-chat:before {
    content: "\ed3d";
}

.icon-check2:before {
    content: "\ed3e";
}

.icon-chess:before {
    content: "\ed3f";
}

.icon-coffee2:before {
    content: "\ed40";
}

.icon-credit-card-1:before {
    content: "\ed41";
}

.icon-credit-card-2:before {
    content: "\ed42";
}

.icon-credit-card2:before {
    content: "\ed43";
}

.icon-desktop2:before {
    content: "\ed44";
}

.icon-diamond2:before {
    content: "\ed45";
}

.icon-email2:before {
    content: "\ed46";
}

.icon-exchange2:before {
    content: "\ed47";
}

.icon-factory:before {
    content: "\ed48";
}

.icon-flask2:before {
    content: "\ed49";
}

.icon-focus:before {
    content: "\ed4a";
}

.icon-globalization:before {
    content: "\ed4b";
}

.icon-goal:before {
    content: "\ed4c";
}

.icon-goals-1:before {
    content: "\ed4d";
}

.icon-goals-2:before {
    content: "\ed4e";
}

.icon-goals:before {
    content: "\ed4f";
}

.icon-gold:before {
    content: "\ed50";
}

.icon-growth2:before {
    content: "\ed51";
}

.icon-handshake2:before {
    content: "\ed52";
}

.icon-headset:before {
    content: "\ed53";
}

.icon-id-card2:before {
    content: "\ed54";
}

.icon-investigation:before {
    content: "\ed55";
}

.icon-investment-1:before {
    content: "\ed56";
}

.icon-investment-2:before {
    content: "\ed57";
}

.icon-investment-3:before {
    content: "\ed58";
}

.icon-investment:before {
    content: "\ed59";
}

.icon-invoice-1:before {
    content: "\ed5a";
}

.icon-invoice:before {
    content: "\ed5b";
}

.icon-laptop2:before {
    content: "\ed5c";
}

.icon-light-bulb:before {
    content: "\ed5d";
}

.icon-line-chart-1:before {
    content: "\ed5e";
}

.icon-line-chart-2:before {
    content: "\ed5f";
}

.icon-line-chart2:before {
    content: "\ed60";
}

.icon-list3:before {
    content: "\ed61";
}

.icon-meeting:before {
    content: "\ed62";
}

.icon-megaphone:before {
    content: "\ed63";
}

.icon-money-1:before {
    content: "\ed64";
}

.icon-money-2:before {
    content: "\ed65";
}

.icon-money-3:before {
    content: "\ed66";
}

.icon-money-bag:before {
    content: "\ed67";
}

.icon-money2:before {
    content: "\ed68";
}

.icon-orders:before {
    content: "\ed69";
}

.icon-organization-1:before {
    content: "\ed6a";
}

.icon-organization-2:before {
    content: "\ed6b";
}

.icon-organization-3:before {
    content: "\ed6c";
}

.icon-organization-4:before {
    content: "\ed6d";
}

.icon-organization:before {
    content: "\ed6e";
}

.icon-pay-point:before {
    content: "\ed6f";
}

.icon-pie-chart-1:before {
    content: "\ed70";
}

.icon-pie-chart2:before {
    content: "\ed71";
}

.icon-piggy-bank:before {
    content: "\ed72";
}

.icon-placeholder2:before {
    content: "\ed73";
}

.icon-presentation-12:before {
    content: "\ed74";
}

.icon-presentation2:before {
    content: "\ed75";
}

.icon-profile-1:before {
    content: "\ed76";
}

.icon-profile-2:before {
    content: "\ed77";
}

.icon-profile-3:before {
    content: "\ed78";
}

.icon-profile-4:before {
    content: "\ed79";
}

.icon-profile:before {
    content: "\ed7a";
}

.icon-protection:before {
    content: "\ed7b";
}

.icon-report:before {
    content: "\ed7c";
}

.icon-safebox:before {
    content: "\ed7d";
}

.icon-security:before {
    content: "\ed7e";
}

.icon-settings:before {
    content: "\ed7f";
}

.icon-shop:before {
    content: "\ed80";
}

.icon-shopping-bag2:before {
    content: "\ed81";
}

.icon-shopping-basket2:before {
    content: "\ed82";
}

.icon-shopping-cart2:before {
    content: "\ed83";
}

.icon-skyscraper:before {
    content: "\ed84";
}

.icon-smartphone2:before {
    content: "\ed85";
}

.icon-startup:before {
    content: "\ed86";
}

.icon-suitcase2:before {
    content: "\ed87";
}

.icon-tablet2:before {
    content: "\ed88";
}

.icon-tags4:before {
    content: "\ed89";
}

.icon-target-12:before {
    content: "\ed8a";
}

.icon-target4:before {
    content: "\ed8b";
}

.icon-taxes:before {
    content: "\ed8c";
}

.icon-telephone:before {
    content: "\ed8d";
}

.icon-tie:before {
    content: "\ed8e";
}

.icon-time-is-money-1:before {
    content: "\ed8f";
}

.icon-time-is-money:before {
    content: "\ed90";
}

.icon-trophy7:before {
    content: "\ed91";
}

.icon-video-player:before {
    content: "\ed92";
}

.icon-wallet:before {
    content: "\ed93";
}

.icon-avatar:before {
    content: "\e900";
}

.icon-briefcase:before {
    content: "\e901";
}

.icon-building:before {
    content: "\e902";
}

.icon-coding:before {
    content: "\e903";
}

.icon-creativity:before {
    content: "\e904";
}

.icon-desk-chair:before {
    content: "\e905";
}

.icon-email:before {
    content: "\e906";
}

.icon-folder:before {
    content: "\e907";
}

.icon-graduation:before {
    content: "\e908";
}

.icon-growth:before {
    content: "\e909";
}

.icon-handshake:before {
    content: "\e90a";
}

.icon-house:before {
    content: "\e90b";
}

.icon-idea:before {
    content: "\e90c";
}

.icon-key:before {
    content: "\e90d";
}

.icon-list:before {
    content: "\e90e";
}

.icon-mail:before {
    content: "\e90f";
}

.icon-mask:before {
    content: "\e910";
}

.icon-medal:before {
    content: "\e911";
}

.icon-mortarboard:before {
    content: "\e912";
}

.icon-newspaper:before {
    content: "\e913";
}

.icon-padlock:before {
    content: "\e914";
}

.icon-path:before {
    content: "\e915";
}

.icon-placeholder:before {
    content: "\e916";
}

.icon-presentation-1:before {
    content: "\e917";
}

.icon-presentation:before {
    content: "\e918";
}

.icon-responsive:before {
    content: "\e919";
}

.icon-resume:before {
    content: "\e91a";
}

.icon-sir:before {
    content: "\e91b";
}

.icon-smartphone:before {
    content: "\e91c";
}

.icon-strength:before {
    content: "\e91d";
}

.icon-target-1:before {
    content: "\e91e";
}

.icon-target:before {
    content: "\e91f";
}

.icon-telescope:before {
    content: "\e920";
}

.icon-translator:before {
    content: "\e921";
}

.icon-trophy:before {
    content: "\e922";
}

.icon-ukelele:before {
    content: "\e923";
}

.icon-mail-envelope2:before {
    content: "\e924";
}

.icon-mail-envelope:before {
    content: "\e925";
}

.icon-mail-envelope-open:before {
    content: "\e926";
}

.icon-mail-envelope-open2:before {
    content: "\e927";
}

.icon-mail-envelope-closed:before {
    content: "\e928";
}

.icon-mail-envelope-closed2:before {
    content: "\e929";
}

.icon-mail-envelope-open3:before {
    content: "\e92a";
}

.icon-mail-envelope-open4:before {
    content: "\e92b";
}

.icon-mail-envelope-open5:before {
    content: "\e92c";
}

.icon-mail-envelope-open6:before {
    content: "\e92d";
}

.icon-mail-envelope-closed3:before {
    content: "\e92e";
}

.icon-mail-envelope-closed4:before {
    content: "\e92f";
}

.icon-mail-envelope-open7:before {
    content: "\e930";
}

.icon-mail-envelope-open8:before {
    content: "\e931";
}

.icon-mail-error:before {
    content: "\e932";
}

.icon-mail-error2:before {
    content: "\e933";
}

.icon-mail-checked:before {
    content: "\e934";
}

.icon-mail-checked2:before {
    content: "\e935";
}

.icon-mail-cancel:before {
    content: "\e936";
}

.icon-mail-cancel2:before {
    content: "\e937";
}

.icon-mail--forbidden:before {
    content: "\e938";
}

.icon-mail--forbidden2:before {
    content: "\e939";
}

.icon-mail-add:before {
    content: "\e93a";
}

.icon-mail-add2:before {
    content: "\e93b";
}

.icon-mail-remove:before {
    content: "\e93c";
}

.icon-mail-remove2:before {
    content: "\e93d";
}

.icon-flag2:before {
    content: "\e93e";
}

.icon-flag3:before {
    content: "\e93f";
}

.icon-flag4:before {
    content: "\e940";
}

.icon-flag5:before {
    content: "\e941";
}

.icon-flag6:before {
    content: "\e942";
}

.icon-flag7:before {
    content: "\e943";
}

.icon-flag8:before {
    content: "\e944";
}

.icon-flag9:before {
    content: "\e945";
}

.icon-bookmark2:before {
    content: "\e946";
}

.icon-bookmark3:before {
    content: "\e947";
}

.icon-bookmark-add:before {
    content: "\e948";
}

.icon-bookmark-add2:before {
    content: "\e949";
}

.icon-bookmark-remove:before {
    content: "\e94a";
}

.icon-bookmark-remove2:before {
    content: "\e94b";
}

.icon-eye-hidden:before {
    content: "\e94c";
}

.icon-eye-hidden2:before {
    content: "\e94d";
}

.icon-eye2:before {
    content: "\e94e";
}

.icon-eye3:before {
    content: "\e94f";
}

.icon-star2:before {
    content: "\e950";
}

.icon-star-3:before {
    content: "\e951";
}

.icon-key3:before {
    content: "\e952";
}

.icon-key4:before {
    content: "\e953";
}

.icon-key5:before {
    content: "\e954";
}

.icon-key6:before {
    content: "\e955";
}

.icon-trash-can:before {
    content: "\e956";
}

.icon-trash-can2:before {
    content: "\e957";
}

.icon-trash-can3:before {
    content: "\e958";
}

.icon-trash-can4:before {
    content: "\e959";
}

.icon-information:before {
    content: "\e95a";
}

.icon-information2:before {
    content: "\e95b";
}

.icon-information3:before {
    content: "\e95c";
}

.icon-information4:before {
    content: "\e95d";
}

.icon-book2:before {
    content: "\e95e";
}

.icon-book3:before {
    content: "\e95f";
}

.icon-book-bookmark:before {
    content: "\e960";
}

.icon-book-bookmark2:before {
    content: "\e961";
}

.icon-clipboard-edit:before {
    content: "\e962";
}

.icon-clipboard-edit2:before {
    content: "\e963";
}

.icon-clipboard-add:before {
    content: "\e964";
}

.icon-clipboard-add2:before {
    content: "\e965";
}

.icon-clipboard-remove:before {
    content: "\e966";
}

.icon-clipboard-remove2:before {
    content: "\e967";
}

.icon-clipboard2:before {
    content: "\e968";
}

.icon-clipboard3:before {
    content: "\e969";
}

.icon-clipboard-download:before {
    content: "\e96a";
}

.icon-clipboard-download2:before {
    content: "\e96b";
}

.icon-clipboard-upload:before {
    content: "\e96c";
}

.icon-clipboard-upload2:before {
    content: "\e96d";
}

.icon-clipboard-checked:before {
    content: "\e96e";
}

.icon-clipboard-checked2:before {
    content: "\e96f";
}

.icon-clipboard-text:before {
    content: "\e970";
}

.icon-clipboard-text2:before {
    content: "\e971";
}

.icon-clipboard-list:before {
    content: "\e972";
}

.icon-clipboard-list2:before {
    content: "\e973";
}

.icon-note:before {
    content: "\e974";
}

.icon-note2:before {
    content: "\e975";
}

.icon-note-add:before {
    content: "\e976";
}

.icon-note-add2:before {
    content: "\e977";
}

.icon-note-remove:before {
    content: "\e978";
}

.icon-note-remove2:before {
    content: "\e979";
}

.icon-note-text:before {
    content: "\e97a";
}

.icon-note-text2:before {
    content: "\e97b";
}

.icon-note-list:before {
    content: "\e97c";
}

.icon-note-list2:before {
    content: "\e97d";
}

.icon-note-checked:before {
    content: "\e97e";
}

.icon-note-checked2:before {
    content: "\e97f";
}

.icon-note-important:before {
    content: "\e980";
}

.icon-note-important2:before {
    content: "\e981";
}

.icon-notebook:before {
    content: "\e982";
}

.icon-notebook2:before {
    content: "\e983";
}

.icon-notebook3:before {
    content: "\e984";
}

.icon-notebook4:before {
    content: "\e985";
}

.icon-notebook5:before {
    content: "\e986";
}

.icon-notebook6:before {
    content: "\e987";
}

.icon-notebook7:before {
    content: "\e988";
}

.icon-notebook8:before {
    content: "\e989";
}

.icon-notebook-text:before {
    content: "\e98a";
}

.icon-notebook-text2:before {
    content: "\e98b";
}

.icon-notebook-list:before {
    content: "\e98c";
}

.icon-notebook-list2:before {
    content: "\e98d";
}

.icon-document:before {
    content: "\e98e";
}

.icon-document2:before {
    content: "\e98f";
}

.icon-document-text:before {
    content: "\e990";
}

.icon-document-text2:before {
    content: "\e991";
}

.icon-document-text3:before {
    content: "\e992";
}

.icon-document-text4:before {
    content: "\e993";
}

.icon-document-download:before {
    content: "\e994";
}

.icon-document-download2:before {
    content: "\e995";
}

.icon-document-upload:before {
    content: "\e996";
}

.icon-document-upload2:before {
    content: "\e997";
}

.icon-document-bookmark:before {
    content: "\e998";
}

.icon-document-bookmark2:before {
    content: "\e999";
}

.icon-document-diagrams:before {
    content: "\e99a";
}

.icon-document-diagrams2:before {
    content: "\e99b";
}

.icon-document-recording:before {
    content: "\e99c";
}

.icon-document-recording2:before {
    content: "\e99d";
}

.icon-document-table:before {
    content: "\e99e";
}

.icon-document-table2:before {
    content: "\e99f";
}

.icon-document-music:before {
    content: "\e9a0";
}

.icon-document-music2:before {
    content: "\e9a1";
}

.icon-document-movie:before {
    content: "\e9a2";
}

.icon-document-movie2:before {
    content: "\e9a3";
}

.icon-document-play:before {
    content: "\e9a4";
}

.icon-document-play2:before {
    content: "\e9a5";
}

.icon-document-graph:before {
    content: "\e9a6";
}

.icon-document-graph2:before {
    content: "\e9a7";
}

.icon-document-time:before {
    content: "\e9a8";
}

.icon-document-time2:before {
    content: "\e9a9";
}

.icon-document-text5:before {
    content: "\e9aa";
}

.icon-document-text6:before {
    content: "\e9ab";
}

.icon-document-code:before {
    content: "\e9ac";
}

.icon-document-code2:before {
    content: "\e9ad";
}

.icon-document-cloud:before {
    content: "\e9ae";
}

.icon-document-cloud2:before {
    content: "\e9af";
}

.icon-documents:before {
    content: "\e9b0";
}

.icon-documents2:before {
    content: "\e9b1";
}

.icon-documents3:before {
    content: "\e9b2";
}

.icon-documents4:before {
    content: "\e9b3";
}

.icon-document-search:before {
    content: "\e9b4";
}

.icon-document-search2:before {
    content: "\e9b5";
}

.icon-document-star:before {
    content: "\e9b6";
}

.icon-document-star2:before {
    content: "\e9b7";
}

.icon-document-unlocked:before {
    content: "\e9b8";
}

.icon-document-unlocked2:before {
    content: "\e9b9";
}

.icon-document-locked:before {
    content: "\e9ba";
}

.icon-document-locked2:before {
    content: "\e9bb";
}

.icon-document-error:before {
    content: "\e9bc";
}

.icon-document-error2:before {
    content: "\e9bd";
}

.icon-document-cancel:before {
    content: "\e9be";
}

.icon-document-cancel2:before {
    content: "\e9bf";
}

.icon-document-checked:before {
    content: "\e9c0";
}

.icon-document-checked2:before {
    content: "\e9c1";
}

.icon-document-add:before {
    content: "\e9c2";
}

.icon-document-add2:before {
    content: "\e9c3";
}

.icon-document-remove:before {
    content: "\e9c4";
}

.icon-document-remove2:before {
    content: "\e9c5";
}

.icon-document-forbidden:before {
    content: "\e9c6";
}

.icon-document-forbidden2:before {
    content: "\e9c7";
}

.icon-document-information:before {
    content: "\e9c8";
}

.icon-document-information2:before {
    content: "\e9c9";
}

.icon-folder-information:before {
    content: "\e9ca";
}

.icon-folder-information2:before {
    content: "\e9cb";
}

.icon-document-list:before {
    content: "\e9cc";
}

.icon-document-list2:before {
    content: "\e9cd";
}

.icon-document-font:before {
    content: "\e9ce";
}

.icon-document-font2:before {
    content: "\e9cf";
}

.icon-inbox2:before {
    content: "\e9d0";
}

.icon-inbox3:before {
    content: "\e9d1";
}

.icon-inboxes:before {
    content: "\e9d2";
}

.icon-inboxes2:before {
    content: "\e9d3";
}

.icon-inbox-document:before {
    content: "\e9d4";
}

.icon-inbox-document2:before {
    content: "\e9d5";
}

.icon-inbox-document-text:before {
    content: "\e9d6";
}

.icon-inbox-document-text2:before {
    content: "\e9d7";
}

.icon-inbox-download:before {
    content: "\e9d8";
}

.icon-inbox-download2:before {
    content: "\e9d9";
}

.icon-inbox-upload:before {
    content: "\e9da";
}

.icon-inbox-upload2:before {
    content: "\e9db";
}

.icon-folder-3:before {
    content: "\e9dc";
}

.icon-folder4:before {
    content: "\e9dd";
}

.icon-folder5:before {
    content: "\e9de";
}

.icon-folder6:before {
    content: "\e9df";
}

.icon-folders:before {
    content: "\e9e0";
}

.icon-folders2:before {
    content: "\e9e1";
}

.icon-folder-download:before {
    content: "\e9e2";
}

.icon-folder-download2:before {
    content: "\e9e3";
}

.icon-folder-upload:before {
    content: "\e9e4";
}

.icon-folder-upload2:before {
    content: "\e9e5";
}

.icon-folder-unlocked:before {
    content: "\e9e6";
}

.icon-folder-unlocked2:before {
    content: "\e9e7";
}

.icon-folder-locked:before {
    content: "\e9e8";
}

.icon-folder-locked2:before {
    content: "\e9e9";
}

.icon-folder-search:before {
    content: "\e9ea";
}

.icon-folder-search2:before {
    content: "\e9eb";
}

.icon-folder-error:before {
    content: "\e9ec";
}

.icon-folder-error2:before {
    content: "\e9ed";
}

.icon-folder-cancel:before {
    content: "\e9ee";
}

.icon-folder-cancel2:before {
    content: "\e9ef";
}

.icon-folder-checked:before {
    content: "\e9f0";
}

.icon-folder-checked2:before {
    content: "\e9f1";
}

.icon-folder-add:before {
    content: "\e9f2";
}

.icon-folder-add2:before {
    content: "\e9f3";
}

.icon-folder-remove:before {
    content: "\e9f4";
}

.icon-folder-remove2:before {
    content: "\e9f5";
}

.icon-folder-forbidden:before {
    content: "\e9f6";
}

.icon-folder-forbidden2:before {
    content: "\e9f7";
}

.icon-folder-bookmark:before {
    content: "\e9f8";
}

.icon-folder-bookmark2:before {
    content: "\e9f9";
}

.icon-document-zip:before {
    content: "\e9fa";
}

.icon-document-zip2:before {
    content: "\e9fb";
}

.icon-zip:before {
    content: "\e9fc";
}

.icon-zip2:before {
    content: "\e9fd";
}

.icon-search2:before {
    content: "\e9fe";
}

.icon-search3:before {
    content: "\e9ff";
}

.icon-search-plus2:before {
    content: "\ea00";
}

.icon-search-plus3:before {
    content: "\ea01";
}

.icon-search-minus2:before {
    content: "\ea02";
}

.icon-search-minus3:before {
    content: "\ea03";
}

.icon-lock2:before {
    content: "\ea04";
}

.icon-lock3:before {
    content: "\ea05";
}

.icon-lock-open:before {
    content: "\ea06";
}

.icon-lock-open2:before {
    content: "\ea07";
}

.icon-lock-open3:before {
    content: "\ea08";
}

.icon-lock-open4:before {
    content: "\ea09";
}

.icon-lock-stripes:before {
    content: "\ea0a";
}

.icon-lock-stripes2:before {
    content: "\ea0b";
}

.icon-lock-rounded:before {
    content: "\ea0c";
}

.icon-lock-rounded2:before {
    content: "\ea0d";
}

.icon-lock-rounded-open:before {
    content: "\ea0e";
}

.icon-lock-rounded-open2:before {
    content: "\ea0f";
}

.icon-lock-rounded-open3:before {
    content: "\ea10";
}

.icon-lock-rounded-open4:before {
    content: "\ea11";
}

.icon-combination-lock:before {
    content: "\ea12";
}

.icon-combination-lock2:before {
    content: "\ea13";
}

.icon-printer:before {
    content: "\ea14";
}

.icon-printer2:before {
    content: "\ea15";
}

.icon-printer-3:before {
    content: "\ea16";
}

.icon-printer4:before {
    content: "\ea17";
}

.icon-printer-text:before {
    content: "\ea18";
}

.icon-printer-text2:before {
    content: "\ea19";
}

.icon-printer-text3:before {
    content: "\ea1a";
}

.icon-printer-text4:before {
    content: "\ea1b";
}

.icon-document-shred:before {
    content: "\ea1c";
}

.icon-document-shred2:before {
    content: "\ea1d";
}

.icon-shredder:before {
    content: "\ea1e";
}

.icon-shredder2:before {
    content: "\ea1f";
}

.icon-document-scan:before {
    content: "\ea20";
}

.icon-document-scan2:before {
    content: "\ea21";
}

.icon-cloud-download2:before {
    content: "\ea22";
}

.icon-cloud-download3:before {
    content: "\ea23";
}

.icon-cloud-upload2:before {
    content: "\ea24";
}

.icon-cloud-upload3:before {
    content: "\ea25";
}

.icon-cloud-error:before {
    content: "\ea26";
}

.icon-cloud-error2:before {
    content: "\ea27";
}

.icon-cloud2:before {
    content: "\ea28";
}

.icon-cloud3:before {
    content: "\ea29";
}

.icon-inbox-filled:before {
    content: "\ea2a";
}

.icon-inbox-filled2:before {
    content: "\ea2b";
}

.icon-pen:before {
    content: "\ea2c";
}

.icon-pen2:before {
    content: "\ea2d";
}

.icon-pen-angled:before {
    content: "\ea2e";
}

.icon-pen-angled2:before {
    content: "\ea2f";
}

.icon-document-edit:before {
    content: "\ea30";
}

.icon-document-edit2:before {
    content: "\ea31";
}

.icon-document-certificate:before {
    content: "\ea32";
}

.icon-document-certificate2:before {
    content: "\ea33";
}

.icon-certificate2:before {
    content: "\ea34";
}

.icon-certificate3:before {
    content: "\ea35";
}

.icon-package:before {
    content: "\ea36";
}

.icon-package2:before {
    content: "\ea37";
}

.icon-box:before {
    content: "\ea38";
}

.icon-box2:before {
    content: "\ea39";
}

.icon-box-filled:before {
    content: "\ea3a";
}

.icon-box-filled2:before {
    content: "\ea3b";
}

.icon-box3:before {
    content: "\ea3c";
}

.icon-box4:before {
    content: "\ea3d";
}

.icon-box5:before {
    content: "\ea3e";
}

.icon-box6:before {
    content: "\ea3f";
}

.icon-box-bookmark:before {
    content: "\ea40";
}

.icon-box-bookmark2:before {
    content: "\ea41";
}

.icon-tag-cord:before {
    content: "\ea42";
}

.icon-tag-cord2:before {
    content: "\ea43";
}

.icon-tag2:before {
    content: "\ea44";
}

.icon-tag3:before {
    content: "\ea45";
}

.icon-tags2:before {
    content: "\ea46";
}

.icon-tags3:before {
    content: "\ea47";
}

.icon-tag-add:before {
    content: "\ea48";
}

.icon-tag-add2:before {
    content: "\ea49";
}

.icon-tag-remove:before {
    content: "\ea4a";
}

.icon-tag-remove2:before {
    content: "\ea4b";
}

.icon-tag-checked:before {
    content: "\ea4c";
}

.icon-tag-checked2:before {
    content: "\ea4d";
}

.icon-tag-cancel:before {
    content: "\ea4e";
}

.icon-tag-cancel2:before {
    content: "\ea4f";
}

.icon-paperclip2:before {
    content: "\ea50";
}

.icon-paperclip3:before {
    content: "\ea51";
}

.icon-basketball:before {
    content: "\ea52";
}

.icon-basketball2:before {
    content: "\ea53";
}

.icon-baseball:before {
    content: "\ea54";
}

.icon-baseball2:before {
    content: "\ea55";
}

.icon-tennis-ball:before {
    content: "\ea56";
}

.icon-tennis-ball2:before {
    content: "\ea57";
}

.icon-bowling-ball:before {
    content: "\ea58";
}

.icon-bowling-ball2:before {
    content: "\ea59";
}

.icon-billiard-ball:before {
    content: "\ea5a";
}

.icon-billiard-ball2:before {
    content: "\ea5b";
}

.icon-soccer-ball:before {
    content: "\ea5c";
}

.icon-soccer-ball2:before {
    content: "\ea5d";
}

.icon-soccer-court:before {
    content: "\ea5e";
}

.icon-soccer-court2:before {
    content: "\ea5f";
}

.icon-football:before {
    content: "\ea60";
}

.icon-football2:before {
    content: "\ea61";
}

.icon-football3:before {
    content: "\ea62";
}

.icon-football4:before {
    content: "\ea63";
}

.icon-basketball3:before {
    content: "\ea64";
}

.icon-basketball4:before {
    content: "\ea65";
}

.icon-baseball-set:before {
    content: "\ea66";
}

.icon-baseball-set2:before {
    content: "\ea67";
}

.icon-tennis-ball3:before {
    content: "\ea68";
}

.icon-tennis-ball4:before {
    content: "\ea69";
}

.icon-trophy3:before {
    content: "\ea6a";
}

.icon-trophy4:before {
    content: "\ea6b";
}

.icon-trophy-one:before {
    content: "\ea6c";
}

.icon-trophy-one2:before {
    content: "\ea6d";
}

.icon-trophy5:before {
    content: "\ea6e";
}

.icon-trophy6:before {
    content: "\ea6f";
}

.icon-medal2:before {
    content: "\ea70";
}

.icon-medal3:before {
    content: "\ea71";
}

.icon-medal4:before {
    content: "\ea72";
}

.icon-medal5:before {
    content: "\ea73";
}

.icon-weights:before {
    content: "\ea74";
}

.icon-weights2:before {
    content: "\ea75";
}

.icon-tennis-racket:before {
    content: "\ea76";
}

.icon-tennis-racket2:before {
    content: "\ea77";
}

.icon-basketball-hoop:before {
    content: "\ea78";
}

.icon-basketball-hoop2:before {
    content: "\ea79";
}

.icon-table-tennis:before {
    content: "\ea7a";
}

.icon-table-tennis2:before {
    content: "\ea7b";
}

.icon-volleyball:before {
    content: "\ea7c";
}

.icon-volleyball2:before {
    content: "\ea7d";
}

.icon-stop-watch:before {
    content: "\ea7e";
}

.icon-stop-watch2:before {
    content: "\ea7f";
}

.icon-stop-watch3:before {
    content: "\ea80";
}

.icon-stop-watch4:before {
    content: "\ea81";
}

.icon-hockey-stick:before {
    content: "\ea82";
}

.icon-hockey-stick2:before {
    content: "\ea83";
}

.icon-hockey-sticks:before {
    content: "\ea84";
}

.icon-hockey-sticks2:before {
    content: "\ea85";
}

.icon-shuttlecock:before {
    content: "\ea86";
}

.icon-shuttlecock2:before {
    content: "\ea87";
}

.icon-golf:before {
    content: "\ea88";
}

.icon-golf2:before {
    content: "\ea89";
}

.icon-move:before {
    content: "\ea8a";
}

.icon-move2:before {
    content: "\ea8b";
}

.icon-clipboard-move:before {
    content: "\ea8c";
}

.icon-clipboard-move2:before {
    content: "\ea8d";
}

.icon-award:before {
    content: "\ea8e";
}

.icon-award2:before {
    content: "\ea8f";
}

.icon-award3:before {
    content: "\ea90";
}

.icon-award4:before {
    content: "\ea91";
}

.icon-award5:before {
    content: "\ea92";
}

.icon-award6:before {
    content: "\ea93";
}

.icon-award7:before {
    content: "\ea94";
}

.icon-award8:before {
    content: "\ea95";
}

.icon-medal6:before {
    content: "\ea96";
}

.icon-medal7:before {
    content: "\ea97";
}

.icon-medal8:before {
    content: "\ea98";
}

.icon-medal9:before {
    content: "\ea99";
}

.icon-boxing-glove:before {
    content: "\ea9a";
}

.icon-boxing-glove2:before {
    content: "\ea9b";
}

.icon-whistle:before {
    content: "\ea9c";
}

.icon-whistle2:before {
    content: "\ea9d";
}

.icon-volleyball-water:before {
    content: "\ea9e";
}

.icon-volleyball-water2:before {
    content: "\ea9f";
}

.icon-checkered-flag:before {
    content: "\eaa0";
}

.icon-checkered-flag2:before {
    content: "\eaa1";
}

.icon-target-arrow:before {
    content: "\eaa2";
}

.icon-target-arrow2:before {
    content: "\eaa3";
}

.icon-target2:before {
    content: "\eaa4";
}

.icon-target3:before {
    content: "\eaa5";
}

.icon-sailing-boat:before {
    content: "\eaa6";
}

.icon-sailing-boat2:before {
    content: "\eaa7";
}

.icon-sailing-boat-water:before {
    content: "\eaa8";
}

.icon-sailing-boat-water2:before {
    content: "\eaa9";
}

.icon-bowling-pins:before {
    content: "\eaaa";
}

.icon-bowling-pins2:before {
    content: "\eaab";
}

.icon-bowling-pin-ball:before {
    content: "\eaac";
}

.icon-bowling-pin-ball2:before {
    content: "\eaad";
}

.icon-diving-goggles:before {
    content: "\eaae";
}

.icon-diving-goggles2:before {
    content: "\eaaf";
}

.icon-sports-shoe:before {
    content: "\eab0";
}

.icon-sports-shoe2:before {
    content: "\eab1";
}

.icon-soccer-shoe:before {
    content: "\eab2";
}

.icon-soccer-shoe2:before {
    content: "\eab3";
}

.icon-ice-skate:before {
    content: "\eab4";
}

.icon-ice-skate2:before {
    content: "\eab5";
}

.icon-cloud4:before {
    content: "\eab6";
}

.icon-cloud5:before {
    content: "\eab7";
}

.icon-cloud-sun:before {
    content: "\eab8";
}

.icon-cloud-sun2:before {
    content: "\eab9";
}

.icon-cloud-moon:before {
    content: "\eaba";
}

.icon-cloud-moon2:before {
    content: "\eabb";
}

.icon-cloud-rain:before {
    content: "\eabc";
}

.icon-cloud-rain2:before {
    content: "\eabd";
}

.icon-cloud-sun-rain:before {
    content: "\eabe";
}

.icon-cloud-sun-rain2:before {
    content: "\eabf";
}

.icon-cloud-moon-rain:before {
    content: "\eac0";
}

.icon-cloud-moon-rain2:before {
    content: "\eac1";
}

.icon-cloud-snow:before {
    content: "\eac2";
}

.icon-cloud-snow2:before {
    content: "\eac3";
}

.icon-cloud-sun-snow:before {
    content: "\eac4";
}

.icon-cloud-sun-snow2:before {
    content: "\eac5";
}

.icon-cloud-moon-snow:before {
    content: "\eac6";
}

.icon-cloud-moon-snow2:before {
    content: "\eac7";
}

.icon-cloud-lightning:before {
    content: "\eac8";
}

.icon-cloud-lightning2:before {
    content: "\eac9";
}

.icon-cloud-sun-lightning:before {
    content: "\eaca";
}

.icon-cloud-sun-lightning2:before {
    content: "\eacb";
}

.icon-cloud-moon-lightning:before {
    content: "\eacc";
}

.icon-cloud-moon-lightning2:before {
    content: "\eacd";
}

.icon-cloud-wind:before {
    content: "\eace";
}

.icon-cloud-wind2:before {
    content: "\eacf";
}

.icon-cloud-raindrops:before {
    content: "\ead0";
}

.icon-cloud-raindrops2:before {
    content: "\ead1";
}

.icon-cloud-sun-raindrops:before {
    content: "\ead2";
}

.icon-cloud-sun-raindrops2:before {
    content: "\ead3";
}

.icon-cloud-moon-raindrops:before {
    content: "\ead4";
}

.icon-cloud-moon-raindrops2:before {
    content: "\ead5";
}

.icon-cloud-snowflakes:before {
    content: "\ead6";
}

.icon-cloud-snowflakes2:before {
    content: "\ead7";
}

.icon-cloud-sun-snowflakes:before {
    content: "\ead8";
}

.icon-cloud-sun-snowflakes2:before {
    content: "\ead9";
}

.icon-cloud-moon-snowflakes:before {
    content: "\eada";
}

.icon-cloud-moon-snowflakes2:before {
    content: "\eadb";
}

.icon-clouds:before {
    content: "\eadc";
}

.icon-clouds2:before {
    content: "\eadd";
}

.icon-cloud-add:before {
    content: "\eade";
}

.icon-cloud-add2:before {
    content: "\eadf";
}

.icon-cloud-remove:before {
    content: "\eae0";
}

.icon-cloud-remove2:before {
    content: "\eae1";
}

.icon-cloud-error-3:before {
    content: "\eae2";
}

.icon-cloud-error4:before {
    content: "\eae3";
}

.icon-cloud-fog:before {
    content: "\eae4";
}

.icon-cloud-fog2:before {
    content: "\eae5";
}

.icon--cloud-sun-fog:before {
    content: "\eae6";
}

.icon--cloud-sun-fog2:before {
    content: "\eae7";
}

.icon-cloud-moon-fog:before {
    content: "\eae8";
}

.icon-cloud-moon-fog2:before {
    content: "\eae9";
}

.icon-moon-stars:before {
    content: "\eaea";
}

.icon-moon-stars2:before {
    content: "\eaeb";
}

.icon-moon:before {
    content: "\eaec";
}

.icon-moon2:before {
    content: "\eaed";
}

.icon-sun:before {
    content: "\eaee";
}

.icon-sun2:before {
    content: "\eaef";
}

.icon-sunrise:before {
    content: "\eaf0";
}

.icon-sunrise2:before {
    content: "\eaf1";
}

.icon-sunset:before {
    content: "\eaf2";
}

.icon-sunset2:before {
    content: "\eaf3";
}

.icon-sunset3:before {
    content: "\eaf4";
}

.icon-sunset4:before {
    content: "\eaf5";
}

.icon-sunset5:before {
    content: "\eaf6";
}

.icon-sunset6:before {
    content: "\eaf7";
}

.icon-rainbow:before {
    content: "\eaf8";
}

.icon-rainbow2:before {
    content: "\eaf9";
}

.icon-umbrella2:before {
    content: "\eafa";
}

.icon-umbrella3:before {
    content: "\eafb";
}

.icon-raindrops:before {
    content: "\eafc";
}

.icon-raindrops2:before {
    content: "\eafd";
}

.icon-raindrop:before {
    content: "\eafe";
}

.icon-raindrop2:before {
    content: "\eaff";
}

.icon-sunglasses:before {
    content: "\eb00";
}

.icon-sunglasses2:before {
    content: "\eb01";
}

.icon-stars:before {
    content: "\eb02";
}

.icon-stars2:before {
    content: "\eb03";
}

.icon-clouds3:before {
    content: "\eb04";
}

.icon-clouds4:before {
    content: "\eb05";
}

.icon-moonrise:before {
    content: "\eb06";
}

.icon-moonrise2:before {
    content: "\eb07";
}

.icon-moonset:before {
    content: "\eb08";
}

.icon-moonset2:before {
    content: "\eb09";
}

.icon-wind:before {
    content: "\eb0a";
}

.icon-wind2:before {
    content: "\eb0b";
}

.icon-full-moon:before {
    content: "\eb0c";
}

.icon-full-moon2:before {
    content: "\eb0d";
}

.icon-crescent:before {
    content: "\eb0e";
}

.icon-crescent2:before {
    content: "\eb0f";
}

.icon-half-moon:before {
    content: "\eb10";
}

.icon-half-moon2:before {
    content: "\eb11";
}

.icon-gibbous-moon:before {
    content: "\eb12";
}

.icon-gibbous-moon2:before {
    content: "\eb13";
}

.icon-moon3:before {
    content: "\eb14";
}

.icon-moon4:before {
    content: "\eb15";
}

.icon-gibbous-moon3:before {
    content: "\eb16";
}

.icon-gibbous-moon4:before {
    content: "\eb17";
}

.icon-half-moon3:before {
    content: "\eb18";
}

.icon-half-moon4:before {
    content: "\eb19";
}

.icon-crescent3:before {
    content: "\eb1a";
}

.icon-crescent4:before {
    content: "\eb1b";
}

.icon-barometer:before {
    content: "\eb1c";
}

.icon-barometer2:before {
    content: "\eb1d";
}

.icon-compass-north:before {
    content: "\eb1e";
}

.icon-compass-north2:before {
    content: "\eb1f";
}

.icon-compass-west:before {
    content: "\eb20";
}

.icon-compass-west2:before {
    content: "\eb21";
}

.icon-compass-east:before {
    content: "\eb22";
}

.icon-compass-east2:before {
    content: "\eb23";
}

.icon-compass-south:before {
    content: "\eb24";
}

.icon-compass-south2:before {
    content: "\eb25";
}

.icon-air-sock:before {
    content: "\eb26";
}

.icon-air-sock2:before {
    content: "\eb27";
}

.icon-tornado:before {
    content: "\eb28";
}

.icon-tornado2:before {
    content: "\eb29";
}

.icon-degree-fahrenheit:before {
    content: "\eb2a";
}

.icon-degree-fahrenheit2:before {
    content: "\eb2b";
}

.icon-degree-celsius:before {
    content: "\eb2c";
}

.icon-degree-celsius2:before {
    content: "\eb2d";
}

.icon-warning2:before {
    content: "\eb2e";
}

.icon-warning3:before {
    content: "\eb2f";
}

.icon-compass2:before {
    content: "\eb30";
}

.icon-compass3:before {
    content: "\eb31";
}

.icon-compass4:before {
    content: "\eb32";
}

.icon-compass5:before {
    content: "\eb33";
}

.icon-compass6:before {
    content: "\eb34";
}

.icon-compass7:before {
    content: "\eb35";
}

.icon-compass8:before {
    content: "\eb36";
}

.icon-compass9:before {
    content: "\eb37";
}

.icon-thermometer2:before {
    content: "\eb38";
}

.icon-thermometer-3:before {
    content: "\eb39";
}

.icon-thermometer-low:before {
    content: "\eb3a";
}

.icon-thermometer-low2:before {
    content: "\eb3b";
}

.icon-thermometer-quarter2:before {
    content: "\eb3c";
}

.icon-thermometer-quarter-3:before {
    content: "\eb3d";
}

.icon-thermometer-half2:before {
    content: "\eb3e";
}

.icon-thermometer-half3:before {
    content: "\eb3f";
}

.icon-thermometer-three-quarters2:before {
    content: "\eb40";
}

.icon-thermometer-three-quarters3:before {
    content: "\eb41";
}

.icon-thermometer-full2:before {
    content: "\eb42";
}

.icon-thermometer-full3:before {
    content: "\eb43";
}

.icon-lightning:before {
    content: "\eb44";
}

.icon-lightning2:before {
    content: "\eb45";
}

.icon-wind-turbine:before {
    content: "\eb46";
}

.icon-wind-turbine2:before {
    content: "\eb47";
}

.icon-snowflake:before {
    content: "\eb48";
}

.icon-snowflake2:before {
    content: "\eb49";
}

.icon-flashed-face:before {
    content: "\eb4a";
}

.icon-flashed-face2:before {
    content: "\eb4b";
}

.icon-flashed-face3:before {
    content: "\eb4c";
}

.icon-flashed-face4:before {
    content: "\eb4d";
}

.icon-flashed-face-glasses:before {
    content: "\eb4e";
}

.icon-flashed-face-glasses2:before {
    content: "\eb4f";
}

.icon-face-missing-moth:before {
    content: "\eb50";
}

.icon-face-missing-moth2:before {
    content: "\eb51";
}

.icon-neutral-face:before {
    content: "\eb52";
}

.icon-neutral-face2:before {
    content: "\eb53";
}

.icon-smiling-face:before {
    content: "\eb54";
}

.icon-smiling-face2:before {
    content: "\eb55";
}

.icon-sad-face:before {
    content: "\eb56";
}

.icon-sad-face2:before {
    content: "\eb57";
}

.icon-face-open-mouth:before {
    content: "\eb58";
}

.icon-face-open-mouth2:before {
    content: "\eb59";
}

.icon-face-open-mouth3:before {
    content: "\eb5a";
}

.icon-face-open-mouth4:before {
    content: "\eb5b";
}

.icon-winking-face:before {
    content: "\eb5c";
}

.icon-winking-face2:before {
    content: "\eb5d";
}

.icon-laughing-face:before {
    content: "\eb5e";
}

.icon-laughing-face2:before {
    content: "\eb5f";
}

.icon-laughing-face3:before {
    content: "\eb60";
}

.icon-laughing-face4:before {
    content: "\eb61";
}

.icon-smirking-face:before {
    content: "\eb62";
}

.icon-smirking-face2:before {
    content: "\eb63";
}

.icon-stubborn-face:before {
    content: "\eb64";
}

.icon-stubborn-face2:before {
    content: "\eb65";
}

.icon-neutral-face3:before {
    content: "\eb66";
}

.icon-neutral-face4:before {
    content: "\eb67";
}

.icon-sad-face3:before {
    content: "\eb68";
}

.icon-sad-face4:before {
    content: "\eb69";
}

.icon-smiling-face3:before {
    content: "\eb6a";
}

.icon-smiling-face4:before {
    content: "\eb6b";
}

.icon-smiling-face-eyebrows:before {
    content: "\eb6c";
}

.icon-smiling-face-eyebrows2:before {
    content: "\eb6d";
}

.icon-grinning-face-eyebrows:before {
    content: "\eb6e";
}

.icon-grinning-face-eyebrows2:before {
    content: "\eb6f";
}

.icon-sad-face-eyebrows:before {
    content: "\eb70";
}

.icon-sad-face-eyebrows2:before {
    content: "\eb71";
}

.icon-neutral-face-eyebrows:before {
    content: "\eb72";
}

.icon-neutral-face-eyebrows2:before {
    content: "\eb73";
}

.icon-angry-face:before {
    content: "\eb74";
}

.icon-angry-face2:before {
    content: "\eb75";
}

.icon-worried-face:before {
    content: "\eb76";
}

.icon-worried-face2:before {
    content: "\eb77";
}

.icon-winking-face3:before {
    content: "\eb78";
}

.icon-winking-face4:before {
    content: "\eb79";
}

.icon-angry-face-eyebrows:before {
    content: "\eb7a";
}

.icon-angry-face-eyebrows2:before {
    content: "\eb7b";
}

.icon-grinning-face:before {
    content: "\eb7c";
}

.icon-grinning-face2:before {
    content: "\eb7d";
}

.icon-sad-face5:before {
    content: "\eb7e";
}

.icon-sad-face6:before {
    content: "\eb7f";
}

.icon-grinning-face-eyebrows3:before {
    content: "\eb80";
}

.icon-grinning-face-eyebrows4:before {
    content: "\eb81";
}

.icon-fake-grinning-face-eyebrows:before {
    content: "\eb82";
}

.icon-fake-grinning-face-eyebrows2:before {
    content: "\eb83";
}

.icon-worried-face-eyebrows:before {
    content: "\eb84";
}

.icon-worried-face-eyebrows2:before {
    content: "\eb85";
}

.icon-face-stuck-out-tongue:before {
    content: "\eb86";
}

.icon-face-stuck-out-tongue2:before {
    content: "\eb87";
}

.icon-face-stuck-out-tongue3:before {
    content: "\eb88";
}

.icon-face-stuck-out-tongue4:before {
    content: "\eb89";
}

.icon-kissing-face:before {
    content: "\eb8a";
}

.icon-kissing-face2:before {
    content: "\eb8b";
}

.icon-grinning-face-teeth:before {
    content: "\eb8c";
}

.icon-grinning-face-teeth2:before {
    content: "\eb8d";
}

.icon-angry-face-teeth:before {
    content: "\eb8e";
}

.icon-angry-face-teeth2:before {
    content: "\eb8f";
}

.icon-worried-face-teeth:before {
    content: "\eb90";
}

.icon-worried-face-teeth2:before {
    content: "\eb91";
}

.icon-grinning-face-teeth3:before {
    content: "\eb92";
}

.icon-grinning-face-teeth4:before {
    content: "\eb93";
}

.icon-face-open-mouth-eyebrows:before {
    content: "\eb94";
}

.icon-face-open-mouth-eyebrows2:before {
    content: "\eb95";
}

.icon-face-open-mouth-eyebrows3:before {
    content: "\eb96";
}

.icon-face-open-mouth-eyebrows4:before {
    content: "\eb97";
}

.icon-angry-face-open-mouth-eyebrows:before {
    content: "\eb98";
}

.icon-angry-face-open-mouth-eyebrows2:before {
    content: "\eb99";
}

.icon-unamused-face-tightly-closed-eyes:before {
    content: "\eb9a";
}

.icon-unamused-face-tightly-closed-eyes2:before {
    content: "\eb9b";
}

.icon-sad-face--tightly-closed-eyes:before {
    content: "\eb9c";
}

.icon-sad-face--tightly-closed-eyes2:before {
    content: "\eb9d";
}

.icon-kissing-face3:before {
    content: "\eb9e";
}

.icon-kissing-face4:before {
    content: "\eb9f";
}

.icon-face-closed-meyes:before {
    content: "\eba0";
}

.icon-face-closed-meyes2:before {
    content: "\eba1";
}

.icon-amused-face:before {
    content: "\eba2";
}

.icon-amused-face2:before {
    content: "\eba3";
}

.icon-amused-face-closed-eyes:before {
    content: "\eba4";
}

.icon-amused-face-closed-eyes2:before {
    content: "\eba5";
}

.icon-amused-face-closed-eyes3:before {
    content: "\eba6";
}

.icon-amused-face-closed-eyes4:before {
    content: "\eba7";
}

.icon-face-closed-eyes-open-mouth:before {
    content: "\eba8";
}

.icon-face-closed-eyes-open-mouth2:before {
    content: "\eba9";
}

.icon-face-closed-eyes-open-mouth3:before {
    content: "\ebaa";
}

.icon-face-closed-eyes-open-mouth4:before {
    content: "\ebab";
}

.icon-face-closed-eyes-open-mouth5:before {
    content: "\ebac";
}

.icon-face-closed-eyes-open-mouth6:before {
    content: "\ebad";
}

.icon-laughing-face5:before {
    content: "\ebae";
}

.icon-laughing-face6:before {
    content: "\ebaf";
}

.icon-smiling-face5:before {
    content: "\ebb0";
}

.icon-smiling-face6:before {
    content: "\ebb1";
}

.icon-grinning-face3:before {
    content: "\ebb2";
}

.icon-grinning-face4:before {
    content: "\ebb3";
}

.icon-sad-face7:before {
    content: "\ebb4";
}

.icon-sad-face8:before {
    content: "\ebb5";
}

.icon-sad-face9:before {
    content: "\ebb6";
}

.icon-sad-face10:before {
    content: "\ebb7";
}

.icon-sad-face-closed-eyes:before {
    content: "\ebb8";
}

.icon-sad-face-closed-eyes2:before {
    content: "\ebb9";
}

.icon-sad-face11:before {
    content: "\ebba";
}

.icon-sad-face12:before {
    content: "\ebbb";
}

.icon-smiling-face7:before {
    content: "\ebbc";
}

.icon-smiling-face8:before {
    content: "\ebbd";
}

.icon-astonished-face:before {
    content: "\ebbe";
}

.icon-astonished-face2:before {
    content: "\ebbf";
}

.icon-astonished-face3:before {
    content: "\ebc0";
}

.icon-astonished-face4:before {
    content: "\ebc1";
}

.icon-face-moustache:before {
    content: "\ebc2";
}

.icon-face-moustache2:before {
    content: "\ebc3";
}

.icon-face-moustache3:before {
    content: "\ebc4";
}

.icon-face-moustache4:before {
    content: "\ebc5";
}

.icon-face-glasses:before {
    content: "\ebc6";
}

.icon-face-glasses2:before {
    content: "\ebc7";
}

.icon-face-sunglasses:before {
    content: "\ebc8";
}

.icon-face-sunglasses2:before {
    content: "\ebc9";
}

.icon-smirking-face-sunglasses:before {
    content: "\ebca";
}

.icon-smirking-face-sunglasses2:before {
    content: "\ebcb";
}

.icon-middle-finger:before {
    content: "\ebcc";
}

.icon-middle-finger2:before {
    content: "\ebcd";
}

.icon-rock-n-roll:before {
    content: "\ebce";
}

.icon-rock-n-roll2:before {
    content: "\ebcf";
}

.icon-high-five:before {
    content: "\ebd0";
}

.icon-high-five2:before {
    content: "\ebd1";
}

.icon-thumb-up:before {
    content: "\ebd2";
}

.icon-thumb-up2:before {
    content: "\ebd3";
}

.icon-thumb-down:before {
    content: "\ebd4";
}

.icon-thumb-down2:before {
    content: "\ebd5";
}

.icon-thumb-up3:before {
    content: "\ebd6";
}

.icon-thumb-up4:before {
    content: "\ebd7";
}

.icon-thumb-down3:before {
    content: "\ebd8";
}

.icon-thumb-down4:before {
    content: "\ebd9";
}

.icon-two-fingers-swipe-left:before {
    content: "\ebda";
}

.icon-two-fingers-swipe-left2:before {
    content: "\ebdb";
}

.icon-two-fingers-swipe-right:before {
    content: "\ebdc";
}

.icon-two-fingers-swipe-right2:before {
    content: "\ebdd";
}

.icon-two-fingers-swipe-up:before {
    content: "\ebde";
}

.icon-two-fingers-swipe-up2:before {
    content: "\ebdf";
}

.icon-two-fingers-swipe-down:before {
    content: "\ebe0";
}

.icon-two-fingers-swipe-down2:before {
    content: "\ebe1";
}

.icon-two-fingers:before {
    content: "\ebe2";
}

.icon-two-fingers2:before {
    content: "\ebe3";
}

.icon-three-fingers-double-tap:before {
    content: "\ebe4";
}

.icon-three-fingers-double-tap2:before {
    content: "\ebe5";
}

.icon-two-fingers-res-out:before {
    content: "\ebe6";
}

.icon-two-fingers-res-out2:before {
    content: "\ebe7";
}

.icon-two-fingers-res-in:before {
    content: "\ebe8";
}

.icon-two-fingers-res-in2:before {
    content: "\ebe9";
}

.icon-two-fingers-rotate:before {
    content: "\ebea";
}

.icon-two-fingers-rotate2:before {
    content: "\ebeb";
}

.icon-one-finger-swipe-left:before {
    content: "\ebec";
}

.icon-one-finger-swipe-left2:before {
    content: "\ebed";
}

.icon-one-finger-swipe-right:before {
    content: "\ebee";
}

.icon-one-finger-swipe-right2:before {
    content: "\ebef";
}

.icon-one-finger-swipe-up:before {
    content: "\ebf0";
}

.icon-one-finger-swipe-up2:before {
    content: "\ebf1";
}

.icon-one-finger-swipe-down:before {
    content: "\ebf2";
}

.icon-one-finger-swipe-down2:before {
    content: "\ebf3";
}

.icon-one-finger:before {
    content: "\ebf4";
}

.icon-one-finger2:before {
    content: "\ebf5";
}

.icon-one-finger-double-tap:before {
    content: "\ebf6";
}

.icon-one-finger-double-tap2:before {
    content: "\ebf7";
}

.icon-one-finger-tap:before {
    content: "\ebf8";
}

.icon-one-finger-tap2:before {
    content: "\ebf9";
}

.icon-one-finger-tap-hold:before {
    content: "\ebfa";
}

.icon-one-finger-tap-hold2:before {
    content: "\ebfb";
}

.icon-thumb-finger-tap:before {
    content: "\ebfc";
}

.icon-thumb-finger-tap2:before {
    content: "\ebfd";
}

.icon-one-finger-click:before {
    content: "\ebfe";
}

.icon-one-finger-click2:before {
    content: "\ebff";
}

.icon-three-fingers-swipe-left:before {
    content: "\ec00";
}

.icon-three-fingers-swipe-left2:before {
    content: "\ec01";
}

.icon-three-fingers-swipe-right:before {
    content: "\ec02";
}

.icon-three-fingers-swipe-right2:before {
    content: "\ec03";
}

.icon-three-fingers-swipe-up:before {
    content: "\ec04";
}

.icon-three-fingers-swipe-up2:before {
    content: "\ec05";
}

.icon-three-fingers-swipe-down:before {
    content: "\ec06";
}

.icon-three-fingers-swipe-down2:before {
    content: "\ec07";
}

.icon-three-fingers:before {
    content: "\ec08";
}

.icon-three-fingers2:before {
    content: "\ec09";
}

.icon-three-fingers-double-tap3:before {
    content: "\ec0a";
}

.icon-three-fingers-double-tap4:before {
    content: "\ec0b";
}

.icon-two-fingers-swipe-up3:before {
    content: "\ec0c";
}

.icon-two-fingers-swipe-up4:before {
    content: "\ec0d";
}

.icon-one-finger-double-tap3:before {
    content: "\ec0e";
}

.icon-one-finger-double-tap4:before {
    content: "\ec0f";
}

.icon-two-fingers-swipe-down3:before {
    content: "\ec10";
}

.icon-two-fingers-swipe-down4:before {
    content: "\ec11";
}

.icon-two-fingers-swipe-right3:before {
    content: "\ec12";
}

.icon-two-fingers-swipe-right4:before {
    content: "\ec13";
}

.icon-two-fingers-swipe-left3:before {
    content: "\ec14";
}

.icon-two-fingers-swipe-left4:before {
    content: "\ec15";
}

.icon-one-finger-tap3:before {
    content: "\ec16";
}

.icon-one-finger-tap4:before {
    content: "\ec17";
}

.icon-one-finger-tap-hold3:before {
    content: "\ec18";
}

.icon-one-finger-tap-hold4:before {
    content: "\ec19";
}

.icon-one-finger-click3:before {
    content: "\ec1a";
}

.icon-one-finger-click4:before {
    content: "\ec1b";
}

.icon-one-finger-swipe-horizontally:before {
    content: "\ec1c";
}

.icon-one-finger-swipe-horizontally2:before {
    content: "\ec1d";
}

.icon-one-finger-swipe:before {
    content: "\ec1e";
}

.icon-one-finger-swipe2:before {
    content: "\ec1f";
}

.icon-two-fingers-double-tap:before {
    content: "\ec20";
}

.icon-two-fingers-double-tap2:before {
    content: "\ec21";
}

.icon-two-fingers-tap:before {
    content: "\ec22";
}

.icon-two-fingers-tap2:before {
    content: "\ec23";
}

.icon-one-finger-swipe-left3:before {
    content: "\ec24";
}

.icon-one-finger-swipe-left4:before {
    content: "\ec25";
}

.icon-one-finger-swipe-right3:before {
    content: "\ec26";
}

.icon-one-finger-swipe-right4:before {
    content: "\ec27";
}

.icon-one-finger-swipe-up3:before {
    content: "\ec28";
}

.icon-one-finger-swipe-up4:before {
    content: "\ec29";
}

.icon-one-finger-swipe-down3:before {
    content: "\ec2a";
}

.icon-one-finger-swipe-down4:before {
    content: "\ec2b";
}

.icon-file-numbers:before {
    content: "\ec2c";
}

.icon-file-numbers2:before {
    content: "\ec2d";
}

.icon-file-pages:before {
    content: "\ec2e";
}

.icon-file-pages2:before {
    content: "\ec2f";
}

.icon-file-app:before {
    content: "\ec30";
}

.icon-file-app2:before {
    content: "\ec31";
}

.icon-file-png:before {
    content: "\ec32";
}

.icon-file-png2:before {
    content: "\ec33";
}

.icon-file-pdf:before {
    content: "\ec34";
}

.icon-file-pdf2:before {
    content: "\ec35";
}

.icon-file-mp3:before {
    content: "\ec36";
}

.icon-file-mp32:before {
    content: "\ec37";
}

.icon-file-mp4:before {
    content: "\ec38";
}

.icon-file-mp42:before {
    content: "\ec39";
}

.icon-file-mov:before {
    content: "\ec3a";
}

.icon-file-mov2:before {
    content: "\ec3b";
}

.icon-file-jpg:before {
    content: "\ec3c";
}

.icon-file-jpg2:before {
    content: "\ec3d";
}

.icon-file-key:before {
    content: "\ec3e";
}

.icon-file-key2:before {
    content: "\ec3f";
}

.icon-file-html:before {
    content: "\ec40";
}

.icon-file-html2:before {
    content: "\ec41";
}

.icon-file-css:before {
    content: "\ec42";
}

.icon-file-css2:before {
    content: "\ec43";
}

.icon-file-java:before {
    content: "\ec44";
}

.icon-file-java2:before {
    content: "\ec45";
}

.icon-file-psd:before {
    content: "\ec46";
}

.icon-file-psd2:before {
    content: "\ec47";
}

.icon-file-ai:before {
    content: "\ec48";
}

.icon-file-ai2:before {
    content: "\ec49";
}

.icon-file-bmp:before {
    content: "\ec4a";
}

.icon-file-bmp2:before {
    content: "\ec4b";
}

.icon-file-dwg:before {
    content: "\ec4c";
}

.icon-file-dwg2:before {
    content: "\ec4d";
}

.icon-file-eps:before {
    content: "\ec4e";
}

.icon-file-eps2:before {
    content: "\ec4f";
}

.icon-file-tiff:before {
    content: "\ec50";
}

.icon-file-tiff2:before {
    content: "\ec51";
}

.icon-file-ots:before {
    content: "\ec52";
}

.icon-file-ots2:before {
    content: "\ec53";
}

.icon-file-php:before {
    content: "\ec54";
}

.icon-file-php2:before {
    content: "\ec55";
}

.icon-file-py:before {
    content: "\ec56";
}

.icon-file-py2:before {
    content: "\ec57";
}

.icon-file-c:before {
    content: "\ec58";
}

.icon-file-c2:before {
    content: "\ec59";
}

.icon-file-sql:before {
    content: "\ec5a";
}

.icon-file-sql2:before {
    content: "\ec5b";
}

.icon-file-rb:before {
    content: "\ec5c";
}

.icon-file-rb2:before {
    content: "\ec5d";
}

.icon-file-cpp:before {
    content: "\ec5e";
}

.icon-file-cpp2:before {
    content: "\ec5f";
}

.icon-file-tga:before {
    content: "\ec60";
}

.icon-file-tga2:before {
    content: "\ec61";
}

.icon-file-dxf:before {
    content: "\ec62";
}

.icon-file-dxf2:before {
    content: "\ec63";
}

.icon-file-doc:before {
    content: "\ec64";
}

.icon-file-doc2:before {
    content: "\ec65";
}

.icon-file-odt:before {
    content: "\ec66";
}

.icon-file-odt2:before {
    content: "\ec67";
}

.icon-file-xls:before {
    content: "\ec68";
}

.icon-file-xls2:before {
    content: "\ec69";
}

.icon-file-docx:before {
    content: "\ec6a";
}

.icon-file-docx2:before {
    content: "\ec6b";
}

.icon-file-ppt:before {
    content: "\ec6c";
}

.icon-file-ppt2:before {
    content: "\ec6d";
}

.icon-file-asp:before {
    content: "\ec6e";
}

.icon-file-asp2:before {
    content: "\ec6f";
}

.icon-file-ics:before {
    content: "\ec70";
}

.icon-file-ics2:before {
    content: "\ec71";
}

.icon-file-dat:before {
    content: "\ec72";
}

.icon-file-dat2:before {
    content: "\ec73";
}

.icon-file-xml:before {
    content: "\ec74";
}

.icon-file-xml2:before {
    content: "\ec75";
}

.icon-file-yml:before {
    content: "\ec76";
}

.icon-file-yml2:before {
    content: "\ec77";
}

.icon-file-h:before {
    content: "\ec78";
}

.icon-file-h2:before {
    content: "\ec79";
}

.icon-file-exe:before {
    content: "\ec7a";
}

.icon-file-exe2:before {
    content: "\ec7b";
}

.icon-file-avi:before {
    content: "\ec7c";
}

.icon-file-avi2:before {
    content: "\ec7d";
}

.icon-file-odp:before {
    content: "\ec7e";
}

.icon-file-odp2:before {
    content: "\ec7f";
}

.icon-file-dotx:before {
    content: "\ec80";
}

.icon-file-dotx2:before {
    content: "\ec81";
}

.icon-file-xlsx:before {
    content: "\ec82";
}

.icon-file-xlsx2:before {
    content: "\ec83";
}

.icon-file-ods:before {
    content: "\ec84";
}

.icon-file-ods2:before {
    content: "\ec85";
}

.icon-file-pps:before {
    content: "\ec86";
}

.icon-file-pps2:before {
    content: "\ec87";
}

.icon-file-dot:before {
    content: "\ec88";
}

.icon-file-dot2:before {
    content: "\ec89";
}

.icon-file-txt:before {
    content: "\ec8a";
}

.icon-file-txt2:before {
    content: "\ec8b";
}

.icon-file-rtf:before {
    content: "\ec8c";
}

.icon-file-rtf2:before {
    content: "\ec8d";
}

.icon-file-m4v:before {
    content: "\ec8e";
}

.icon-file-m4v2:before {
    content: "\ec8f";
}

.icon-file-flv:before {
    content: "\ec90";
}

.icon-file-flv2:before {
    content: "\ec91";
}

.icon-file-mpg:before {
    content: "\ec92";
}

.icon-file-mpg2:before {
    content: "\ec93";
}

.icon-file-quicktime:before {
    content: "\ec94";
}

.icon-file-quicktime2:before {
    content: "\ec95";
}

.icon-file-mid:before {
    content: "\ec96";
}

.icon-file-mid2:before {
    content: "\ec97";
}

.icon-file-3gp:before {
    content: "\ec98";
}

.icon-file-3gp2:before {
    content: "\ec99";
}

.icon-file-aiff:before {
    content: "\ec9a";
}

.icon-file-aiff2:before {
    content: "\ec9b";
}

.icon-file-aac:before {
    content: "\ec9c";
}

.icon-file-aac2:before {
    content: "\ec9d";
}

.icon-file-wav:before {
    content: "\ec9e";
}

.icon-file-wav2:before {
    content: "\ec9f";
}

.icon-file-zip:before {
    content: "\eca0";
}

.icon-file-zip2:before {
    content: "\eca1";
}

.icon-file-ott:before {
    content: "\eca2";
}

.icon-file-ott2:before {
    content: "\eca3";
}

.icon-file-tgz:before {
    content: "\eca4";
}

.icon-file-tgz2:before {
    content: "\eca5";
}

.icon-file-dmg:before {
    content: "\eca6";
}

.icon-file-dmg2:before {
    content: "\eca7";
}

.icon-file-iso:before {
    content: "\eca8";
}

.icon-file-iso2:before {
    content: "\eca9";
}

.icon-file-rar:before {
    content: "\ecaa";
}

.icon-file-rar2:before {
    content: "\ecab";
}

.icon-file-gif:before {
    content: "\ecac";
}

.icon-file-gif2:before {
    content: "\ecad";
}

.icon-document-file-numbers:before {
    content: "\ecae";
}

.icon-document-file-numbers2:before {
    content: "\ecaf";
}

.icon-document-file-pages:before {
    content: "\ecb0";
}

.icon-document-file-pages2:before {
    content: "\ecb1";
}

.icon-document-file-app:before {
    content: "\ecb2";
}

.icon-document-file-app2:before {
    content: "\ecb3";
}

.icon-document-file-png:before {
    content: "\ecb4";
}

.icon-document-file-png2:before {
    content: "\ecb5";
}

.icon-document-file-pdf:before {
    content: "\ecb6";
}

.icon-document-file-pdf2:before {
    content: "\ecb7";
}

.icon-document-file-mp3:before {
    content: "\ecb8";
}

.icon-document-file-mp32:before {
    content: "\ecb9";
}

.icon-document-file-mp4:before {
    content: "\ecba";
}

.icon-document-file-mp42:before {
    content: "\ecbb";
}

.icon-document-file-mov:before {
    content: "\ecbc";
}

.icon-document-file-mov2:before {
    content: "\ecbd";
}

.icon-document-file-jpg:before {
    content: "\ecbe";
}

.icon-document-file-jpg2:before {
    content: "\ecbf";
}

.icon-document-file-key:before {
    content: "\ecc0";
}

.icon-document-file-key2:before {
    content: "\ecc1";
}

.icon-document-file-html:before {
    content: "\ecc2";
}

.icon-document-file-html2:before {
    content: "\ecc3";
}

.icon-document-file-css:before {
    content: "\ecc4";
}

.icon-document-file-css2:before {
    content: "\ecc5";
}

.icon-document-file-java:before {
    content: "\ecc6";
}

.icon-document-file-java2:before {
    content: "\ecc7";
}

.icon-document-file-psd:before {
    content: "\ecc8";
}

.icon-document-file-psd2:before {
    content: "\ecc9";
}

.icon-document-file-ai:before {
    content: "\ecca";
}

.icon-document-file-ai2:before {
    content: "\eccb";
}

.icon-document-file-bmp:before {
    content: "\eccc";
}

.icon-document-file-bmp2:before {
    content: "\eccd";
}

.icon-document-file-dwg:before {
    content: "\ecce";
}

.icon-document-file-dwg2:before {
    content: "\eccf";
}

.icon-document-file-eps:before {
    content: "\ecd0";
}

.icon-document-file-eps2:before {
    content: "\ecd1";
}

.icon-document-file-tiff:before {
    content: "\ecd2";
}

.icon-document-file-tiff2:before {
    content: "\ecd3";
}

.icon-document-file-ots:before {
    content: "\ecd4";
}

.icon-document-file-ots2:before {
    content: "\ecd5";
}

.icon-document-file-php:before {
    content: "\ecd6";
}

.icon-document-file-php2:before {
    content: "\ecd7";
}

.icon-document-file-py:before {
    content: "\ecd8";
}

.icon-document-file-py2:before {
    content: "\ecd9";
}

.icon-document-file-c:before {
    content: "\ecda";
}

.icon-document-file-c2:before {
    content: "\ecdb";
}

.icon-document-file-sql:before {
    content: "\ecdc";
}

.icon-document-file-sql2:before {
    content: "\ecdd";
}

.icon-document-file-rb:before {
    content: "\ecde";
}

.icon-document-file-rb2:before {
    content: "\ecdf";
}

.icon-document-file-cpp:before {
    content: "\ece0";
}

.icon-document-file-cpp2:before {
    content: "\ece1";
}

.icon-document-file-tga:before {
    content: "\ece2";
}

.icon-document-file-tga2:before {
    content: "\ece3";
}

.icon-document-file-dxf:before {
    content: "\ece4";
}

.icon-document-file-dxf2:before {
    content: "\ece5";
}

.icon-document-file-doc:before {
    content: "\ece6";
}

.icon-document-file-doc2:before {
    content: "\ece7";
}

.icon-document-file-odt:before {
    content: "\ece8";
}

.icon-document-file-odt2:before {
    content: "\ece9";
}

.icon-document-file-xls:before {
    content: "\ecea";
}

.icon-document-file-xls2:before {
    content: "\eceb";
}

.icon-document-file-docx:before {
    content: "\ecec";
}

.icon-document-file-docx2:before {
    content: "\eced";
}

.icon-document-file-ppt:before {
    content: "\ecee";
}

.icon-document-file-ppt2:before {
    content: "\ecef";
}

.icon-document-file-asp:before {
    content: "\ecf0";
}

.icon-document-file-asp2:before {
    content: "\ecf1";
}

.icon-document-file-ics:before {
    content: "\ecf2";
}

.icon-document-file-ics2:before {
    content: "\ecf3";
}

.icon-document-file-dat:before {
    content: "\ecf4";
}

.icon-document-file-dat2:before {
    content: "\ecf5";
}

.icon-document-file-xml:before {
    content: "\ecf6";
}

.icon-document-file-xml2:before {
    content: "\ecf7";
}

.icon-document-file-yml:before {
    content: "\ecf8";
}

.icon-document-file-yml2:before {
    content: "\ecf9";
}

.icon-document-file-h:before {
    content: "\ecfa";
}

.icon-document-file-h2:before {
    content: "\ecfb";
}

.icon-document-file-exe:before {
    content: "\ecfc";
}

.icon-document-file-exe2:before {
    content: "\ecfd";
}

.icon-document-file-avi:before {
    content: "\ecfe";
}

.icon-document-file-avi2:before {
    content: "\ecff";
}

.icon-document-file-odp:before {
    content: "\ed00";
}

.icon-document-file-odp2:before {
    content: "\ed01";
}

.icon-document-file-dotx:before {
    content: "\ed02";
}

.icon-document-file-dotx2:before {
    content: "\ed03";
}

.icon-document-file-xlsx:before {
    content: "\ed04";
}

.icon-document-file-xlsx2:before {
    content: "\ed05";
}

.icon-document-file-ods:before {
    content: "\ed06";
}

.icon-document-file-ods2:before {
    content: "\ed07";
}

.icon-document-file-pps:before {
    content: "\ed08";
}

.icon-document-file-pps2:before {
    content: "\ed09";
}

.icon-document-file-dot:before {
    content: "\ed0a";
}

.icon-document-file-dot2:before {
    content: "\ed0b";
}

.icon-document-file-txt:before {
    content: "\ed0c";
}

.icon-document-file-txt2:before {
    content: "\ed0d";
}

.icon-document-file-rtf:before {
    content: "\ed0e";
}

.icon-document-file-rtf2:before {
    content: "\ed0f";
}

.icon-document-file-m4v:before {
    content: "\ed10";
}

.icon-document-file-m4v2:before {
    content: "\ed11";
}

.icon-document-file-flv:before {
    content: "\ed12";
}

.icon-document-file-flv2:before {
    content: "\ed13";
}

.icon-document-file-mpg:before {
    content: "\ed14";
}

.icon-document-file-mpg2:before {
    content: "\ed15";
}

.icon-document-file-qt:before {
    content: "\ed16";
}

.icon-document-file-qt2:before {
    content: "\ed17";
}

.icon-document-file-mid:before {
    content: "\ed18";
}

.icon-document-file-mid2:before {
    content: "\ed19";
}

.icon-document-file-3gp:before {
    content: "\ed1a";
}

.icon-document-file-3gp2:before {
    content: "\ed1b";
}

.icon-document-file-aiff:before {
    content: "\ed1c";
}

.icon-document-file-aiff2:before {
    content: "\ed1d";
}

.icon-document-file-aac:before {
    content: "\ed1e";
}

.icon-document-file-aac2:before {
    content: "\ed1f";
}

.icon-document-file-wav:before {
    content: "\ed20";
}

.icon-document-file-wav2:before {
    content: "\ed21";
}

.icon-document-file-zip:before {
    content: "\ed22";
}

.icon-document-file-zip2:before {
    content: "\ed23";
}

.icon-document-file-ott:before {
    content: "\ed24";
}

.icon-document-file-ott2:before {
    content: "\ed25";
}

.icon-document-file-tgz:before {
    content: "\ed26";
}

.icon-document-file-tgz2:before {
    content: "\ed27";
}

.icon-document-file-dmg:before {
    content: "\ed28";
}

.icon-document-file-dmg2:before {
    content: "\ed29";
}

.icon-document-file-iso:before {
    content: "\ed2a";
}

.icon-document-file-iso2:before {
    content: "\ed2b";
}

.icon-document-file-rar:before {
    content: "\ed2c";
}

.icon-document-file-rar2:before {
    content: "\ed2d";
}

.icon-document-file-gif:before {
    content: "\ed2e";
}

.icon-document-file-gif2:before {
    content: "\ed2f";
}

.icon-asterisk:before {
    content: "\f069";
}

.icon-plus:before {
    content: "\f067";
}

.icon-question:before {
    content: "\f128";
}

.icon-minus:before {
    content: "\f068";
}

.icon-glass:before {
    content: "\f000";
}

.icon-music:before {
    content: "\f001";
}

.icon-search:before {
    content: "\f002";
}

.icon-envelope-o:before {
    content: "\f003";
}

.icon-heart:before {
    content: "\f004";
}

.icon-star:before {
    content: "\f005";
}

.icon-star-o:before {
    content: "\f006";
}

.icon-user:before {
    content: "\f007";
}

.icon-film:before {
    content: "\f008";
}

.icon-th-large:before {
    content: "\f009";
}

.icon-th:before {
    content: "\f00a";
}

.icon-th-list:before {
    content: "\f00b";
}

.icon-check:before {
    content: "\f00c";
}

.icon-close:before {
    content: "\f00d";
}

.icon-remove:before {
    content: "\f00d";
}

.icon-times:before {
    content: "\f00d";
}

.icon-search-plus:before {
    content: "\f00e";
}

.icon-search-minus:before {
    content: "\f010";
}

.icon-power-off:before {
    content: "\f011";
}

.icon-signal:before {
    content: "\f012";
}

.icon-cog:before {
    content: "\f013";
}

.icon-gear:before {
    content: "\f013";
}

.icon-trash-o:before {
    content: "\f014";
}

.icon-home:before {
    content: "\f015";
}

.icon-file-o:before {
    content: "\f016";
}

.icon-clock-o:before {
    content: "\f017";
}

.icon-road:before {
    content: "\f018";
}

.icon-download:before {
    content: "\f019";
}

.icon-arrow-circle-o-down:before {
    content: "\f01a";
}

.icon-arrow-circle-o-up:before {
    content: "\f01b";
}

.icon-inbox:before {
    content: "\f01c";
}

.icon-play-circle-o:before {
    content: "\f01d";
}

.icon-repeat:before {
    content: "\f01e";
}

.icon-rotate-right:before {
    content: "\f01e";
}

.icon-refresh:before {
    content: "\f021";
}

.icon-list-alt:before {
    content: "\f022";
}

.icon-lock:before {
    content: "\f023";
}

.icon-flag:before {
    content: "\f024";
}

.icon-headphones:before {
    content: "\f025";
}

.icon-volume-off:before {
    content: "\f026";
}

.icon-volume-down:before {
    content: "\f027";
}

.icon-volume-up:before {
    content: "\f028";
}

.icon-qrcode:before {
    content: "\f029";
}

.icon-barcode:before {
    content: "\f02a";
}

.icon-tag:before {
    content: "\f02b";
}

.icon-tags:before {
    content: "\f02c";
}

.icon-book:before {
    content: "\f02d";
}

.icon-bookmark:before {
    content: "\f02e";
}

.icon-print:before {
    content: "\f02f";
}

.icon-camera:before {
    content: "\f030";
}

.icon-font:before {
    content: "\f031";
}

.icon-bold:before {
    content: "\f032";
}

.icon-italic:before {
    content: "\f033";
}

.icon-text-height:before {
    content: "\f034";
}

.icon-text-width:before {
    content: "\f035";
}

.icon-align-left:before {
    content: "\f036";
}

.icon-align-center:before {
    content: "\f037";
}

.icon-align-right:before {
    content: "\f038";
}

.icon-align-justify:before {
    content: "\f039";
}

.icon-list2:before {
    content: "\f03a";
}

.icon-dedent:before {
    content: "\f03b";
}

.icon-outdent:before {
    content: "\f03b";
}

.icon-indent:before {
    content: "\f03c";
}

.icon-video-camera:before {
    content: "\f03d";
}

.icon-image:before {
    content: "\f03e";
}

.icon-photo:before {
    content: "\f03e";
}

.icon-picture-o:before {
    content: "\f03e";
}

.icon-pencil:before {
    content: "\f040";
}

.icon-map-marker:before {
    content: "\f041";
}

.icon-adjust:before {
    content: "\f042";
}

.icon-tint:before {
    content: "\f043";
}

.icon-edit:before {
    content: "\f044";
}

.icon-pencil-square-o:before {
    content: "\f044";
}

.icon-share-square-o:before {
    content: "\f045";
}

.icon-check-square-o:before {
    content: "\f046";
}

.icon-arrows:before {
    content: "\f047";
}

.icon-step-backward:before {
    content: "\f048";
}

.icon-fast-backward:before {
    content: "\f049";
}

.icon-backward:before {
    content: "\f04a";
}

.icon-play:before {
    content: "\f04b";
}

.icon-pause:before {
    content: "\f04c";
}

.icon-stop:before {
    content: "\f04d";
}

.icon-forward:before {
    content: "\f04e";
}

.icon-fast-forward:before {
    content: "\f050";
}

.icon-step-forward:before {
    content: "\f051";
}

.icon-eject:before {
    content: "\f052";
}

.icon-chevron-left:before {
    content: "\f053";
}

.icon-chevron-right:before {
    content: "\f054";
}

.icon-plus-circle:before {
    content: "\f055";
}

.icon-minus-circle:before {
    content: "\f056";
}

.icon-times-circle:before {
    content: "\f057";
}

.icon-check-circle:before {
    content: "\f058";
}

.icon-question-circle:before {
    content: "\f059";
}

.icon-info-circle:before {
    content: "\f05a";
}

.icon-crosshairs:before {
    content: "\f05b";
}

.icon-times-circle-o:before {
    content: "\f05c";
}

.icon-check-circle-o:before {
    content: "\f05d";
}

.icon-ban:before {
    content: "\f05e";
}

.icon-arrow-left:before {
    content: "\f060";
}

.icon-arrow-right:before {
    content: "\f061";
}

.icon-arrow-up:before {
    content: "\f062";
}

.icon-arrow-down:before {
    content: "\f063";
}

.icon-mail-forward:before {
    content: "\f064";
}

.icon-share:before {
    content: "\f064";
}

.icon-expand:before {
    content: "\f065";
}

.icon-compress:before {
    content: "\f066";
}

.icon-exclamation-circle:before {
    content: "\f06a";
}

.icon-gift:before {
    content: "\f06b";
}

.icon-leaf:before {
    content: "\f06c";
}

.icon-fire:before {
    content: "\f06d";
}

.icon-eye:before {
    content: "\f06e";
}

.icon-eye-slash:before {
    content: "\f070";
}

.icon-exclamation-triangle:before {
    content: "\f071";
}

.icon-warning:before {
    content: "\f071";
}

.icon-plane:before {
    content: "\f072";
}

.icon-calendar:before {
    content: "\f073";
}

.icon-random:before {
    content: "\f074";
}

.icon-comment:before {
    content: "\f075";
}

.icon-magnet:before {
    content: "\f076";
}

.icon-chevron-up:before {
    content: "\f077";
}

.icon-chevron-down:before {
    content: "\f078";
}

.icon-retweet:before {
    content: "\f079";
}

.icon-shopping-cart:before {
    content: "\f07a";
}

.icon-folder2:before {
    content: "\f07b";
}

.icon-folder-open:before {
    content: "\f07c";
}

.icon-arrows-v:before {
    content: "\f07d";
}

.icon-arrows-h:before {
    content: "\f07e";
}

.icon-bar-chart:before {
    content: "\f080";
}

.icon-bar-chart-o:before {
    content: "\f080";
}

.icon-twitter-square:before {
    content: "\f081";
}

.icon-facebook-square:before {
    content: "\f082";
}

.icon-camera-retro:before {
    content: "\f083";
}

.icon-key2:before {
    content: "\f084";
}

.icon-cogs:before {
    content: "\f085";
}

.icon-gears:before {
    content: "\f085";
}

.icon-comments:before {
    content: "\f086";
}

.icon-thumbs-o-up:before {
    content: "\f087";
}

.icon-thumbs-o-down:before {
    content: "\f088";
}

.icon-star-half:before {
    content: "\f089";
}

.icon-heart-o:before {
    content: "\f08a";
}

.icon-sign-out:before {
    content: "\f08b";
}

.icon-linkedin-square:before {
    content: "\f08c";
}

.icon-thumb-tack:before {
    content: "\f08d";
}

.icon-external-link:before {
    content: "\f08e";
}

.icon-sign-in:before {
    content: "\f090";
}

.icon-trophy2:before {
    content: "\f091";
}

.icon-github-square:before {
    content: "\f092";
}

.icon-upload:before {
    content: "\f093";
}

.icon-lemon-o:before {
    content: "\f094";
}

.icon-phone:before {
    content: "\f095";
}

.icon-square-o:before {
    content: "\f096";
}

.icon-bookmark-o:before {
    content: "\f097";
}

.icon-phone-square:before {
    content: "\f098";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-facebook-f:before {
    content: "\f09a";
}

.icon-github:before {
    content: "\f09b";
}

.icon-unlock:before {
    content: "\f09c";
}

.icon-credit-card:before {
    content: "\f09d";
}

.icon-feed:before {
    content: "\f09e";
}

.icon-rss:before {
    content: "\f09e";
}

.icon-hdd-o:before {
    content: "\f0a0";
}

.icon-bullhorn:before {
    content: "\f0a1";
}

.icon-bell-o:before {
    content: "\f0a2";
}

.icon-certificate:before {
    content: "\f0a3";
}

.icon-hand-o-right:before {
    content: "\f0a4";
}

.icon-hand-o-left:before {
    content: "\f0a5";
}

.icon-hand-o-up:before {
    content: "\f0a6";
}

.icon-hand-o-down:before {
    content: "\f0a7";
}

.icon-arrow-circle-left:before {
    content: "\f0a8";
}

.icon-arrow-circle-right:before {
    content: "\f0a9";
}

.icon-arrow-circle-up:before {
    content: "\f0aa";
}

.icon-arrow-circle-down:before {
    content: "\f0ab";
}

.icon-globe:before {
    content: "\f0ac";
}

.icon-wrench:before {
    content: "\f0ad";
}

.icon-tasks:before {
    content: "\f0ae";
}

.icon-filter:before {
    content: "\f0b0";
}

.icon-briefcase2:before {
    content: "\f0b1";
}

.icon-arrows-alt:before {
    content: "\f0b2";
}

.icon-group:before {
    content: "\f0c0";
}

.icon-users:before {
    content: "\f0c0";
}

.icon-chain:before {
    content: "\f0c1";
}

.icon-link:before {
    content: "\f0c1";
}

.icon-cloud:before {
    content: "\f0c2";
}

.icon-flask:before {
    content: "\f0c3";
}

.icon-cut:before {
    content: "\f0c4";
}

.icon-scissors:before {
    content: "\f0c4";
}

.icon-copy:before {
    content: "\f0c5";
}

.icon-files-o:before {
    content: "\f0c5";
}

.icon-paperclip:before {
    content: "\f0c6";
}

.icon-floppy-o:before {
    content: "\f0c7";
}

.icon-save:before {
    content: "\f0c7";
}

.icon-square:before {
    content: "\f0c8";
}

.icon-bars:before {
    content: "\f0c9";
}

.icon-navicon:before {
    content: "\f0c9";
}

.icon-reorder:before {
    content: "\f0c9";
}

.icon-list-ul:before {
    content: "\f0ca";
}

.icon-list-ol:before {
    content: "\f0cb";
}

.icon-strikethrough:before {
    content: "\f0cc";
}

.icon-underline:before {
    content: "\f0cd";
}

.icon-table:before {
    content: "\f0ce";
}

.icon-magic:before {
    content: "\f0d0";
}

.icon-truck:before {
    content: "\f0d1";
}

.icon-pinterest:before {
    content: "\f0d2";
}

.icon-pinterest-square:before {
    content: "\f0d3";
}

.icon-google-plus-square:before {
    content: "\f0d4";
}

.icon-google-plus:before {
    content: "\f0d5";
}

.icon-money:before {
    content: "\f0d6";
}

.icon-caret-down:before {
    content: "\f0d7";
}

.icon-caret-up:before {
    content: "\f0d8";
}

.icon-caret-left:before {
    content: "\f0d9";
}

.icon-caret-right:before {
    content: "\f0da";
}

.icon-columns:before {
    content: "\f0db";
}

.icon-sort:before {
    content: "\f0dc";
}

.icon-unsorted:before {
    content: "\f0dc";
}

.icon-sort-desc:before {
    content: "\f0dd";
}

.icon-sort-down:before {
    content: "\f0dd";
}

.icon-sort-asc:before {
    content: "\f0de";
}

.icon-sort-up:before {
    content: "\f0de";
}

.icon-envelope:before {
    content: "\f0e0";
}

.icon-linkedin:before {
    content: "\f0e1";
}

.icon-rotate-left:before {
    content: "\f0e2";
}

.icon-undo:before {
    content: "\f0e2";
}

.icon-gavel:before {
    content: "\f0e3";
}

.icon-legal:before {
    content: "\f0e3";
}

.icon-dashboard:before {
    content: "\f0e4";
}

.icon-tachometer:before {
    content: "\f0e4";
}

.icon-comment-o:before {
    content: "\f0e5";
}

.icon-comments-o:before {
    content: "\f0e6";
}

.icon-bolt:before {
    content: "\f0e7";
}

.icon-flash:before {
    content: "\f0e7";
}

.icon-sitemap:before {
    content: "\f0e8";
}

.icon-umbrella:before {
    content: "\f0e9";
}

.icon-clipboard:before {
    content: "\f0ea";
}

.icon-paste:before {
    content: "\f0ea";
}

.icon-lightbulb-o:before {
    content: "\f0eb";
}

.icon-exchange:before {
    content: "\f0ec";
}

.icon-cloud-download:before {
    content: "\f0ed";
}

.icon-cloud-upload:before {
    content: "\f0ee";
}

.icon-user-md:before {
    content: "\f0f0";
}

.icon-stethoscope:before {
    content: "\f0f1";
}

.icon-suitcase:before {
    content: "\f0f2";
}

.icon-bell:before {
    content: "\f0f3";
}

.icon-coffee:before {
    content: "\f0f4";
}

.icon-cutlery:before {
    content: "\f0f5";
}

.icon-file-text-o:before {
    content: "\f0f6";
}

.icon-building-o:before {
    content: "\f0f7";
}

.icon-hospital-o:before {
    content: "\f0f8";
}

.icon-ambulance:before {
    content: "\f0f9";
}

.icon-medkit:before {
    content: "\f0fa";
}

.icon-fighter-jet:before {
    content: "\f0fb";
}

.icon-beer:before {
    content: "\f0fc";
}

.icon-h-square:before {
    content: "\f0fd";
}

.icon-plus-square:before {
    content: "\f0fe";
}

.icon-angle-double-left:before {
    content: "\f100";
}

.icon-angle-double-right:before {
    content: "\f101";
}

.icon-angle-double-up:before {
    content: "\f102";
}

.icon-angle-double-down:before {
    content: "\f103";
}

.icon-angle-left:before {
    content: "\f104";
}

.icon-angle-right:before {
    content: "\f105";
}

.icon-angle-up:before {
    content: "\f106";
}

.icon-angle-down:before {
    content: "\f107";
}

.icon-desktop:before {
    content: "\f108";
}

.icon-laptop:before {
    content: "\f109";
}

.icon-tablet:before {
    content: "\f10a";
}

.icon-mobile:before {
    content: "\f10b";
}

.icon-mobile-phone:before {
    content: "\f10b";
}

.icon-circle-o:before {
    content: "\f10c";
}

.icon-quote-left:before {
    content: "\f10d";
}

.icon-quote-right:before {
    content: "\f10e";
}

.icon-spinner:before {
    content: "\f110";
}

.icon-circle:before {
    content: "\f111";
}

.icon-mail-reply:before {
    content: "\f112";
}

.icon-reply:before {
    content: "\f112";
}

.icon-github-alt:before {
    content: "\f113";
}

.icon-folder-o:before {
    content: "\f114";
}

.icon-folder-open-o:before {
    content: "\f115";
}

.icon-smile-o:before {
    content: "\f118";
}

.icon-frown-o:before {
    content: "\f119";
}

.icon-meh-o:before {
    content: "\f11a";
}

.icon-gamepad:before {
    content: "\f11b";
}

.icon-keyboard-o:before {
    content: "\f11c";
}

.icon-flag-o:before {
    content: "\f11d";
}

.icon-flag-checkered:before {
    content: "\f11e";
}

.icon-terminal:before {
    content: "\f120";
}

.icon-code:before {
    content: "\f121";
}

.icon-mail-reply-all:before {
    content: "\f122";
}

.icon-reply-all:before {
    content: "\f122";
}

.icon-star-half-empty:before {
    content: "\f123";
}

.icon-star-half-full:before {
    content: "\f123";
}

.icon-star-half-o:before {
    content: "\f123";
}

.icon-location-arrow:before {
    content: "\f124";
}

.icon-crop:before {
    content: "\f125";
}

.icon-code-fork:before {
    content: "\f126";
}

.icon-chain-broken:before {
    content: "\f127";
}

.icon-unlink:before {
    content: "\f127";
}

.icon-info:before {
    content: "\f129";
}

.icon-exclamation:before {
    content: "\f12a";
}

.icon-superscript:before {
    content: "\f12b";
}

.icon-subscript:before {
    content: "\f12c";
}

.icon-eraser:before {
    content: "\f12d";
}

.icon-puzzle-piece:before {
    content: "\f12e";
}

.icon-microphone:before {
    content: "\f130";
}

.icon-microphone-slash:before {
    content: "\f131";
}

.icon-shield:before {
    content: "\f132";
}

.icon-calendar-o:before {
    content: "\f133";
}

.icon-fire-extinguisher:before {
    content: "\f134";
}

.icon-rocket:before {
    content: "\f135";
}

.icon-maxcdn:before {
    content: "\f136";
}

.icon-chevron-circle-left:before {
    content: "\f137";
}

.icon-chevron-circle-right:before {
    content: "\f138";
}

.icon-chevron-circle-up:before {
    content: "\f139";
}

.icon-chevron-circle-down:before {
    content: "\f13a";
}

.icon-html5:before {
    content: "\f13b";
}

.icon-css3:before {
    content: "\f13c";
}

.icon-anchor:before {
    content: "\f13d";
}

.icon-unlock-alt:before {
    content: "\f13e";
}

.icon-bullseye:before {
    content: "\f140";
}

.icon-ellipsis-h:before {
    content: "\f141";
}

.icon-ellipsis-v:before {
    content: "\f142";
}

.icon-rss-square:before {
    content: "\f143";
}

.icon-play-circle:before {
    content: "\f144";
}

.icon-ticket:before {
    content: "\f145";
}

.icon-minus-square:before {
    content: "\f146";
}

.icon-minus-square-o:before {
    content: "\f147";
}

.icon-level-up:before {
    content: "\f148";
}

.icon-level-down:before {
    content: "\f149";
}

.icon-check-square:before {
    content: "\f14a";
}

.icon-pencil-square:before {
    content: "\f14b";
}

.icon-external-link-square:before {
    content: "\f14c";
}

.icon-share-square:before {
    content: "\f14d";
}

.icon-compass:before {
    content: "\f14e";
}

.icon-caret-square-o-down:before {
    content: "\f150";
}

.icon-toggle-down:before {
    content: "\f150";
}

.icon-caret-square-o-up:before {
    content: "\f151";
}

.icon-toggle-up:before {
    content: "\f151";
}

.icon-caret-square-o-right:before {
    content: "\f152";
}

.icon-toggle-right:before {
    content: "\f152";
}

.icon-eur:before {
    content: "\f153";
}

.icon-euro:before {
    content: "\f153";
}

.icon-gbp:before {
    content: "\f154";
}

.icon-dollar:before {
    content: "\f155";
}

.icon-usd:before {
    content: "\f155";
}

.icon-inr:before {
    content: "\f156";
}

.icon-rupee:before {
    content: "\f156";
}

.icon-cny:before {
    content: "\f157";
}

.icon-jpy:before {
    content: "\f157";
}

.icon-rmb:before {
    content: "\f157";
}

.icon-yen:before {
    content: "\f157";
}

.icon-rouble:before {
    content: "\f158";
}

.icon-rub:before {
    content: "\f158";
}

.icon-ruble:before {
    content: "\f158";
}

.icon-krw:before {
    content: "\f159";
}

.icon-won:before {
    content: "\f159";
}

.icon-bitcoin:before {
    content: "\f15a";
}

.icon-btc:before {
    content: "\f15a";
}

.icon-file:before {
    content: "\f15b";
}

.icon-file-text:before {
    content: "\f15c";
}

.icon-sort-alpha-asc:before {
    content: "\f15d";
}

.icon-sort-alpha-desc:before {
    content: "\f15e";
}

.icon-sort-amount-asc:before {
    content: "\f160";
}

.icon-sort-amount-desc:before {
    content: "\f161";
}

.icon-sort-numeric-asc:before {
    content: "\f162";
}

.icon-sort-numeric-desc:before {
    content: "\f163";
}

.icon-thumbs-up:before {
    content: "\f164";
}

.icon-thumbs-down:before {
    content: "\f165";
}

.icon-youtube-square:before {
    content: "\f166";
}

.icon-youtube:before {
    content: "\f167";
}

.icon-xing:before {
    content: "\f168";
}

.icon-xing-square:before {
    content: "\f169";
}

.icon-youtube-play:before {
    content: "\f16a";
}

.icon-dropbox:before {
    content: "\f16b";
}

.icon-stack-overflow:before {
    content: "\f16c";
}

.icon-instagram:before {
    content: "\f16d";
}

.icon-flickr:before {
    content: "\f16e";
}

.icon-adn:before {
    content: "\f170";
}

.icon-bitbucket:before {
    content: "\f171";
}

.icon-bitbucket-square:before {
    content: "\f172";
}

.icon-tumblr:before {
    content: "\f173";
}

.icon-tumblr-square:before {
    content: "\f174";
}

.icon-long-arrow-down:before {
    content: "\f175";
}

.icon-long-arrow-up:before {
    content: "\f176";
}

.icon-long-arrow-left:before {
    content: "\f177";
}

.icon-long-arrow-right:before {
    content: "\f178";
}

.icon-apple:before {
    content: "\f179";
}

.icon-windows:before {
    content: "\f17a";
}

.icon-android:before {
    content: "\f17b";
}

.icon-linux:before {
    content: "\f17c";
}

.icon-dribbble:before {
    content: "\f17d";
}

.icon-skype:before {
    content: "\f17e";
}

.icon-foursquare:before {
    content: "\f180";
}

.icon-trello:before {
    content: "\f181";
}

.icon-female:before {
    content: "\f182";
}

.icon-male:before {
    content: "\f183";
}

.icon-gittip:before {
    content: "\f184";
}

.icon-gratipay:before {
    content: "\f184";
}

.icon-sun-o:before {
    content: "\f185";
}

.icon-moon-o:before {
    content: "\f186";
}

.icon-archive:before {
    content: "\f187";
}

.icon-bug:before {
    content: "\f188";
}

.icon-vk:before {
    content: "\f189";
}

.icon-weibo:before {
    content: "\f18a";
}

.icon-renren:before {
    content: "\f18b";
}

.icon-pagelines:before {
    content: "\f18c";
}

.icon-stack-exchange:before {
    content: "\f18d";
}

.icon-arrow-circle-o-right:before {
    content: "\f18e";
}

.icon-arrow-circle-o-left:before {
    content: "\f190";
}

.icon-caret-square-o-left:before {
    content: "\f191";
}

.icon-toggle-left:before {
    content: "\f191";
}

.icon-dot-circle-o:before {
    content: "\f192";
}

.icon-wheelchair:before {
    content: "\f193";
}

.icon-vimeo-square:before {
    content: "\f194";
}

.icon-try:before {
    content: "\f195";
}

.icon-turkish-lira:before {
    content: "\f195";
}

.icon-plus-square-o:before {
    content: "\f196";
}

.icon-space-shuttle:before {
    content: "\f197";
}

.icon-slack:before {
    content: "\f198";
}

.icon-envelope-square:before {
    content: "\f199";
}

.icon-wordpress:before {
    content: "\f19a";
}

.icon-openid:before {
    content: "\f19b";
}

.icon-bank:before {
    content: "\f19c";
}

.icon-institution:before {
    content: "\f19c";
}

.icon-university:before {
    content: "\f19c";
}

.icon-graduation-cap:before {
    content: "\f19d";
}

.icon-mortar-board:before {
    content: "\f19d";
}

.icon-yahoo:before {
    content: "\f19e";
}

.icon-google:before {
    content: "\f1a0";
}

.icon-reddit:before {
    content: "\f1a1";
}

.icon-reddit-square:before {
    content: "\f1a2";
}

.icon-stumbleupon-circle:before {
    content: "\f1a3";
}

.icon-stumbleupon:before {
    content: "\f1a4";
}

.icon-delicious:before {
    content: "\f1a5";
}

.icon-digg:before {
    content: "\f1a6";
}

.icon-pied-piper-pp:before {
    content: "\f1a7";
}

.icon-pied-piper-alt:before {
    content: "\f1a8";
}

.icon-drupal:before {
    content: "\f1a9";
}

.icon-joomla:before {
    content: "\f1aa";
}

.icon-language:before {
    content: "\f1ab";
}

.icon-fax:before {
    content: "\f1ac";
}

.icon-building2:before {
    content: "\f1ad";
}

.icon-child:before {
    content: "\f1ae";
}

.icon-paw:before {
    content: "\f1b0";
}

.icon-spoon:before {
    content: "\f1b1";
}

.icon-cube:before {
    content: "\f1b2";
}

.icon-cubes:before {
    content: "\f1b3";
}

.icon-behance:before {
    content: "\f1b4";
}

.icon-behance-square:before {
    content: "\f1b5";
}

.icon-steam:before {
    content: "\f1b6";
}

.icon-steam-square:before {
    content: "\f1b7";
}

.icon-recycle:before {
    content: "\f1b8";
}

.icon-automobile:before {
    content: "\f1b9";
}

.icon-car:before {
    content: "\f1b9";
}

.icon-cab:before {
    content: "\f1ba";
}

.icon-taxi:before {
    content: "\f1ba";
}

.icon-tree:before {
    content: "\f1bb";
}

.icon-spotify:before {
    content: "\f1bc";
}

.icon-deviantart:before {
    content: "\f1bd";
}

.icon-soundcloud:before {
    content: "\f1be";
}

.icon-database:before {
    content: "\f1c0";
}

.icon-file-pdf-o:before {
    content: "\f1c1";
}

.icon-file-word-o:before {
    content: "\f1c2";
}

.icon-file-excel-o:before {
    content: "\f1c3";
}

.icon-file-powerpoint-o:before {
    content: "\f1c4";
}

.icon-file-image-o:before {
    content: "\f1c5";
}

.icon-file-photo-o:before {
    content: "\f1c5";
}

.icon-file-picture-o:before {
    content: "\f1c5";
}

.icon-file-archive-o:before {
    content: "\f1c6";
}

.icon-file-zip-o:before {
    content: "\f1c6";
}

.icon-file-audio-o:before {
    content: "\f1c7";
}

.icon-file-sound-o:before {
    content: "\f1c7";
}

.icon-file-movie-o:before {
    content: "\f1c8";
}

.icon-file-video-o:before {
    content: "\f1c8";
}

.icon-file-code-o:before {
    content: "\f1c9";
}

.icon-vine:before {
    content: "\f1ca";
}

.icon-codepen:before {
    content: "\f1cb";
}

.icon-jsfiddle:before {
    content: "\f1cc";
}

.icon-life-bouy:before {
    content: "\f1cd";
}

.icon-life-buoy:before {
    content: "\f1cd";
}

.icon-life-ring:before {
    content: "\f1cd";
}

.icon-life-saver:before {
    content: "\f1cd";
}

.icon-support:before {
    content: "\f1cd";
}

.icon-circle-o-notch:before {
    content: "\f1ce";
}

.icon-ra:before {
    content: "\f1d0";
}

.icon-rebel:before {
    content: "\f1d0";
}

.icon-resistance:before {
    content: "\f1d0";
}

.icon-empire:before {
    content: "\f1d1";
}

.icon-ge:before {
    content: "\f1d1";
}

.icon-git-square:before {
    content: "\f1d2";
}

.icon-git:before {
    content: "\f1d3";
}

.icon-hacker-news:before {
    content: "\f1d4";
}

.icon-y-combinator-square:before {
    content: "\f1d4";
}

.icon-yc-square:before {
    content: "\f1d4";
}

.icon-tencent-weibo:before {
    content: "\f1d5";
}

.icon-qq:before {
    content: "\f1d6";
}

.icon-wechat:before {
    content: "\f1d7";
}

.icon-weixin:before {
    content: "\f1d7";
}

.icon-paper-plane:before {
    content: "\f1d8";
}

.icon-send:before {
    content: "\f1d8";
}

.icon-paper-plane-o:before {
    content: "\f1d9";
}

.icon-send-o:before {
    content: "\f1d9";
}

.icon-history:before {
    content: "\f1da";
}

.icon-circle-thin:before {
    content: "\f1db";
}

.icon-header:before {
    content: "\f1dc";
}

.icon-paragraph:before {
    content: "\f1dd";
}

.icon-sliders:before {
    content: "\f1de";
}

.icon-share-alt:before {
    content: "\f1e0";
}

.icon-share-alt-square:before {
    content: "\f1e1";
}

.icon-bomb:before {
    content: "\f1e2";
}

.icon-futbol-o:before {
    content: "\f1e3";
}

.icon-soccer-ball-o:before {
    content: "\f1e3";
}

.icon-tty:before {
    content: "\f1e4";
}

.icon-binoculars:before {
    content: "\f1e5";
}

.icon-plug:before {
    content: "\f1e6";
}

.icon-slideshare:before {
    content: "\f1e7";
}

.icon-twitch:before {
    content: "\f1e8";
}

.icon-yelp:before {
    content: "\f1e9";
}

.icon-newspaper-o:before {
    content: "\f1ea";
}

.icon-wifi:before {
    content: "\f1eb";
}

.icon-calculator:before {
    content: "\f1ec";
}

.icon-paypal:before {
    content: "\f1ed";
}

.icon-google-wallet:before {
    content: "\f1ee";
}

.icon-cc-visa:before {
    content: "\f1f0";
}

.icon-cc-mastercard:before {
    content: "\f1f1";
}

.icon-cc-discover:before {
    content: "\f1f2";
}

.icon-cc-amex:before {
    content: "\f1f3";
}

.icon-cc-paypal:before {
    content: "\f1f4";
}

.icon-cc-stripe:before {
    content: "\f1f5";
}

.icon-bell-slash:before {
    content: "\f1f6";
}

.icon-bell-slash-o:before {
    content: "\f1f7";
}

.icon-trash:before {
    content: "\f1f8";
}

.icon-copyright:before {
    content: "\f1f9";
}

.icon-at:before {
    content: "\f1fa";
}

.icon-eyedropper:before {
    content: "\f1fb";
}

.icon-paint-brush:before {
    content: "\f1fc";
}

.icon-birthday-cake:before {
    content: "\f1fd";
}

.icon-area-chart:before {
    content: "\f1fe";
}

.icon-pie-chart:before {
    content: "\f200";
}

.icon-line-chart:before {
    content: "\f201";
}

.icon-lastfm:before {
    content: "\f202";
}

.icon-lastfm-square:before {
    content: "\f203";
}

.icon-toggle-off:before {
    content: "\f204";
}

.icon-toggle-on:before {
    content: "\f205";
}

.icon-bicycle:before {
    content: "\f206";
}

.icon-bus:before {
    content: "\f207";
}

.icon-ioxhost:before {
    content: "\f208";
}

.icon-angellist:before {
    content: "\f209";
}

.icon-cc:before {
    content: "\f20a";
}

.icon-ils:before {
    content: "\f20b";
}

.icon-shekel:before {
    content: "\f20b";
}

.icon-sheqel:before {
    content: "\f20b";
}

.icon-meanpath:before {
    content: "\f20c";
}

.icon-buysellads:before {
    content: "\f20d";
}

.icon-connectdevelop:before {
    content: "\f20e";
}

.icon-dashcube:before {
    content: "\f210";
}

.icon-forumbee:before {
    content: "\f211";
}

.icon-leanpub:before {
    content: "\f212";
}

.icon-sellsy:before {
    content: "\f213";
}

.icon-shirtsinbulk:before {
    content: "\f214";
}

.icon-simplybuilt:before {
    content: "\f215";
}

.icon-skyatlas:before {
    content: "\f216";
}

.icon-cart-plus:before {
    content: "\f217";
}

.icon-cart-arrow-down:before {
    content: "\f218";
}

.icon-diamond:before {
    content: "\f219";
}

.icon-ship:before {
    content: "\f21a";
}

.icon-user-secret:before {
    content: "\f21b";
}

.icon-motorcycle:before {
    content: "\f21c";
}

.icon-street-view:before {
    content: "\f21d";
}

.icon-heartbeat:before {
    content: "\f21e";
}

.icon-venus:before {
    content: "\f221";
}

.icon-mars:before {
    content: "\f222";
}

.icon-mercury:before {
    content: "\f223";
}

.icon-intersex:before {
    content: "\f224";
}

.icon-transgender:before {
    content: "\f224";
}

.icon-transgender-alt:before {
    content: "\f225";
}

.icon-venus-double:before {
    content: "\f226";
}

.icon-mars-double:before {
    content: "\f227";
}

.icon-venus-mars:before {
    content: "\f228";
}

.icon-mars-stroke:before {
    content: "\f229";
}

.icon-mars-stroke-v:before {
    content: "\f22a";
}

.icon-mars-stroke-h:before {
    content: "\f22b";
}

.icon-neuter:before {
    content: "\f22c";
}

.icon-genderless:before {
    content: "\f22d";
}

.icon-facebook-official:before {
    content: "\f230";
}

.icon-pinterest-p:before {
    content: "\f231";
}

.icon-whatsapp:before {
    content: "\f232";
}

.icon-server:before {
    content: "\f233";
}

.icon-user-plus:before {
    content: "\f234";
}

.icon-user-times:before {
    content: "\f235";
}

.icon-bed:before {
    content: "\f236";
}

.icon-hotel:before {
    content: "\f236";
}

.icon-viacoin:before {
    content: "\f237";
}

.icon-train:before {
    content: "\f238";
}

.icon-subway:before {
    content: "\f239";
}

.icon-medium:before {
    content: "\f23a";
}

.icon-y-combinator:before {
    content: "\f23b";
}

.icon-yc:before {
    content: "\f23b";
}

.icon-optin-monster:before {
    content: "\f23c";
}

.icon-opencart:before {
    content: "\f23d";
}

.icon-expeditedssl:before {
    content: "\f23e";
}

.icon-battery:before {
    content: "\f240";
}

.icon-battery-4:before {
    content: "\f240";
}

.icon-battery-full:before {
    content: "\f240";
}

.icon-battery-3:before {
    content: "\f241";
}

.icon-battery-three-quarters:before {
    content: "\f241";
}

.icon-battery-2:before {
    content: "\f242";
}

.icon-battery-half:before {
    content: "\f242";
}

.icon-battery-1:before {
    content: "\f243";
}

.icon-battery-quarter:before {
    content: "\f243";
}

.icon-battery-0:before {
    content: "\f244";
}

.icon-battery-empty:before {
    content: "\f244";
}

.icon-mouse-pointer:before {
    content: "\f245";
}

.icon-i-cursor:before {
    content: "\f246";
}

.icon-object-group:before {
    content: "\f247";
}

.icon-object-ungroup:before {
    content: "\f248";
}

.icon-sticky-note:before {
    content: "\f249";
}

.icon-sticky-note-o:before {
    content: "\f24a";
}

.icon-cc-jcb:before {
    content: "\f24b";
}

.icon-cc-diners-club:before {
    content: "\f24c";
}

.icon-clone:before {
    content: "\f24d";
}

.icon-balance-scale:before {
    content: "\f24e";
}

.icon-hourglass-o:before {
    content: "\f250";
}

.icon-hourglass-1:before {
    content: "\f251";
}

.icon-hourglass-start:before {
    content: "\f251";
}

.icon-hourglass-2:before {
    content: "\f252";
}

.icon-hourglass-half:before {
    content: "\f252";
}

.icon-hourglass-3:before {
    content: "\f253";
}

.icon-hourglass-end:before {
    content: "\f253";
}

.icon-hourglass:before {
    content: "\f254";
}

.icon-hand-grab-o:before {
    content: "\f255";
}

.icon-hand-rock-o:before {
    content: "\f255";
}

.icon-hand-paper-o:before {
    content: "\f256";
}

.icon-hand-stop-o:before {
    content: "\f256";
}

.icon-hand-scissors-o:before {
    content: "\f257";
}

.icon-hand-lizard-o:before {
    content: "\f258";
}

.icon-hand-spock-o:before {
    content: "\f259";
}

.icon-hand-pointer-o:before {
    content: "\f25a";
}

.icon-hand-peace-o:before {
    content: "\f25b";
}

.icon-trademark:before {
    content: "\f25c";
}

.icon-registered:before {
    content: "\f25d";
}

.icon-creative-commons:before {
    content: "\f25e";
}

.icon-gg:before {
    content: "\f260";
}

.icon-gg-circle:before {
    content: "\f261";
}

.icon-tripadvisor:before {
    content: "\f262";
}

.icon-odnoklassniki:before {
    content: "\f263";
}

.icon-odnoklassniki-square:before {
    content: "\f264";
}

.icon-get-pocket:before {
    content: "\f265";
}

.icon-wikipedia-w:before {
    content: "\f266";
}

.icon-safari:before {
    content: "\f267";
}

.icon-chrome:before {
    content: "\f268";
}

.icon-firefox:before {
    content: "\f269";
}

.icon-opera:before {
    content: "\f26a";
}

.icon-internet-explorer:before {
    content: "\f26b";
}

.icon-television:before {
    content: "\f26c";
}

.icon-tv:before {
    content: "\f26c";
}

.icon-contao:before {
    content: "\f26d";
}

.icon-500px:before {
    content: "\f26e";
}

.icon-amazon:before {
    content: "\f270";
}

.icon-calendar-plus-o:before {
    content: "\f271";
}

.icon-calendar-minus-o:before {
    content: "\f272";
}

.icon-calendar-times-o:before {
    content: "\f273";
}

.icon-calendar-check-o:before {
    content: "\f274";
}

.icon-industry:before {
    content: "\f275";
}

.icon-map-pin:before {
    content: "\f276";
}

.icon-map-signs:before {
    content: "\f277";
}

.icon-map-o:before {
    content: "\f278";
}

.icon-map:before {
    content: "\f279";
}

.icon-commenting:before {
    content: "\f27a";
}

.icon-commenting-o:before {
    content: "\f27b";
}

.icon-houzz:before {
    content: "\f27c";
}

.icon-vimeo:before {
    content: "\f27d";
}

.icon-black-tie:before {
    content: "\f27e";
}

.icon-fonticons:before {
    content: "\f280";
}

.icon-reddit-alien:before {
    content: "\f281";
}

.icon-edge:before {
    content: "\f282";
}

.icon-credit-card-alt:before {
    content: "\f283";
}

.icon-codiepie:before {
    content: "\f284";
}

.icon-modx:before {
    content: "\f285";
}

.icon-fort-awesome:before {
    content: "\f286";
}

.icon-usb:before {
    content: "\f287";
}

.icon-product-hunt:before {
    content: "\f288";
}

.icon-mixcloud:before {
    content: "\f289";
}

.icon-scribd:before {
    content: "\f28a";
}

.icon-pause-circle:before {
    content: "\f28b";
}

.icon-pause-circle-o:before {
    content: "\f28c";
}

.icon-stop-circle:before {
    content: "\f28d";
}

.icon-stop-circle-o:before {
    content: "\f28e";
}

.icon-shopping-bag:before {
    content: "\f290";
}

.icon-shopping-basket:before {
    content: "\f291";
}

.icon-hashtag:before {
    content: "\f292";
}

.icon-bluetooth:before {
    content: "\f293";
}

.icon-bluetooth-b:before {
    content: "\f294";
}

.icon-percent:before {
    content: "\f295";
}

.icon-gitlab:before {
    content: "\f296";
}

.icon-wpbeginner:before {
    content: "\f297";
}

.icon-wpforms:before {
    content: "\f298";
}

.icon-envira:before {
    content: "\f299";
}

.icon-universal-access:before {
    content: "\f29a";
}

.icon-wheelchair-alt:before {
    content: "\f29b";
}

.icon-question-circle-o:before {
    content: "\f29c";
}

.icon-blind:before {
    content: "\f29d";
}

.icon-audio-description:before {
    content: "\f29e";
}

.icon-volume-control-phone:before {
    content: "\f2a0";
}

.icon-braille:before {
    content: "\f2a1";
}

.icon-assistive-listening-systems:before {
    content: "\f2a2";
}

.icon-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.icon-asl-interpreting:before {
    content: "\f2a3";
}

.icon-deaf:before {
    content: "\f2a4";
}

.icon-deafness:before {
    content: "\f2a4";
}

.icon-hard-of-hearing:before {
    content: "\f2a4";
}

.icon-glide:before {
    content: "\f2a5";
}

.icon-glide-g:before {
    content: "\f2a6";
}

.icon-sign-language:before {
    content: "\f2a7";
}

.icon-signing:before {
    content: "\f2a7";
}

.icon-low-vision:before {
    content: "\f2a8";
}

.icon-viadeo:before {
    content: "\f2a9";
}

.icon-viadeo-square:before {
    content: "\f2aa";
}

.icon-snapchat:before {
    content: "\f2ab";
}

.icon-snapchat-ghost:before {
    content: "\f2ac";
}

.icon-snapchat-square:before {
    content: "\f2ad";
}

.icon-pied-piper:before {
    content: "\f2ae";
}

.icon-first-order:before {
    content: "\f2b0";
}

.icon-yoast:before {
    content: "\f2b1";
}

.icon-themeisle:before {
    content: "\f2b2";
}

.icon-google-plus-circle:before {
    content: "\f2b3";
}

.icon-google-plus-official:before {
    content: "\f2b3";
}

.icon-fa:before {
    content: "\f2b4";
}

.icon-font-awesome:before {
    content: "\f2b4";
}

.icon-handshake-o:before {
    content: "\f2b5";
}

.icon-envelope-open:before {
    content: "\f2b6";
}

.icon-envelope-open-o:before {
    content: "\f2b7";
}

.icon-linode:before {
    content: "\f2b8";
}

.icon-address-book:before {
    content: "\f2b9";
}

.icon-address-book-o:before {
    content: "\f2ba";
}

.icon-address-card:before {
    content: "\f2bb";
}

.icon-vcard:before {
    content: "\f2bb";
}

.icon-address-card-o:before {
    content: "\f2bc";
}

.icon-vcard-o:before {
    content: "\f2bc";
}

.icon-user-circle:before {
    content: "\f2bd";
}

.icon-user-circle-o:before {
    content: "\f2be";
}

.icon-user-o:before {
    content: "\f2c0";
}

.icon-id-badge:before {
    content: "\f2c1";
}

.icon-drivers-license:before {
    content: "\f2c2";
}

.icon-id-card:before {
    content: "\f2c2";
}

.icon-drivers-license-o:before {
    content: "\f2c3";
}

.icon-id-card-o:before {
    content: "\f2c3";
}

.icon-quora:before {
    content: "\f2c4";
}

.icon-free-code-camp:before {
    content: "\f2c5";
}

.icon-telegram:before {
    content: "\f2c6";
}

.icon-thermometer:before {
    content: "\f2c7";
}

.icon-thermometer-4:before {
    content: "\f2c7";
}

.icon-thermometer-full:before {
    content: "\f2c7";
}

.icon-thermometer-3:before {
    content: "\f2c8";
}

.icon-thermometer-three-quarters:before {
    content: "\f2c8";
}

.icon-thermometer-2:before {
    content: "\f2c9";
}

.icon-thermometer-half:before {
    content: "\f2c9";
}

.icon-thermometer-1:before {
    content: "\f2ca";
}

.icon-thermometer-quarter:before {
    content: "\f2ca";
}

.icon-thermometer-0:before {
    content: "\f2cb";
}

.icon-thermometer-empty:before {
    content: "\f2cb";
}

.icon-shower:before {
    content: "\f2cc";
}

.icon-bath:before {
    content: "\f2cd";
}

.icon-bathtub:before {
    content: "\f2cd";
}

.icon-s15:before {
    content: "\f2cd";
}

.icon-podcast:before {
    content: "\f2ce";
}

.icon-window-maximize:before {
    content: "\f2d0";
}

.icon-window-minimize:before {
    content: "\f2d1";
}

.icon-window-restore:before {
    content: "\f2d2";
}

.icon-times-rectangle:before {
    content: "\f2d3";
}

.icon-window-close:before {
    content: "\f2d3";
}

.icon-times-rectangle-o:before {
    content: "\f2d4";
}

.icon-window-close-o:before {
    content: "\f2d4";
}

.icon-bandcamp:before {
    content: "\f2d5";
}

.icon-grav:before {
    content: "\f2d6";
}

.icon-etsy:before {
    content: "\f2d7";
}

.icon-imdb:before {
    content: "\f2d8";
}

.icon-ravelry:before {
    content: "\f2d9";
}

.icon-eercast:before {
    content: "\f2da";
}

.icon-microchip:before {
    content: "\f2db";
}

.icon-snowflake-o:before {
    content: "\f2dc";
}

.icon-superpowers:before {
    content: "\f2dd";
}

.icon-wpexplorer:before {
    content: "\f2de";
}

.icon-meetup:before {
    content: "\f2e0";
}
