:root {
    --custom-shadow-lg: 0rem 0rem 1rem rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

    html * {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

body {
    background-color: #f8f9fa;
}

.bg-light-warning {
    background-color: #f6e2c6 !important;
}

.bg-default {
    background-color: rgb(56,62,66) !important;
}

.bg-default-2 {
    background-color: #2E3840;
}

.text-orange {
    color: #ffc107;
}

.logo {
    font-family: 'Gilroy' !important;
    text-transform: capitalize !important;
}

/*::-moz-selection {*/ /* Code for Firefox */
/*color: white;
    background: black;
}

::selection {
    color: white;
    background: black;
}*/

.bg-light-antiquewhite {
    background-color: rgba(250, 235, 215, 0.2);
}

.lastikAciklama {
    min-height: 48px;
}

.btn-orange {
    background-color: darkorange;
    color: #fff;
}

    .btn-orange:hover {
        background-color: orange;
        color: #fff;
    }

.mt-7-5 {
    margin-top: 7.5rem;
}

.custom-shadow {
    -moz-box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.25) !important;
}

    .custom-shadow:hover {
        -moz-box-shadow: var(--custom-shadow-lg) !important;
        -webkit-box-shadow: var(--custom-shadow-lg) !important;
        box-shadow: var(--custom-shadow-lg) !important;
    }

.custom-shadow-lg {
    -moz-box-shadow: var(--custom-shadow-lg) !important;
    -webkit-box-shadow: var(--custom-shadow-lg) !important;
    box-shadow: var(--custom-shadow-lg) !important;
}

a.disabled,
a[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6;
    text-decoration: none;
}
