body {
    background-color: rgba(77, 82, 163, 0.1);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "roboto", 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: #1b03f0 !important;
}

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

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

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

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

.twelve h1 {
    font-size: 23px;
    font-weight: 600;
    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, #1b03f0, #154a98);
} */
.page-title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* 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;
}

.left-side-menu::before {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    opacity: .;
}

.logo-box {
    background-color: transparent;
}

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

#sidebar-menu>ul>li>a.active {
    color: #000;
    background-color: rgba(27, 2, 237, 0.2);
}

#sidebar-menu>ul>li>a.active i {
    color: #fff;
    background-color: rgba(27, 2, 237, 1);
}

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

#sidebar-menu>ul>li>a {
    color: #000;
    font-weight: 600;
    margin: 5px 0;
    padding: 3px 10px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    position: relative;
}
#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 {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    margin: 0 5px 0 0;
    border-radius: 10px;
}

#sidebar-menu>ul>li>a:active,
#sidebar-menu>ul>li>a:focus,
#sidebar-menu>ul>li>a:hover {
    color: #000;
    background-color: rgba(27, 2, 237, 0.2);
}

#sidebar-menu>ul>li>a:active i,
#sidebar-menu>ul>li>a:focus i,
#sidebar-menu>ul>li>a:hover i {
    color: #fff;
    background-color: rgba(27, 2, 237, 1);
    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: #575a65;
}

.nav-second-level li.mm-active>a {
    color: #000;
    background-color: rgba(27, 2, 237, 0.2);
}

.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;
    border-bottom: 1px solid rgba(27, 2, 237, 0.1);
    border-right: 1px solid rgba(27, 2, 237, 0.1);
}

.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-color: #1b03f0;
}

.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: #000;
    transition: all 0.5s;
    font-weight: 700;
    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: #000;
}

.nav-second-level li a:hover {
    color: rgba(27, 2, 237, 1);
}


.card-title {
    font-size: 1.4rem !important;
}

.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: #ffffff;
    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: #1b03f0;
}

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

.left-side-menu {
    box-shadow: none;
    background-color: #fff;
    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: #1b03f0 !important;
}

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

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

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

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

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

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

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

::-moz-selection {
    color: #fff;
    background-color: #1403a9;
}

::selection {
    color: #fff;
    background-color: #1403a9;
}



.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: #1b03f0 !important;
}

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

.card.card-list-box {
    transition: all 0.5s;
    box-shadow: none;
}

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

.card.card-list-box .card-body {
    padding: 20px;
}

.card.card-list-box .card-body .card-list-head {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card.card-list-box .card-body .card-list-head .title {
    margin: 0;
}

.card.card-list-box .card-body .card-list-head .title a {
    color: #000;
}

.card.card-list-box .card-body .list-btn a {
    margin-right: 5px;
    margin-bottom: 5px;
}

.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;
}

.upgrade-box .media:hover img {
    filter: grayscale(1);
}

.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: #1b03f0;
    border-color: #1b03f0;
  }
  @media screen and (max-width: 991px) {
    .topnav-menu .notification-list.nav-link span {
        display: none;
    }
}

.metismenu .nav-second-level{
    padding: 5px 10px!important;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}