:root{
    --main-color:#333;
}

.bg-black{
    background-color: #fefefe!important;
}

.nav-pills .nav-link{
    color: var(--main-color);
}

.content-wrapper{
    background-color: #fefefe;
}

.elevation-4{
    box-shadow: 0 14px 28px rgba(0,0,0,.1),0 10px 10px rgba(0,0,0,0.1)!important;
}

.Logo4Text{
    color: #ED0A62;
}

.color-main{
    color: var(--main-color);
}

.bg-color-main{
    background-color: var(--main-color);
    color:white;
}

.border-color-main{
    border-color: var(--main-color);
}

.form-control:focus{
    box-shadow: 0px 0px 3px 1px var(--main-color)!important;
    border:1px solid var(--main-color)!important;
}

.sidebar-black-primary{
    background-color: #f6f6f6!important;
}

.nav-link:hover{
    color: var(--main-color)!important;
}

.w-80{
    width: 80%;
}

@media screen and (max-width:1200px) {
    .dataTables_filter label input{
        width: 100%;
    }   
}

@font-face{
    font-family: 'Copperplate Bold';
    src:url('../font/Copperplate/otf/CopperplateCC-Bold.OTF') format("opentype");
}

@font-face{
    font-family: 'Copperplate Heavy';
    src:url('../font/Copperplate/otf/CopperplateCC-Heavy.otf') format("opentype");
}

@font-face{
    font-family: 'OpticCopperplate Heavy';
    src:url('../font/Copperplate/otf/OPTICopperplate-Heavy.OTF') format("opentype");
}

@font-face{
    font-family: 'OpticCopperplate Light';
    src:url('../font/Copperplate/otf/OPTICopperplate-Light.otf') format("opentype");
}

@font-face{
    font-family: 'OpticCopperplate';
    src:url('../font/Copperplate/otf/OPTICopperplate.otf') format("opentype");
}

@font-face{
    font-family: 'Century Gothic';
    src:url('../font/Century Gothic/centurygothic.ttf') format("opentype");
}

@font-face{
    font-family: 'Century Gothic Bold';
    src:url('../font/Century Gothic/centurygothic_bold.ttf') format("opentype");
}

@font-face{
    font-family: 'Forum Regular';
    src:url('../font/Forum/Forum-Regular.ttf') format("opentype");
}

/* input number*/
.number-input input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
    
.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
    
.number-input {
    margin-bottom: 0rem;
    margin-left: 25px;
}
    
.number-input button {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    position: relative;
}
    
.number-input button:before,
.number-input button:after {
    display: inline-block;
    height: 2px;
}
    
.number-input input[type=number] {
    text-align: center;
}
    
.number-input.number-input {
    border: 1px solid #000;
    width: 10rem;
    border-radius:20px;
}
    
.number-input.number-input button {
    width: 2.6rem;
    height: .7rem;
}
    
.number-input.number-input button.minus {
    padding-left: 10px;
}

.number-input.number-input button.plus {
    padding-left: 10px;
}
    
.number-input.number-input button:before,
.number-input.number-input button:after {
    width: .7rem;
    background-color: #000;
}

.number-input.number-input input[type=number] {
    max-width: 4rem;
    padding: .5rem;
    border: 0px;
    border-width: 0 1px;
    height: 2.5rem;
    color: #000;
}

.hideSpace{
    display: block;
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color:transparent) {
        .number-input.def-number-input.safari_only button:before,
        .number-input.def-number-input.safari_only button:after {
            margin-top: -.3rem;
        }
    }
}
/* input number*/