.white {
    color: #FFFFFF !important;
}

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

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

.bg-white.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 255, 255, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 255, 255, 0.6);
}

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

.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;
}

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

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

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

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

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

.btn-white.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 255, 255, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 255, 255, 0.6);
}

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

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

.btn-outline-white.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 255, 255, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 255, 255, 0.6);
}

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

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-white {
    -webkit-box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FFFFFF !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-black.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.6);
}

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

.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;
}

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

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


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

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

.btn-outline-black.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.6);
}

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 #FFFFFF, 0 0 0 0.21rem #000000 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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: #D5D7F9 !important;
}

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

.bg-primary.bg-lighten-5.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(213, 215, 249, 0.6);
    box-shadow: 0 1px 20px 1px rgba(213, 215, 249, 0.6);
}

.btn-primary.btn-lighten-5 {
    border-color: #3A44E1 !important;
    background-color: #D5D7F9 !important;
}

.btn-primary.btn-lighten-5:hover {
    border-color: #3A44E1 !important;
    background-color: #232FDE !important;
}

.btn-primary.btn-lighten-5:focus, .btn-primary.btn-lighten-5:active {
    border-color: #232FDE !important;
    background-color: #1E29CA !important;
}

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

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

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

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

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

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

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

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

.overlay-primary.overlay-lighten-5 {
    background: #D5D7F9;
    /* The Fallback */
    background: rgba(213, 215, 249, 0.8);
}

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

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

.bg-primary.bg-lighten-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(191, 194, 245, 0.6);
    box-shadow: 0 1px 20px 1px rgba(191, 194, 245, 0.6);
}

.btn-primary.btn-lighten-4 {
    border-color: #3A44E1 !important;
    background-color: #BFC2F5 !important;
}

.btn-primary.btn-lighten-4:hover {
    border-color: #3A44E1 !important;
    background-color: #232FDE !important;
}

.btn-primary.btn-lighten-4:focus, .btn-primary.btn-lighten-4:active {
    border-color: #232FDE !important;
    background-color: #1E29CA !important;
}

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

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

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

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

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

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

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

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

.overlay-primary.overlay-lighten-4 {
    background: #BFC2F5;
    /* The Fallback */
    background: rgba(191, 194, 245, 0.8);
}

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

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

.bg-primary.bg-lighten-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(169, 173, 242, 0.6);
    box-shadow: 0 1px 20px 1px rgba(169, 173, 242, 0.6);
}

.btn-primary.btn-lighten-3 {
    border-color: #3A44E1 !important;
    background-color: #A9ADF2 !important;
}

.btn-primary.btn-lighten-3:hover {
    border-color: #3A44E1 !important;
    background-color: #232FDE !important;
}

.btn-primary.btn-lighten-3:focus, .btn-primary.btn-lighten-3:active {
    border-color: #232FDE !important;
    background-color: #1E29CA !important;
}

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

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

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

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

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

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

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

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

.overlay-primary.overlay-lighten-3 {
    background: #A9ADF2;
    /* The Fallback */
    background: rgba(169, 173, 242, 0.8);
}

.primary.lighten-2 {
    color: #9298EF !important;
}

.bg-primary.bg-lighten-2 {
    background-color: #9298EF !important;
}

.bg-primary.bg-lighten-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(146, 152, 239, 0.6);
    box-shadow: 0 1px 20px 1px rgba(146, 152, 239, 0.6);
}

.btn-primary.btn-lighten-2 {
    border-color: #3A44E1 !important;
    background-color: #9298EF !important;
}

.btn-primary.btn-lighten-2:hover {
    border-color: #3A44E1 !important;
    background-color: #232FDE !important;
}

.btn-primary.btn-lighten-2:focus, .btn-primary.btn-lighten-2:active {
    border-color: #232FDE !important;
    background-color: #1E29CA !important;
}

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

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

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

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

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

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

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

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

.overlay-primary.overlay-lighten-2 {
    background: #9298EF;
    /* The Fallback */
    background: rgba(146, 152, 239, 0.8);
}

.primary.lighten-1 {
    color: #7C83EB !important;
}

.bg-primary.bg-lighten-1 {
    background-color: #7C83EB !important;
}

.bg-primary.bg-lighten-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(124, 131, 235, 0.6);
    box-shadow: 0 1px 20px 1px rgba(124, 131, 235, 0.6);
}

.btn-primary.btn-lighten-1 {
    border-color: #3A44E1 !important;
    background-color: #7C83EB !important;
}

.btn-primary.btn-lighten-1:hover {
    border-color: #3A44E1 !important;
    background-color: #232FDE !important;
}

.btn-primary.btn-lighten-1:focus, .btn-primary.btn-lighten-1:active {
    border-color: #232FDE !important;
    background-color: #1E29CA !important;
}

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

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

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

.border-primary.border-lighten-1 {
    border: 1px solid #7C83EB !important;
}

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

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

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

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

.overlay-primary.overlay-lighten-1 {
    background: #7C83EB;
    /* The Fallback */
    background: rgba(124, 131, 235, 0.8);
}

.primary {
    color: #435494 !important;
}

.bg-primary {
    background-color: #767d80 !important;
}

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

.bg-primary.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(102, 110, 232, 0.6);
    box-shadow: 0 1px 20px 1px rgba(102, 110, 232, 0.6);
}

.selectboxit.selectboxit-btn.bg-primary {
    background-color: #435494 !important;
}

.alert-primary {
    border-color: #435494 !important;
    background-color: #A4A9F1 !important;
    color: #141B87 !important;
}

.alert-primary .alert-link {
    color: #0F1464 !important;
}

.border-primary {
    border-color: #435494;
}

.overlay-primary {
    background: #435494;
    /* The Fallback */
    background: rgba(102, 110, 232, 0.8);
}

.color-info.primary {
    background-color: #435494 !important;
}

.btn-primary {
    border-color: #3A44E1 !important;
    background-color: #435494 !important;
    color: #FFFFFF;
}

.btn-primary:hover {
    border-color: #fc861f !important;
    background-color: #505158 !important;
    color: #FFFFFF !important;
}

.btn-primary:focus, .btn-primary:active {
    border-color: #3A44E1 !important;
    background-color: #232FDE !important;
    color: #FFFFFF !important;
}

.btn-primary.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(102, 110, 232, 0.6);
    box-shadow: 0 1px 20px 1px rgba(102, 110, 232, 0.6);
}

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

.btn-outline-primary:hover {
    background-color: #435494;
    color: #FFFFFF !important;
}

.btn-outline-primary.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(102, 110, 232, 0.6);
    box-shadow: 0 1px 20px 1px rgba(102, 110, 232, 0.6);
}

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

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-primary {
    -webkit-box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #435494 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #435494 !important;
}

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

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

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

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

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

.primary.darken-1 {
    color: #5059E5 !important;
}

.bg-primary.bg-darken-1 {
    background-color: #5059E5 !important;
}

.bg-primary.bg-darken-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(80, 89, 229, 0.6);
    box-shadow: 0 1px 20px 1px rgba(80, 89, 229, 0.6);
}

.btn-primary.btn-darken-1 {
    border-color: #3A44E1 !important;
    background-color: #5059E5 !important;
}

.btn-primary.btn-darken-1:hover {
    border-color: #3A44E1 !important;
    background-color: #232FDE !important;
}

.btn-primary.btn-darken-1:focus, .btn-primary.btn-darken-1:active {
    border-color: #232FDE !important;
    background-color: #1E29CA !important;
}

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

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

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

.border-primary.border-darken-1 {
    border: 1px solid #5059E5 !important;
}

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

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

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

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

.overlay-primary.overlay-darken-1 {
    background: #5059E5;
    /* The Fallback */
    background: rgba(80, 89, 229, 0.8);
}

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

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

.bg-primary.bg-darken-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(58, 68, 225, 0.6);
    box-shadow: 0 1px 20px 1px rgba(58, 68, 225, 0.6);
}

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

.btn-primary.btn-darken-2:hover {
    border-color: #3A44E1 !important;
    background-color: #232FDE !important;
}

.btn-primary.btn-darken-2:focus, .btn-primary.btn-darken-2:active {
    border-color: #232FDE !important;
    background-color: #1E29CA !important;
}

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

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

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

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

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

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

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

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

.overlay-primary.overlay-darken-2 {
    background: #3A44E1;
    /* The Fallback */
    background: rgba(58, 68, 225, 0.8);
}

.primary.darken-3 {
    color: #232FDE !important;
}

.bg-primary.bg-darken-3 {
    background-color: #232FDE !important;
}

.bg-primary.bg-darken-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(35, 47, 222, 0.6);
    box-shadow: 0 1px 20px 1px rgba(35, 47, 222, 0.6);
}

.btn-primary.btn-darken-3 {
    border-color: #3A44E1 !important;
    background-color: #232FDE !important;
}

.btn-primary.btn-darken-3:hover {
    border-color: #3A44E1 !important;
    background-color: #232FDE !important;
}

.btn-primary.btn-darken-3:focus, .btn-primary.btn-darken-3:active {
    border-color: #232FDE !important;
    background-color: #1E29CA !important;
}

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

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

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

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

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

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

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

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

.overlay-primary.overlay-darken-3 {
    background: #232FDE;
    /* The Fallback */
    background: rgba(35, 47, 222, 0.8);
}

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

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

.bg-primary.bg-darken-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(30, 41, 202, 0.6);
    box-shadow: 0 1px 20px 1px rgba(30, 41, 202, 0.6);
}

.btn-primary.btn-darken-4 {
    border-color: #3A44E1 !important;
    background-color: #1E29CA !important;
}

.btn-primary.btn-darken-4:hover {
    border-color: #3A44E1 !important;
    background-color: #232FDE !important;
}

.btn-primary.btn-darken-4:focus, .btn-primary.btn-darken-4:active {
    border-color: #232FDE !important;
    background-color: #1E29CA !important;
}

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

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

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

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

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

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

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

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

.overlay-primary.overlay-darken-4 {
    background: #1E29CA;
    /* The Fallback */
    background: rgba(30, 41, 202, 0.8);
}

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

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

.bg-primary.bg-accent-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(239, 239, 255, 0.6);
    box-shadow: 0 1px 20px 1px rgba(239, 239, 255, 0.6);
}

.btn-primary.btn-accent-1 {
    border-color: #3A44E1 !important;
    background-color: #EFEFFF !important;
}

.btn-primary.btn-accent-1:hover {
    border-color: #3A44E1 !important;
    background-color: #232FDE !important;
}

.btn-primary.btn-accent-1:focus, .btn-primary.btn-accent-1:active {
    border-color: #232FDE !important;
    background-color: #1E29CA !important;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-primary.bg-accent-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(219, 219, 255, 0.6);
    box-shadow: 0 1px 20px 1px rgba(219, 219, 255, 0.6);
}

.btn-primary.btn-accent-2 {
    border-color: #3A44E1 !important;
    background-color: #DBDBFF !important;
}

.btn-primary.btn-accent-2:hover {
    border-color: #3A44E1 !important;
    background-color: #232FDE !important;
}

.btn-primary.btn-accent-2:focus, .btn-primary.btn-accent-2:active {
    border-color: #232FDE !important;
    background-color: #1E29CA !important;
}

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

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

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

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

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

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

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

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

.overlay-primary.overlay-accent-2 {
    background: #DBDBFF;
    /* The Fallback */
    background: rgba(219, 219, 255, 0.8);
}

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

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

.bg-primary.bg-accent-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(188, 191, 255, 0.6);
    box-shadow: 0 1px 20px 1px rgba(188, 191, 255, 0.6);
}

.btn-primary.btn-accent-3 {
    border-color: #3A44E1 !important;
    background-color: #BCBFFF !important;
}

.btn-primary.btn-accent-3:hover {
    border-color: #3A44E1 !important;
    background-color: #232FDE !important;
}

.btn-primary.btn-accent-3:focus, .btn-primary.btn-accent-3:active {
    border-color: #232FDE !important;
    background-color: #1E29CA !important;
}

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

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

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

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

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

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

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

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

.overlay-primary.overlay-accent-3 {
    background: #BCBFFF;
    /* The Fallback */
    background: rgba(188, 191, 255, 0.8);
}

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

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

.bg-primary.bg-accent-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(162, 166, 255, 0.6);
    box-shadow: 0 1px 20px 1px rgba(162, 166, 255, 0.6);
}

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

.btn-primary.btn-accent-4:hover {
    border-color: #3A44E1 !important;
    background-color: #232FDE !important;
}

.btn-primary.btn-accent-4:focus, .btn-primary.btn-accent-4:active {
    border-color: #232FDE !important;
    background-color: #1E29CA !important;
}

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

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

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

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

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

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

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

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

.overlay-primary.overlay-accent-4 {
    background: #A2A6FF;
    /* The Fallback */
    background: rgba(162, 166, 255, 0.8);
}

.secondary.lighten-5 {
    color: #AFB2BD !important;
}

.bg-secondary.bg-lighten-5 {
    background-color: #AFB2BD !important;
}

.bg-secondary.bg-lighten-5.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(175, 178, 189, 0.6);
    box-shadow: 0 1px 20px 1px rgba(175, 178, 189, 0.6);
}

.btn-secondary.btn-lighten-5 {
    border-color: #545766 !important;
    background-color: #AFB2BD !important;
}

.btn-secondary.btn-lighten-5:hover {
    border-color: #545766 !important;
    background-color: #484B58 !important;
}

.btn-secondary.btn-lighten-5:focus, .btn-secondary.btn-lighten-5:active {
    border-color: #484B58 !important;
    background-color: #3D3F4A !important;
}

.btn-outline-secondary.btn-outline-lighten-5 {
    border-color: #AFB2BD !important;
    color: #AFB2BD !important;
}

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

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

.border-secondary.border-lighten-5 {
    border: 1px solid #AFB2BD !important;
}

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

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

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

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

.overlay-secondary.overlay-lighten-5 {
    background: #AFB2BD;
    /* The Fallback */
    background: rgba(175, 178, 189, 0.8);
}

.secondary.lighten-4 {
    color: #A1A4B2 !important;
}

.bg-secondary.bg-lighten-4 {
    background-color: #A1A4B2 !important;
}

.bg-secondary.bg-lighten-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(161, 164, 178, 0.6);
    box-shadow: 0 1px 20px 1px rgba(161, 164, 178, 0.6);
}

.btn-secondary.btn-lighten-4 {
    border-color: #545766 !important;
    background-color: #A1A4B2 !important;
}

.btn-secondary.btn-lighten-4:hover {
    border-color: #545766 !important;
    background-color: #484B58 !important;
}

.btn-secondary.btn-lighten-4:focus, .btn-secondary.btn-lighten-4:active {
    border-color: #484B58 !important;
    background-color: #3D3F4A !important;
}

.btn-outline-secondary.btn-outline-lighten-4 {
    border-color: #A1A4B2 !important;
    color: #A1A4B2 !important;
}

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

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

.border-secondary.border-lighten-4 {
    border: 1px solid #A1A4B2 !important;
}

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

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

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

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

.overlay-secondary.overlay-lighten-4 {
    background: #A1A4B2;
    /* The Fallback */
    background: rgba(161, 164, 178, 0.8);
}

.secondary.lighten-3 {
    color: #9397A6 !important;
}

.bg-secondary.bg-lighten-3 {
    background-color: #9397A6 !important;
}

.bg-secondary.bg-lighten-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(147, 151, 166, 0.6);
    box-shadow: 0 1px 20px 1px rgba(147, 151, 166, 0.6);
}

.btn-secondary.btn-lighten-3 {
    border-color: #545766 !important;
    background-color: #9397A6 !important;
}

.btn-secondary.btn-lighten-3:hover {
    border-color: #545766 !important;
    background-color: #484B58 !important;
}

.btn-secondary.btn-lighten-3:focus, .btn-secondary.btn-lighten-3:active {
    border-color: #484B58 !important;
    background-color: #3D3F4A !important;
}

.btn-outline-secondary.btn-outline-lighten-3 {
    border-color: #9397A6 !important;
    color: #9397A6 !important;
}

.btn-outline-secondary.btn-outline-lighten-3:hover {
    background-color: #9397A6 !important;
}

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

.border-secondary.border-lighten-3 {
    border: 1px solid #9397A6 !important;
}

.border-top-secondary.border-top-lighten-3 {
    border-top: 1px solid #9397A6 !important;
}

.border-bottom-secondary.border-bottom-lighten-3 {
    border-bottom: 1px solid #9397A6 !important;
}

.border-left-secondary.border-left-lighten-3 {
    border-left: 1px solid #9397A6 !important;
}

.border-right-secondary.border-right-lighten-3 {
    border-right: 1px solid #9397A6 !important;
}

.overlay-secondary.overlay-lighten-3 {
    background: #9397A6;
    /* The Fallback */
    background: rgba(147, 151, 166, 0.8);
}

.secondary.lighten-2 {
    color: #85899B !important;
}

.bg-secondary.bg-lighten-2 {
    background-color: #85899B !important;
}

.bg-secondary.bg-lighten-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(133, 137, 155, 0.6);
    box-shadow: 0 1px 20px 1px rgba(133, 137, 155, 0.6);
}

.btn-secondary.btn-lighten-2 {
    border-color: #545766 !important;
    background-color: #85899B !important;
}

.btn-secondary.btn-lighten-2:hover {
    border-color: #545766 !important;
    background-color: #484B58 !important;
}

.btn-secondary.btn-lighten-2:focus, .btn-secondary.btn-lighten-2:active {
    border-color: #484B58 !important;
    background-color: #3D3F4A !important;
}

.btn-outline-secondary.btn-outline-lighten-2 {
    border-color: #85899B !important;
    color: #85899B !important;
}

.btn-outline-secondary.btn-outline-lighten-2:hover {
    background-color: #85899B !important;
}

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

.border-secondary.border-lighten-2 {
    border: 1px solid #85899B !important;
}

.border-top-secondary.border-top-lighten-2 {
    border-top: 1px solid #85899B !important;
}

.border-bottom-secondary.border-bottom-lighten-2 {
    border-bottom: 1px solid #85899B !important;
}

.border-left-secondary.border-left-lighten-2 {
    border-left: 1px solid #85899B !important;
}

.border-right-secondary.border-right-lighten-2 {
    border-right: 1px solid #85899B !important;
}

.overlay-secondary.overlay-lighten-2 {
    background: #85899B;
    /* The Fallback */
    background: rgba(133, 137, 155, 0.8);
}

.secondary.lighten-1 {
    color: #777B8F !important;
}

.bg-secondary.bg-lighten-1 {
    background-color: #777B8F !important;
}

.bg-secondary.bg-lighten-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(119, 123, 143, 0.6);
    box-shadow: 0 1px 20px 1px rgba(119, 123, 143, 0.6);
}

.btn-secondary.btn-lighten-1 {
    border-color: #545766 !important;
    background-color: #777B8F !important;
}

.btn-secondary.btn-lighten-1:hover {
    border-color: #545766 !important;
    background-color: #484B58 !important;
}

.btn-secondary.btn-lighten-1:focus, .btn-secondary.btn-lighten-1:active {
    border-color: #484B58 !important;
    background-color: #3D3F4A !important;
}

.btn-outline-secondary.btn-outline-lighten-1 {
    border-color: #777B8F !important;
    color: #777B8F !important;
}

.btn-outline-secondary.btn-outline-lighten-1:hover {
    background-color: #777B8F !important;
}

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

.border-secondary.border-lighten-1 {
    border: 1px solid #777B8F !important;
}

.border-top-secondary.border-top-lighten-1 {
    border-top: 1px solid #777B8F !important;
}

.border-bottom-secondary.border-bottom-lighten-1 {
    border-bottom: 1px solid #777B8F !important;
}

.border-left-secondary.border-left-lighten-1 {
    border-left: 1px solid #777B8F !important;
}

.border-right-secondary.border-right-lighten-1 {
    border-right: 1px solid #777B8F !important;
}

.overlay-secondary.overlay-lighten-1 {
    background: #777B8F;
    /* The Fallback */
    background: rgba(119, 123, 143, 0.8);
}

.secondary {
    color: #6B6F82 !important;
}

.bg-secondary {
    background-color: #6B6F82 !important;
}

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

.bg-secondary.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(107, 111, 130, 0.6);
    box-shadow: 0 1px 20px 1px rgba(107, 111, 130, 0.6);
}

.selectboxit.selectboxit-btn.bg-secondary {
    background-color: #6B6F82 !important;
}

.alert-secondary {
    border-color: #6B6F82 !important;
    background-color: #9094A4 !important;
    color: #1A1B20 !important;
}

.alert-secondary .alert-link {
    color: #08080A !important;
}

.border-secondary {
    border-color: #6B6F82;
}

.overlay-secondary {
    background: #6B6F82;
    /* The Fallback */
    background: rgba(107, 111, 130, 0.8);
}

.color-info.secondary {
    background-color: #6B6F82 !important;
}

.btn-secondary {
    border-color: #545766 !important;
    background-color: #6B6F82 !important;
    color: #FFFFFF;
}

.btn-secondary:hover {
    border-color: #5F6374 !important;
    background-color: #777B8F !important;
    color: #FFFFFF !important;
}

.btn-secondary:focus, .btn-secondary:active {
    border-color: #545766 !important;
    background-color: #484B58 !important;
    color: #FFFFFF !important;
}

.btn-secondary.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(107, 111, 130, 0.6);
    box-shadow: 0 1px 20px 1px rgba(107, 111, 130, 0.6);
}

.btn-outline-secondary {
    border-color: #6B6F82;
    background-color: transparent;
    color: #6B6F82;
}

.btn-outline-secondary:hover {
    background-color: #6B6F82;
    color: #FFFFFF !important;
}

.btn-outline-secondary.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(107, 111, 130, 0.6);
    box-shadow: 0 1px 20px 1px rgba(107, 111, 130, 0.6);
}

input[type='checkbox'].bg-secondary + .custom-control-label:before, input[type='radio'].bg-secondary + .custom-control-label:before {
    background-color: #6B6F82 !important;
}

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-secondary {
    -webkit-box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #6B6F82 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #6B6F82 !important;
}

.border-secondary {
    border: 1px solid #6B6F82 !important;
}

.border-top-secondary {
    border-top: 1px solid #6B6F82;
}

.border-bottom-secondary {
    border-bottom: 1px solid #6B6F82;
}

.border-left-secondary {
    border-left: 1px solid #6B6F82;
}

.border-right-secondary {
    border-right: 1px solid #6B6F82;
}

.secondary.darken-1 {
    color: #5F6374 !important;
}

.bg-secondary.bg-darken-1 {
    background-color: #5F6374 !important;
}

.bg-secondary.bg-darken-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(95, 99, 116, 0.6);
    box-shadow: 0 1px 20px 1px rgba(95, 99, 116, 0.6);
}

.btn-secondary.btn-darken-1 {
    border-color: #545766 !important;
    background-color: #5F6374 !important;
}

.btn-secondary.btn-darken-1:hover {
    border-color: #545766 !important;
    background-color: #484B58 !important;
}

.btn-secondary.btn-darken-1:focus, .btn-secondary.btn-darken-1:active {
    border-color: #484B58 !important;
    background-color: #3D3F4A !important;
}

.btn-outline-secondary.btn-outline-darken-1 {
    border-color: #5F6374 !important;
    color: #5F6374 !important;
}

.btn-outline-secondary.btn-outline-darken-1:hover {
    background-color: #5F6374 !important;
}

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

.border-secondary.border-darken-1 {
    border: 1px solid #5F6374 !important;
}

.border-top-secondary.border-top-darken-1 {
    border-top: 1px solid #5F6374 !important;
}

.border-bottom-secondary.border-bottom-darken-1 {
    border-bottom: 1px solid #5F6374 !important;
}

.border-left-secondary.border-left-darken-1 {
    border-left: 1px solid #5F6374 !important;
}

.border-right-secondary.border-right-darken-1 {
    border-right: 1px solid #5F6374 !important;
}

.overlay-secondary.overlay-darken-1 {
    background: #5F6374;
    /* The Fallback */
    background: rgba(95, 99, 116, 0.8);
}

.secondary.darken-2 {
    color: #545766 !important;
}

.bg-secondary.bg-darken-2 {
    background-color: #545766 !important;
}

.bg-secondary.bg-darken-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(84, 87, 102, 0.6);
    box-shadow: 0 1px 20px 1px rgba(84, 87, 102, 0.6);
}

.btn-secondary.btn-darken-2 {
    border-color: #545766 !important;
    background-color: #545766 !important;
}

.btn-secondary.btn-darken-2:hover {
    border-color: #545766 !important;
    background-color: #484B58 !important;
}

.btn-secondary.btn-darken-2:focus, .btn-secondary.btn-darken-2:active {
    border-color: #484B58 !important;
    background-color: #3D3F4A !important;
}

.btn-outline-secondary.btn-outline-darken-2 {
    border-color: #545766 !important;
    color: #545766 !important;
}

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

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

.border-secondary.border-darken-2 {
    border: 1px solid #545766 !important;
}

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

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

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

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

.overlay-secondary.overlay-darken-2 {
    background: #545766;
    /* The Fallback */
    background: rgba(84, 87, 102, 0.8);
}

.secondary.darken-3 {
    color: #484B58 !important;
}

.bg-secondary.bg-darken-3 {
    background-color: #484B58 !important;
}

.bg-secondary.bg-darken-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(72, 75, 88, 0.6);
    box-shadow: 0 1px 20px 1px rgba(72, 75, 88, 0.6);
}

.btn-secondary.btn-darken-3 {
    border-color: #545766 !important;
    background-color: #484B58 !important;
}

.btn-secondary.btn-darken-3:hover {
    border-color: #545766 !important;
    background-color: #484B58 !important;
}

.btn-secondary.btn-darken-3:focus, .btn-secondary.btn-darken-3:active {
    border-color: #484B58 !important;
    background-color: #3D3F4A !important;
}

.btn-outline-secondary.btn-outline-darken-3 {
    border-color: #484B58 !important;
    color: #484B58 !important;
}

.btn-outline-secondary.btn-outline-darken-3:hover {
    background-color: #484B58 !important;
}

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

.border-secondary.border-darken-3 {
    border: 1px solid #484B58 !important;
}

.border-top-secondary.border-top-darken-3 {
    border-top: 1px solid #484B58 !important;
}

.border-bottom-secondary.border-bottom-darken-3 {
    border-bottom: 1px solid #484B58 !important;
}

.border-left-secondary.border-left-darken-3 {
    border-left: 1px solid #484B58 !important;
}

.border-right-secondary.border-right-darken-3 {
    border-right: 1px solid #484B58 !important;
}

.overlay-secondary.overlay-darken-3 {
    background: #484B58;
    /* The Fallback */
    background: rgba(72, 75, 88, 0.8);
}

.secondary.darken-4 {
    color: #3D3F4A !important;
}

.bg-secondary.bg-darken-4 {
    background-color: #3D3F4A !important;
}

.bg-secondary.bg-darken-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(61, 63, 74, 0.6);
    box-shadow: 0 1px 20px 1px rgba(61, 63, 74, 0.6);
}

.btn-secondary.btn-darken-4 {
    border-color: #545766 !important;
    background-color: #3D3F4A !important;
}

.btn-secondary.btn-darken-4:hover {
    border-color: #545766 !important;
    background-color: #484B58 !important;
}

.btn-secondary.btn-darken-4:focus, .btn-secondary.btn-darken-4:active {
    border-color: #484B58 !important;
    background-color: #3D3F4A !important;
}

.btn-outline-secondary.btn-outline-darken-4 {
    border-color: #3D3F4A !important;
    color: #3D3F4A !important;
}

.btn-outline-secondary.btn-outline-darken-4:hover {
    background-color: #3D3F4A !important;
}

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

.border-secondary.border-darken-4 {
    border: 1px solid #3D3F4A !important;
}

.border-top-secondary.border-top-darken-4 {
    border-top: 1px solid #3D3F4A !important;
}

.border-bottom-secondary.border-bottom-darken-4 {
    border-bottom: 1px solid #3D3F4A !important;
}

.border-left-secondary.border-left-darken-4 {
    border-left: 1px solid #3D3F4A !important;
}

.border-right-secondary.border-right-darken-4 {
    border-right: 1px solid #3D3F4A !important;
}

.overlay-secondary.overlay-darken-4 {
    background: #3D3F4A;
    /* The Fallback */
    background: rgba(61, 63, 74, 0.8);
}

.success.lighten-5 {
    color: #8EE9C9 !important;
}

.bg-success.bg-lighten-5 {
    background-color: #8EE9C9 !important;
}

.bg-success.bg-lighten-5.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(142, 233, 201, 0.6);
    box-shadow: 0 1px 20px 1px rgba(142, 233, 201, 0.6);
}

.btn-success.btn-lighten-5 {
    border-color: #20A576 !important;
    background-color: #8EE9C9 !important;
}

.btn-success.btn-lighten-5:hover {
    border-color: #20A576 !important;
    background-color: #1C9066 !important;
}

.btn-success.btn-lighten-5:focus, .btn-success.btn-lighten-5:active {
    border-color: #1C9066 !important;
    background-color: #187A57 !important;
}

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

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

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

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

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

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

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

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

.overlay-success.overlay-lighten-5 {
    background: #8EE9C9;
    /* The Fallback */
    background: rgba(142, 233, 201, 0.8);
}

.success.lighten-4 {
    color: #79E5BE !important;
}

.bg-success.bg-lighten-4 {
    background-color: #79E5BE !important;
}

.bg-success.bg-lighten-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(121, 229, 190, 0.6);
    box-shadow: 0 1px 20px 1px rgba(121, 229, 190, 0.6);
}

.btn-success.btn-lighten-4 {
    border-color: #20A576 !important;
    background-color: #79E5BE !important;
}

.btn-success.btn-lighten-4:hover {
    border-color: #20A576 !important;
    background-color: #1C9066 !important;
}

.btn-success.btn-lighten-4:focus, .btn-success.btn-lighten-4:active {
    border-color: #1C9066 !important;
    background-color: #187A57 !important;
}

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

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

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

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

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

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

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

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

.overlay-success.overlay-lighten-4 {
    background: #79E5BE;
    /* The Fallback */
    background: rgba(121, 229, 190, 0.8);
}

.success.lighten-3 {
    color: #63E1B4 !important;
}

.bg-success.bg-lighten-3 {
    background-color: #63E1B4 !important;
}

.bg-success.bg-lighten-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(99, 225, 180, 0.6);
    box-shadow: 0 1px 20px 1px rgba(99, 225, 180, 0.6);
}

.btn-success.btn-lighten-3 {
    border-color: #20A576 !important;
    background-color: #63E1B4 !important;
}

.btn-success.btn-lighten-3:hover {
    border-color: #20A576 !important;
    background-color: #1C9066 !important;
}

.btn-success.btn-lighten-3:focus, .btn-success.btn-lighten-3:active {
    border-color: #1C9066 !important;
    background-color: #187A57 !important;
}

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

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

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

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

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

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

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

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

.overlay-success.overlay-lighten-3 {
    background: #63E1B4;
    /* The Fallback */
    background: rgba(99, 225, 180, 0.8);
}

.success.lighten-2 {
    color: #4EDDAA !important;
}

.bg-success.bg-lighten-2 {
    background-color: #4EDDAA !important;
}

.bg-success.bg-lighten-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(78, 221, 170, 0.6);
    box-shadow: 0 1px 20px 1px rgba(78, 221, 170, 0.6);
}

.btn-success.btn-lighten-2 {
    border-color: #20A576 !important;
    background-color: #4EDDAA !important;
}

.btn-success.btn-lighten-2:hover {
    border-color: #20A576 !important;
    background-color: #1C9066 !important;
}

.btn-success.btn-lighten-2:focus, .btn-success.btn-lighten-2:active {
    border-color: #1C9066 !important;
    background-color: #187A57 !important;
}

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

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

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

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

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

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

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

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

.overlay-success.overlay-lighten-2 {
    background: #4EDDAA;
    /* The Fallback */
    background: rgba(78, 221, 170, 0.8);
}

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

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

.bg-success.bg-lighten-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(57, 217, 160, 0.6);
    box-shadow: 0 1px 20px 1px rgba(57, 217, 160, 0.6);
}

.btn-success.btn-lighten-1 {
    border-color: #20A576 !important;
    background-color: #39D9A0 !important;
}

.btn-success.btn-lighten-1:hover {
    border-color: #20A576 !important;
    background-color: #1C9066 !important;
}

.btn-success.btn-lighten-1:focus, .btn-success.btn-lighten-1:active {
    border-color: #1C9066 !important;
    background-color: #187A57 !important;
}

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

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

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

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

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

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

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

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

.overlay-success.overlay-lighten-1 {
    background: #39D9A0;
    /* The Fallback */
    background: rgba(57, 217, 160, 0.8);
}

.success {
    color: #28D094 !important;
}

.bg-success {
    background-color: #28D094 !important;
}

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

.bg-success.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(40, 208, 148, 0.6);
    box-shadow: 0 1px 20px 1px rgba(40, 208, 148, 0.6);
}

.selectboxit.selectboxit-btn.bg-success {
    background-color: #28D094 !important;
}

.alert-success {
    border-color: #28D094 !important;
    background-color: #5FE0B2 !important;
    color: #0B3A29 !important;
}

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

.border-success {
    border-color: #28D094;
}

.overlay-success {
    background: #28D094;
    /* The Fallback */
    background: rgba(40, 208, 148, 0.8);
}

.color-info.success {
    background-color: #28D094 !important;
}

.btn-success {
    border-color: #20A576 !important;
    background-color: #28D094 !important;
    color: #FFFFFF;
}

.btn-success:hover {
    border-color: #24BB85 !important;
    background-color: #39D9A0 !important;
    color: #FFFFFF !important;
}

.btn-success:focus, .btn-success:active {
    border-color: #20A576 !important;
    background-color: #1C9066 !important;
    color: #FFFFFF !important;
}

.btn-success.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(40, 208, 148, 0.6);
    box-shadow: 0 1px 20px 1px rgba(40, 208, 148, 0.6);
}

.btn-outline-success {
    border-color: #28D094;
    background-color: transparent;
    color: #28D094;
}

.btn-outline-success:hover {
    background-color: #28D094;
    color: #FFFFFF !important;
}

.btn-outline-success.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(40, 208, 148, 0.6);
    box-shadow: 0 1px 20px 1px rgba(40, 208, 148, 0.6);
}

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

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-success {
    -webkit-box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #28D094 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #28D094 !important;
}

.border-success {
    border: 1px solid #28D094 !important;
}


.border-top-success {
    border-top: 1px solid #28D094;
}

.border-bottom-success {
    border-bottom: 1px solid #28D094;
}

.border-left-success {
    border-left: 1px solid #28D094;
}

.border-right-success {
    border-right: 1px solid #28D094;
}

.success.darken-1 {
    color: #24BB85 !important;
}

.bg-success.bg-darken-1 {
    background-color: #24BB85 !important;
}

.bg-success.bg-darken-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(36, 187, 133, 0.6);
    box-shadow: 0 1px 20px 1px rgba(36, 187, 133, 0.6);
}

.btn-success.btn-darken-1 {
    border-color: #20A576 !important;
    background-color: #24BB85 !important;
}

.btn-success.btn-darken-1:hover {
    border-color: #20A576 !important;
    background-color: #1C9066 !important;
}

.btn-success.btn-darken-1:focus, .btn-success.btn-darken-1:active {
    border-color: #1C9066 !important;
    background-color: #187A57 !important;
}

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

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

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

.border-success.border-darken-1 {
    border: 1px solid #24BB85 !important;
}

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

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

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

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

.overlay-success.overlay-darken-1 {
    background: #24BB85;
    /* The Fallback */
    background: rgba(36, 187, 133, 0.8);
}

.success.darken-2 {
    color: #20A576 !important;
}

.bg-success.bg-darken-2 {
    background-color: #20A576 !important;
}

.bg-success.bg-darken-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(32, 165, 118, 0.6);
    box-shadow: 0 1px 20px 1px rgba(32, 165, 118, 0.6);
}

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

.btn-success.btn-darken-2:hover {
    border-color: #20A576 !important;
    background-color: #1C9066 !important;
}

.btn-success.btn-darken-2:focus, .btn-success.btn-darken-2:active {
    border-color: #1C9066 !important;
    background-color: #187A57 !important;
}

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

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

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

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

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

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

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

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

.overlay-success.overlay-darken-2 {
    background: #20A576;
    /* The Fallback */
    background: rgba(32, 165, 118, 0.8);
}

.success.darken-3 {
    color: #1C9066 !important;
}

.bg-success.bg-darken-3 {
    background-color: #1C9066 !important;
}

.bg-success.bg-darken-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(28, 144, 102, 0.6);
    box-shadow: 0 1px 20px 1px rgba(28, 144, 102, 0.6);
}

.btn-success.btn-darken-3 {
    border-color: #20A576 !important;
    background-color: #1C9066 !important;
}

.btn-success.btn-darken-3:hover {
    border-color: #20A576 !important;
    background-color: #1C9066 !important;
}

.btn-success.btn-darken-3:focus, .btn-success.btn-darken-3:active {
    border-color: #1C9066 !important;
    background-color: #187A57 !important;
}

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

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

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

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

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

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

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

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

.overlay-success.overlay-darken-3 {
    background: #1C9066;
    /* The Fallback */
    background: rgba(28, 144, 102, 0.8);
}

.success.darken-4 {
    color: #187A57 !important;
}

.bg-success.bg-darken-4 {
    background-color: #187A57 !important;
}

.bg-success.bg-darken-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(24, 122, 87, 0.6);
    box-shadow: 0 1px 20px 1px rgba(24, 122, 87, 0.6);
}

.btn-success.btn-darken-4 {
    border-color: #20A576 !important;
    background-color: #187A57 !important;
}

.btn-success.btn-darken-4:hover {
    border-color: #20A576 !important;
    background-color: #1C9066 !important;
}

.btn-success.btn-darken-4:focus, .btn-success.btn-darken-4:active {
    border-color: #1C9066 !important;
    background-color: #187A57 !important;
}

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

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

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

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

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

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

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

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

.overlay-success.overlay-darken-4 {
    background: #187A57;
    /* The Fallback */
    background: rgba(24, 122, 87, 0.8);
}

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

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

.bg-success.bg-accent-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(225, 255, 240, 0.6);
    box-shadow: 0 1px 20px 1px rgba(225, 255, 240, 0.6);
}

.btn-success.btn-accent-1 {
    border-color: #20A576 !important;
    background-color: #E1FFF0 !important;
}

.btn-success.btn-accent-1:hover {
    border-color: #20A576 !important;
    background-color: #1C9066 !important;
}

.btn-success.btn-accent-1:focus, .btn-success.btn-accent-1:active {
    border-color: #1C9066 !important;
    background-color: #187A57 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-success.bg-accent-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(174, 255, 213, 0.6);
    box-shadow: 0 1px 20px 1px rgba(174, 255, 213, 0.6);
}

.btn-success.btn-accent-2 {
    border-color: #20A576 !important;
    background-color: #AEFFD5 !important;
}

.btn-success.btn-accent-2:hover {
    border-color: #20A576 !important;
    background-color: #1C9066 !important;
}

.btn-success.btn-accent-2:focus, .btn-success.btn-accent-2:active {
    border-color: #1C9066 !important;
    background-color: #187A57 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-success.bg-accent-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(123, 255, 187, 0.6);
    box-shadow: 0 1px 20px 1px rgba(123, 255, 187, 0.6);
}

.btn-success.btn-accent-3 {
    border-color: #20A576 !important;
    background-color: #7BFFBB !important;
}

.btn-success.btn-accent-3:hover {
    border-color: #20A576 !important;
    background-color: #1C9066 !important;
}

.btn-success.btn-accent-3:focus, .btn-success.btn-accent-3:active {
    border-color: #1C9066 !important;
    background-color: #187A57 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-success.bg-accent-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(98, 255, 174, 0.6);
    box-shadow: 0 1px 20px 1px rgba(98, 255, 174, 0.6);
}

.btn-success.btn-accent-4 {
    border-color: #20A576 !important;
    background-color: #62FFAE !important;
}

.btn-success.btn-accent-4:hover {
    border-color: #20A576 !important;
    background-color: #1C9066 !important;
}

.btn-success.btn-accent-4:focus, .btn-success.btn-accent-4:active {
    border-color: #1C9066 !important;
    background-color: #187A57 !important;
}

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

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

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

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

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

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

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

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

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

.info.lighten-5 {
    color: #97D2F9 !important;
}

.bg-info.bg-lighten-5 {
    background-color: #97D2F9 !important;
}

.bg-info.bg-lighten-5.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(151, 210, 249, 0.6);
    box-shadow: 0 1px 20px 1px rgba(151, 210, 249, 0.6);
}

.btn-info.btn-lighten-5 {
    border-color: #0C84D1 !important;
    background-color: #97D2F9 !important;
}

.btn-info.btn-lighten-5:hover {
    border-color: #0C84D1 !important;
    background-color: #0B75B9 !important;
}

.btn-info.btn-lighten-5:focus, .btn-info.btn-lighten-5:active {
    border-color: #0B75B9 !important;
    background-color: #0965A1 !important;
}

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

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

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

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

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

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

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

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

.overlay-info.overlay-lighten-5 {
    background: #97D2F9;
    /* The Fallback */
    background: rgba(151, 210, 249, 0.8);
}

.info.lighten-4 {
    color: #7EC8F8 !important;
}

.bg-info.bg-lighten-4 {
    background-color: #7EC8F8 !important;
}

.bg-info.bg-lighten-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(126, 200, 248, 0.6);
    box-shadow: 0 1px 20px 1px rgba(126, 200, 248, 0.6);
}

.btn-info.btn-lighten-4 {
    border-color: #0C84D1 !important;
    background-color: #7EC8F8 !important;
}

.btn-info.btn-lighten-4:hover {
    border-color: #0C84D1 !important;
    background-color: #0B75B9 !important;
}

.btn-info.btn-lighten-4:focus, .btn-info.btn-lighten-4:active {
    border-color: #0B75B9 !important;
    background-color: #0965A1 !important;
}

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

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

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

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

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

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

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

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

.overlay-info.overlay-lighten-4 {
    background: #7EC8F8;
    /* The Fallback */
    background: rgba(126, 200, 248, 0.8);
}

.info.lighten-3 {
    color: #66BEF6 !important;
}

.bg-info.bg-lighten-3 {
    background-color: #66BEF6 !important;
}

.bg-info.bg-lighten-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(102, 190, 246, 0.6);
    box-shadow: 0 1px 20px 1px rgba(102, 190, 246, 0.6);
}

.btn-info.btn-lighten-3 {
    border-color: #0C84D1 !important;
    background-color: #66BEF6 !important;
}

.btn-info.btn-lighten-3:hover {
    border-color: #0C84D1 !important;
    background-color: #0B75B9 !important;
}

.btn-info.btn-lighten-3:focus, .btn-info.btn-lighten-3:active {
    border-color: #0B75B9 !important;
    background-color: #0965A1 !important;
}

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

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

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

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

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

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

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

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

.overlay-info.overlay-lighten-3 {
    background: #66BEF6;
    /* The Fallback */
    background: rgba(102, 190, 246, 0.8);
}

.info.lighten-2 {
    color: #4EB4F5 !important;
}

.bg-info.bg-lighten-2 {
    background-color: #4EB4F5 !important;
}

.bg-info.bg-lighten-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(78, 180, 245, 0.6);
    box-shadow: 0 1px 20px 1px rgba(78, 180, 245, 0.6);
}

.btn-info.btn-lighten-2 {
    border-color: #0C84D1 !important;
    background-color: #4EB4F5 !important;
}

.btn-info.btn-lighten-2:hover {
    border-color: #0C84D1 !important;
    background-color: #0B75B9 !important;
}

.btn-info.btn-lighten-2:focus, .btn-info.btn-lighten-2:active {
    border-color: #0B75B9 !important;
    background-color: #0965A1 !important;
}

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

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

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

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

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

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

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

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

.overlay-info.overlay-lighten-2 {
    background: #4EB4F5;
    /* The Fallback */
    background: rgba(78, 180, 245, 0.8);
}

.info.lighten-1 {
    color: #36A9F3 !important;
}

.bg-info.bg-lighten-1 {
    background-color: #36A9F3 !important;
}

.bg-info.bg-lighten-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(54, 169, 243, 0.6);
    box-shadow: 0 1px 20px 1px rgba(54, 169, 243, 0.6);
}

.btn-info.btn-lighten-1 {
    border-color: #0C84D1 !important;
    background-color: #36A9F3 !important;
}

.btn-info.btn-lighten-1:hover {
    border-color: #0C84D1 !important;
    background-color: #0B75B9 !important;
}

.btn-info.btn-lighten-1:focus, .btn-info.btn-lighten-1:active {
    border-color: #0B75B9 !important;
    background-color: #0965A1 !important;
}

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

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

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

.border-info.border-lighten-1 {
    border: 1px solid #36A9F3 !important;
}

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

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

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

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

.overlay-info.overlay-lighten-1 {
    background: #36A9F3;
    /* The Fallback */
    background: rgba(54, 169, 243, 0.8);
}

.info {
    color: #1E9FF2 !important;
}

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

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

.bg-info.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(30, 159, 242, 0.6);
    box-shadow: 0 1px 20px 1px rgba(30, 159, 242, 0.6);
}

.selectboxit.selectboxit-btn.bg-info {
    background-color: #1E9FF2 !important;
}

.alert-info {
    border-color: #1E9FF2 !important;
    background-color: #62BCF6 !important;
    color: #053858 !important;
}

.alert-info .alert-link {
    color: #031F32 !important;
}

.border-info {
    border-color: #1E9FF2;
}

.overlay-info {
    background: #1E9FF2;
    /* The Fallback */
    background: rgba(30, 159, 242, 0.8);
}

.color-info.info {
    background-color: #1E9FF2 !important;
}

.btn-info {
    border-color: #0C84D1 !important;
    background-color: #1E9FF2 !important;
    color: #FFFFFF;
}

.btn-info:hover {
    border-color: #0D93E9 !important;
    background-color: #36A9F3 !important;
    color: #FFFFFF !important;
}

.btn-info:focus, .btn-info:active {
    border-color: #0C84D1 !important;
    background-color: #0B75B9 !important;
    color: #FFFFFF !important;
}

.btn-info.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(30, 159, 242, 0.6);
    box-shadow: 0 1px 20px 1px rgba(30, 159, 242, 0.6);
}

.btn-outline-info {
    border-color: #1E9FF2;
    background-color: transparent;
    color: #1E9FF2;
}

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

.btn-outline-info.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(30, 159, 242, 0.6);
    box-shadow: 0 1px 20px 1px rgba(30, 159, 242, 0.6);
}

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

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-info {
    -webkit-box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #1E9FF2 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #1E9FF2 !important;
}

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

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

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

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

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

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

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

.bg-info.bg-darken-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(13, 147, 233, 0.6);
    box-shadow: 0 1px 20px 1px rgba(13, 147, 233, 0.6);
}

.btn-info.btn-darken-1 {
    border-color: #0C84D1 !important;
    background-color: #0D93E9 !important;
}

.btn-info.btn-darken-1:hover {
    border-color: #0C84D1 !important;
    background-color: #0B75B9 !important;
}

.btn-info.btn-darken-1:focus, .btn-info.btn-darken-1:active {
    border-color: #0B75B9 !important;
    background-color: #0965A1 !important;
}

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

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

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

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

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

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

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

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

.overlay-info.overlay-darken-1 {
    background: #0D93E9;
    /* The Fallback */
    background: rgba(13, 147, 233, 0.8);
}

.info.darken-2 {
    color: #0C84D1 !important;
}

.bg-info.bg-darken-2 {
    background-color: #0C84D1 !important;
}

.bg-info.bg-darken-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(12, 132, 209, 0.6);
    box-shadow: 0 1px 20px 1px rgba(12, 132, 209, 0.6);
}

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

.btn-info.btn-darken-2:hover {
    border-color: #0C84D1 !important;
    background-color: #0B75B9 !important;
}

.btn-info.btn-darken-2:focus, .btn-info.btn-darken-2:active {
    border-color: #0B75B9 !important;
    background-color: #0965A1 !important;
}

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

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

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

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

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

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

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

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

.overlay-info.overlay-darken-2 {
    background: #0C84D1;
    /* The Fallback */
    background: rgba(12, 132, 209, 0.8);
}

.info.darken-3 {
    color: #0B75B9 !important;
}

.bg-info.bg-darken-3 {
    background-color: #0B75B9 !important;
}

.bg-info.bg-darken-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(11, 117, 185, 0.6);
    box-shadow: 0 1px 20px 1px rgba(11, 117, 185, 0.6);
}

.btn-info.btn-darken-3 {
    border-color: #0C84D1 !important;
    background-color: #0B75B9 !important;
}

.btn-info.btn-darken-3:hover {
    border-color: #0C84D1 !important;
    background-color: #0B75B9 !important;
}

.btn-info.btn-darken-3:focus, .btn-info.btn-darken-3:active {
    border-color: #0B75B9 !important;
    background-color: #0965A1 !important;
}

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

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

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

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

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

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

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

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

.overlay-info.overlay-darken-3 {
    background: #0B75B9;
    /* The Fallback */
    background: rgba(11, 117, 185, 0.8);
}

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

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

.bg-info.bg-darken-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(9, 101, 161, 0.6);
    box-shadow: 0 1px 20px 1px rgba(9, 101, 161, 0.6);
}

.btn-info.btn-darken-4 {
    border-color: #0C84D1 !important;
    background-color: #0965A1 !important;
}

.btn-info.btn-darken-4:hover {
    border-color: #0C84D1 !important;
    background-color: #0B75B9 !important;
}

.btn-info.btn-darken-4:focus, .btn-info.btn-darken-4:active {
    border-color: #0B75B9 !important;
    background-color: #0965A1 !important;
}

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

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

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

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

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

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

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

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

.overlay-info.overlay-darken-4 {
    background: #0965A1;
    /* The Fallback */
    background: rgba(9, 101, 161, 0.8);
}

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

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

.bg-info.bg-accent-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(239, 245, 255, 0.6);
    box-shadow: 0 1px 20px 1px rgba(239, 245, 255, 0.6);
}

.btn-info.btn-accent-1 {
    border-color: #0C84D1 !important;
    background-color: #EFF5FF !important;
}

.btn-info.btn-accent-1:hover {
    border-color: #0C84D1 !important;
    background-color: #0B75B9 !important;
}

.btn-info.btn-accent-1:focus, .btn-info.btn-accent-1:active {
    border-color: #0B75B9 !important;
    background-color: #0965A1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-info.bg-accent-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(223, 236, 255, 0.6);
    box-shadow: 0 1px 20px 1px rgba(223, 236, 255, 0.6);
}

.btn-info.btn-accent-2 {
    border-color: #0C84D1 !important;
    background-color: #DFECFF !important;
}

.btn-info.btn-accent-2:hover {
    border-color: #0C84D1 !important;
    background-color: #0B75B9 !important;
}

.btn-info.btn-accent-2:focus, .btn-info.btn-accent-2:active {
    border-color: #0B75B9 !important;
    background-color: #0965A1 !important;
}

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

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

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

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

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

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

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

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

.overlay-info.overlay-accent-2 {
    background: #DFECFF;
    /* The Fallback */
    background: rgba(223, 236, 255, 0.8);
}

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

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

.bg-info.bg-accent-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(172, 207, 255, 0.6);
    box-shadow: 0 1px 20px 1px rgba(172, 207, 255, 0.6);
}

.btn-info.btn-accent-3 {
    border-color: #0C84D1 !important;
    background-color: #ACCFFF !important;
}

.btn-info.btn-accent-3:hover {
    border-color: #0C84D1 !important;
    background-color: #0B75B9 !important;
}

.btn-info.btn-accent-3:focus, .btn-info.btn-accent-3:active {
    border-color: #0B75B9 !important;
    background-color: #0965A1 !important;
}

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

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

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

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

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

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

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

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

.overlay-info.overlay-accent-3 {
    background: #ACCFFF;
    /* The Fallback */
    background: rgba(172, 207, 255, 0.8);
}

.info.accent-4 {
    color: #92C0FF !important;
}

.bg-info.bg-accent-4 {
    background-color: #92C0FF !important;
}

.bg-info.bg-accent-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(146, 192, 255, 0.6);
    box-shadow: 0 1px 20px 1px rgba(146, 192, 255, 0.6);
}

.btn-info.btn-accent-4 {
    border-color: #0C84D1 !important;
    background-color: #92C0FF !important;
}

.btn-info.btn-accent-4:hover {
    border-color: #0C84D1 !important;
    background-color: #0B75B9 !important;
}

.btn-info.btn-accent-4:focus, .btn-info.btn-accent-4:active {
    border-color: #0B75B9 !important;
    background-color: #0965A1 !important;
}

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

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

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

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

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

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

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

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

.overlay-info.overlay-accent-4 {
    background: #92C0FF;
    /* The Fallback */
    background: rgba(146, 192, 255, 0.8);
}

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

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

.bg-warning.bg-lighten-5.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 222, 201, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 222, 201, 0.6);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-warning.bg-lighten-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 207, 175, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 207, 175, 0.6);
}

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

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

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

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

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

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

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

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

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

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

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

.overlay-warning.overlay-lighten-4 {
    background: #FFCFAF;
    /* The Fallback */
    background: rgba(255, 207, 175, 0.8);
}

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

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

.bg-warning.bg-lighten-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 191, 150, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 191, 150, 0.6);
}

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

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

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

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

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

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

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

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

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

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

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

.overlay-warning.overlay-lighten-3 {
    background: #FFBF96;
    /* The Fallback */
    background: rgba(255, 191, 150, 0.8);
}

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

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

.bg-warning.bg-lighten-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 176, 124, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 176, 124, 0.6);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-warning.bg-lighten-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 160, 99, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 160, 99, 0.6);
}

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

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

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

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

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

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

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

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

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

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

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

.overlay-warning.overlay-lighten-1 {
    background: #FFA063;
    /* The Fallback */
    background: rgba(255, 160, 99, 0.8);
}

.warning {
    color: #FF9149 !important;
}

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

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

.bg-warning.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 145, 73, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 145, 73, 0.6);
}

.selectboxit.selectboxit-btn.bg-warning {
    background-color: #FF9149 !important;
}

.alert-warning {
    border-color: #FF9149 !important;
    background-color: #FFBC90 !important;
    color: #963B00 !important;
}

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

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

.overlay-warning {
    background: #FF9149;
    /* The Fallback */
    background: rgba(255, 145, 73, 0.8);
}

.color-info.warning {
    background-color: #FF9149 !important;
}

.btn-warning {
    border-color: #FF7216 !important;
    background-color: #FF9149 !important;
    color: #FFFFFF;
}

.btn-warning:hover {
    border-color: #FF8230 !important;
    background-color: #FFA063 !important;
    color: #FFFFFF !important;
}

.btn-warning:focus, .btn-warning:active {
    border-color: #FF7216 !important;
    background-color: #FC6300 !important;
    color: #FFFFFF !important;
}

.btn-warning.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 145, 73, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 145, 73, 0.6);
}

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

.btn-outline-warning:hover {
    background-color: #FF9149;
    color: #FFFFFF !important;
}

.btn-outline-warning.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 145, 73, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 145, 73, 0.6);
}

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

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-warning {
    -webkit-box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FF9149 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FF9149 !important;
}

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

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

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

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

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

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

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

.bg-warning.bg-darken-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 130, 48, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 130, 48, 0.6);
}

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

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

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

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

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

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

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

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

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

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

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

.overlay-warning.overlay-darken-1 {
    background: #FF8230;
    /* The Fallback */
    background: rgba(255, 130, 48, 0.8);
}

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

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

.bg-warning.bg-darken-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 114, 22, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 114, 22, 0.6);
}

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

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

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

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

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

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

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

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

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

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

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

.overlay-warning.overlay-darken-2 {
    background: #FF7216;
    /* The Fallback */
    background: rgba(255, 114, 22, 0.8);
}

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

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

.bg-warning.bg-darken-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(252, 99, 0, 0.6);
    box-shadow: 0 1px 20px 1px rgba(252, 99, 0, 0.6);
}

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

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

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

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

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

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

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

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

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

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

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

.overlay-warning.overlay-darken-3 {
    background: #FC6300;
    /* The Fallback */
    background: rgba(252, 99, 0, 0.8);
}

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

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

.bg-warning.bg-darken-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(226, 89, 0, 0.6);
    box-shadow: 0 1px 20px 1px rgba(226, 89, 0, 0.6);
}

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

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

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

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

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

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

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

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

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

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

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

.overlay-warning.overlay-darken-4 {
    background: #E25900;
    /* The Fallback */
    background: rgba(226, 89, 0, 0.8);
}

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

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

.bg-warning.bg-accent-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 245, 239, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 245, 239, 0.6);
}

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

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

.btn-warning.btn-accent-1:focus, .btn-warning.btn-accent-1:active {
    border-color: #FC6300 !important;
    background-color: #E25900 !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 #FFFFFF, 0 0 0 0.21rem #FFF5EF !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-warning.bg-accent-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 229, 216, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 229, 216, 0.6);
}

.btn-warning.btn-accent-2 {
    border-color: #FF7216 !important;
    background-color: #FFE5D8 !important;
}

.btn-warning.btn-accent-2:hover {
    border-color: #FF7216 !important;
    background-color: #FC6300 !important;
}

.btn-warning.btn-accent-2:focus, .btn-warning.btn-accent-2:active {
    border-color: #FC6300 !important;
    background-color: #E25900 !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 #FFFFFF, 0 0 0 0.21rem #FFE5D8 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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: #FFDDD0 !important;
}

.bg-warning.bg-accent-3 {
    background-color: #FFDDD0 !important;
}

.bg-warning.bg-accent-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 221, 208, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 221, 208, 0.6);
}

.btn-warning.btn-accent-3 {
    border-color: #FF7216 !important;
    background-color: #FFDDD0 !important;
}

.btn-warning.btn-accent-3:hover {
    border-color: #FF7216 !important;
    background-color: #FC6300 !important;
}

.btn-warning.btn-accent-3:focus, .btn-warning.btn-accent-3:active {
    border-color: #FC6300 !important;
    background-color: #E25900 !important;
}

.btn-outline-warning.btn-outline-accent-3 {
    border-color: #FFDDD0 !important;
    color: #FFDDD0 !important;
}

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

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

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

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

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

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

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

.overlay-warning.overlay-accent-3 {
    background: #FFDDD0;
    /* The Fallback */
    background: rgba(255, 221, 208, 0.8);
}

.warning.accent-4 {
    color: #FFCAB7 !important;
}

.bg-warning.bg-accent-4 {
    background-color: #FFCAB7 !important;
}

.bg-warning.bg-accent-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 202, 183, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 202, 183, 0.6);
}

.btn-warning.btn-accent-4 {
    border-color: #FF7216 !important;
    background-color: #FFCAB7 !important;
}

.btn-warning.btn-accent-4:hover {
    border-color: #FF7216 !important;
    background-color: #FC6300 !important;
}

.btn-warning.btn-accent-4:focus, .btn-warning.btn-accent-4:active {
    border-color: #FC6300 !important;
    background-color: #E25900 !important;
}

.btn-outline-warning.btn-outline-accent-4 {
    border-color: #FFCAB7 !important;
    color: #FFCAB7 !important;
}

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

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

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

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

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

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

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

.overlay-warning.overlay-accent-4 {
    background: #FFCAB7;
    /* The Fallback */
    background: rgba(255, 202, 183, 0.8);
}

.danger.lighten-5 {
    color: #FFC9D0 !important;
}

.bg-danger.bg-lighten-5 {
    background-color: #FFC9D0 !important;
}

.bg-danger.bg-lighten-5.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 201, 208, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 201, 208, 0.6);
}

.btn-danger.btn-lighten-5 {
    border-color: #FF1635 !important;
    background-color: #FFC9D0 !important;
}

.btn-danger.btn-lighten-5:hover {
    border-color: #FF1635 !important;
    background-color: #FC0021 !important;
}

.btn-danger.btn-lighten-5:focus, .btn-danger.btn-lighten-5:active {
    border-color: #FC0021 !important;
    background-color: #E2001E !important;
}

.btn-outline-danger.btn-outline-lighten-5 {
    border-color: #FFC9D0 !important;
    color: #FFC9D0 !important;
}

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

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

.border-danger.border-lighten-5 {
    border: 1px solid #FFC9D0 !important;
}

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

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

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

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

.overlay-danger.overlay-lighten-5 {
    background: #FFC9D0;
    /* The Fallback */
    background: rgba(255, 201, 208, 0.8);
}

.danger.lighten-4 {
    color: #FFAFBA !important;
}

.bg-danger.bg-lighten-4 {
    background-color: #FFAFBA !important;
}

.bg-danger.bg-lighten-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 175, 186, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 175, 186, 0.6);
}

.btn-danger.btn-lighten-4 {
    border-color: #FF1635 !important;
    background-color: #FFAFBA !important;
}

.btn-danger.btn-lighten-4:hover {
    border-color: #FF1635 !important;
    background-color: #FC0021 !important;
}

.btn-danger.btn-lighten-4:focus, .btn-danger.btn-lighten-4:active {
    border-color: #FC0021 !important;
    background-color: #E2001E !important;
}

.btn-outline-danger.btn-outline-lighten-4 {
    border-color: #FFAFBA !important;
    color: #FFAFBA !important;
}

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

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

.border-danger.border-lighten-4 {
    border: 1px solid #FFAFBA !important;
}

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

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

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

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

.overlay-danger.overlay-lighten-4 {
    background: #FFAFBA;
    /* The Fallback */
    background: rgba(255, 175, 186, 0.8);
}

.danger.lighten-3 {
    color: #FF96A3 !important;
}

.bg-danger.bg-lighten-3 {
    background-color: #FF96A3 !important;
}

.bg-danger.bg-lighten-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 150, 163, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 150, 163, 0.6);
}

.btn-danger.btn-lighten-3 {
    border-color: #FF1635 !important;
    background-color: #FF96A3 !important;
}

.btn-danger.btn-lighten-3:hover {
    border-color: #FF1635 !important;
    background-color: #FC0021 !important;
}

.btn-danger.btn-lighten-3:focus, .btn-danger.btn-lighten-3:active {
    border-color: #FC0021 !important;
    background-color: #E2001E !important;
}

.btn-outline-danger.btn-outline-lighten-3 {
    border-color: #FF96A3 !important;
    color: #FF96A3 !important;
}

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

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

.border-danger.border-lighten-3 {
    border: 1px solid #FF96A3 !important;
}

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

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

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

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

.overlay-danger.overlay-lighten-3 {
    background: #FF96A3;
    /* The Fallback */
    background: rgba(255, 150, 163, 0.8);
}

.danger.lighten-2 {
    color: #FF7C8D !important;
}

.bg-danger.bg-lighten-2 {
    background-color: #FF7C8D !important;
}

.bg-danger.bg-lighten-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 124, 141, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 124, 141, 0.6);
}

.btn-danger.btn-lighten-2 {
    border-color: #FF1635 !important;
    background-color: #FF7C8D !important;
}

.btn-danger.btn-lighten-2:hover {
    border-color: #FF1635 !important;
    background-color: #FC0021 !important;
}

.btn-danger.btn-lighten-2:focus, .btn-danger.btn-lighten-2:active {
    border-color: #FC0021 !important;
    background-color: #E2001E !important;
}

.btn-outline-danger.btn-outline-lighten-2 {
    border-color: #FF7C8D !important;
    color: #FF7C8D !important;
}

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

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

.border-danger.border-lighten-2 {
    border: 1px solid #FF7C8D !important;
}

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

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

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

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

.overlay-danger.overlay-lighten-2 {
    background: #FF7C8D;
    /* The Fallback */
    background: rgba(255, 124, 141, 0.8);
}

.danger.lighten-1 {
    color: #FF6377 !important;
}

.bg-danger.bg-lighten-1 {
    background-color: #FF6377 !important;
}

.bg-danger.bg-lighten-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 99, 119, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 99, 119, 0.6);
}

.btn-danger.btn-lighten-1 {
    border-color: #FF1635 !important;
    background-color: #FF6377 !important;
}

.btn-danger.btn-lighten-1:hover {
    border-color: #FF1635 !important;
    background-color: #FC0021 !important;
}

.btn-danger.btn-lighten-1:focus, .btn-danger.btn-lighten-1:active {
    border-color: #FC0021 !important;
    background-color: #E2001E !important;
}

.btn-outline-danger.btn-outline-lighten-1 {
    border-color: #FF6377 !important;
    color: #FF6377 !important;
}

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

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

.border-danger.border-lighten-1 {
    border: 1px solid #FF6377 !important;
}

.border-top-danger.border-top-lighten-1 {
    border-top: 1px solid #FF6377 !important;
}

.border-bottom-danger.border-bottom-lighten-1 {
    border-bottom: 1px solid #FF6377 !important;
}

.border-left-danger.border-left-lighten-1 {
    border-left: 1px solid #FF6377 !important;
}

.border-right-danger.border-right-lighten-1 {
    border-right: 1px solid #FF6377 !important;
}

.overlay-danger.overlay-lighten-1 {
    background: #FF6377;
    /* The Fallback */
    background: rgba(255, 99, 119, 0.8);
}

.danger {
    color: #FF4961 !important;
}

.bg-danger {
    background-color: #FF4961 !important;
}

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

.bg-danger.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 73, 97, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 73, 97, 0.6);
}

.selectboxit.selectboxit-btn.bg-danger {
    background-color: #FF4961 !important;
}

.alert-danger {
    border-color: #FF4961 !important;
    background-color: #FF909F !important;
    color: #960014 !important;
}

.alert-danger .alert-link {
    color: #6D000E !important;
}

.border-danger {
    border-color: #FF4961;
}

.overlay-danger {
    background: #FF4961;
    /* The Fallback */
    background: rgba(255, 73, 97, 0.8);
}

.color-info.danger {
    background-color: #FF4961 !important;
}

.btn-danger {
    border-color: #FF1635 !important;
    background-color: #FF4961 !important;
    color: #FFFFFF;
}

.btn-danger:hover {
    border-color: #FF304B !important;
    background-color: #FF6377 !important;
    color: #FFFFFF !important;
}

.btn-danger:focus, .btn-danger:active {
    border-color: #FF1635 !important;
    background-color: #FC0021 !important;
    color: #FFFFFF !important;
}

.btn-danger.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 73, 97, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 73, 97, 0.6);
}

.btn-outline-danger {
    border-color: #FF4961;
    background-color: transparent;
    color: #FF4961;
}

.btn-outline-danger:hover {
    background-color: #FF4961;
    color: #FFFFFF !important;
}

.btn-outline-danger.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 73, 97, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 73, 97, 0.6);
}

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

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-danger {
    -webkit-box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FF4961 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FF4961 !important;
}

.border-danger {
    border: 1px solid #FF4961 !important;
}

.border-top-danger {
    border-top: 1px solid #FF4961;
}

.border-bottom-danger {
    border-bottom: 1px solid #FF4961;
}

.border-left-danger {
    border-left: 1px solid #FF4961;
}

.border-right-danger {
    border-right: 1px solid #FF4961;
}

.danger.darken-1 {
    color: #FF304B !important;
}

.bg-danger.bg-darken-1 {
    background-color: #FF304B !important;
}

.bg-danger.bg-darken-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 48, 75, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 48, 75, 0.6);
}

.btn-danger.btn-darken-1 {
    border-color: #FF1635 !important;
    background-color: #FF304B !important;
}

.btn-danger.btn-darken-1:hover {
    border-color: #FF1635 !important;
    background-color: #FC0021 !important;
}

.btn-danger.btn-darken-1:focus, .btn-danger.btn-darken-1:active {
    border-color: #FC0021 !important;
    background-color: #E2001E !important;
}

.btn-outline-danger.btn-outline-darken-1 {
    border-color: #FF304B !important;
    color: #FF304B !important;
}

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

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

.border-danger.border-darken-1 {
    border: 1px solid #FF304B !important;
}

.border-top-danger.border-top-darken-1 {
    border-top: 1px solid #FF304B !important;
}

.border-bottom-danger.border-bottom-darken-1 {
    border-bottom: 1px solid #FF304B !important;
}

.border-left-danger.border-left-darken-1 {
    border-left: 1px solid #FF304B !important;
}

.border-right-danger.border-right-darken-1 {
    border-right: 1px solid #FF304B !important;
}

.overlay-danger.overlay-darken-1 {
    background: #FF304B;
    /* The Fallback */
    background: rgba(255, 48, 75, 0.8);
}

.danger.darken-2 {
    color: #FF1635 !important;
}

.bg-danger.bg-darken-2 {
    background-color: #FF1635 !important;
}

.bg-danger.bg-darken-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 22, 53, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 22, 53, 0.6);
}

.btn-danger.btn-darken-2 {
    border-color: #FF1635 !important;
    background-color: #FF1635 !important;
}

.btn-danger.btn-darken-2:hover {
    border-color: #FF1635 !important;
    background-color: #FC0021 !important;
}

.btn-danger.btn-darken-2:focus, .btn-danger.btn-darken-2:active {
    border-color: #FC0021 !important;
    background-color: #E2001E !important;
}

.btn-outline-danger.btn-outline-darken-2 {
    border-color: #FF1635 !important;
    color: #FF1635 !important;
}

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

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

.border-danger.border-darken-2 {
    border: 1px solid #FF1635 !important;
}

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

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

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

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

.overlay-danger.overlay-darken-2 {
    background: #FF1635;
    /* The Fallback */
    background: rgba(255, 22, 53, 0.8);
}

.danger.darken-3 {
    color: #FC0021 !important;
}

.bg-danger.bg-darken-3 {
    background-color: #FC0021 !important;
}

.bg-danger.bg-darken-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(252, 0, 33, 0.6);
    box-shadow: 0 1px 20px 1px rgba(252, 0, 33, 0.6);
}

.btn-danger.btn-darken-3 {
    border-color: #FF1635 !important;
    background-color: #FC0021 !important;
}

.btn-danger.btn-darken-3:hover {
    border-color: #FF1635 !important;
    background-color: #FC0021 !important;
}

.btn-danger.btn-darken-3:focus, .btn-danger.btn-darken-3:active {
    border-color: #FC0021 !important;
    background-color: #E2001E !important;
}

.btn-outline-danger.btn-outline-darken-3 {
    border-color: #FC0021 !important;
    color: #FC0021 !important;
}

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

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

.border-danger.border-darken-3 {
    border: 1px solid #FC0021 !important;
}

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

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

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

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

.overlay-danger.overlay-darken-3 {
    background: #FC0021;
    /* The Fallback */
    background: rgba(252, 0, 33, 0.8);
}

.danger.darken-4 {
    color: #E2001E !important;
}

.bg-danger.bg-darken-4 {
    background-color: #E2001E !important;
}

.bg-danger.bg-darken-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(226, 0, 30, 0.6);
    box-shadow: 0 1px 20px 1px rgba(226, 0, 30, 0.6);
}

.btn-danger.btn-darken-4 {
    border-color: #FF1635 !important;
    background-color: #E2001E !important;
}

.btn-danger.btn-darken-4:hover {
    border-color: #FF1635 !important;
    background-color: #FC0021 !important;
}

.btn-danger.btn-darken-4:focus, .btn-danger.btn-darken-4:active {
    border-color: #FC0021 !important;
    background-color: #E2001E !important;
}

.btn-outline-danger.btn-outline-darken-4 {
    border-color: #E2001E !important;
    color: #E2001E !important;
}

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

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

.border-danger.border-darken-4 {
    border: 1px solid #E2001E !important;
}

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

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

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

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

.overlay-danger.overlay-darken-4 {
    background: #E2001E;
    /* The Fallback */
    background: rgba(226, 0, 30, 0.8);
}

.danger.accent-1 {
    color: #FFEEF1 !important;
}

.bg-danger.bg-accent-1 {
    background-color: #FFEEF1 !important;
}

.bg-danger.bg-accent-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 238, 241, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 238, 241, 0.6);
}

.btn-danger.btn-accent-1 {
    border-color: #FF1635 !important;
    background-color: #FFEEF1 !important;
}

.btn-danger.btn-accent-1:hover {
    border-color: #FF1635 !important;
    background-color: #FC0021 !important;
}

.btn-danger.btn-accent-1:focus, .btn-danger.btn-accent-1:active {
    border-color: #FC0021 !important;
    background-color: #E2001E !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 #FFFFFF, 0 0 0 0.21rem #FFEEF1 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-danger.bg-accent-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 214, 219, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 214, 219, 0.6);
}

.btn-danger.btn-accent-2 {
    border-color: #FF1635 !important;
    background-color: #FFD6DB !important;
}

.btn-danger.btn-accent-2:hover {
    border-color: #FF1635 !important;
    background-color: #FC0021 !important;
}

.btn-danger.btn-accent-2:focus, .btn-danger.btn-accent-2:active {
    border-color: #FC0021 !important;
    background-color: #E2001E !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 #FFFFFF, 0 0 0 0.21rem #FFD6DB !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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: #FFD0D3 !important;
}

.bg-danger.bg-accent-3 {
    background-color: #FFD0D3 !important;
}

.bg-danger.bg-accent-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 208, 211, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 208, 211, 0.6);
}

.btn-danger.btn-accent-3 {
    border-color: #FF1635 !important;
    background-color: #FFD0D3 !important;
}

.btn-danger.btn-accent-3:hover {
    border-color: #FF1635 !important;
    background-color: #FC0021 !important;
}

.btn-danger.btn-accent-3:focus, .btn-danger.btn-accent-3:active {
    border-color: #FC0021 !important;
    background-color: #E2001E !important;
}

.btn-outline-danger.btn-outline-accent-3 {
    border-color: #FFD0D3 !important;
    color: #FFD0D3 !important;
}

.btn-outline-danger.btn-outline-accent-3:hover {
    background-color: #FFD0D3 !important;
}

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

.border-danger.border-accent-3 {
    border: 1px solid #FFD0D3 !important;
}

.border-top-danger.border-top-accent-3 {
    border-top: 1px solid #FFD0D3 !important;
}

.border-bottom-danger.border-bottom-accent-3 {
    border-bottom: 1px solid #FFD0D3 !important;
}

.border-left-danger.border-left-accent-3 {
    border-left: 1px solid #FFD0D3 !important;
}

.border-right-danger.border-right-accent-3 {
    border-right: 1px solid #FFD0D3 !important;
}

.overlay-danger.overlay-accent-3 {
    background: #FFD0D3;
    /* The Fallback */
    background: rgba(255, 208, 211, 0.8);
}

.danger.accent-4 {
    color: #FFB7BC !important;
}

.bg-danger.bg-accent-4 {
    background-color: #FFB7BC !important;
}

.bg-danger.bg-accent-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 183, 188, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 183, 188, 0.6);
}

.btn-danger.btn-accent-4 {
    border-color: #FF1635 !important;
    background-color: #FFB7BC !important;
}

.btn-danger.btn-accent-4:hover {
    border-color: #FF1635 !important;
    background-color: #FC0021 !important;
}

.btn-danger.btn-accent-4:focus, .btn-danger.btn-accent-4:active {
    border-color: #FC0021 !important;
    background-color: #E2001E !important;
}

.btn-outline-danger.btn-outline-accent-4 {
    border-color: #FFB7BC !important;
    color: #FFB7BC !important;
}

.btn-outline-danger.btn-outline-accent-4:hover {
    background-color: #FFB7BC !important;
}

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

.border-danger.border-accent-4 {
    border: 1px solid #FFB7BC !important;
}

.border-top-danger.border-top-accent-4 {
    border-top: 1px solid #FFB7BC !important;
}

.border-bottom-danger.border-bottom-accent-4 {
    border-bottom: 1px solid #FFB7BC !important;
}

.border-left-danger.border-left-accent-4 {
    border-left: 1px solid #FFB7BC !important;
}

.border-right-danger.border-right-accent-4 {
    border-right: 1px solid #FFB7BC !important;
}

.overlay-danger.overlay-accent-4 {
    background: #FFB7BC;
    /* The Fallback */
    background: rgba(255, 183, 188, 0.8);
}

.light {
    color: #E0E0E0 !important;
}

.bg-light {
    background-color: #E0E0E0 !important;
}

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

.bg-light.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(224, 224, 224, 0.6);
    box-shadow: 0 1px 20px 1px rgba(224, 224, 224, 0.6);
}

.selectboxit.selectboxit-btn.bg-light {
    background-color: #E0E0E0 !important;
}

.alert-light {
    border-color: #E0E0E0 !important;
    background-color: white !important;
    color: #878787 !important;
}

.alert-light .alert-link {
    color: #727272 !important;
}

.border-light {
    border-color: #E0E0E0;
}

.overlay-light {
    background: #E0E0E0;
    /* The Fallback */
    background: rgba(224, 224, 224, 0.8);
}

.color-info.light {
    background-color: #E0E0E0 !important;
}


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

.btn-light.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(224, 224, 224, 0.6);
    box-shadow: 0 1px 20px 1px rgba(224, 224, 224, 0.6);
}

.btn-outline-light {
    border-color: #E0E0E0;
    background-color: transparent;
    color: #E0E0E0;
}

.btn-outline-light:hover {
    background-color: #E0E0E0;
    color: #FFFFFF !important;
}

.btn-outline-light.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(224, 224, 224, 0.6);
    box-shadow: 0 1px 20px 1px rgba(224, 224, 224, 0.6);
}

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

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-light {
    -webkit-box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #E0E0E0 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #E0E0E0 !important;
}

.border-light {
    border: 1px solid #E0E0E0 !important;
}

.border-top-light {
    border-top: 1px solid #E0E0E0;
}

.border-bottom-light {
    border-bottom: 1px solid #E0E0E0;
}

.border-left-light {
    border-left: 1px solid #E0E0E0;
}

.border-right-light {
    border-right: 1px solid #E0E0E0;
}

.light.lighten-1 {
    color: #BDBDBD !important;
}

.bg-light.bg-lighten-1 {
    background-color: #BDBDBD !important;
}

.bg-light.bg-lighten-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(189, 189, 189, 0.6);
    box-shadow: 0 1px 20px 1px rgba(189, 189, 189, 0.6);
}

.btn-light.btn-lighten-1 {
    border-color: #BDBDBD !important;
    background-color: #BDBDBD !important;
}

.btn-light.btn-lighten-1:hover {
    border-color: #BDBDBD !important;
    background-color: #BDBDBD !important;
}

.btn-light.btn-lighten-1:focus, .btn-light.btn-lighten-1:active {
    border-color: #BDBDBD !important;
    background-color: #BDBDBD !important;
}

.btn-outline-light.btn-outline-lighten-1 {
    border-color: #BDBDBD !important;
    color: #BDBDBD !important;
}

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

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

.border-light.border-lighten-1 {
    border: 1px solid #BDBDBD !important;
}

.border-top-light.border-top-lighten-1 {
    border-top: 1px solid #BDBDBD !important;
}

.border-bottom-light.border-bottom-lighten-1 {
    border-bottom: 1px solid #BDBDBD !important;
}

.border-left-light.border-left-lighten-1 {
    border-left: 1px solid #BDBDBD !important;
}

.border-right-light.border-right-lighten-1 {
    border-right: 1px solid #BDBDBD !important;
}

.overlay-light.overlay-lighten-1 {
    background: #BDBDBD;
    /* The Fallback */
    background: rgba(189, 189, 189, 0.8);
}

.light.darken-1 {
    color: #9E9E9E !important;
}

.bg-light.bg-darken-1 {
    background-color: #9E9E9E !important;
}

.bg-light.bg-darken-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(158, 158, 158, 0.6);
    box-shadow: 0 1px 20px 1px rgba(158, 158, 158, 0.6);
}

.btn-outline-light.btn-outline-darken-1 {
    border-color: #9E9E9E !important;
    color: #9E9E9E !important;
}

.btn-outline-light.btn-outline-darken-1:hover {
    background-color: #9E9E9E !important;
}

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

.border-light.border-darken-1 {
    border: 1px solid #9E9E9E !important;
}

.border-top-light.border-top-darken-1 {
    border-top: 1px solid #9E9E9E !important;
}

.border-bottom-light.border-bottom-darken-1 {
    border-bottom: 1px solid #9E9E9E !important;
}

.border-left-light.border-left-darken-1 {
    border-left: 1px solid #9E9E9E !important;
}

.border-right-light.border-right-darken-1 {
    border-right: 1px solid #9E9E9E !important;
}

.overlay-light.overlay-darken-1 {
    background: #9E9E9E;
    /* The Fallback */
    background: rgba(158, 158, 158, 0.8);
}

.dark {
    color: #424242 !important;
}

.bg-dark {
    background-color: #424242 !important;
}

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

.bg-dark.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(66, 66, 66, 0.6);
    box-shadow: 0 1px 20px 1px rgba(66, 66, 66, 0.6);
}

.selectboxit.selectboxit-btn.bg-dark {
    background-color: #424242 !important;
}

.alert-dark {
    border-color: #424242 !important;
    background-color: #666666 !important;
    color: black !important;
}

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

.border-dark {
    border-color: #424242;
}

.overlay-dark {
    background: #424242;
    /* The Fallback */
    background: rgba(66, 66, 66, 0.8);
}

.color-info.dark {
    background-color: #424242 !important;
}

.btn-dark {
    border-color: #424242 !important;
    background-color: #424242 !important;
    color: #FFFFFF;
}

.btn-dark:hover {
    border-color: #212121 !important;
    background-color: #616161 !important;
    color: #FFFFFF !important;
}

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

.btn-dark.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(66, 66, 66, 0.6);
    box-shadow: 0 1px 20px 1px rgba(66, 66, 66, 0.6);
}

.btn-outline-dark {
    border-color: #424242;
    background-color: transparent;
    color: #424242;
}

.btn-outline-dark:hover {
    background-color: #424242;
    color: #FFFFFF !important;
}

.btn-outline-dark.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(66, 66, 66, 0.6);
    box-shadow: 0 1px 20px 1px rgba(66, 66, 66, 0.6);
}

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

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-dark {
    -webkit-box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #424242 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #424242 !important;
}

.border-dark {
    border: 1px solid #424242 !important;
}

.border-top-dark {
    border-top: 1px solid #424242;
}

.border-bottom-dark {
    border-bottom: 1px solid #424242;
}

.border-left-dark {
    border-left: 1px solid #424242;
}

.border-right-dark {
    border-right: 1px solid #424242;
}

.dark.lighten-1 {
    color: #616161 !important;
}

.bg-dark.bg-lighten-1 {
    background-color: #616161 !important;
}

.bg-dark.bg-lighten-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(97, 97, 97, 0.6);
    box-shadow: 0 1px 20px 1px rgba(97, 97, 97, 0.6);
}

.btn-dark.btn-lighten-1 {
    border-color: #616161 !important;
    background-color: #616161 !important;
}

.btn-dark.btn-lighten-1:hover {
    border-color: #616161 !important;
    background-color: #616161 !important;
}

.btn-dark.btn-lighten-1:focus, .btn-dark.btn-lighten-1:active {
    border-color: #616161 !important;
    background-color: #616161 !important;
}

.btn-outline-dark.btn-outline-lighten-1 {
    border-color: #616161 !important;
    color: #616161 !important;
}

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

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

.border-dark.border-lighten-1 {
    border: 1px solid #616161 !important;
}

.border-top-dark.border-top-lighten-1 {
    border-top: 1px solid #616161 !important;
}

.border-bottom-dark.border-bottom-lighten-1 {
    border-bottom: 1px solid #616161 !important;
}

.border-left-dark.border-left-lighten-1 {
    border-left: 1px solid #616161 !important;
}

.border-right-dark.border-right-lighten-1 {
    border-right: 1px solid #616161 !important;
}

.overlay-dark.overlay-lighten-1 {
    background: #616161;
    /* The Fallback */
    background: rgba(97, 97, 97, 0.8);
}

.dark.darken-1 {
    color: #212121 !important;
}

.bg-dark.bg-darken-1 {
    background-color: #212121 !important;
}

.bg-dark.bg-darken-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(33, 33, 33, 0.6);
    box-shadow: 0 1px 20px 1px rgba(33, 33, 33, 0.6);
}

.btn-dark.btn-darken-1 {
    border-color: #212121 !important;
    background-color: #212121 !important;
}

.btn-dark.btn-darken-1:hover {
    border-color: #212121 !important;
    background-color: #212121 !important;
}

.btn-dark.btn-darken-1:focus, .btn-dark.btn-darken-1:active {
    border-color: #212121 !important;
    background-color: #212121 !important;
}

.btn-outline-dark.btn-outline-darken-1 {
    border-color: #212121 !important;
    color: #212121 !important;
}

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

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

.border-dark.border-darken-1 {
    border: 1px solid #212121 !important;
}

.border-top-dark.border-top-darken-1 {
    border-top: 1px solid #212121 !important;
}

.border-bottom-dark.border-bottom-darken-1 {
    border-bottom: 1px solid #212121 !important;
}

.border-left-dark.border-left-darken-1 {
    border-left: 1px solid #212121 !important;
}

.border-right-dark.border-right-darken-1 {
    border-right: 1px solid #212121 !important;
}

.overlay-dark.overlay-darken-1 {
    background: #212121;
    /* The Fallback */
    background: rgba(33, 33, 33, 0.8);
}

.red.lighten-5 {
    color: #FFEBEE !important;
}

.bg-red.bg-lighten-5 {
    background-color: #FFEBEE !important;
}

.bg-red.bg-lighten-5.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 235, 238, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 235, 238, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FFEBEE !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-red.bg-lighten-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 205, 210, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 205, 210, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FFCDD2 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-red.bg-lighten-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(239, 154, 154, 0.6);
    box-shadow: 0 1px 20px 1px rgba(239, 154, 154, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #EF9A9A !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-red.bg-lighten-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(229, 115, 115, 0.6);
    box-shadow: 0 1px 20px 1px rgba(229, 115, 115, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #E57373 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-red.bg-lighten-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(239, 83, 80, 0.6);
    box-shadow: 0 1px 20px 1px rgba(239, 83, 80, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #EF5350 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-red.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(244, 67, 54, 0.6);
    box-shadow: 0 1px 20px 1px rgba(244, 67, 54, 0.6);
}

.selectboxit.selectboxit-btn.bg-red {
    background-color: #F44336 !important;
}

.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;
}

.overlay-red {
    background: #F44336;
    /* The Fallback */
    background: rgba(244, 67, 54, 0.8);
}

.color-info.red {
    background-color: #F44336 !important;
}

.btn-red {
    border-color: #D32F2F !important;
    background-color: #F44336 !important;
    color: #FFFFFF;
}

.btn-red:hover {
    border-color: #E53935 !important;
    background-color: #EF5350 !important;
    color: #FFFFFF !important;
}

.btn-red:focus, .btn-red:active {
    border-color: #D32F2F !important;
    background-color: #C62828 !important;
    color: #FFFFFF !important;
}

.btn-red.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(244, 67, 54, 0.6);
    box-shadow: 0 1px 20px 1px rgba(244, 67, 54, 0.6);
}

.btn-outline-red {
    border-color: #F44336;
    background-color: transparent;
    color: #F44336;
}

.btn-outline-red:hover {
    background-color: #F44336;
    color: #FFFFFF !important;
}

.btn-outline-red.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(244, 67, 54, 0.6);
    box-shadow: 0 1px 20px 1px rgba(244, 67, 54, 0.6);
}

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

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-red {
    -webkit-box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #F44336 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-red.bg-darken-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(229, 57, 53, 0.6);
    box-shadow: 0 1px 20px 1px rgba(229, 57, 53, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #E53935 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-red.bg-darken-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(211, 47, 47, 0.6);
    box-shadow: 0 1px 20px 1px rgba(211, 47, 47, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #D32F2F !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-red.bg-darken-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(198, 40, 40, 0.6);
    box-shadow: 0 1px 20px 1px rgba(198, 40, 40, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #C62828 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-red.bg-darken-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(183, 28, 28, 0.6);
    box-shadow: 0 1px 20px 1px rgba(183, 28, 28, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #B71C1C !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-red.bg-accent-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 138, 128, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 138, 128, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FF8A80 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-red.bg-accent-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 82, 82, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 82, 82, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FF5252 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-red.bg-accent-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 23, 68, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 23, 68, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FF1744 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-red.bg-accent-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(213, 0, 0, 0.6);
    box-shadow: 0 1px 20px 1px rgba(213, 0, 0, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #D50000 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-pink.bg-lighten-5.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(252, 228, 236, 0.6);
    box-shadow: 0 1px 20px 1px rgba(252, 228, 236, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FCE4EC !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-pink.bg-lighten-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(248, 187, 208, 0.6);
    box-shadow: 0 1px 20px 1px rgba(248, 187, 208, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #F8BBD0 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-pink.bg-lighten-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(244, 143, 177, 0.6);
    box-shadow: 0 1px 20px 1px rgba(244, 143, 177, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #F48FB1 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-pink.bg-lighten-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(240, 98, 146, 0.6);
    box-shadow: 0 1px 20px 1px rgba(240, 98, 146, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #F06292 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-pink.bg-lighten-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(236, 64, 122, 0.6);
    box-shadow: 0 1px 20px 1px rgba(236, 64, 122, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #EC407A !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-pink.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(233, 30, 99, 0.6);
    box-shadow: 0 1px 20px 1px rgba(233, 30, 99, 0.6);
}

.selectboxit.selectboxit-btn.bg-pink {
    background-color: #E91E63 !important;
}

.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;
}

.overlay-pink {
    background: #E91E63;
    /* The Fallback */
    background: rgba(233, 30, 99, 0.8);
}

.color-info.pink {
    background-color: #E91E63 !important;
}

.btn-pink {
    border-color: #C2185B !important;
    background-color: #E91E63 !important;
    color: #FFFFFF;
}

.btn-pink:hover {
    border-color: #D81B60 !important;
    background-color: #EC407A !important;
    color: #FFFFFF !important;
}

.btn-pink:focus, .btn-pink:active {
    border-color: #C2185B !important;
    background-color: #AD1457 !important;
    color: #FFFFFF !important;
}

.btn-pink.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(233, 30, 99, 0.6);
    box-shadow: 0 1px 20px 1px rgba(233, 30, 99, 0.6);
}

.btn-outline-pink {
    border-color: #E91E63;
    background-color: transparent;
    color: #E91E63;
}

.btn-outline-pink:hover {
    background-color: #E91E63;
    color: #FFFFFF !important;
}

.btn-outline-pink.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(233, 30, 99, 0.6);
    box-shadow: 0 1px 20px 1px rgba(233, 30, 99, 0.6);
}

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

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-pink {
    -webkit-box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #E91E63 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-pink.bg-darken-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(216, 27, 96, 0.6);
    box-shadow: 0 1px 20px 1px rgba(216, 27, 96, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #D81B60 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-pink.bg-darken-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(194, 24, 91, 0.6);
    box-shadow: 0 1px 20px 1px rgba(194, 24, 91, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #C2185B !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-pink.bg-darken-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(173, 20, 87, 0.6);
    box-shadow: 0 1px 20px 1px rgba(173, 20, 87, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #AD1457 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-pink.bg-darken-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(136, 14, 79, 0.6);
    box-shadow: 0 1px 20px 1px rgba(136, 14, 79, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #880E4F !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-pink.bg-accent-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 128, 171, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 128, 171, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FF80AB !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-pink.bg-accent-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 64, 129, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 64, 129, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FF4081 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-pink.bg-accent-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(245, 0, 87, 0.6);
    box-shadow: 0 1px 20px 1px rgba(245, 0, 87, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #F50057 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-pink.bg-accent-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(197, 17, 98, 0.6);
    box-shadow: 0 1px 20px 1px rgba(197, 17, 98, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #C51162 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-purple.bg-lighten-5.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(243, 229, 245, 0.6);
    box-shadow: 0 1px 20px 1px rgba(243, 229, 245, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #F3E5F5 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-purple.bg-lighten-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(225, 190, 231, 0.6);
    box-shadow: 0 1px 20px 1px rgba(225, 190, 231, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #E1BEE7 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-purple.bg-lighten-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(206, 147, 216, 0.6);
    box-shadow: 0 1px 20px 1px rgba(206, 147, 216, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #CE93D8 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-purple.bg-lighten-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(186, 104, 200, 0.6);
    box-shadow: 0 1px 20px 1px rgba(186, 104, 200, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #BA68C8 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-purple.bg-lighten-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(171, 71, 188, 0.6);
    box-shadow: 0 1px 20px 1px rgba(171, 71, 188, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #AB47BC !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-purple.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(156, 39, 176, 0.6);
    box-shadow: 0 1px 20px 1px rgba(156, 39, 176, 0.6);
}

.selectboxit.selectboxit-btn.bg-purple {
    background-color: #9C27B0 !important;
}

.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;
}

.overlay-purple {
    background: #9C27B0;
    /* The Fallback */
    background: rgba(156, 39, 176, 0.8);
}

.color-info.purple {
    background-color: #9C27B0 !important;
}

.btn-purple {
    border-color: #7B1FA2 !important;
    background-color: #9C27B0 !important;
    color: #FFFFFF;
}

.btn-purple:hover {
    border-color: #8E24AA !important;
    background-color: #AB47BC !important;
    color: #FFFFFF !important;
}

.btn-purple:focus, .btn-purple:active {
    border-color: #7B1FA2 !important;
    background-color: #6A1B9A !important;
    color: #FFFFFF !important;
}

.btn-purple.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(156, 39, 176, 0.6);
    box-shadow: 0 1px 20px 1px rgba(156, 39, 176, 0.6);
}

.btn-outline-purple {
    border-color: #9C27B0;
    background-color: transparent;
    color: #9C27B0;
}

.btn-outline-purple:hover {
    background-color: #9C27B0;
    color: #FFFFFF !important;
}

.btn-outline-purple.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(156, 39, 176, 0.6);
    box-shadow: 0 1px 20px 1px rgba(156, 39, 176, 0.6);
}

input[type='checkbox'].bg-purple + .custom-control-label:before, input[type='radio'].bg-purple + .custom-control-label:before {
    background-color: #9C27B0 !important;
}

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-purple {
    -webkit-box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #9C27B0 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-purple.bg-darken-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(142, 36, 170, 0.6);
    box-shadow: 0 1px 20px 1px rgba(142, 36, 170, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #8E24AA !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-purple.bg-darken-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(123, 31, 162, 0.6);
    box-shadow: 0 1px 20px 1px rgba(123, 31, 162, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #7B1FA2 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-purple.bg-darken-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(106, 27, 154, 0.6);
    box-shadow: 0 1px 20px 1px rgba(106, 27, 154, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #6A1B9A !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-purple.bg-darken-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(74, 20, 140, 0.6);
    box-shadow: 0 1px 20px 1px rgba(74, 20, 140, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #4A148C !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-purple.bg-accent-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(234, 128, 252, 0.6);
    box-shadow: 0 1px 20px 1px rgba(234, 128, 252, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #EA80FC !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-purple.bg-accent-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(224, 64, 251, 0.6);
    box-shadow: 0 1px 20px 1px rgba(224, 64, 251, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #E040FB !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-purple.bg-accent-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(213, 0, 249, 0.6);
    box-shadow: 0 1px 20px 1px rgba(213, 0, 249, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #D500F9 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-purple.bg-accent-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(221, 0, 255, 0.6);
    box-shadow: 0 1px 20px 1px rgba(221, 0, 255, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #DD00FF !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-blue.bg-lighten-5.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(227, 242, 253, 0.6);
    box-shadow: 0 1px 20px 1px rgba(227, 242, 253, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #E3F2FD !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-blue.bg-lighten-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(187, 222, 251, 0.6);
    box-shadow: 0 1px 20px 1px rgba(187, 222, 251, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #BBDEFB !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-blue.bg-lighten-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(144, 202, 249, 0.6);
    box-shadow: 0 1px 20px 1px rgba(144, 202, 249, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #90CAF9 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-blue.bg-lighten-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(100, 181, 246, 0.6);
    box-shadow: 0 1px 20px 1px rgba(100, 181, 246, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #64B5F6 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-blue.bg-lighten-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(66, 165, 245, 0.6);
    box-shadow: 0 1px 20px 1px rgba(66, 165, 245, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #42A5F5 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-blue.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(33, 150, 243, 0.6);
    box-shadow: 0 1px 20px 1px rgba(33, 150, 243, 0.6);
}

.selectboxit.selectboxit-btn.bg-blue {
    background-color: #2196F3 !important;
}

.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;
}

.overlay-blue {
    background: #2196F3;
    /* The Fallback */
    background: rgba(33, 150, 243, 0.8);
}

.color-info.blue {
    background-color: #2196F3 !important;
}

.btn-blue {
    border-color: #1976D2 !important;
    background-color: #2196F3 !important;
    color: #FFFFFF;
}

.btn-blue:hover {
    border-color: #1E88E5 !important;
    background-color: #42A5F5 !important;
    color: #FFFFFF !important;
}

.btn-blue:focus, .btn-blue:active {
    border-color: #1976D2 !important;
    background-color: #1565C0 !important;
    color: #FFFFFF !important;
}

.btn-blue.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(33, 150, 243, 0.6);
    box-shadow: 0 1px 20px 1px rgba(33, 150, 243, 0.6);
}

.btn-outline-blue {
    border-color: #2196F3;
    background-color: transparent;
    color: #2196F3;
}

.btn-outline-blue:hover {
    background-color: #2196F3;
    color: #FFFFFF !important;
}

.btn-outline-blue.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(33, 150, 243, 0.6);
    box-shadow: 0 1px 20px 1px rgba(33, 150, 243, 0.6);
}

input[type='checkbox'].bg-blue + .custom-control-label:before, input[type='radio'].bg-blue + .custom-control-label:before {
    background-color: #2196F3 !important;
}

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-blue {
    -webkit-box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #2196F3 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-blue.bg-darken-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(30, 136, 229, 0.6);
    box-shadow: 0 1px 20px 1px rgba(30, 136, 229, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #1E88E5 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-blue.bg-darken-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(25, 118, 210, 0.6);
    box-shadow: 0 1px 20px 1px rgba(25, 118, 210, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #1976D2 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-blue.bg-darken-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(21, 101, 192, 0.6);
    box-shadow: 0 1px 20px 1px rgba(21, 101, 192, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #1565C0 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-blue.bg-darken-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(13, 71, 161, 0.6);
    box-shadow: 0 1px 20px 1px rgba(13, 71, 161, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #0D47A1 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-blue.bg-accent-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(130, 177, 255, 0.6);
    box-shadow: 0 1px 20px 1px rgba(130, 177, 255, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #82B1FF !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-blue.bg-accent-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(68, 138, 255, 0.6);
    box-shadow: 0 1px 20px 1px rgba(68, 138, 255, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #448AFF !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-blue.bg-accent-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(41, 121, 255, 0.6);
    box-shadow: 0 1px 20px 1px rgba(41, 121, 255, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #2979FF !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-blue.bg-accent-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(41, 98, 255, 0.6);
    box-shadow: 0 1px 20px 1px rgba(41, 98, 255, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #2962FF !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-cyan.bg-lighten-5.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(224, 247, 250, 0.6);
    box-shadow: 0 1px 20px 1px rgba(224, 247, 250, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #E0F7FA !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-cyan.bg-lighten-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(178, 235, 242, 0.6);
    box-shadow: 0 1px 20px 1px rgba(178, 235, 242, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #B2EBF2 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-cyan.bg-lighten-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(128, 222, 234, 0.6);
    box-shadow: 0 1px 20px 1px rgba(128, 222, 234, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #80DEEA !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-cyan.bg-lighten-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(77, 208, 225, 0.6);
    box-shadow: 0 1px 20px 1px rgba(77, 208, 225, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #4DD0E1 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-cyan.bg-lighten-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(38, 198, 218, 0.6);
    box-shadow: 0 1px 20px 1px rgba(38, 198, 218, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #26C6DA !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-cyan.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(0, 188, 212, 0.6);
    box-shadow: 0 1px 20px 1px rgba(0, 188, 212, 0.6);
}

.selectboxit.selectboxit-btn.bg-cyan {
    background-color: #00BCD4 !important;
}

.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;
}

.overlay-cyan {
    background: #00BCD4;
    /* The Fallback */
    background: rgba(0, 188, 212, 0.8);
}

.color-info.cyan {
    background-color: #00BCD4 !important;
}

.btn-cyan {
    border-color: #0097A7 !important;
    background-color: #00BCD4 !important;
    color: #FFFFFF;
}

.btn-cyan:hover {
    border-color: #00ACC1 !important;
    background-color: #26C6DA !important;
    color: #FFFFFF !important;
}

.btn-cyan:focus, .btn-cyan:active {
    border-color: #0097A7 !important;
    background-color: #00838F !important;
    color: #FFFFFF !important;
}

.btn-cyan.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(0, 188, 212, 0.6);
    box-shadow: 0 1px 20px 1px rgba(0, 188, 212, 0.6);
}

.btn-outline-cyan {
    border-color: #00BCD4;
    background-color: transparent;
    color: #00BCD4;
}

.btn-outline-cyan:hover {
    background-color: #00BCD4;
    color: #FFFFFF !important;
}

.btn-outline-cyan.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(0, 188, 212, 0.6);
    box-shadow: 0 1px 20px 1px rgba(0, 188, 212, 0.6);
}

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

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-cyan {
    -webkit-box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #00BCD4 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-cyan.bg-darken-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(0, 172, 193, 0.6);
    box-shadow: 0 1px 20px 1px rgba(0, 172, 193, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #00ACC1 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-cyan.bg-darken-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(0, 151, 167, 0.6);
    box-shadow: 0 1px 20px 1px rgba(0, 151, 167, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #0097A7 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-cyan.bg-darken-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(0, 131, 143, 0.6);
    box-shadow: 0 1px 20px 1px rgba(0, 131, 143, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #00838F !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-cyan.bg-darken-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(0, 96, 100, 0.6);
    box-shadow: 0 1px 20px 1px rgba(0, 96, 100, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #006064 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-cyan.bg-accent-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(132, 255, 255, 0.6);
    box-shadow: 0 1px 20px 1px rgba(132, 255, 255, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #84FFFF !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-cyan.bg-accent-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(24, 255, 255, 0.6);
    box-shadow: 0 1px 20px 1px rgba(24, 255, 255, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #18FFFF !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-cyan.bg-accent-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(0, 229, 255, 0.6);
    box-shadow: 0 1px 20px 1px rgba(0, 229, 255, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #00E5FF !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-cyan.bg-accent-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(0, 184, 212, 0.6);
    box-shadow: 0 1px 20px 1px rgba(0, 184, 212, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #00B8D4 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-teal.bg-lighten-5.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(224, 242, 241, 0.6);
    box-shadow: 0 1px 20px 1px rgba(224, 242, 241, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #E0F2F1 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-teal.bg-lighten-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(178, 223, 219, 0.6);
    box-shadow: 0 1px 20px 1px rgba(178, 223, 219, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #B2DFDB !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-teal.bg-lighten-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(128, 203, 196, 0.6);
    box-shadow: 0 1px 20px 1px rgba(128, 203, 196, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #80CBC4 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-teal.bg-lighten-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(77, 182, 172, 0.6);
    box-shadow: 0 1px 20px 1px rgba(77, 182, 172, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #4DB6AC !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-teal.bg-lighten-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(38, 166, 154, 0.6);
    box-shadow: 0 1px 20px 1px rgba(38, 166, 154, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #26A69A !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-teal.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(0, 150, 136, 0.6);
    box-shadow: 0 1px 20px 1px rgba(0, 150, 136, 0.6);
}

.selectboxit.selectboxit-btn.bg-teal {
    background-color: #009688 !important;
}

.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;
}

.overlay-teal {
    background: #009688;
    /* The Fallback */
    background: rgba(0, 150, 136, 0.8);
}

.color-info.teal {
    background-color: #009688 !important;
}

.btn-teal {
    border-color: #00796B !important;
    background-color: #009688 !important;
    color: #FFFFFF;
}

.btn-teal:hover {
    border-color: #00897B !important;
    background-color: #26A69A !important;
    color: #FFFFFF !important;
}

.btn-teal:focus, .btn-teal:active {
    border-color: #00796B !important;
    background-color: #00695C !important;
    color: #FFFFFF !important;
}

.btn-teal.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(0, 150, 136, 0.6);
    box-shadow: 0 1px 20px 1px rgba(0, 150, 136, 0.6);
}

.btn-outline-teal {
    border-color: #009688;
    background-color: transparent;
    color: #009688;
}

.btn-outline-teal:hover {
    background-color: #009688;
    color: #FFFFFF !important;
}

.btn-outline-teal.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(0, 150, 136, 0.6);
    box-shadow: 0 1px 20px 1px rgba(0, 150, 136, 0.6);
}

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

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-teal {
    -webkit-box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #009688 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-teal.bg-darken-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(0, 137, 123, 0.6);
    box-shadow: 0 1px 20px 1px rgba(0, 137, 123, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #00897B !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-teal.bg-darken-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(0, 121, 107, 0.6);
    box-shadow: 0 1px 20px 1px rgba(0, 121, 107, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #00796B !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-teal.bg-darken-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(0, 105, 92, 0.6);
    box-shadow: 0 1px 20px 1px rgba(0, 105, 92, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #00695C !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-teal.bg-darken-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(0, 77, 64, 0.6);
    box-shadow: 0 1px 20px 1px rgba(0, 77, 64, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #004D40 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-teal.bg-accent-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(167, 255, 235, 0.6);
    box-shadow: 0 1px 20px 1px rgba(167, 255, 235, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #A7FFEB !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-teal.bg-accent-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(100, 255, 218, 0.6);
    box-shadow: 0 1px 20px 1px rgba(100, 255, 218, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #64FFDA !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-teal.bg-accent-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(29, 233, 182, 0.6);
    box-shadow: 0 1px 20px 1px rgba(29, 233, 182, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #1DE9B6 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-teal.bg-accent-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(0, 191, 165, 0.6);
    box-shadow: 0 1px 20px 1px rgba(0, 191, 165, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #00BFA5 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-yellow.bg-lighten-5.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 253, 231, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 253, 231, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FFFDE7 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-yellow.bg-lighten-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 249, 196, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 249, 196, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FFF9C4 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-yellow.bg-lighten-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 245, 157, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 245, 157, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FFF59D !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-yellow.bg-lighten-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 241, 118, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 241, 118, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FFF176 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-yellow.bg-lighten-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 238, 88, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 238, 88, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FFEE58 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-yellow.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 235, 59, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 235, 59, 0.6);
}

.selectboxit.selectboxit-btn.bg-yellow {
    background-color: #FFEB3B !important;
}

.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;
}

.overlay-yellow {
    background: #FFEB3B;
    /* The Fallback */
    background: rgba(255, 235, 59, 0.8);
}

.color-info.yellow {
    background-color: #FFEB3B !important;
}

.btn-yellow {
    border-color: #FBC02D !important;
    background-color: #FFEB3B !important;
    color: #FFFFFF;
}

.btn-yellow:hover {
    border-color: #FDD835 !important;
    background-color: #FFEE58 !important;
    color: #FFFFFF !important;
}

.btn-yellow:focus, .btn-yellow:active {
    border-color: #FBC02D !important;
    background-color: #F9A825 !important;
    color: #FFFFFF !important;
}

.btn-yellow.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 235, 59, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 235, 59, 0.6);
}

.btn-outline-yellow {
    border-color: #FFEB3B;
    background-color: transparent;
    color: #FFEB3B;
}

.btn-outline-yellow:hover {
    background-color: #FFEB3B;
    color: #FFFFFF !important;
}

.btn-outline-yellow.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 235, 59, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 235, 59, 0.6);
}

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

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-yellow {
    -webkit-box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FFEB3B !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-yellow.bg-darken-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(253, 216, 53, 0.6);
    box-shadow: 0 1px 20px 1px rgba(253, 216, 53, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FDD835 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-yellow.bg-darken-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(251, 192, 45, 0.6);
    box-shadow: 0 1px 20px 1px rgba(251, 192, 45, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FBC02D !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-yellow.bg-darken-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(249, 168, 37, 0.6);
    box-shadow: 0 1px 20px 1px rgba(249, 168, 37, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #F9A825 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-yellow.bg-darken-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(245, 127, 23, 0.6);
    box-shadow: 0 1px 20px 1px rgba(245, 127, 23, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #F57F17 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-yellow.bg-accent-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 255, 141, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 255, 141, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FFFF8D !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-yellow.bg-accent-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 255, 0, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 255, 0, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FFFF00 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-yellow.bg-accent-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 234, 0, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 234, 0, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FFEA00 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-yellow.bg-accent-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 214, 0, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 214, 0, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FFD600 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-amber.bg-lighten-5.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 248, 225, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 248, 225, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FFF8E1 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-amber.bg-lighten-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 236, 179, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 236, 179, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FFECB3 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-amber.bg-lighten-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 224, 130, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 224, 130, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FFE082 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-amber.bg-lighten-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 213, 79, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 213, 79, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FFD54F !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-amber.bg-lighten-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 202, 40, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 202, 40, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FFCA28 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-amber.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 193, 7, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 193, 7, 0.6);
}

.selectboxit.selectboxit-btn.bg-amber {
    background-color: #FFC107 !important;
}

.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;
}

.overlay-amber {
    background: #FFC107;
    /* The Fallback */
    background: rgba(255, 193, 7, 0.8);
}

.color-info.amber {
    background-color: #FFC107 !important;
}

.btn-amber {
    border-color: #FFA000 !important;
    background-color: #FFC107 !important;
    color: #FFFFFF;
}

.btn-amber:hover {
    border-color: #FFB300 !important;
    background-color: #FFCA28 !important;
    color: #FFFFFF !important;
}

.btn-amber:focus, .btn-amber:active {
    border-color: #FFA000 !important;
    background-color: #FF8F00 !important;
    color: #FFFFFF !important;
}

.btn-amber.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 193, 7, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 193, 7, 0.6);
}

.btn-outline-amber {
    border-color: #FFC107;
    background-color: transparent;
    color: #FFC107;
}

.btn-outline-amber:hover {
    background-color: #FFC107;
    color: #FFFFFF !important;
}

.btn-outline-amber.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 193, 7, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 193, 7, 0.6);
}

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

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-amber {
    -webkit-box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FFC107 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-amber.bg-darken-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 179, 0, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 179, 0, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FFB300 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-amber.bg-darken-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 160, 0, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 160, 0, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FFA000 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-amber.bg-darken-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 143, 0, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 143, 0, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FF8F00 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-amber.bg-darken-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 111, 0, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 111, 0, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FF6F00 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-amber.bg-accent-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 229, 127, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 229, 127, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FFE57F !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-amber.bg-accent-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 215, 64, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 215, 64, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FFD740 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-amber.bg-accent-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 196, 0, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 196, 0, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FFC400 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-amber.bg-accent-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 171, 0, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 171, 0, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #FFAB00 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-blue-grey.bg-lighten-5.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(236, 239, 241, 0.6);
    box-shadow: 0 1px 20px 1px rgba(236, 239, 241, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #ECEFF1 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-blue-grey.bg-lighten-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(207, 216, 220, 0.6);
    box-shadow: 0 1px 20px 1px rgba(207, 216, 220, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #CFD8DC !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-blue-grey.bg-lighten-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(176, 190, 197, 0.6);
    box-shadow: 0 1px 20px 1px rgba(176, 190, 197, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #B0BEC5 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-blue-grey.bg-lighten-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(144, 164, 174, 0.6);
    box-shadow: 0 1px 20px 1px rgba(144, 164, 174, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #90A4AE !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-blue-grey.bg-lighten-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(120, 144, 156, 0.6);
    box-shadow: 0 1px 20px 1px rgba(120, 144, 156, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #78909C !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-blue-grey.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(96, 125, 139, 0.6);
    box-shadow: 0 1px 20px 1px rgba(96, 125, 139, 0.6);
}

.selectboxit.selectboxit-btn.bg-blue-grey {
    background-color: #607D8B !important;
}

.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;
}

.overlay-blue-grey {
    background: #607D8B;
    /* The Fallback */
    background: rgba(96, 125, 139, 0.8);
}

.color-info.blue-grey {
    background-color: #607D8B !important;
}

.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: #FFFFFF !important;
}

.btn-blue-grey:focus, .btn-blue-grey:active {
    border-color: #455A64 !important;
    background-color: #37474F !important;
    color: #FFFFFF !important;
}

.btn-blue-grey.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(96, 125, 139, 0.6);
    box-shadow: 0 1px 20px 1px rgba(96, 125, 139, 0.6);
}

.btn-outline-blue-grey {
    border-color: #607D8B;
    background-color: transparent;
    color: #607D8B;
}

.btn-outline-blue-grey:hover {
    background-color: #607D8B;
    color: #FFFFFF !important;
}

.btn-outline-blue-grey.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(96, 125, 139, 0.6);
    box-shadow: 0 1px 20px 1px rgba(96, 125, 139, 0.6);
}

input[type='checkbox'].bg-blue-grey + .custom-control-label:before, input[type='radio'].bg-blue-grey + .custom-control-label:before {
    background-color: #607D8B !important;
}

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-blue-grey {
    -webkit-box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #607D8B !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-blue-grey.bg-darken-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(84, 110, 122, 0.6);
    box-shadow: 0 1px 20px 1px rgba(84, 110, 122, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #546E7A !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-blue-grey.bg-darken-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(69, 90, 100, 0.6);
    box-shadow: 0 1px 20px 1px rgba(69, 90, 100, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #455A64 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-blue-grey.bg-darken-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(55, 71, 79, 0.6);
    box-shadow: 0 1px 20px 1px rgba(55, 71, 79, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #37474F !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-blue-grey.bg-darken-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(38, 50, 56, 0.6);
    box-shadow: 0 1px 20px 1px rgba(38, 50, 56, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #263238 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-grey-blue.bg-lighten-5.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(236, 239, 241, 0.6);
    box-shadow: 0 1px 20px 1px rgba(236, 239, 241, 0.6);
}

.btn-grey-blue.btn-lighten-5 {
    border-color: #2C303B !important;
    background-color: #ECEFF1 !important;
}

.btn-grey-blue.btn-lighten-5:hover {
    border-color: #2C303B !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 #FFFFFF, 0 0 0 0.21rem #ECEFF1 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-grey-blue.bg-lighten-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(207, 216, 220, 0.6);
    box-shadow: 0 1px 20px 1px rgba(207, 216, 220, 0.6);
}

.btn-grey-blue.btn-lighten-4 {
    border-color: #2C303B !important;
    background-color: #CFD8DC !important;
}

.btn-grey-blue.btn-lighten-4:hover {
    border-color: #2C303B !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 #FFFFFF, 0 0 0 0.21rem #CFD8DC !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-grey-blue.bg-lighten-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(176, 190, 197, 0.6);
    box-shadow: 0 1px 20px 1px rgba(176, 190, 197, 0.6);
}

.btn-grey-blue.btn-lighten-3 {
    border-color: #2C303B !important;
    background-color: #B0BEC5 !important;
}

.btn-grey-blue.btn-lighten-3:hover {
    border-color: #2C303B !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 #FFFFFF, 0 0 0 0.21rem #B0BEC5 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-grey-blue.bg-lighten-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(111, 133, 173, 0.6);
    box-shadow: 0 1px 20px 1px rgba(111, 133, 173, 0.6);
}

.btn-grey-blue.btn-lighten-2 {
    border-color: #2C303B !important;
    background-color: #6F85AD !important;
}

.btn-grey-blue.btn-lighten-2:hover {
    border-color: #2C303B !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 #FFFFFF, 0 0 0 0.21rem #6F85AD !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-grey-blue.bg-lighten-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(120, 144, 156, 0.6);
    box-shadow: 0 1px 20px 1px rgba(120, 144, 156, 0.6);
}

.btn-grey-blue.btn-lighten-1 {
    border-color: #2C303B !important;
    background-color: #78909C !important;
}

.btn-grey-blue.btn-lighten-1:hover {
    border-color: #2C303B !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 #FFFFFF, 0 0 0 0.21rem #78909C !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-grey-blue.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(27, 41, 66, 0.6);
    box-shadow: 0 1px 20px 1px rgba(27, 41, 66, 0.6);
}

.selectboxit.selectboxit-btn.bg-grey-blue {
    background-color: #1B2942 !important;
}

.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;
}

.overlay-grey-blue {
    background: #1B2942;
    /* The Fallback */
    background: rgba(27, 41, 66, 0.8);
}

.color-info.grey-blue {
    background-color: #1B2942 !important;
}

.btn-grey-blue {
    border-color: #2C303B !important;
    background-color: #1B2942 !important;
    color: #FFFFFF;
}

.btn-grey-blue:hover {
    border-color: #546E7A !important;
    background-color: #78909C !important;
    color: #FFFFFF !important;
}

.btn-grey-blue:focus, .btn-grey-blue:active {
    border-color: #2C303B !important;
    background-color: #37474F !important;
    color: #FFFFFF !important;
}

.btn-grey-blue.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(27, 41, 66, 0.6);
    box-shadow: 0 1px 20px 1px rgba(27, 41, 66, 0.6);
}

.btn-outline-grey-blue {
    border-color: #1B2942;
    background-color: transparent;
    color: #1B2942;
}

.btn-outline-grey-blue:hover {
    background-color: #1B2942;
    color: #FFFFFF !important;
}

.btn-outline-grey-blue.btn-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(27, 41, 66, 0.6);
    box-shadow: 0 1px 20px 1px rgba(27, 41, 66, 0.6);
}

input[type='checkbox'].bg-grey-blue + .custom-control-label:before, input[type='radio'].bg-grey-blue + .custom-control-label:before {
    background-color: #1B2942 !important;
}

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-grey-blue {
    -webkit-box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #1B2942 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-grey-blue.bg-darken-1.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(84, 110, 122, 0.6);
    box-shadow: 0 1px 20px 1px rgba(84, 110, 122, 0.6);
}

.btn-grey-blue.btn-darken-1 {
    border-color: #2C303B !important;
    background-color: #546E7A !important;
}

.btn-grey-blue.btn-darken-1:hover {
    border-color: #2C303B !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 #FFFFFF, 0 0 0 0.21rem #546E7A !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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: #2C303B !important;
}

.bg-grey-blue.bg-darken-2 {
    background-color: #2C303B !important;
}

.bg-grey-blue.bg-darken-2.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(44, 48, 59, 0.6);
    box-shadow: 0 1px 20px 1px rgba(44, 48, 59, 0.6);
}

.btn-grey-blue.btn-darken-2 {
    border-color: #2C303B !important;
    background-color: #2C303B !important;
}

.btn-grey-blue.btn-darken-2:hover {
    border-color: #2C303B !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: #2C303B !important;
    color: #2C303B !important;
}

.btn-outline-grey-blue.btn-outline-darken-2:hover {
    background-color: #2C303B !important;
}

input:focus ~ .bg-grey-blue {
    -webkit-box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #2C303B !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #2C303B !important;
}

.border-grey-blue.border-darken-2 {
    border: 1px solid #2C303B !important;
}

.border-top-grey-blue.border-top-darken-2 {
    border-top: 1px solid #2C303B !important;
}

.border-bottom-grey-blue.border-bottom-darken-2 {
    border-bottom: 1px solid #2C303B !important;
}

.border-left-grey-blue.border-left-darken-2 {
    border-left: 1px solid #2C303B !important;
}

.border-right-grey-blue.border-right-darken-2 {
    border-right: 1px solid #2C303B !important;
}

.overlay-grey-blue.overlay-darken-2 {
    background: #2C303B;
    /* The Fallback */
    background: rgba(44, 48, 59, 0.8);
}

.grey-blue.darken-3 {
    color: #37474F !important;
}

.bg-grey-blue.bg-darken-3 {
    background-color: #37474F !important;
}

.bg-grey-blue.bg-darken-3.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(55, 71, 79, 0.6);
    box-shadow: 0 1px 20px 1px rgba(55, 71, 79, 0.6);
}

.btn-grey-blue.btn-darken-3 {
    border-color: #2C303B !important;
    background-color: #37474F !important;
}

.btn-grey-blue.btn-darken-3:hover {
    border-color: #2C303B !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 #FFFFFF, 0 0 0 0.21rem #37474F !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-grey-blue.bg-darken-4.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(38, 50, 56, 0.6);
    box-shadow: 0 1px 20px 1px rgba(38, 50, 56, 0.6);
}

.btn-grey-blue.btn-darken-4 {
    border-color: #2C303B !important;
    background-color: #263238 !important;
}

.btn-grey-blue.btn-darken-4:hover {
    border-color: #2C303B !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 #FFFFFF, 0 0 0 0.21rem #263238 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-shades.bg-black.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem #000000 !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-shades.bg-white.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 255, 255, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 255, 255, 0.6);
}


.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 #FFFFFF, 0 0 0 0.21rem #FFFFFF !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-shades.bg-transparent.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.6);
}

.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 #FFFFFF, 0 0 0 0.21rem transparent !important;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-black.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.6);
}

input:focus ~ .bg-black {
    -webkit-box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #000000;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-white.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(255, 255, 255, 0.6);
    box-shadow: 0 1px 20px 1px rgba(255, 255, 255, 0.6);
}

input:focus ~ .bg-white {
    -webkit-box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FFFFFF;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

.bg-transparent.bg-glow {
    -webkit-box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.6);
}

input:focus ~ .bg-transparent {
    -webkit-box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem transparent;
    box-shadow: 0 0 0 0.075rem #FFFFFF, 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;
}

/* pagination */

.page-item.active .page-link {
    z-index: 1;
    color: #FFFFFF;
    background-color: #ff9900;
    border-color: #ff9900;
}

.pagination .page-link {
    color: #626E82;
    border: 1px solid #BABFC7;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #1E2122;
    text-decoration: none;
    background-color: #ff9900;
}

.error-block {
    font-size: 14px;
    color: #a94442;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-error .select2-container--default .select2-selection--single {
    border-color: #a94442 !important;
}

.alert-error {
    border-color: #FF4961 !important;
    background-color: #FF909F !important;
    color: #960014 !important;
}

.pedimento_totales {
    font-size: 1rem;
    font-style: italic;
    font-weight: 700;
}

.table tfoot {
    background-color: #E0F2F1 !important;
}

.forms input[name$="-DELETE"] {
    display: none;
}

.help-block {
    padding-top: 15px;
    font-size: 12px;
}