
/*    dP   dP                                                                  dP        */
/*    88   88                                                                  88        */
/*  d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b.    88d888b. .d8888b. 88d888b. 88  .dP   */
/*    88   88'  `88 88ooood8 88'`88'`88 88ooood8    88'  `88 88'  `88 88'  `88 88888"    */
/*    88   88    88 88.  ... 88  88  88 88.  ...    88.  .88 88.  .88 88       88  `8b.  */
/*    dP   dP    dP `88888P' dP  dP  dP `88888P' 88 88Y888P' `88888P8 dP       dP   `YP  */
/*                                                  88                                   */
/*                                                  dP					 */

/*		   		        Made by @gilbN					 */
/*			      https://github.com/gilbN/theme.park			 */

/* JACKETT DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/jackett/jackett-base.css);
:root {
  --main-bg-color: url("https://css.vengefulsyndicate.com/theme.park//Resources/blur-noise.png"), #161616 center center/cover no-repeat fixed;
  --modal-bg-color: url("https://css.vengefulsyndicate.com/theme.park//Resources/blur-noise.png"), #202020 center center/cover no-repeat fixed;

  --button-color: #cc7b19;
  --button-color-hover: #e59029;
  }

#page {
    max-width: 1200px;
}

.btn-info {
    color: #fff;
    background-color: #232323;
    border-color: #000;
}

.form-control:focus {
    border-color: #600000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,0,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,0,0,.6);
}

.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #600000;
    border-color: #900000;
}

.label-success {
    color: #5cb85c;
}

.label-warning {
    color: #f0ad4e;
}

.label-danger {
    color: #d9534f;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-warning {
    color: #fff;
    background-color: #333;
    border-color: #000;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    background-color: #200000;
    border-color: #300000;
}

.label {
    float: right;
    line-height: 1.5;
    border: 1px solid #000;
    background-color: #202020;
}

.modal-dialog {
	background: 50%;
    width: 50%;
    margin: 30px auto;
}

.modal-content {
    background-color: rgba(16,16,16,.95);
}

.jackett-apikey .input-header {
	color: #990000
}

input#api-key-input {
    color: #fff;
    /* text-transform: uppercase; */
    border: 1px solid #300000;
    text-align: center;
}