:root{
    --primary-theme:"#263238",
    --primary-theme-light:"#4f5b62",
    --primary-theme-dark:"#000a12",
    --secondary-theme:"#000",
}
.error {
    border: 1px solid red !important;
  }
.btn-success{
    background-color: #263238 !important;
    color: white;
}
.bg-theme{
    background-color: black !important;
}
.text-theme{
    color: black !important;
}
body{
    margin:0 !important;
    padding:0 !important;
    background-color: white;
}
*:not(.fa, .icon ) :not(i){
    font-family: 'Roboto','Montserrat' !important;
    font-weight:600 !important;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.flat{
    border-radius: 0 !important;
}

.strike > span {
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: red;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}

