/* js minify islemi icin..: https://www.toptal.com/developers/javascript-minifier */
/* css minify islemi icin.: https://www.toptal.com/developers/cssminifier */
.bg-card-ved {
    background-color: #FFFFF0;
}

.text-ph-ved {
    color: #0daef4 !important;
}

.text-orp-ved {
    color: #FF6A00 !important;
}

/* switch ----------------------------------------------- */
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    background-color: #6c757d;
    border-radius: 34px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
}

.slider::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
}

.toggle-switch input:checked+.slider {
    background-color: #0d6efd;
}

.toggle-switch input:checked+.slider::before {
    transform: translateX(22px);
}

/* animation --------------------------------------------- */
.spin {
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Hourly graphic height ------------------------------- */
.chart-yuks-ho {
    width: 100% !important;
    height: 250px !important;
}

/* Daily ve Weekly graphic height ------------------------------- */
.chart-yuks-da-we {
    width: 100% !important;
    height: 200px !important;
}

/* front login ---------------------------------- */
body.bg-darken-front {
    /* Koyu gri ton, kontrasti artirir */
    background-color: #2c2f33 !important;
}

/* Card kenar bosluklarini acip cercevesini vrugulayalim. */
body.bg-darken-front .card {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: #ffffff;
}

/* adm login ------------------------------------ */
body.bg-darken-adm {
    /* Koyu gri ton, kontrasti artirir */
    background-color: #DC4C64 !important;
}

/* Card kenar bosluklarini acip cercevesini vrugulayalim. */
body.bg-darken-adm .card {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: #ffffff;
}

/* devices sayfasindaki sutunlarin genislikleri*/
.devices-table {
    min-width: 600px;
}

.devices-table th.int-column {
    width: 50px;
}

.devices-table th.device-id-column {
    min-width: 150px;
}

.devices-table th.actions-column {
    min-width: 100px;
}

.devices-table th.limit-column {
    width: 50px;
}

.devices-table th.note-column {
    min-width: 320px;
}

/* admin/devices sayfasindaki sutunlarin genislikleri*/
.admdevices-table {
    min-width: 600px;
}

.admdevices-table th.admdevices-deviceid-column {
    min-width: 250px;
}

.admdevices-table th.admdevices-actions-column {
    min-width: 300px;
}

.admdevices-table th.admdevices-note-column {
    min-width: 320px;
}

/* admin/users sayfasindaki sutunlarin genislikleri*/
.admusers-table {
    min-width: 600px;
}

.admusers-table th.admusers-email-column {
    min-width: 400px;
}

.admusers-table th.admusers-actions-column {
    min-width: 200px;
}

.admusers-table th.admusers-note-column {
    min-width: 320px;
}