/*!
 * Theme Name: Default
 * Author: XiotDev
 * Version	 :	1.0.0
**/

.action-col-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.action-col-wrapper li .icon {
    font-size: 20px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
    color: #323232 !important;
    z-index: 1;
}
.action-col-wrapper li .icon:focus {
    outline: none;
    box-shadow: none;
}
.action-col-wrapper li .icon .fa-eye {
    font-size: 17px;
}
.action-col-wrapper li .icon .fa-pen,
.action-col-wrapper li .icon .fa-dot-circle,
.action-col-wrapper li .icon .fa-trash-alt {
    font-size: 16px;
}
.action-col-wrapper li .icon .fa-ellipsis-v {
    font-size: 20px;
}
.action-col-wrapper li .icon:before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 20px;
    width: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    background-color: #EBEEF2;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s;
}
.action-col-wrapper li .icon:hover:before {
    opacity: 1;
    height: 116%;
    width: 116%;
}
.action-col-wrapper li .icon:after {
    display: none;
}
.action-col-wrapper .dropdown-menu{
    border: 0;
    box-shadow: 0 0px 13px 7px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    padding: 0;
}
.action-col-wrapper .dropdown-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.action-col-wrapper>li {
    margin: 0 3px;
}
.action-col-wrapper .dropdown-menu li:not(:first-child) {
    border-top: 1px solid #DBDFEA;
}
.action-col-wrapper .dropdown-menu li a {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #333 !important;
    transition: all 0.4s;
    line-height: 20px;
    position: relative;
}
.action-col-wrapper .dropdown-menu li a:hover {
    background: #f5f6fa;
    color: #007bff !important;
}
.action-col-wrapper .dropdown-menu li a i {
    font-size: 18px;
    width: 28px;
    margin-right: 4px;
    color: #0154a5;
    transition: all 0.4s;
}
.action-col-wrapper .dropdown-menu li a:hover i {
    color: #007bff;
}

.select2-selection.is-invalid{
border-color: #e85347;
  box-shadow: 0 0 0 0.2rem rgba(232, 83, 71, 0.25);
}

.small-info{
    font-size: 20px;
    font-weight: 400;
}
.active-count{
    padding: 45px;
}