.login-form-wrapper {
    width: 65%;
}
@media (max-width: 768px) {
    .login-form-wrapper {
        width: 100%;
    }
}
/* ================================================================
Table
================================================================ */
.table th,
.table td {
    padding: 1rem 1.5rem !important;
}
/* ================================================================
Icon Box
================================================================ */
.icon-box {
    width: 46.8px;
    height: 46.8px;
    border-radius: 0.35rem;
    background: rgb(0, 109, 106);
    background: linear-gradient(180deg,
            rgba(0, 109, 106, 1) 0%,
            rgba(0, 109, 106, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-box i {
    color: #fff;
    font-size: 14px;
}
/* ================================================================
Header
================================================================ */
.header-navigation {
    background-color: #fff;
    left: 250px;
    z-index: 997;
    transition: left 0.3s cubic-bezier(0.87, 0, 0.13, 1), box-shadow ease 0.15s;
}
#subNavigation.scrolled,
.header-navigation.scrolled {
    box-shadow: 0 8px 16px -8px rgba(111, 0, 255, 0.1);
    -webkit-box-shadow: 0 8px 16px -8px rgba(111, 0, 255, 0.1);
    -moz-box-shadow: 0 8px 16px -8px rgba(111, 0, 255, 0.1);
}
.header-navigation.full-width {
    left: 0;
}
@media (max-width: 576px) {
    .header-navigation {
        left: 0;
    }
}
/* ================================================================
Side Navigation
================================================================ */
.side-navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 250px;
    background-color: #000;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.3s cubic-bezier(0.87, 0, 0.13, 1);
}
.side-navigation.collapsed {
    left: -250px;
}
.side-navigation-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 998;
    transition: 0.3s cubic-bezier(0.87, 0, 0.13, 1);
}
#sideNavigationToggleIcon {
    transition: transform 0.3s cubic-bezier(0.87, 0, 0.13, 1);
}
#sideNavigationToggleIcon.rotated {
    transform: rotate(90deg);
}
.side-navigation img {
    max-height: 46.8px;
}
.side-navigation .side-nav {
    margin-bottom: 0.75rem;
    padding: 0;
    list-style-type: none;
}
.side-navigation .side-nav-title {
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    position: relative;
    color: #fff;
}
.side-navigation .side-nav-title i {
    color: #394c98;
}
.side-navigation .side-nav .side-nav-item .side-nav-link {
    color: #888;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    display: block;
    transition: background ease 0.15s;
    position: relative;
}
.side-navigation .side-nav .side-nav-item .side-nav-link::after {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #faf7ff;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}
.side-navigation .side-nav .side-nav-item .side-nav-link:hover {
    color: #fff;
    background: rgb(17, 17, 17);
    background: linear-gradient(90deg,
            rgba(17, 17, 17, 1) 0%,
            rgba(17, 17, 17, 0.75) 50%,
            rgba(17, 17, 17, 0) 100%);
}
.side-navigation .side-nav .side-nav-item .side-nav-link i {
    color: #888;
}
.side-navigation .side-nav .side-nav-item .side-nav-link.active {
    color: #fff;
    background: rgb(0, 109, 106);
    background: linear-gradient(90deg,
            rgba(0, 109, 106, 1) 0%,
            rgba(0, 109, 106, 0.75) 50%,
            rgba(0, 109, 106, 0) 100%);
}
.side-navigation .side-nav .side-nav-item .side-nav-link.hover::after,
.side-navigation .side-nav .side-nav-item .side-nav-link.active::after {
    visibility: hidden;
    opacity: 0;
}
.side-navigation .side-nav .side-nav-item .side-nav-link.focus i,
.side-navigation .side-nav .side-nav-item .side-nav-link.active i {
    color: #fff !important;
}
@media (max-width: 768px) {
    .side-navigation .side-nav .side-nav-item .side-nav-link {
        padding: 0.75rem 1rem;
    }
}
@media (max-width: 576px) {
    .side-navigation-backdrop.active {
        opacity: 1;
        visibility: visible;
    }
    .side-navigation {
        left: -250px;
    }
    .side-navigation.collapsed {
        left: 0;
    }
}
/* ================================================================
Main Content
================================================================ */
.main-content {
    position: fixed;
    top: 77.38px;
    bottom: 0;
    right: 0;
    left: 250px;
    overflow-y: auto;
    background-color: rgba(111, 0, 255, 0.05);
    transition: left 0.3s cubic-bezier(0.87, 0, 0.13, 1);
}
.main-content.full-width {
    left: 0;
}
.main-content .card {
    background: #fff;
    box-shadow: 0 8px 16px -8px rgba(111, 0, 255, 0.1);
    -webkit-box-shadow: 0 8px 16px -8px rgba(111, 0, 255, 0.1);
    -moz-box-shadow: 0 8px 16px -8px rgba(111, 0, 255, 0.1);
}
.main-content .card h3 {
    font-weight: 600;
}
.main-content .card-title {
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 0;
}
.main-content .card-subtitle {
    font-size: 11px;
}
@media (max-width: 768px) {
    .main-content {
        left: 0;
    }
}
@media (max-width: 576px) {
    .main-content {
        left: 0;
    }
}
/* ================================================================
drag n drop
================================================================ */
.dropzone {
    background-color: #fff;
    border-radius: 0.35rem;
    width: 100%;
    height: 250px;
    margin-left: auto;
    border: 1px dashed #dfe4ee;
    overflow: hidden !important;
    cursor: pointer;
}
.dropzone:hover {
    background-color: #fbf8ff;
}
.dz-message {
    margin: 0 auto;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 2rem;
}
.relative {
    position: relative;
}
.inputfile {
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin-left: auto;
    opacity: 0;
    border-radius: 8px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}
.inputfile+label {
    width: 100%;
    font-size: 12px;
    color: #aaa;
    margin: 0 auto;
    background-color: #fafaff;
    display: inline-block;
}
.inputfile:focus+label,
.inputfile+label:hover {
    background-color: #f1f1f1;
    color: #888 !important;
}
.inputfile+label {
    cursor: pointer;
}
.gallery {
    margin-top: 0;
    border-radius: 0.35rem;
    border: 1px dashed #dfe4ee;
}
.gallery-img {
    width: 100%;
    height: auto;
}
.gallery-img1 {
    width: 100%;
    height: auto;
}
@media (max-width: 768px) {
    .gallery-img {
        max-width: 100%;
    }
}
.customLook {
    --tag-bg: #539eff !important;
    --tag-hover: #93c2ff !important;
    --tag-text-color: #000 !important;
    --tags-focus-border-color: #394c98 !important;
    --tag-remove-bg: var(--tag-hover) !important;
    padding: 0.3rem 0.8rem !important;
    display: inline-block;
    margin: 0 auto;
    font-size: 12px !important;
    border-radius: 0.35rem !important;
    width: 100%;
}
.customLook .tagify__tag {
    margin-top: 0;
}
.customLook .tagify__tag>div {
    border-radius: 4px !important;
}
.customLook1 {
    --tag-bg: #6aff53 !important;
    --tag-hover: #a1ff93 !important;
    --tag-text-color: #000 !important;
    --tags-focus-border-color: #394c98 !important;
    --tag-remove-bg: var(--tag-hover) !important;
    padding: 0.3rem 0.8rem !important;
    display: inline-block;
    margin: 0 auto;
    font-size: 12px !important;
    border-radius: 0.35rem !important;
    width: 100%;
}
.customLook1 .tagify__tag {
    margin-top: 0;
}
.customLook1 .tagify__tag>div {
    border-radius: 4px;
}
.customLook2 {
    --tag-bg: #ff9853 !important;
    --tag-hover: #ffc493 !important;
    --tag-text-color: #000 !important;
    --tags-focus-border-color: #394c98 !important;
    --tag-remove-bg: var(--tag-hover) !important;
    padding: 0.3rem 0.8rem !important;
    display: inline-block;
    margin: 0 auto;
    font-size: 12px !important;
    border-radius: 0.35rem !important;
    width: 100%;
}
.customLook2 .tagify__tag {
    margin-top: 0;
}
.customLook2 .tagify__tag>div {
    border-radius: 4px;
}
.tagify__tag__removeBtn:hover {
    background: #000 !important;
}
.tagify__tag {
    margin: auto 2px !important;
}
.blue {
    font-size: 18px;
    font-weight: 400;
    color: #539eff;
}
.green {
    font-size: 18px;
    font-weight: 400;
    color: #6aff53;
}
.orange {
    font-size: 18px;
    font-weight: 400;
    color: #ff9853;
}
.text-bold {
    font-weight: 600;
}
.ck-content {
    height: 250px !important;
}
.cursor-pointer {
    cursor: pointer;
}
.dropbtn {
    font-size: 14px;
    color: #000;
    background-color: #fff;
    border: 1px solid #dfe4ee;
    border-radius: 0.35rem;
    padding: 0.7rem 0.8rem;
    display: block;
    position: relative;
    z-index: 1;
    text-align: left;
    transition: 0s !important;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    padding: 16px 24px;
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #dfe4ee;
    border-radius: 0.35rem;
    min-width: 160px;
    box-shadow: 0 8px 16px -8px rgba(111, 0, 255, 0.1);
    -webkit-box-shadow: 0 8px 16px -8px rgba(111, 0, 255, 0.1);
    -moz-box-shadow: 0 8px 16px -8px rgba(111, 0, 255, 0.1);
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #f1f1f1;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #fff;
}

.action-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 250px;
    box-shadow: 24px 0 16px 0 rgba(111, 0, 255, 0.1);
    -webkit-box-shadow: 24px 0 16px 0 rgba(111, 0, 255, 0.1);
    -moz-box-shadow: 24px 0 16px 0 rgba(111, 0, 255, 0.1);
}