.bg-gradient-primary {
    background-color: #D10A11;
    background-image: linear-gradient(180deg, #D10A11 10%, #ff1e26 100%);
    background-size: cover;
}

.sidebar-brand-split-left{
    color:#D10A11;
}
.sidebar-brand-split-right{
    color:#122D46;
}

.sidebar .sidebar-brand {
    height: 4.375rem;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 800;
    padding: unset;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    z-index: 1;
}

.sidebar .brand_logo{
    width:100%;
    height: 4.375rem;
}

.sidebar .nav-item .nav-link.active {
    background-color: #1a3a5b;
    box-shadow: none;
}

.sidebar .nav-item .nav-link.active:hover {
    box-shadow: inset 0 0 0 51px rgba(255,255,255,0.3);
}

.sidebar .sidebar-brand-text{
    background-color:#ffffff;
}

.text-primary {
    color: #D10A11 !important;
}

.btn-primary {
    color: #fff;
    background-color: #D10A11;
    border-color: #D10A11;
}

.badge-info {
    color: #fff;
    background-color: #84D0F5;
}

.badge-warning {
    color: #113970;
    background-color: #84D0F5;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background-image: linear-gradient(180deg, #D10A11 10%, #D10A11 100%);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    cursor:grabbing;
}

::-webkit-scrollbar-thumb:hover {
    background: #84D0F5;
    cursor:grabbing;
}


/* FOOTER */

footer{
    position: relative;
}

.footer_strip_left{
    background-image: url(/public/images/bil.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
    width: 200px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.footer_strip_right{
    background-image: url(/public/images/pige.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
    width: 200px;
    position: absolute;
    bottom: 30px;
    right: 27px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1a3a5b;
    border-color: #8cd1f0;
}

.card-header .dropdown:hover {
    background: rgba(0, 189, 213, 0.2) radial-gradient(circle, transparent 1%, rgba(0, 189, 213, 0.2) 1%) center/15000%;
}


.card-header .dropdown:active {
    background-color: #d10a11;
    background-size: 100%;
    transition: background 0s;
}


/* PACE */

.pace .pace-progress {
    background: #d20a10;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #d20a10;
    border-left-color: #1a3a5b;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}



.close-modal {
    position: absolute;
    top: -1px;
    right: -1px;
    cursor: pointer;
    height: 53px;
    width: 56px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0px 4px 0px 0px;
    border: none;
    text-indent: 100%;
    overflow: hidden;
    color: transparent;
    white-space: nowrap;
    transition: background 0.2s;
    z-index: 10;
}

.close-modal::before, .close-modal::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 24px;
    background: #FFF;
}
.close-modal::before {
    -webkit-transform: translate(-50%) rotate(45deg);
    transform: translate(-50%) rotate(45deg);
}
.close-modal::after {
    -webkit-transform: translate(-50%) rotate(-45deg);
    transform: translate(-50%) rotate(-45deg);
}

.close-modal:hover{
    background:#d20a10;
}

button.close-modal:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}


.border-left-primary {
    border-left: 0.25rem solid #d20a10 !important;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #040404 !important;
    border: 1px solid #d20a10;
    background: none;
    position: relative;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: all 0.3s ease-in-out;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #f8f9fc !important;
    border: 1px solid #d20a10;
    background: #c1c1c1;
    box-shadow: none;
    cursor: not-allowed;
}

.checkboxcontainer input:checked ~ .checkmark {
    background-color: #d10a11;
}

.checkboxcontainer:hover input:checked:not([disabled]) ~ .checkmark {
    background-color: #df5459;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
