﻿
.color-primary {
    color: #5c60f5 !important
}

.color-primary-hover:hover {
    color: #5c60f5 !important
}

.color-primary-focus:focus {
    color: #5c60f5 !important
}

.color-primary-focus-within:focus-within {
    color: #5c60f5 !important
}

.color-secondary {
    color: #cfd6df !important
}

.color-secondary-hover:hover {
    color: #cfd6df !important
}

.color-secondary-focus:focus {
    color: #cfd6df !important
}

.color-secondary-focus-within:focus-within {
    color: #cfd6df !important
}

.color-tertiary {
    color: #ff579a !important
}

.color-tertiary-hover:hover {
    color: #ff579a !important
}

.color-tertiary-focus:focus {
    color: #ff579a !important
}

.color-tertiary-focus-within:focus-within {
    color: #ff579a !important
}

.color-success {
    color: #0c8 !important
}

.color-success-hover:hover {
    color: #0c8 !important
}

.color-success-focus:focus {
    color: #0c8 !important
}

.color-success-focus-within:focus-within {
    color: #0c8 !important
}

.color-info {
    color: #00d4ff !important
}

.color-info-hover:hover {
    color: #00d4ff !important
}

.color-info-focus:focus {
    color: #00d4ff !important
}

.color-info-focus-within:focus-within {
    color: #00d4ff !important
}

.color-warning {
    color: #ff8c00 !important
}

.color-warning-hover:hover {
    color: #ff8c00 !important
}

.color-warning-focus:focus {
    color: #ff8c00 !important
}

.color-warning-focus-within:focus-within {
    color: #ff8c00 !important
}

.color-danger {
    color: #f36 !important
}

.color-danger-hover:hover {
    color: #f36 !important
}

.color-danger-focus:focus {
    color: #f36 !important
}

.color-danger-focus-within:focus-within {
    color: #f36 !important
}

.color-white {
    color: #fff !important
}

.color-white-hover:hover {
    color: #fff !important
}

.color-white-focus:focus {
    color: #fff !important
}

.color-white-focus-within:focus-within {
    color: #fff !important
}

.color-light {
    color: #e7eaf0 !important
}

.color-light-hover:hover {
    color: #e7eaf0 !important
}

.color-light-focus:focus {
    color: #e7eaf0 !important
}

.color-light-focus-within:focus-within {
    color: #e7eaf0 !important
}

.color-dark {
    color: #16192c !important
}

.color-dark-hover:hover {
    color: #16192c !important
}

.color-dark-focus:focus {
    color: #16192c !important
}

.color-dark-focus-within:focus-within {
    color: #16192c !important
}

.color-body {
    color: #fff !important
}

.color-body-hover:hover {
    color: #fff !important
}

.color-body-focus:focus {
    color: #fff !important
}

.color-body-focus-within:focus-within {
    color: #fff !important
}

.color-black {
    color: #000 !important
}

.color-black-hover:hover {
    color: #000 !important
}

.color-black-focus:focus {
    color: #000 !important
}

.color-black-focus-within:focus-within {
    color: #000 !important
}

.color-d-text {
    color: #494949 !important;
}

.color-transparent {
    color: transparent !important
}

.color-transparent-hover:hover {
    color: transparent !important
}

.color-transparent-focus:focus {
    color: transparent !important
}

.color-transparent-focus-within:focus-within {
    color: transparent !important
}


.color-arrows-dt {
    color: #425466 !important;
    opacity: 0.5;
}

.color-gray-500 {
    color: #A0AEC0; /*important bilerek kaldırıldı*/
}

.color-placeholder {
    color: #B5B5BD !important;
}

.color-gray-700 {
    color: #4A5568 !important;
}

.color-gray-900 {
    color: #1A202C; /*important bilerek kaldırıldı*/
}

.color-gray-900-i {
    color: #1A202C !important; /*important bilerek kaldırıldı*/
}

.color-gray-600 {
    color: #718096 !important;
}

.color-t-body-light {
    color: #425466 !important;
}

.color-t-danger {
    color: #F16063 !important;
}

.bg-gray-200 {
    background-color: #EDF2F7 !important;
}

.bg-gray-100 {
    background-color: #F7FAFC !important;
}

.color-t-heading-dark {
    color: #27272E !important;
}

.bg-t-body-light {
    background-color: #425466
}

.bg-opacity {
    background-color: rgba(0,0,0,.4);
}

.color-t-body-muted {
    color: #718096 !important;
}

.bg-color-400 {
    background-color: #CBD5E0 !important;
}

.color-tbl-head {
    color: #8492A6 !important;
}

.bg-tbl-head {
    background-color: #8492A6 !important;
}

.table-border-color {
    border-color: #e7eaf0 !important;
}