.inbox-tabs li a, .inbox-tabs li a:active, .inbox-tabs li a:focus {
    border:1px solid #EAEAEA;
    border-radius: 8px;
    display: block;
    width: 100%;
    text-align: right;
    color: #4A4A4A;
    font-weight: 500;
    font-size: 14px;
    padding: 11px 15px;
    display: flex;
    align-items: center;
    gap:0px
}
.inbox-tabs li a span {
    margin-left: 5px;
}
.inbox-tabs li a svg {
    height: 16px;
    width: auto;
    margin-left: 10px;
}
.inbox-tabs {
    gap:5px;
}
.inbox-tabs li {
    width: 100%;
}
.card-shdow {
   box-shadow: rgba(10, 111, 194, 8%) 0px 10px 20px -2px, rgba(10, 111, 194, 8%) 0px 4px 9px -5px;
}
.card-radius {
    border-radius: 12px;
}
.inbox-tabs li a.active {
    background: #0A6FC2;
    color: #fff;
}
.inbox-tabs li a.active svg path {
    color: #fff;
    fill: #fff;
    
}
.inbox-tabs li a:hover {
    background: #0A6FC2;
    color: #fff;
}
.inbox-tabs li a:hover svg path {
    color: #fff;
    fill: #fff;
}
.inbox-tabs .nav-item .nav-link[data-toggle=collapse]::after {
    transition: all 0.3s ease-in-out;
    width: 1rem;
    text-align: center;
    float: left;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: "\f107";
    margin-right: auto;
    font-family: "Font Awesome 5 Free", serif;
}
.inbox-tabs li a .actions {
    margin-right: auto;
}
#collapseArchive {
    margin-top:5px
}
#collapseArchive .collapse-item  {
        padding: 9px 15px;
}
.inbox-tabs li a .actions img {
    height: 25px;
}
.inbox-tabs .collapse-inner {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.inbox-actions-row {
    margin-top: 2rem;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.inbox-actions-row .custom-action {
    display: inline-block;
    width: auto;
    position: relative;
}
.filter-users-actions {
    margin-right:auto;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: .5rem;
}
.filter-users-actions .btn {
    border-color:#120B46 !important;
    color: #120B46 !important;
    padding: 8px 10px !important;
    border-radius: 8px !important;
}
.filter-modal .modal-header h4 {
    width: 100%;
    font-size: 16pt;
}
.filter-modal .modal-content .modal-header .close-btn {
    position: absolute;
    top: 18px;
}
.filter-modal .modal-content .modal-header {
    padding-bottom: 0px !important;
    padding-top: 25px !important;
}
.filter-modal .modal-content .modal-body {
    padding-top: 0px !important;
}
.cursor-pointer {
    cursor: pointer;
}
.row-table .header, .row-table .data {
    border-radius: 0px !important;
}
.action-icon {
    direction: rtl;
}
.inbox-tabs a.create-folder, .inbox-tabs a.create-folder:hover, .inbox-tabs a.create-folder:active, .inbox-tabs a.create-folder:focus {
    border: none;
    gap: 10px;
    font-size: 15px;
    color: #0A6FC2;
    font-weight: 500;
    background: transparent !important;
}
.tags-list {
    margin-top: 15px;
}
.tags-list .mt-2 {
    margin-top: 0px !important;
}
.tags-list li {
    color: #fff;
    border-radius: 7px;
    opacity: 0.7;
}
.tags-list li .form-check-input {
    width: 13px !important;
    height: 13px !important;
    margin: 0 !important;
    margin-left: 8px !important;
}
.tags-list li label {
    font-size: 15px;
}
.tags-list li .form-check-inline {
    display: flex;
        padding: 6px 12px;
    align-items: center;
    height: 100%;
    margin: 0;
}
.elements-wrapper  {
    border-radius: 14px;
    border: 1px solid #EAEAEA;
    padding: 20px;
    margin-bottom: 20px;
}
.elements-wrapper__header {
    width: 100%;
    display: flex;
    align-items: center;
}
.elements-wrapper__header .elements-wrapper__title {
    margin-left: auto;
    color: #606060;
    margin-bottom: 0;
    font-weight: 500;
}
.elements-wrapper__header a {
    margin-right: auto;
}
.elements-wrapper .color-picker input.form-control {
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 8px;
}
.elements-wrapper .actions {
    justify-content: flex-start !important;
}
.elements-wrapper .table-container .box table tbody td {
    border:none;
}
.elements-wrapper .table-container .box table {
   
}
.elements-wrapper .table-container .box{
    border-radius: 8px;
    border: 1px solid rgb(234, 234, 234);
    padding: 5px 0px;
    margin-top: 20px;
}
.w-40-100 {
    width: 50%;
}
.w-60-100 {
    width: 50%;
}
.elements-wrapper .actions div.select {
    width: 100%;
}
.elements-wrapper .actions {
    width: 100%;
}