.btn i {
    font-size: 13px;
}

.error {
    color: red;
}

.auth-main .auth-wrapper.v3 .auth-form {
    background: unset;
    min-height: unset;
}

.auth-main .auth-wrapper .auth-form .card {
    box-shadow: 0px 3px 7px -2px lightgrey;
    border: 0px;
}

.pc-container .page-header + .row {
    padding-top: 5px !important;
}

.page-header {
    padding-top: 0px;
}

/* Loader */
.loader {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background-color: rgba(255, 255, 255, 0.881);
}

.loader-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    display: -moz-flex;
    align-items: center;
    justify-content: center;
}

/* Menu Page Css */
.menu-list {
    list-style: none;
    padding-left: 0px;
}

.menu-list .menu-list-item {
    width: 100%;
    display: block;
    border-radius: 0px;
}

.menu-list-item-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.menu-list .menu-list-item-link {
    font-weight: 600 !important;
}

.dd-handle {
    display: block;
    height: auto;
    min-height: 44px;
    margin: 5px 0;
    padding: 12px 14px;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #ccc;
    background: #fafafa;
    border-radius: 0px;
    box-sizing: border-box;
    width: 100%;
    flex: 1;
    cursor: pointer;
}

.dd-item > button {
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 50px;
    margin: 0px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: 0 0;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: 700;
}

.dd-item > button.dd-collapse:before {
    content: "-";
    height: 44px;
    background: #fafafa;
    top: 5px;
    margin-bottom: 0px;
    margin-top: 0px;
    border: 1px solid #cccccc !important;
    border-bottom: 1px solid #cccccc !important;
    border-right: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dd-item > button.dd-expand:before {
    content: "+";
    height: 44px;
    background: #fafafa;
    top: 5px;
    margin-bottom: 0px;
    margin-top: 0px;
    border: 1px solid #cccccc !important;
    border-bottom: 1px solid #cccccc !important;
    border-right: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Page Styles */
.page-creation-tab {
    background: #eaeaea;
}

.page-creation-tab .nav-link {
    color: black;
}

.page-creation-tab .active {
    background-color: #9f2d2d !important;
    color: white !important;
}

.btn-remove-page-file {
    position: absolute;
    top: -44px;
    right: 6px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Fieldset styling */
.fieldset {
    border: 1px solid #dddddd;
    padding: 10px 20px;
    background-color: #f5f5f5;
    position: relative;
}

.legend {
    float: unset;
    width: auto;
    padding: 7px 15px;
    display: inline-block;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    font-size: 14px;
    /* background-color: #e2e2e2; */
    z-index: 1;
    position: relative;
    color: #fff;
}

.pc-sidebar .m-header {
    height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 12px;
}

.navbrand-logo-img {
    height: 60px;
    object-fit: contain;
    max-width: 100%;
}

.show-preview-image {
    height: 80px;
    object-fit: contain;
}

.media-preview-img {
    height: 100px;
    object-fit: contain;
    max-width: 100%;
}

.form-label {
    margin-bottom: 0.4rem;
    font-weight: 600;
}

.cursor-pointer {
    cursor: pointer;
}
