@font-face {
    font-family: myRoboto;
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: myBebasNeue;
    src: url('../fonts/BebasNeue-Bold.ttf');
}

@font-face {
    font-family: myGotham;
    src: url('../fonts/Metropolis-Regular.otf');
}

@font-face {
    font-family: myHeadliner;
    src: url('../fonts/Headliner.ttf');
}

@font-face {
    font-family: Segoe UI;
    src: url('../fonts/segoeui.ttf');
}

@font-face {
    font-family: Segoe UI Bold;
    src: url('../fonts/segoeuib.ttf');
}

@font-face {
    font-family: Segoe UI Semi-light;
    src: url('../fonts/segoeuisl.ttf');
}

@font-face {
    font-family: Segoe UI Light;
    src: url('../fonts/segoeuil.ttf');
}

html, body{
    /*background-color: #f8f9fa;*/
    background-color: #F4F5FA;
    color: #212529;
}

img {
    width: 100%;
}

a, .a:focus, a:hover{
    color: #FF007D;
    text-decoration: none;
}

.btn.btn-primary, .btn.btn-primary.focus, .btn.btn-primary:hover, .btn.btn-primary:active{
    color: #FFF;
    background: #FF007D !important;
    border: 0;
    border-radius: 5px;
}

.btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover{
    box-shadow: 0 14px 26px -12px #216BD969, 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px #216BD933;
}

.btn.btn-secondary, .btn.btn-secondary:active, .btn.btn-secondary:focus, .btn.btn-secondary:hover{
    color: #000;
    background: transparent;
    border: 1px solid #2F3A4C;
    border-radius: 5px;
}

.btn.btn-danger, .btn.btn-danger.active, .btn.btn-danger.focus, .btn.btn-danger:hover{
    color: #FFF;
    border-radius: 5px;
}

.btn.btn-default, .btn.btn-secondary:active, .btn.btn-default.focus, .btn.btn-default:hover{
    color: #FF007D;
    background-color: #FFF;
    border: 1px solid #FFF;
}

.btn.btn-flat{
    background-color: #F4F5FA;
}

.btn.btn-custom-1{
    background-color: #F4F5FA;
    color: #FF007D;
}

.badge-success{
    color: #000;
    background-color: #08FF00;
    font-weight: normal;
}

.badge-info{
    color: #000;
    background-color: #DDE0EB;
    font-weight: normal;
}

.background-color-1{
    background-color: #F4F5FA;
}

.background-color-2{
    background-color: #FF007D;
}

.background-color-3{
    background-color: #2C3347;
    color: #fff;
}

.background-color-4{
    background-color: #000027;
    color: #fff;
}

.card{
    background-color: #FFF;
}

.card .card-header{
    color: #7E838C;
}

.form-control{
    background-color: #F4F5FA;
}


.form-control:focus {
    background-color: #F4F5FA;
}

.form-control.custom-form, .form-control.custom-form:focus {
    background-color: #DFE1EB;
}

.text-color-1 {
    color: #212529;
}

.text-color-2 {
    color: rgb(252,1,124);
}

.text-color-3 {
    color: #EB008A;
}

.table th{
    color: #FFF;
    background-color: #2C3347;
    font-weight: normal;
}

.table td{
    background-color: #F4F5FA;
    border-top: 10px solid #FFF;
    vertical-align: middle;
}

.table td:first-child, .table td:first-child img {
    border-radius: 5px 0 0 5px;
}

.table td:last-child{
    border-radius: 0 15px 15px 0;
}

.card-title{
    font-weight: bold;
}

.main-footer{
    background-color: #F4F5FA;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #FFF;
    background-color: transparent;
    box-shadow: none;
    /*background-color: #823AFF;*/
    /*background: rgb(252,1,124);*/
    /*background: linear-gradient(-90deg, rgba(252,1,124,1) 0%, rgba(157,58,255,1) 50%, rgba(49,27,221,1) 100%);*/
}

.card-primary:not(.card-outline)>.card-header {
    background-color: #FFF;
}

[class*=sidebar-dark-] {
    background-color: #2C3347;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: transparent;
    box-shadow: none;
    /*border-left: 6px solid rgb(252,1,124);*/
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active:before, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    border: 2px solid rgb(252,1,124);
    background-color: rgb(252,1,124);
    border-radius: 0 50px 50px 0;
}

.sidebar {
    padding-left: 0;
    padding-right: 0;
}

.input-group-text, .form-control {
    border: none;
    border-radius: 0;
    border: 1px solid #D2D4D7;
    font-size: 16px;
    font-family: Segoe UI;
    color: #000;
}

.search .input-group-append {
    border: 1px solid #D2D4D7 !important;
}

.search.input-group .fas.fa-search{
    color: #EB008A;
}

.btn.btn-flat.text-muted {
    border: 1px solid #D2D4D7;
}

.search.form-control {
    height: 50px;
    background: #DDE1E5 0% 0% no-repeat padding-box;
}

.main-tournament.card {
    background: transparent;
    box-shadow: none;
}

.main-tournament.card .card-body {
    padding: 0;
}

.main-tournament-title {
    font-size: 36px;
    font-family: Segoe UI Bold;
    color: #000000;
}

.table th {
    color: #FFF;
    background: #9AA3B2;
    font-size: 16px;
    font-family: Segoe UI;
}

label:not(.form-check-label):not(.custom-file-label):not([class]) {
    font-weight: 600;
    color: #6c757d!important;
}

.input-group-text.custom-file-btn{
    color: #FFF;
    background-color: #FF007D;
    font-weight: normal;
}

.custom-file-input:lang(en)~.custom-file-label::after{
    content: none;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    color: #8F9398;
    font-size: 16px;
    font-family: Segoe UI;
    line-height: 1.5;
    vertical-align: middle;
    background: #fff url('/image/asset/icon/dropdown.png') right .75rem center / 20px 20px no-repeat;
    border: 1px solid #D2D4D7;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
}


div::-webkit-scrollbar {
    /*width: 1em;*/
    height:15px;
}

div::-webkit-scrollbar-track {
    background-color: #8F91AE;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px slategrey;
}

div::-webkit-scrollbar-thumb {
    background-color: #FFF;
    outline: #FFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    /*outline: 1px solid slategrey;*/
}
