 p {
/*    font-family: "Helvetica Neue",Arial,sans-serif;*/
font-family: "Source Sans Pro","Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}


.swal2-container {
    z-index: 9999999 !important;
}

.custom-popup {
    position: fixed;
    background: #0000006b;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    overflow: auto;
}

.custom-popup .popup-body {
    background: white;
    padding: 30px 20px;
    width: 80%;
    margin: 44px auto 15px;
    position: relative;
}

.custom-popup .close {
    position: absolute;
    right: 7px;
    top: 7px;
    color: red;
    opacity: 1;
    padding: 0px 5px;
/*    border: 1px solid red;*/
/*    border-radius: 50%;*/
    cursor: pointer;    
}

nav[aria-label="Pagination Navigation"] > div:nth-child(2) svg {
    width: 20px !important;
}

nav[aria-label="Pagination Navigation"] > div:nth-child(2) span[aria-current="page"] {
/*    width: 20px !important;*/
}

nav[aria-label="Pagination Navigation"] > div:nth-child(2) span[aria-current="page"] {
    font-weight: 600;
    display: inline-flex;
    margin-bottom: 15px;
    max-height: 37px;
}

nav[aria-label="Pagination Navigation"] > div:first-child {
    margin-bottom: 14px;
}
nav[aria-label="Pagination Navigation"] > div:nth-child(2) span[aria-current="page"] span{
    background-color: #f1f1f1bf !important;
    box-shadow: inset 0px 0px 8px 0px #c9c9c9a3;
/*    padding: 7px 9px !important;*/
}

nav[aria-label="Pagination Navigation"] > div:nth-child(2)  a{
/*    padding: 7px 9px !important;*/
}

button#submit-btn.submitting {
/*    opacity: 0.5;*/
    cursor: wait;
    position: relative;
}

button#submit-btn.submitting:before {
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    /* border: 1px solid #ffffff87; */
    position: absolute;
    /* z-index: 9; */
    background-color: #ffffff87;
    left: 0;
    top: 0;
}

button#submit-btn.submitting:after {
    display: block;
    content: " ";
    width: 20px;
    height: 20px;
    border: 3px solid red;
    position: absolute;
    z-index: 9;
    background-color: #ffffff00;
    left: 44%;
    top: 9px;
    /* margin: auto */
    border-radius: 20px;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-image: linear-gradient( to right, white, rgb(79 79 79) ) 1;
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

html.popup-open {
    overflow: hidden;
}

.list_view .list-data > div.list.invalid {
    border: 1px solid red;
}
.list_view  .error-text {
    color: red;
}