﻿/* Your Global Styles */
.table tr:first-child, .table th:first-child, .table td:first-child {
    padding-left: 0.75rem;
}
.table tr:last-child, .table th:last-child, .table td:last-child {
    padding-right:  0.75rem;
}
.table-action-col{
    padding-left: 5px !important;
    width:120px !important;
}

.table th, .table td {
    vertical-align:middle
}

.dataTables_wrapper .dataTable td {
    vertical-align: middle
}

.dataTables_scrollBody::-webkit-scrollbar {
    height: 16px;
}

.abp-block-area.abp-block-area-busy:before {
    content: "";
    display: block;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-color: transparent #228ae6 #228ae6 #228ae6;
    position: absolute;
    top: calc(50% - 15px) !important;
    left: calc(50% - 15px) !important;
    will-change: transform;
    animation: spin .75s infinite ease-in-out;
}

.style-chooser .vs__search::placeholder,
.style-chooser .vs__dropdown-toggle,
.style-chooser .vs__dropdown-menu {
    background: none;
    border: none;
    color: #5E6278;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0px 0px !important;
    width: 100%;
}

.style-chooser .vs__dropdown-menu {
    background-color: #F5F8FA;
    padding-top: 5px;
    border: 1px solid #eef3f7 !important;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.style-chooser .vs__clear,
.style-chooser .vs__open-indicator {
    fill: #A1A5B7;
}
.vs__selected {
    background-color: #F5F8FA;
    color: #5E6278;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0px 0px !important;
}