:root {
    --select-disabled-color: #bf1313;
    --black: #222;
    --input-focus: #ff2222;

    --select-disabled-color: #ff0080;
    
    --select-color-dark: #ff3a9c;
    
    --main-color: #ff2222;
    --main-color-light: #ff4d4d;
    --main-color-dark: #300b0b;

    --secondary-color: #0066cc;
    --secondary-color-light: #0975e2;
    --secondary-color-dark: #0b1947;
}


h5 {
    line-height: 22px !important;
}

.search-section {
    padding: 0px 0px 45px 0px;
    background: black;
}

.search-result .topic-title a:visited,
.search-result .topic-title a:visited .color-select {
    color: #b4b4b4 !important;
}

.search-result a:visited .badge-primary {
    background-color: #b4b4b4 !important;
}

.fit-table .row {
    padding: 10px 0px;
}

.color-select {
    color: var(--secondary-color);
}

.color-select {
    color: var(--secondary-color);
}


.loader-bars .loader-bar:nth-child(0) {
    background-color: #ff0080;
}

.loader-bars .loader-bar:nth-child(1) {
    background-color: #ff0080;
}

.loader-bars .loader-bar:nth-child(2) {
    background-color: #ff0080;
}

.loader-bars .loader-bar:nth-child(3) {
    background-color: #ff0080;
}

.loader-bars .loader-bar:nth-child(4) {
    background-color: #fd004c;
}

.loader-bars .loader-bar:nth-child(5) {
    background-color: #ff2222;
}

.loader-bars .loader-bar:nth-child(6) {
    background-color: #ff2222;
}

.loader-bars .loader-bar:nth-child(7) {
    background-color: #ff0000;
}

.loader-bars .loader-bar:nth-child(8) {
    background-color: #ff0000;
}

.bootstrap-tagsinput {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    min-height: calc(2.25rem + 2px);
}

.bootstrap-tagsinput>* {
    margin-top: 3px !important;
}

.bootstrap-tagsinput input {
    flex: 1;
    width: 20px;
}

.bootstrap-tagsinput .tag {
    background: black;
    float: inline-start;
}

.color-text-gr-red {
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;

    background-clip: text;
    -webkit-background-clip: text;
}


.color-text-gr-red {
    background-image: linear-gradient(90deg, #ff0080, #ff0000) !important
}

.home .section {
    padding-bottom: 120px;
  padding-top: 120px;
}
.home img {
    max-width: 100%;
    border: 5px solid black;
    border-radius: 5px;
    padding: 10px;
    display: block;
}

.widget-box-no-pad,
.widget-box,
.widget-box-black {
    border-radius: 0px;
    box-shadow: none;
    position: relative;
    margin-bottom: 16px;
    border: 1px solid #ddd;
    /* margin-left: -8px;
    margin-right: -8px; */
}

.btn {
    padding: 15px 40px
}
.btn-primary {
    font-weight: bold;
}

.widget-box.bg-secondary-dark h3, .widget-box.bg-secondary-dark h2 {
    color: white;
}