* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*  Colors - fonts - sizes */


:root {
    --main-color: #7895B2;
    --secondary-color: #E8DFCA;
    --main-bg-dak: #f1f1f1;
    --white-color: #FFF;
    --main-font: 'Readex Pro', sans-serif !important;
}
a {
    color: var(--main-color);
}
.main-bg{
    background-color: var(--main-color);
}
body{
    font-family: var(--main-font);
}
.xycenter{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.collapsed1 .description {
    min-height: 150px;
}
.btn-primary{
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}
.text-primary{
    color: var(--main-color) !important;
}
.border-primary{
    border-color: var(--main-color) !important;
}
.chat-msg:first-child p{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.chat-box-right .chat-body  .media .media-img{
    visibility: hidden;
}
.left-sidenav-menu li > a {
    display: block;
    padding: 7px 20px;
    color: #404656;
    border-right: 6px solid transparent;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#datatable-buttons_wrapper .btn-group, .btn-group-vertical{
    float: left;
}
#datatable-buttons_wrapper .btn-group a{
    margin-right: 10px !important;
}
#datatable-buttons_wrapper .row{
    flex-direction: row-reverse;
}
div.dataTables_wrapper div.dataTables_paginate{
    display: flex;
}
div.dataTables_wrapper div.dataTables_info{
    text-align: end;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child{
    border-right-width: 1px !important;
}
#datatable-buttons_filter input{
    margin-right: 10px;
}
.circle{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-left: 10px;
}
.donut .label{
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #2b6ba3;
}
.card{
    background-color: #feffff !important;
}
.left-sidenav-menu li.active i{
    color: #23222f;
}
.left-sidenav-menu li:not(.active) > a{
    opacity: .6;
}
.left-sidenav-menu li:hover:not(.active) > a{
    opacity: 1;
}

.logout-btn {
    background: none;
    /*color: inherit;*/
    border: none;
    /*padding: 0;*/
    font: inherit;
    cursor: pointer;
    outline: inherit;

    display: block;
    padding: 7px 20px;
    color: #404656;
    border-right: 6px solid transparent;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}

.logout-btn > i {
    width: 30px;
    display: inline-block;
    font-size: 20px;
    opacity: 0.8;
    vertical-align: middle;
    color: #a8a8b1;
}
.prompt .row{
    height: 200px;
}
.prompt img{
    width: 370px;
    position: absolute;
    bottom: -20px;
    left: -50px;
}
.prompt .card{
    background-color: #1F2337 !important;
    min-height: 200px;
}


.colorful-button.secondary {
    --delay: .35s;
    --c-color-1: rgba(172, 160, 255, 0.15);
    --c-color-2: rgba(110, 171, 255, 0.15);
    --c-color-3: rgba(92, 134, 255, 0.5);
    --c-color-4: rgba(172, 160, 255, 0.15);
    --c-shadow: rgba(109, 88, 255, 0.25);
    --c-shadow-inset-top: rgba(172, 160, 255, 0.2);
    --c-shadow-inset-bottom: rgba(172, 160, 255, 0.5);
    --c-radial-inner: #6D58FF;
    --c-radial-outer: #362A89;
}

.colorful-button {
    --duration: 7s;
    --delay: 0s;
    --easing: linear;
    --c-color-1: rgba(92, 134, 255, 0.7);
    --c-color-2: #275EFE;
    --c-color-3: rgba(54, 42, 137, 0.4);
    --c-color-4: rgba(172, 160, 255, 0.3);
    --c-shadow: rgba(39, 94, 254, 0.5);
    --c-shadow-inset-top: rgba(39, 94, 254, 0.8);
    --c-shadow-inset-bottom: rgba(110, 171, 255, 0.6);
    --c-radial-inner: #362A89;
    --c-radial-outer: #6D58FF;
    --c-color: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    outline: none;
    position: relative;
    cursor: pointer;
    border: none;
    display: table;
    border-radius: 24px;
    padding: 0;
    margin: 0;
    text-align: center;
    max-width: 140px;
    font-size: 12px;
    color: var(--c-color);
    background: radial-gradient(circle, var(--c-radial-inner), var(--c-radial-outer) 80%);
    box-shadow: 0 0 20px var(--c-shadow);
}
.colorful-button:before {
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    box-shadow: inset 0 4px 12px var(--c-shadow-inset-top), inset 0 -4px 6px var(--c-shadow-inset-bottom);
}
.colorful-button .wrapper {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    overflow: hidden;
    border-radius: 24px;
    min-width: 132px;
    padding: 12px 0;
}
.colorful-button .wrapper span {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.colorful-button .wrapper .circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    filter: blur(var(--blur, 8px));
    background: var(--background, transparent);
    transform: translate(var(--x, 0), var(--y, 0)) translateZ(0);
    -webkit-animation: var(--animation, none) var(--duration) var(--easing) infinite var(--delay);
    animation: var(--animation, none) var(--duration) var(--easing) infinite var(--delay);
}
.colorful-button .wrapper .circle.circle-1, .colorful-button .wrapper .circle.circle-9, .colorful-button .wrapper .circle.circle-10 {
    --background: var(--c-color-4);
}
.colorful-button .wrapper .circle.circle-3, .colorful-button .wrapper .circle.circle-4 {
    --background: var(--c-color-2);
    --blur: 14px;
}
.colorful-button .wrapper .circle.circle-5, .colorful-button .wrapper .circle.circle-6 {
    --background: var(--c-color-3);
    --blur: 16px;
}
.colorful-button .wrapper .circle.circle-2, .colorful-button .wrapper .circle.circle-7, .colorful-button .wrapper .circle.circle-8, .colorful-button .wrapper .circle.circle-11, .colorful-button .wrapper .circle.circle-12 {
    --background: var(--c-color-1);
    --blur: 12px;
}
.colorful-button .wrapper .circle.circle-1 {
    --x: 0;
    --y: -40px;
    --animation: circle-1;
}
.colorful-button .wrapper .circle.circle-2 {
    --x: 92px;
    --y: 8px;
    --animation: circle-2;
}
.colorful-button .wrapper .circle.circle-3 {
    --x: -12px;
    --y: -12px;
    --animation: circle-3;
}
.colorful-button .wrapper .circle.circle-4 {
    --x: 80px;
    --y: -12px;
    --animation: circle-4;
}
.colorful-button .wrapper .circle.circle-5 {
    --x: 12px;
    --y: -4px;
    --animation: circle-5;
}
.colorful-button .wrapper .circle.circle-6 {
    --x: 56px;
    --y: 16px;
    --animation: circle-6;
}
.colorful-button .wrapper .circle.circle-7 {
    --x: 8px;
    --y: 28px;
    --animation: circle-7;
}
.colorful-button .wrapper .circle.circle-8 {
    --x: 28px;
    --y: -4px;
    --animation: circle-8;
}
.colorful-button .wrapper .circle.circle-9 {
    --x: 20px;
    --y: -12px;
    --animation: circle-9;
}
.colorful-button .wrapper .circle.circle-10 {
    --x: 64px;
    --y: 16px;
    --animation: circle-10;
}
.colorful-button .wrapper .circle.circle-11 {
    --x: 4px;
    --y: 4px;
    --animation: circle-11;
}
.colorful-button .wrapper .circle.circle-12 {
    --blur: 14px;
    --x: 52px;
    --y: 4px;
    --animation: circle-12;
}

@-webkit-keyframes circle-1 {
    33% {
        transform: translate(0px, 16px) translateZ(0);
    }
    66% {
        transform: translate(12px, 64px) translateZ(0);
    }
}

@keyframes circle-1 {
    33% {
        transform: translate(0px, 16px) translateZ(0);
    }
    66% {
        transform: translate(12px, 64px) translateZ(0);
    }
}
@-webkit-keyframes circle-2 {
    33% {
        transform: translate(80px, -10px) translateZ(0);
    }
    66% {
        transform: translate(72px, -48px) translateZ(0);
    }
}
@keyframes circle-2 {
    33% {
        transform: translate(80px, -10px) translateZ(0);
    }
    66% {
        transform: translate(72px, -48px) translateZ(0);
    }
}
@-webkit-keyframes circle-3 {
    33% {
        transform: translate(20px, 12px) translateZ(0);
    }
    66% {
        transform: translate(12px, 4px) translateZ(0);
    }
}
@keyframes circle-3 {
    33% {
        transform: translate(20px, 12px) translateZ(0);
    }
    66% {
        transform: translate(12px, 4px) translateZ(0);
    }
}
@-webkit-keyframes circle-4 {
    33% {
        transform: translate(76px, -12px) translateZ(0);
    }
    66% {
        transform: translate(112px, -8px) translateZ(0);
    }
}
@keyframes circle-4 {
    33% {
        transform: translate(76px, -12px) translateZ(0);
    }
    66% {
        transform: translate(112px, -8px) translateZ(0);
    }
}
@-webkit-keyframes circle-5 {
    33% {
        transform: translate(84px, 28px) translateZ(0);
    }
    66% {
        transform: translate(40px, -32px) translateZ(0);
    }
}
@keyframes circle-5 {
    33% {
        transform: translate(84px, 28px) translateZ(0);
    }
    66% {
        transform: translate(40px, -32px) translateZ(0);
    }
}
@-webkit-keyframes circle-6 {
    33% {
        transform: translate(28px, -16px) translateZ(0);
    }
    66% {
        transform: translate(76px, -56px) translateZ(0);
    }
}
@keyframes circle-6 {
    33% {
        transform: translate(28px, -16px) translateZ(0);
    }
    66% {
        transform: translate(76px, -56px) translateZ(0);
    }
}
@-webkit-keyframes circle-7 {
    33% {
        transform: translate(8px, 28px) translateZ(0);
    }
    66% {
        transform: translate(20px, -60px) translateZ(0);
    }
}
@keyframes circle-7 {
    33% {
        transform: translate(8px, 28px) translateZ(0);
    }
    66% {
        transform: translate(20px, -60px) translateZ(0);
    }
}
@-webkit-keyframes circle-8 {
    33% {
        transform: translate(32px, -4px) translateZ(0);
    }
    66% {
        transform: translate(56px, -20px) translateZ(0);
    }
}
@keyframes circle-8 {
    33% {
        transform: translate(32px, -4px) translateZ(0);
    }
    66% {
        transform: translate(56px, -20px) translateZ(0);
    }
}
@-webkit-keyframes circle-9 {
    33% {
        transform: translate(20px, -12px) translateZ(0);
    }
    66% {
        transform: translate(80px, -8px) translateZ(0);
    }
}
@keyframes circle-9 {
    33% {
        transform: translate(20px, -12px) translateZ(0);
    }
    66% {
        transform: translate(80px, -8px) translateZ(0);
    }
}
@-webkit-keyframes circle-10 {
    33% {
        transform: translate(68px, 20px) translateZ(0);
    }
    66% {
        transform: translate(100px, 28px) translateZ(0);
    }
}
@keyframes circle-10 {
    33% {
        transform: translate(68px, 20px) translateZ(0);
    }
    66% {
        transform: translate(100px, 28px) translateZ(0);
    }
}
@-webkit-keyframes circle-11 {
    33% {
        transform: translate(4px, 4px) translateZ(0);
    }
    66% {
        transform: translate(68px, 20px) translateZ(0);
    }
}
@keyframes circle-11 {
    33% {
        transform: translate(4px, 4px) translateZ(0);
    }
    66% {
        transform: translate(68px, 20px) translateZ(0);
    }
}
@-webkit-keyframes circle-12 {
    33% {
        transform: translate(56px, 0px) translateZ(0);
    }
    66% {
        transform: translate(60px, -32px) translateZ(0);
    }
}
@keyframes circle-12 {
    33% {
        transform: translate(56px, 0px) translateZ(0);
    }
    66% {
        transform: translate(60px, -32px) translateZ(0);
    }
}
 .talkButton{
     background-color: transparent !important;
     border: 0;
     color: white;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50% , -50%);
     white-space: nowrap;
 }
 .colorful-button input{
     position: absolute;
     background-color: transparent;
     border: 0px;
     top: 50%;
     right: 20px;
     transform: translateY(-50%);
     padding: 4px 0px;
     width: 100%;
     color: white;
 }
.colorful-button input::placeholder{
    color: #bbbbbb;
}
.colorful-button.talk .wrapper {
transition: .4s ease-in-out;
    min-width: 400px;
}
.prompt-result{
    max-height: 0;
    overflow: hidden;
    transition: .4s ease-in-out;
}
.prompt-result.show-result{
    max-height: 400px;
}
.prompt-result .card-body{
    position: relative;
}
.prompt-loading .card-body:after{
    content: '';
    position: absolute;
    inset: 0 0 0 0;
    backdrop-filter: blur(5px) !important;
    background: rgba(255, 255, 255, 0.3) !important;
}
.prompt-loading .card-body:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 60px;
    width: 60px;
    background-image: url(../images/loader.gif);
    z-index: 99;
}

/* side navbar minimize button style */
#navBarBtn {
    opacity: 0;
    position: absolute;
    top: 20px;
    left: -12.5px;
    border: #f1eded 1px solid;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    cursor: pointer;
    background-color: white;
    z-index: 10000;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    transition: all ease-in-out 150ms;
    display: flex;
}

#navBarBtn:hover {
    transform: scale(1.05);
}

.left-sidenav:hover #navBarBtn{
    opacity: 1;
}

.left-sidenav{
    z-index: 10;
}

.left-sidenav.minimizing{
    min-width: 60px;
}

.left-sidenav.minimized .menu-title{
    display: none;
}

.left-sidenav.minimized li > a > span{
    display: none;
}

.left-sidenav.minimized .logout-btn > span{
    display: none;
}

.left-sidenav.minimized #navBarBtn{
    transform: scaleX(-100%)
}

.left-sidenav li > a{
    display: flex;
    align-items: center;
}
.left-sidenav li > a > span{
    white-space: nowrap;
}
/* end side navbar minimize button style */

/*********************************/
/********* TOGGLE SWITCH *********/
/*********************************/

.toggle {
    display: none;
}
.toggle, .toggle:after, .toggle:before, .toggle *, .toggle *:after, .toggle *:before, .toggle + .toggle-btn {
    box-sizing: border-box;
}
.toggle::selection, .toggle:after::selection, .toggle:before::selection, .toggle *::selection, .toggle *:after::selection, .toggle *:before::selection, .toggle + .toggle-btn::selection {
    background: none;
}
.toggle + .toggle-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    user-select: none;
}
.toggle + .toggle-btn:after, .toggle + .toggle-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}
.toggle + .toggle-btn:after {
    right: 0;
}
.toggle + .toggle-btn:before {
    display: none;
}
.toggle:checked + .toggle-btn:after {
    right: 50%;
}
.toggle-switch + .toggle-btn {
    background: #f0f0f0;
    border-radius: 2em;
    padding: 2px;
    transition: all 0.4s ease;
}
.toggle-switch + .toggle-btn:after {
    border-radius: 50%;
    background: #fff;
    transition: all 0.2s ease;
}
.group .toggle-switch:checked + .toggle-btn {
    background: var(--main-color);
}

.group .toggle-switch:disabled + .toggle-btn {
    cursor: default;
    opacity: 0.3;
}
