﻿.card-360 {
    width: 360px !important;
}

.card-720 {
    width: 720px !important;
}


.imageheader {
    width: 125px;
    height: 125px;
    background-size: cover;
    margin: 0 auto;
}

.imageheader-sm {
    width: 75px;
    height: 75px;
    background-size: cover;
    margin: 0 auto;
}

.imageheader-lg {
    width: 500px;
    height: 500px;
    background-size: cover;
    margin: 0 auto;
}

.imageheader-circleborder {
    background-image: radial-gradient(transparent 50px, rgba(81, 89, 96, 0) 60px, rgba(81, 89, 96, 1) 65px);
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

input.form-control {
    height: 30px
}

.btn-modal-close {
    position: absolute;
    right: 10px;
}

.imageheader-sm-circleborder-modal {
    background-image: radial-gradient(transparent 35px, rgba(50, 56, 62, 0) 35px, rgba(50, 56, 62, 1) 38px);
    width: 75px;
    height: 75px;
    margin: 0 auto;
}

.imageheader-circleborder-page {
    background-image: radial-gradient(transparent 50px, rgba(39, 43, 48, 0) 58px, rgba(39, 43, 48, 1) 62px);
    width: 125px;
    height: 125px;
    margin: 0 auto;
}

/*[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239d9fa2'/%3e%3c/svg%3e") !important;
}*/

/* =========================================================
   BOOTSWATCH BRITE SWITCHES — TRUE COLOR PORT
   ========================================================= */

/* Base switch */
[data-bs-theme="dark"] .form-switch .form-check-input {
    width: 2em;
    height: 1em;
    margin-left: -2.5em;
    border-radius: 2em;
    transition: background-position .15s ease-in-out, background-color .15s ease-in-out;
    background-color: #adb5bd; /* OFF track */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e"); /* knob */
    background-repeat: no-repeat;
    background-position: left center; /* knob left by default */
    background-size: contain;
}

/* ON (checked) */
[data-bs-theme="dark"] .form-switch .form-check-input:checked {
    background-color: #28a745; /* green track */
    background-position: right center; /* knob slides right */
}

/* Focus ring */
[data-bs-theme="dark"] .form-switch .form-check-input:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(40, 167, 69, 0.25);
}

/* Disabled */
[data-bs-theme="dark"] .form-switch .form-check-input:disabled {
    opacity: .5;
    cursor: not-allowed;
}
