@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap');

body.login-bg {
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

.rkm-brain {
    height: 100vh;
}

/*   Cirle animation */
/* * {
    cursor: none;
} */
/* 
.cursor {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #d1f8fd;
    transform: translate(-50%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    border: 5px #E44FC3 solid;
    transition: all 0.2s ease-out;
    animation: moveCursor1 .5s infinite alternate;
} */

.expand {
    background: transparent;
    animation: moveCursor2 .5s forwards;
    border: 1px solid #000;
}

@keyframes moveCursor1 {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(.8);
    }
}

@keyframes moveCursor2 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(2);
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/* //Cirle animation */



/*.main-container {
    min-height: 100vh;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    overflow: hidden;
}*/

/*.main {
    margin: 0px auto;
    width: 767px;
    height: 767px;
    position: relative;
}*/

.big-circle {
    height: 100%;
    width: 100%;
    position: relative;
    /*     border: 3px solid #6495f2; */
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    animation: Rotate 30s linear infinite;
    -webkit-animation: Rotate 30s linear infinite;
}

.icon-block {
    position: absolute;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    /*     background-image: linear-gradient(180deg, #4967e6 0%, #627bf4 100%);
    -webkit-background-image: linear-gradient(180deg, #4967e6 0%, #627bf4 100%);
    box-shadow: 0 2px 4px 0 #3e5ada;
    -webkit-box-shadow: 0 2px 4px 0 #3e5ada; */
}

.icon-block img {
    margin: 0px auto;
    width: 85%;
    animation: Rotate-reverse 30s linear infinite;
    -webkit-animation: Rotate-reverse 30s linear infinite;
    padding-top: 65px;
}

.icon-block h4 {
    margin: 0px auto;
    width: 100%;
    animation: Rotate-reverse 30s linear infinite;
    -webkit-animation: Rotate-reverse 30s linear infinite;
    padding-top: 65px;
    color: #fff;
    font-size: 20px;
}

.icon-block:first-child {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.icon-block:nth-child(2) {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
}

.icon-block:nth-child(3) {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
}

.icon-block:nth-child(4) {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.icon-block:nth-child(5) {
    top: 25%;
    left: 0;
    transform: translate(-25%, -50%);
    -webkit-transform: translate(-25%, -50%);
}

.icon-block:nth-child(6) {
    bottom: 25%;
    left: 25%;
    transform: translate(-25%, 25%);
    -webkit-transform: translate(-25%, 25%);
}

.center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.center-logo img {
    max-width: 500px;
}

/* keyframe animation */

@keyframes Rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes Rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes Rotate-reverse {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes Rotate-reverse {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes circle-rotate {
    from {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(405deg);
    }
}

@-webkit-keyframes circle-rotate {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(405deg);
    }
}

@keyframes img-rotate {
    from {
        transform: rotate(-45deg);
    }

    to {
        transform: rotate(-405deg);
    }
}

@-webkit-keyframes img-rotate {
    from {
        -webkit-transform: rotate(-45deg);
    }

    to {
        -webkit-transform: rotate(-405deg);
    }
}

/*----------------  Dots Animation --------------- */
.radius {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.place {
    background: #ffffff;
    z-index: 2;
}

.radius .border-animation,
.place {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 100%;
}

.radius .border-animation {
    z-index: 1;
}

.ba1 {
    animation: rounder1 1s linear 1s infinite alternate;
    background: rgba(132, 17, 120, 1);
}

@keyframes rounder1 {
    from {
        transform: scale(1.5);
    }

    to {
        transform: scale(2);
    }
}

.ba2 {
    animation: rounder2 1s linear 1s infinite alternate;
    background: rgba(255, 255, 255, 0.4);
}

@keyframes rounder2 {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(2.69);
    }
}


#artificial-int.slider-left {
    left: 10%;
    transform: inherit;
    animation: inherit;
}

.icon-block.slider-left img,
.icon-block.slider-left h4,
.big-circle.stopanm {
    transform: inherit;
    animation: inherit;
}

.icon-block.slider-left h4 {
    font-size: 28px;
}

.main.width100 {
    width: 100%;
}

.big-circle.stopanm #artificial-int.slider-left.icon-block {
    display: none;
    opacity: 1;
}

.big-circle.stopanm #artificial-int.slider-left.icon-block img {
    width: 100%;
}

.width100 .center-logo {
    left: 15%;
}

.big-circle.stopanm .icon-block {
    opacity: 0;
    transition: opacity 0.5s;
}

.big-circle.stopanm #artificial-int.slider-left {
    animation: 3s slide-left;
}

.width100 .center-logo {
    animation: 3s slidelogo-left;
}

@keyframes slidelogo-left {
    from {
        left: 50%;
    }

    to {
        left: 15%;
    }
}


@keyframes slide-left {
    from {
        left: 50%;
    }

    to {
        left: 10%;
    }
}

/*.email-section {
    position: absolute;
    right: -100%;
    top: 50%;
    width: 560px;
    transform: translate(100%, -50%);
}

.verification-section {
    position: absolute;
    right: 50%;
    top: 50%;
    width: 560px;
    transform: translate(100%, -50%);
}
*/
.email-section.showform {
    animation: 3s showform-right;
    right: 50%;
}

@keyframes showform-right {
    from {
        right: -100%;
    }

    to {
        right: 50%;
    }
}

.width100 .radius {
    width: 20px;
    height: 20px;

}

.width100 .icon-block.slider-left h4 {
    font-size: 28px;
    margin-top: 45px;
}

.form-section {
    text-align: center;
}

.form-section label {
    color: #032875;
    font-size: 32px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 0;
    line-height: 36px;
}

.form-section small,
.resend-btn {
    color: #032875;
    font-size: 16px;
    font-weight: 500;
}


.form-section input {
	background: #f9f9f9;
	border: 1px #dbdee1 solid;
	color: #032875;
	border-radius: 50px;
	padding: 15px 20px;
	font-size: 16px;
	font-weight: 500;
	box-shadow: 0 0 0;
	margin-top: 15px;
}

.form-section .sub-btn {
    background: #032875;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px #032875 solid;
    border-radius: 50px;
    padding: 15px 20px;
    min-width: 200px;
}


.form-section.email-section.hide-email {
    opacity: 0;
    transition: opacity 0.5s;
}

.verification-section {
    display: none;
    opacity: 0;
}

.verification-section.show-otp {
    animation: otp-anm 2s;
    display: block;
    opacity: 1;
}

@keyframes otp-anm {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* ----------   Dashboard  ------------- */

#main {
    margin-top: 60px;

    transition: all 0.3s;
}

#wrapper {
    padding: 20px 30px;
}

@media (max-width: 1199px) {
    #main {
        padding: 20px;
    }
}

.pagetitle {
    margin-bottom: 10px;
}

.pagetitle h1 {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
    padding: 50px 30px 85px 30px;
}


.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #4154f1;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #6776f4;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


.dropdown-menu {
    border-radius: 4px;
    padding: 10px 0;
    animation-name: dropdown-animate;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
    text-align: center;
    font-size: 15px;
    padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
    color: #444444;
    text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
    text-decoration: none;
}

.dropdown-menu .dropdown-divider {
    color: #a5c5fe;
    margin: 0;
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f6f9ff;
}

@media (min-width: 768px) {
    .dropdown-menu-arrow::before {
        content: "";
        width: 13px;
        height: 13px;
        background: #fff;
        position: absolute;
        top: -7px;
        right: 20px;
        transform: rotate(45deg);
        border-top: 1px solid #eaedf1;
        border-left: 1px solid #eaedf1;
    }
}

@keyframes dropdown-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}


.card {
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
}

.card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    font-family: 'Inter', sans-serif;
}

.card-title span {
    color: #899bbd;
    font-size: 14px;
    font-weight: 400;
}

.card-body {
    padding: 0 20px 20px 20px;
}


.nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
    margin-bottom: -2px;
    border: none;
    color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
    color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
    background-color: #fff;
    color: #4154f1;
    border-bottom: 2px solid #4154f1;
}

.logo {
    line-height: 1;
}

@media (min-width: 1200px) {
    .logo {
        width: 280px;
    }
}

.logo img {
    /*     max-height: 26px; */
    margin-right: 6px;
}

.logo span {
    font-size: 26px;
    font-weight: 700;
    color: #012970;
    font-family: 'Inter', sans-serif;
}

.header {
    transition: all 0.5s;
    z-index: 997;
    height: 60px;
    background: #eceef0;
}

.sidebar-arrow i {
    color: #12305A;
    font-size: 30px;
}

.header .toggle-sidebar-btn {
    font-size: 32px;
    padding-left: 10px;
    cursor: pointer;
    color: #012970;
}

.header .search-bar {
    min-width: 360px;
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .header .search-bar {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        padding: 20px;
        box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
        background: white;
        z-index: 9999;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }

    .header .search-bar-show {
        top: 60px;
        visibility: visible;
        opacity: 1;
    }
}

.header .search-form {
    width: 100%;
}

.header .search-form input {
    border: 0;
    font-size: 14px;
    color: #012970;
    border: 1px solid rgba(1, 41, 112, 0.2);
    padding: 7px 38px 7px 8px;
    border-radius: 3px;
    transition: 0.3s;
    width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
    outline: none;
    box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
    border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
    border: 0;
    padding: 0;
    margin-left: -30px;
    background: none;
}

.header .search-form button i {
    color: #012970;
}

.header-nav ul {
    list-style: none;
}

.header-nav>ul {
    margin: 0;
    padding: 0;
}

.header-nav .nav-icon {
    font-size: 22px;
    color: #012970;
    margin-right: 25px;
    position: relative;
}

.header-nav .nav-profile {
    color: #012970;
}

.header-nav .badge-number {
    position: absolute;
    inset: -2px -5px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
}

.header-nav .notifications {
    inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    transition: 0.3s;
}

.header-nav .notifications .notification-item i {
    margin: 0 20px 0 10px;
    font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
}

.header-nav .notifications .notification-item:hover {
    background-color: #f6f9ff;
}

.header-nav .messages {
    inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
    padding: 15px 10px;
    transition: 0.3s;
}

.header-nav .messages .message-item a {
    display: flex;
}

.header-nav .messages .message-item img {
    margin: 0 20px 0 10px;
    max-height: 40px;
}

.header-nav .messages .message-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #444444;
}

.header-nav .messages .message-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
}

.header-nav .messages .message-item:hover {
    background-color: #f6f9ff;
}

.header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
    top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #444444;
}

.header-nav .profile .dropdown-header span {
    font-size: 14px;
}

.header-nav .profile .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
    background-color: #f6f9ff;
}

.sidebar {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 300px;
    z-index: 996;
    transition: all 0.3s;
    padding: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
}

@media (max-width: 1199px) {
    .sidebar {
        left: -300px;
    }
}

.sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}

@media (min-width: 1200px) {

    #main,
    #footer {
        margin-left: 300px;
    }
}

@media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
        left: 0;
    }
}

@media (min-width: 1200px) {

    .toggle-sidebar #main,
    .toggle-sidebar #footer {
        margin-left: 0;
    }

    .toggle-sidebar .sidebar {
        left: -300px;
    }
}

.sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-item {
    margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
    font-size: 11px;
    text-transform: uppercase;
    color: #899bbd;
    font-weight: 600;
    margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: #8A92A6;
    transition: 0.3;
    background: #f6f9ff;
    padding: 10px 15px;
    border-radius: 4px;
}

.sidebar-nav .nav-link i {
    font-size: 16px;
    margin-right: 10px;
    color: #8A92A6;
}

.sidebar-nav .nav-link.collapsed {
    color: #8A92A6;
    background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
    color: #8A92A6;
}

.sidebar-nav .nav-link:hover,
.sidebar-nav .nav-link.collapsed.active {
    color: #183660;
    background: #93D8F7;
}

.sidebar-nav .nav-link:hover i,
.sidebar-nav .nav-link.collapsed.active i {
    color: #183660;
}

.sidebar-nav .nav-link:hover i {
    color: #183660;
}

.sidebar-nav .nav-link .bi-chevron-down {
    margin-right: 0;
    transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
    transform: rotate(180deg);
}

.sidebar-nav .nav-content {
    padding: 5px 0 0 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-content a {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}

.sidebar-nav .nav-content a i {
    font-size: 6px;
    margin-right: 8px;
    line-height: 0;
    border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
    color: #4154f1;
}

.sidebar-nav .nav-content a.active i {
    background-color: #4154f1;
}
.text-wrap {
	white-space: normal !important;
	font-size: 15px;
	font-weight: 500;
	color: #364a63;
}
/* Success Tick */
.svg-success {
	display: inline-block;
	vertical-align: top;
	height: 20px;
	width: 20px;
	opacity: 1;
	overflow: visible;
	margin-top: 6px;
    margin-left: 6px;
}

@-webkit-keyframes success-tick {
    0% {
        stroke-dashoffset: 16px;
        opacity: 1;
    }

    100% {
        stroke-dashoffset: 31px;
        opacity: 1;
    }
}

@keyframes success-tick {
    0% {
        stroke-dashoffset: 16px;
        opacity: 1;
    }

    100% {
        stroke-dashoffset: 31px;
        opacity: 1;
    }
}

@-webkit-keyframes success-circle-outline {
    0% {
        stroke-dashoffset: 72px;
        opacity: 1;
    }

    100% {
        stroke-dashoffset: 0px;
        opacity: 1;
    }
}

@keyframes success-circle-outline {
    0% {
        stroke-dashoffset: 72px;
        opacity: 1;
    }

    100% {
        stroke-dashoffset: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes success-circle-fill {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes success-circle-fill {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.svg-success .success-tick {
    fill: none;
    stroke-width: 2px;
    stroke: #ffffff;
    stroke-dasharray: 15px, 15px;
    stroke-dashoffset: -14px;
    -webkit-animation: success-tick 450ms ease 1400ms forwards;
    animation: success-tick 450ms ease 1400ms forwards;
    opacity: 0;
}

.svg-success .success-circle-outline {
    fill: none;
    stroke-width: 1px;
    stroke: #81c038;
    stroke-dasharray: 72px, 72px;
    stroke-dashoffset: 72px;
    -webkit-animation: success-circle-outline 300ms ease-in-out 800ms forwards;
    animation: success-circle-outline 300ms ease-in-out 800ms forwards;
    opacity: 0;
}

.svg-success .success-circle-fill {
    fill: #81c038;
    stroke: none;
    opacity: 0;
    -webkit-animation: success-circle-fill 300ms ease-out 1100ms forwards;
    animation: success-circle-fill 300ms ease-out 1100ms forwards;
}
/* Danger circle */
@-webkit-keyframes danger-tick {
    0% {
        stroke-dashoffset: 16px;
        opacity: 1;
    }

    100% {
        stroke-dashoffset: 31px;
        opacity: 1;
    }
}

@keyframes danger-tick {
    0% {
        stroke-dashoffset: 16px;
        opacity: 1;
    }

    100% {
        stroke-dashoffset: 31px;
        opacity: 1;
    }
}

@-webkit-keyframes danger-circle-outline {
    0% {
        stroke-dashoffset: 72px;
        opacity: 1;
    }

    100% {
        stroke-dashoffset: 0px;
        opacity: 1;
    }
}

@keyframes danger-circle-outline {
    0% {
        stroke-dashoffset: 72px;
        opacity: 1;
    }

    100% {
        stroke-dashoffset: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes danger-circle-fill {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes danger-circle-fill {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.svg-danger .danger-tick {
    fill: none;
    stroke-width: 1px;
    stroke: #fff;
    stroke-dasharray: 15px, 15px;
    stroke-dashoffset: -14px;
    -webkit-animation: danger-tick 450ms ease 1400ms forwards;
    animation: danger-tick 450ms ease 1400ms forwards;
    opacity: 0;
}

.svg-danger .danger-circle-outline {
    fill: none;
    stroke-width: 1px;
    stroke: #d9084d;
    stroke-dasharray: 72px, 72px;
    stroke-dashoffset: 72px;
    -webkit-animation: danger-circle-outline 300ms ease-in-out 800ms forwards;
    animation: danger-circle-outline 300ms ease-in-out 800ms forwards;
    opacity: 0;
}

.svg-danger .danger-circle-fill {
    fill: #d9084d;
    stroke: none;
    opacity: 0;
    -webkit-animation: danger-circle-fill 300ms ease-out 1100ms forwards;
    animation: danger-circle-fill 300ms ease-out 1100ms forwards;
}
.hide{
    display: none;
}
.text-danger {
	font-size: 15px;
	font-weight: 500;
}
.welcome-block{
    background: #fff;
    position: relative;
    height: 100vh;
}
.form-block{
    display: flex;
    align-items: center;
}

.ai-image{
    display: flex;
    align-items: center;
}
.createProject-block{

}
.fullwidthsection .MuiPaper-root {
	width: 94%;
}
.toggleMenu{
    display:none !important;
}
.toggleMenu img{
    width: 35px;
}

@media only screen and (min-width: 320px)  and (max-width:768px){
    
    .welcome-block {
        display: none !important;
    }
    .form-block {
        height: 100vh;
    }
    .form-block .form-left{
        padding: 10px !important;
    }
    #logo {
        padding: 0;
        min-height: 72px;
        width: 100%;
    }
    .create-page #main, .create-page #footer {
        margin-left: 0 !important;
        padding: 0;
    }
    .create-page #main .table-display {
        width: 100%;
        overflow-x: auto;
    }
    .header-nav {
        padding-left: 0;
        background: #eceef0;
    }
    .header{
        height: 115px;
    }
    #main {
        padding: 5px;
        margin-top: 115px !important;
        padding-top: 10px !important;
    }
    .css-1uljzhm,.css-1160xiw-MuiPaper-root-MuiDrawer-paper {
        width: 100% !important;
        padding: 0;
    }
    .line_box {
        display: none !important;
    }
    #msform fieldset {
        position: absolute;
        width: 100%;
        top: 10px;
    }
    .toggleMenu{
        display: block !important;
        
    }
    .sidebar.toggleBar{
        left: 0;
    }
}