body {
    background-color: rgba(77, 82, 163, 0.1);
    font-family: 'Open Sans', sans-serif;
    color: #424242;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    color: #2b2b2c;

}

.rounded-20 {
    border-radius: 20px;
}

.bg-gradiant1 {
    background-image: linear-gradient(to right, #5808FA, #7B40F2);
}

.bg-gradiant2 {
    background-image: linear-gradient(to right, #0179F4, #1b02ed);
}

.bg-gradiant3 {
    background-image: linear-gradient(to right, #FA7D73, #F95039);
}

.bg-gradiant4 {
    background-image: linear-gradient(to right, #33C4AB, #2CAD69);
}

.bg-light {
    background-color: #ececec !important;
}

.bg-primary {
    background-color: #f8800a !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #2589e0;
}

.text-purple {
    color: #f8800a !important;
}

.btn-purple {
    color: #fff;
    background-image: linear-gradient(to right, #154a98, #f8800a);
    border-color: #f8800a !important;
}

.btn-purple:hover {
    background-image: linear-gradient(to right, #f8800a, #154a98);
    border-color: #295aa1 !important;
}

.twelve h1 {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 0;
    position: relative;
    color: #000000;
    text-transform: uppercase;
}

/* .card-box {
    background-color: #fff;
    padding: 1.5rem;
    margin-bottom: 24px;
    border: 10px solid #e7eaed;
    border-radius: 1.25rem;
    box-shadow: 1px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
} */
.card-box {
    position: relative;
    background: #fff;
    background-clip: padding-box;
    margin-bottom: 24px;
    border-radius: 10px;
    border-color: transparent;
}

/* .card-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -8px;
    border-radius: inherit;
    background: linear-gradient(to left, #f8800a, #154a98);
} */
.page-title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* margin-bottom: 30px; */
}

.page-title-box .page-title-right {
    float: unset;
    margin-top: 12px;
}

.page-title-box .page-title-right .form-control {
    width: 160px;
}

.left-side-menu {
    background-size: cover;
    background-position: center center;
    background-color: #fff;
    padding: 0px;
}
.logo-box {
    background-color: transparent;
}

.metismenu {
    margin-top: 10px;
    margin-bottom: 150px;
    padding: 0;
}

#sidebar-menu>ul>li>a.active {
    color: #fff;
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0, rgba(248, 128, 10, 0.4) 100%);
}

#sidebar-menu>ul>li>a.active::after {
    width: 8px;
    transition: all 0.5s;
}

#sidebar-menu>ul>li>a.active i {
    color: #fff;
}

.slimScrollDiv {
    height: auto !important;
    position: relative;
    z-index: 99;
}

#sidebar-menu>ul>li>a {
    color: #eeeeee;
    font-weight: 600;
    margin: 5px 0;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    /* border-radius: 10px; */
    position: relative;
    font-size: 15px;
}

#sidebar-menu>ul>li>a::after {
    background: #f8800a !important;
    border-radius: 5px 0 0 5px;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s;
    width: 0;
}

#sidebar-menu>ul>li>a .menu-badge {
    position: absolute;
    font-size: 10px;
    background-color: #ff0000;
    color: #fff;
    padding: 3px 6px;
    border-radius: 5px;
    right: 3px;
    top: 3px;
    line-height: 1;
}

#sidebar-menu>ul>li>a i {
    transition: all 0.5s;
    margin: 0 10px 0 0;
    font-size: 15px;
}

#sidebar-menu>ul>li>a:active,
#sidebar-menu>ul>li>a:focus,
#sidebar-menu>ul>li>a:hover {
    color: #fff;
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0, rgba(248, 128, 10, 0.4) 100%);
}

#sidebar-menu>ul>li>a:active::after,
#sidebar-menu>ul>li>a:focus::after,
#sidebar-menu>ul>li>a:hover::after {
    width: 8px;
    transition: all 0.5s;
}

#sidebar-menu>ul>li>a:active i,
#sidebar-menu>ul>li>a:focus i,
#sidebar-menu>ul>li>a:hover i {
    color: #fff;
    transition: all 0.5s;
}

#sidebar-menu>ul>li>ul {
    padding-left: 0px;
}

.nav-second-level li a,
.nav-thrid-level li a {
    padding: 8px 20px;
    color: #ffffff;
}

.nav-second-level li.mm-active>a {
    color: #fff;
}

.btn-group-lg>.btn,
.btn-lg {
    font-size: 0.85rem !important;
    height: 100%;
    /* width: -moz-available; */
    width: 12rem;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 0.48rem .8rem;
    font-size: 0.85rem;
}

.page-title-box .page-title-right {

    margin-top: 0px !important;
}

.mydivx {
    position: relative;
}

.texty {
    white-space: nowrap;
    color: white;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 53%;
    left: 46%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.mydivx:hover .overlay {
    height: 100%;
}

.button003 {
    background: #34b2c9;
    /* Green */
    border: none;
    color: white;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;

    margin: 4px 4px;
    cursor: pointer;
}

.button0003 {
    border-radius: 8px;
}

.mylist li {
    list-style: none;
}

.button003:hover i {
    color: #000000;
}

.content-page {
    margin-left: 250px;
    margin-top: 80px;
}

.logo-box {
    width: 250px;
}

.left-side-menu {
    width: 250px;
    display: grid;
    top: 0;
}

.enlarged .left-side-menu #sidebar-menu>ul>li>a i {
    font-size: 1.125rem;
    margin: 0;
}

.enlarged .left-side-menu #sidebar-menu>ul>li>a {
    padding: 0 0px;
    min-height: 50px;
    transition: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover>a {
    width: auto;
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0, rgba(248, 128, 10, 0.4) 100%);
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover>a span {
    display: none;
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover>ul {
    top: 0;
    border-radius: 10px;
    background-color: #154a98;
}

.enlarged .nav-second-level {
    position: relative;
}

.enlarged .nav-second-level:after {
    content: '';
    position: absolute;
    top: 20%;
    left: -5px;
    background-color: #154a98;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
}

.nav-second-level li a {
    position: relative;
    color: rgba(255, 255, 255, .7);
    transition: all 0.5s;
    font-weight: 500;
    padding: 7px 10px;
    border-radius: 10px;
    margin: 3px 0;
}

.nav-second-level li a:focus,
.nav-second-level li a:hover,
.nav-thrid-level li a:focus,
.nav-thrid-level li a:hover {
    color: #ffffff;
}

.nav-second-level li a:hover {
    color: #ffffff;
}


.card-title {
    font-size: 1.1rem !important;
    margin-bottom: 20px;
    font-weight: 700;
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover>ul {
    width: 250px;
}

.enlarged .nav-second-level li a {
    color: rgba(255, 255, 255);
}

.card-icon-box {
    border-width: 5px !important;
    text-align: center;
}

.card-icon-box.bg-primary {
    background-color: rgba(77, 82, 163, 0.3) !important;
}

.card-icon-box.bg-warning {
    background-color: rgba(249, 200, 81, 0.3) !important;
}

.card-icon-box.bg-danger {
    background-color: rgba(245, 112, 122, 0.3) !important;
}

.card-icon-box.bg-success {
    background-color: rgba(75, 211, 150, 0.3) !important;
}

.card-icon-box .card-body .icon-box {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -50px 0 10px 0;
}

.card-icon-box .card-body .icon-box i {
    color: #fff !important;
}

.card-icon-box .card-body .card-box-icon {
    color: #fff;
    text-align: center;
}

.card-icon-box .card-body .card-box-content p {
    font-size: 25px;
}

.footer {
    z-index: -1;
}

.navbar-custom {
    background-color: #ecedf5;
    box-shadow: none;
    width: calc(100% - 250px);
    left: auto;
    right: 0;
    backdrop-filter: saturate(200%) blur(30px);
    height: 70px;
    /* border-bottom: 1px solid rgba(27, 2, 237, 0.1); */
}

/* .navbar-custom .button-menu-mobile {
    border-right: 1px solid rgba(27, 2, 237, 0.1);
}

.navbar-custom .topnav-menu .nav-link.dropdown-toggle {
    border-right: 1px solid rgba(27, 2, 237, 0.1);
    border-left: 1px solid rgba(27, 2, 237, 0.1);
} */

.navbar-custom .topnav-menu .nav-link {
    color: #242323;
    min-width: 32px;
    display: block;
    line-height: 70px;
    text-align: center;
    max-height: 70px;
    font-weight: 600;
}

.profile-dropdown {
    width: 195px;
}

.notification-list .noti-title {
    background-color: #f8800a;
    text-align: center;
}

.notification-list .noti-title h6 {
    color: #fff;
}

.left-side-menu {
    box-shadow: none;
    background-color: #05074d;
    z-index: 2;
    border-right: 1px solid rgba(27, 2, 237, 0.1);
}

.enlarged .content-page {
    margin-left: 70px !important;
}

.enlarged .left-side-menu {
    position: fixed;
    padding-top: 0;
    width: 70px !important;
    z-index: 5;
}

.enlarged .navbar-custom {
    width: calc(100% - 70px);
}

.navbar-box {
    height: 90px;
    width: 100%;
    margin-left: auto;
    z-index: 1;
    position: fixed;
    display: block;
    right: 0;
}

.card {
    border: 1px solid #e7eaed00;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}



.card .card-body.step-box .card-box-inner .step {
    color: #1b02ed;
    position: relative;
    display: inline-block;
}

.card .card-body.step-box .card-box-inner .step:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    right: 0px;
    background-color: #000000;
}

.card .card-body.step-box .card-box-inner {
    background-color: #ecedf5;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 10px 20px;
}

.ai-image-box {
    position: relative;
    transition: all 0.5s;
}

.ai-image-box:hover .icon-box {
    opacity: 1;
}

.ai-image-box .icon-box {
    position: absolute;
    top: 20px;
    right: 10px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    opacity: 0;
    transition: all 0.5s;
}

.color-selector.form-group label {
    align-self: center;
    margin: 0;
}

.color-selector.form-group {
    display: flex;
    align-content: center;
}

.color-selector.form-group .form-control {
    width: 160px;
    margin-left: 20px;
}

.border-primary {
    border-color: #f8800a !important;
}

.text-dark {
    color: #1c1c1c !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.btn-primary {
    color: #fff;
    background-color: #f8800a !important;
    border-color: #f8800a !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #f8800a !important;
    border-color: #f8800a !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #f8800a !important;
    border-color: #f8800a !important;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #f8800a;
    border-color: #f8800a;
}

.card-header {
    background-color: #fff;
}

::-moz-selection {
    color: #fff;
    background-color: #f8800a;
}

::selection {
    color: #fff;
    background-color: #f8800a;
}



.btn {
    padding: 6px 20px;
    font-size: 1rem;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 6px 14px;
    font-size: 0.85rem;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 8px 25px;
    font-size: 1.3rem;
}

.table thead tr {
    color: #fff;
    background-color: #36332f !important;
}

.table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.text-primary {
    color: #1b02ed !important;
}

.upgrade-box {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
    transition: all 0.5s;
    border-radius: 10px;
}

.upgrade-box:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    transition: all 0.5s;
}

.upgrade-box .media {
    width: 100%;
    /* height: 250px; */
    overflow: hidden;
    text-align: center;
    transition: all 0.5s;
}

.upgrade-box .media img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    object-fit: contain;
}

.upgrade-box .content {
    padding-top: 20px;
}

.upgrade-box .content .title {
    margin-bottom: 20px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #f8800a;
    border-color: #f8800a;
}

@media screen and (max-width: 991px) {
    .topnav-menu .notification-list.nav-link span {
        display: none;
    }
}

.metismenu .nav-second-level {
    padding: 5px 10px !important;
    border-radius: 10px;
}


.left-side-menu .slimscroll-menu .user-box {
    padding: 20px;
    color: #fff;
    display: flex;
    align-items: center;
}

.left-side-menu .slimscroll-menu .user-box .avatar {
    width: 60px;
    height: 60px;
}

.left-side-menu .slimscroll-menu .user-box .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.left-side-menu .user-box .user-info {
    margin-left: 15px;
}
.left-side-menu .user-box .user-info .user-content {
    color: #fff;
    margin: 0 0 5px 0;
}

.left-side-menu .user-box .user-info .user-name {
    color: #fff;
    margin: 0 0 5px 0;
}
.enlarged .left-side-menu .user-box{
    display: none;
} 
.left-side-menu .slimscroll-menu .side-log-out {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #05074d;
}

.left-side-menu .slimscroll-menu .side-log-out a {
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
}

.left-side-menu .slimscroll-menu .side-log-out a span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}

#sidebar-menu>ul>.side-log-out>a:active,
#sidebar-menu>ul>.side-log-out>a:focus,
#sidebar-menu>ul>.side-log-out>a:hover {
    color: #fff;
    background: transparent;
}

#sidebar-menu>ul>.side-log-out>a:active::after,
#sidebar-menu>ul>.side-log-out>a:focus::after,
#sidebar-menu>ul>.side-log-out>a:hover::after {
    width: 0;
}

.navbar-box .header-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #ecedf5;
    box-shadow: inset 5px 5px 7px 0px rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    transition: all 0.5s;
    color: #000;
}

.navbar-box .header-btn:hover {
    box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.4);
    transition: all 0.5s;
}

label {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.card-footer {
    padding: 10px 0;
    background-color: #fff;
    border-top: none;
}

.dropdown-item {
    font-weight: 600;
    color: #000;
    padding: 8px 10px;
    font-size: 14px;
}

.profile-dropdown i {
    width: 17px;
}

/* .custom-file{
    z-index: -1;
} */


.btn {
    padding: 7px 15px;
    border-radius: 10px;
    font-size: 15px;
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
}
.btn-sm{
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 11px;
    position: relative;
    transition: all 0.5s;
}

.btn::before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
}

.btn::after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
}

.btn:hover::before {
    transition: all 0.5s;
    width: 100%;
}

.btn:hover::after {
    transition: all 0.5s;
    width: 100%;
}

.table td {
    color: #2d2d2d !important;
}

.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 14px;
    font-weight: 600;
}

.box-img{
    position: relative;
    overflow: hidden;
} 
.box-img .box-btn{
    position: absolute;
    top: -50px;
    left: 10px;
    transition: all 0.5s;
} 
.box-img:hover .box-btn{
    position: absolute;
    top: 10px;
    transition: all 0.5s;
} 
.box-img img{
    width: 100%;
    height: 100%;
}
.form-control{
    margin-bottom: 10px;
}
.navbar-custom .button-menu-mobile {
    margin-left: 15px;
}
body.enlarged {
    min-height: 100%!important;
}


.card-list-box {
    transition: all 0.5s;
    box-shadow: none;
}
.card-list-box:hover{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
}
.card-list-box .card-list-top{
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}
.card-list-box .card-list-bottom .title{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
}
.card-list-box .card-list-bottom .title a{
    color: #000;
}

.btn-light, .btn-white {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-second-level li.mm-active > a{
    position: relative;
}
.menu-badge {
    position: absolute;
    font-size: 10px;
    background-color: #ff0000;
    color: #fff;
    padding: 3px 6px;
    border-radius: 5px;
    right: 3px;
    top: 3px;
    line-height: 1;
}
