<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">textarea {
    resize: none;
}


.btn-theme-primary {
    color: #fff;
    background-color: #00cf8c;
    border-color: #00cf8c;
}
.btn-theme-primary:focus,
.btn-theme-primary.focus {
    color: #fff;
    background-color: #00cf8c;
    border-color: #00cf8c;
}
.btn-theme-primary:hover {
    color: #fff;
    background-color: #00cf8c;
   
}
.btn-theme-primary:active,
.btn-theme-primary.active,
.open &gt; .dropdown-toggle.btn-theme-primary {
    color: #fff;
    background-color: #00cf8c;
    border-color: #00cf8c;
}
.btn-theme-primary:active:hover,
.btn-theme-primary.active:hover,
.open &gt; .dropdown-toggle.btn-theme-primary:hover,
.btn-theme-primary:active:focus,
.btn-theme-primary.active:focus,
.open &gt; .dropdown-toggle.btn-theme-primary:focus,
.btn-theme-primary:active.focus,
.btn-theme-primary.active.focus,
.open &gt; .dropdown-toggle.btn-theme-primary.focus {
    color: #fff;
    background-color: #00cf8c;
    border-color: #00cf8c;
}
.btn-theme-primary:active,
.btn-theme-primary.active,
.open &gt; .dropdown-toggle.btn-theme-primary {
    background-image: none;
}
.btn-theme-primary.disabled:hover,
.btn-theme-primary[disabled]:hover,
fieldset[disabled] .btn-theme-primary:hover,
.btn-theme-primary.disabled:focus,
.btn-theme-primary[disabled]:focus,
fieldset[disabled] .btn-theme-primary:focus,
.btn-theme-primary.disabled.focus,
.btn-theme-primary[disabled].focus,
fieldset[disabled] .btn-theme-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-theme-primary .badge {
    color: #337ab7;
    background-color: #fff;
}




.btn-theme-light {
    color: #fff;
    background-color: #43b59d;
    border-color: #00cf8c;
}
.btn-theme-light:focus,
.btn-theme-light.focus {
    color: #fff;
    background-color: #00cf8c;
    border-color: #00cf8c;
}
.btn-theme-light:hover {
    color: #fff;
    background-color: #00cf8c;
    border-color: #00cf8c;
}
.btn-theme-light:active,
.btn-theme-light.active,
.open &gt; .dropdown-toggle.btn-theme-light {
    color: #fff;
    background-color: #00cf8c;
    border-color: #00cf8c;
}
.btn-theme-light:active:hover,
.btn-theme-light.active:hover,
.open &gt; .dropdown-toggle.btn-theme-light:hover,
.btn-theme-light:active:focus,
.btn-theme-light.active:focus,
.open &gt; .dropdown-toggle.btn-theme-light:focus,
.btn-theme-light:active.focus,
.btn-theme-light.active.focus,
.open &gt; .dropdown-toggle.btn-theme-light.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
.btn-theme-light:active,
.btn-theme-light.active,
.open &gt; .dropdown-toggle.btn-theme-light {
    background-image: none;
}
.btn-theme-light.disabled:hover,
.btn-theme-light[disabled]:hover,
fieldset[disabled] .btn-theme-light:hover,
.btn-theme-light.disabled:focus,
.btn-theme-light[disabled]:focus,
fieldset[disabled] .btn-theme-light:focus,
.btn-theme-light.disabled.focus,
.btn-theme-light[disabled].focus,
fieldset[disabled] .btn-theme-light.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-theme-light .badge {
    color: #337ab7;
    background-color: #fff;
}




.panel-theme-primary {
    border-color: #00cf8c;
}
.panel-theme-primary &gt; .panel-heading {
    color: #fff;
    background-color: #00cf8c;
    border-color: #00cf8c;
}
.panel-theme-primary &gt; .panel-heading + .panel-collapse &gt; .panel-body {
    border-top-color: #00cf8c;
}
.panel-theme-primary &gt; .panel-heading .badge {
    color: #00cf8c;
    background-color: #fff;
}
.panel-theme-primary &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #00cf8c;
}




.alert-success {
    background-color: #00cf8c;
    border-color: #00cf8c;
    color: #FFF;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}


.theme-color {
    color: #00cf8c;
}


.wizard-navbar &gt; ul li.active a span {
    background-color: #00cf8c !important;
    color: #FFF;
}

.wizard-navbar &gt; ul li.active:before, .wizard-navbar &gt; ul li.active:after {
    background-color: #00cf8c !important;
}

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


.btn-redeem {
    color: #fff;
    background-color: orange;
    border-color: darkorange;
}
.btn-redeem:focus,
.btn-redeem.focus {
    color: #fff;
    background-color: orange;
    border-color: darkorange;
}
.btn-redeem:hover {
    color: #fff;
    background-color: orange;
    border-color: darkorange;
}
.btn-redeem:active,
.btn-redeem.active,
.open &gt; .dropdown-toggle.btn-theme-primary {
    color: #fff;
    background-color: orange;
    border-color: darkorange;
}
.btn-redeem:active:hover,
.btn-redeem.active:hover,
.open &gt; .dropdown-toggle.btn-redeem:hover,
.btn-redeem:active:focus,
.btn-redeem.active:focus,
.open &gt; .dropdown-toggle.btn-redeem:focus,
.btn-redeem:active.focus,
.btn-redeem.active.focus,
.open &gt; .dropdown-toggle.btn-redeem.focus {
    color: #fff;
    background-color: orange;
    border-color: darkorange;
}
</pre></body></html>