main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}
/*.form-group {*/
    /*margin-bottom: 1rem;*/
/*}*/

.card-import-border {
    border: 1px dashed #9E9E9E;
    border-radius: 10px;
    margin: 0 20px 20px 20px;
    padding-bottom: 40px;
    padding-top: 50px;
}

.menu .app-brand.demo {
    height: 64px;
    margin-top: 12px;
}

.icon-container-upload {
    padding: 5px 0;
    text-align: center;
    cursor: pointer;
    width: 50px;
    margin: auto;
    border-radius: 5px;
}

.icon-container-upload:hover {
    background-color: #e0e0e0;
}
.icon-import {
    font-size: 2rem;
}

.icon-import:hover {
    background-color: #e0e0e0;
}

#loadingOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.spinner {
    width: 400px;
    height: 400px;
    animation: spin 20s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.table-checkbox{
    display: flex;
    justify-content: center;
}
.summary{
    padding-left: 20px;
}
.table-active {
    background-color: rgba(105, 108, 255, 0.16) !important;
}

.grid-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-right: 15px;
}

.summary > b {
    font-weight: 400;
}
.page-link.active, .active > .page-link {
    z-index: 3;
    color: white;
    background-color: #696cff;
    border-color: var(--bs-pagination-active-border-color);
}

.page-link i {
    font-size: 1rem;
    line-height: 1;
}

.prev.page-item.disabled.custom-disabled, .next.page-item.disabled.custom-disabled{
    color: #6c757d;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    pointer-events: none;
    cursor: not-allowed;
    border-radius: 0.375rem;
    margin: 2px 0;
    padding: 5px 7px 0 7px;
}

.button-export{
    display: flex;
    align-items: center;
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
}
.button-export a:hover{
    color: white!important;
}
.create-new{
    display: flex;
    align-items: center;
    border-radius: 5px!important;
    font-weight: 500;
    font-size: 15px;
    margin-right: 5px;
}

.dt-length label {
    display: flex;
    align-items: center;
    justify-content: center;
}

.field-page-size-selector{
    margin-bottom: 0;
}

.affiliate-logo {
    width: auto;
    height: auto;
    border-radius: 50%;
    border: 1px solid #e0d2f7;
}

.wrap-url {
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    max-width: 250px;
}

html.layout-menu-collapsed .layout-menu {
    width: 60px;
}

html.layout-menu-collapsed .menu-inner .menu-item > .menu-link > div {
    display: none;
}

html.layout-menu-collapsed .menu-inner .menu-sub {
    display: none !important;
}

html.layout-menu-collapsed .menu-inner > .menu-item, .menu-vertical .menu-inner > .menu-header {
    width: 100%;
}
/*html.layout-menu-collapsed .menu-vertical .menu-inner > .menu-item .menu-link{*/
    /*margin: auto;*/
/*}*/

html.layout-menu-collapsed .layout-menu-toggle i {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

html.layout-menu-collapsed .app-brand .layout-menu-toggle {
    left: 25px;
}
html.layout-menu-collapsed .app-brand .app-brand-link {
    display: none;
}
html.layout-menu-collapsed  .menu-vertical .menu-item .menu-toggle::after {
    right: 6px;
}

.my-error {
    color: #ff4d4d;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}
.input-error {
    border: 1px solid #ff4d4d;
    background-color: #fff5f5;
}

.help-block{
    color: #ff4d4d;
    font-size: 14px;
    margin-top: 5px;
}

.modal {
    /*display: none;*/
    position: fixed;
    z-index: 1000;
    /*left: 5%;*/
    /*top: 0;*/
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(84, 103, 205, 0.25);
}


.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
    border-radius: 6px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.login-container{
    margin-top: 80px;
}
.password-toggle-icon{
    position:absolute;
    top:50%;
    right:10px;
    transform:translateY(-50%);
    cursor:pointer;
}

.field-registerform-terms{
    padding-top: 10px;
}
