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, #0195F7);
}

.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: #4d52a3 !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #2589e0;
}

.text-purple {
    color: #4d52a3 !important;
}

.btn-purple {
    color: #fff;
    background-image: linear-gradient(to right, #154a98, #4d52a3);
    border-color: #4d52a3 !important;
}

.btn-purple:hover {
    background-image: linear-gradient(to right, #4d52a3, #154a98);
    border-color: #295aa1 !important;
}

.twelve h1 {
    font-size: 26px;
    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, #4d52a3, #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: #ffffff;
    background-color: rgba(255, 255, 255, 0.3);
}

#sidebar-menu>ul>li>a.active:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.3);
}

.slimScrollDiv {
    height: auto !important;
    position: relative;
    z-index: 99;
}

#sidebar-menu>ul>li>a {
    color: rgba(255, 255, 255);
    font-weight: 600;
    margin: 5px 0;
    padding: 12px 20px;
}

#sidebar-menu>ul>li>a:active,
#sidebar-menu>ul>li>a:focus,
#sidebar-menu>ul>li>a:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.3);
}

#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: #ffffff;
}

.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: 100px;
}

.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-color: #4d52a3;
}

.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;
    margin-left: 20px;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s;
}

.nav-second-level li a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #ffffff;
    left: 0;
    top: 50%;
    transition: all 0.5s;
}

.nav-second-level li a:hover {
    color: rgb(255, 255, 255);
}

.nav-second-level li a:hover:before {
    width: 10px;
}


.card-title {
    font-size: 1.4rem !important;
    margin-bottom: 20px;
}

.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);
    background-color: hsla(0, 0%, 100%, .8) !important;
    height: 70px;
}

.left-side-menu {
    box-shadow: none;
    background-color: #000562;
    z-index: 2;
}

.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: 10px;
}



.card .card-body.step-box .card-box-inner .step {
    color: #0195F7;
    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: #f2f8ff;
    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: #4d52a3!important;
}

.text-dark {
    color: #1c1c1c!important;
}
.font-weight-bold{
    font-weight: 700!important;
}
.btn-primary {
    color: #fff;
    background-color: #4d52a3!important;
    border-color: #4d52a3!important;
}
.btn-primary:hover{
    color: #fff;
    background-color: #4d52a3!important;
    border-color: #4d52a3!important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #242978!important;
    border-color: #242978!important;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #242978;
    border-color: #242978;
}
.card-header{
    background-color: #fff;
}
::-moz-selection{
    color: #fff;
    background-color: #242978;
}
::selection{
    color: #fff;
    background-color: #242978;
}
