﻿
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');



.bg-panel {
    background-color: #3A3A3A !important
}

.bg-panel-grey {
    background-color: #323232 !important
}

.bg-panel-dark {
    background-color: #383838 !important;
}

.bg-icon-grey {
    background-color: #808080 !important
}

.navbar-toggler {
    padding: 0.70rem 0.70rem !important;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn {
    box-shadow: none !important
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}

.navbar-toggler {
    box-shadow: none !important
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}

.form-control {
    box-shadow: none !important
}

select:focus {
    box-shadow: none !important;
    outline: none !important;
}

.on-hover:hover {
    background-color: #424242 !important;
}

:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.xs-font {
    font-size: 11px !important;
}

.td-font {
    font-size: 15px !important;
}

.table > :not(caption) > * > * {
    min-width: 60px;
}
