body {
    background-color: #f4f4f9;
    font-family: inherit;
    font-size: 10px;
    color: black;
}

.navbar-brand {
    font-weight: bold;
}


.table {
    margin-top: 20px;
}

.table th, .table td {
    vertical-align: middle;
}

.modal-content {
    margin-top: 200px;
    font-size:10px !important;
}

.modal-lg, .modal-xl {
   --bs-modal-width: 98% !important;
   font-size:10px !important;
}

.modal-header {
    background-color: #f7f7f7;
}

.modal-title {
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.form-label {
    font-weight: bold;
    color: #000;
}

.form-control {
    border-radius: 4px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #4a6cf7;
    box-shadow: 0 0 5px rgba(74, 108, 247, 0.2);
}

.config-value {
    margin-bottom: 10px;
}

.config-value input {
    display: inline-block;
    width: calc(50% - 10px);
    margin-right: 10px;
}

.config-value button {
    margin-left: 10px;
}

#notification-area .alert{
    margin-bottom: 10px;
    padding: 11Px;
    font-weight: 700;
    color: black;
}
#notification-area .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1rem;
}

.alert {
    margin-bottom: 15px;
}

#chatbox {
    max-height: 600px;
    height: 550px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 15px;
    display: table;
    width: 100%;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Applying the animation to the div */
.new-message {
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
}

/* Optional: Add a transition effect for any subsequent changes */
.new-message:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}

.alert-info {
    display: inline-block;
    width: 100%;
}

.alert-primary {
    background-color: #4a6cf7;
    color: #fff;
    max-width: 80%;
    float: left;
    font-size:10px;
    clear: both;
}

.alert-secondary {
    background-color: #6c6b6b;
    color: #fff;
    width: 80%;
    float: right;
    font-size:10px;
    clear: both;
}

.config-block, .config-value {
    margin-bottom: 15px;
}

.nav-item .nav-link {
    font-size:12px;
}

.nav-item .nav-link.active {
    font-weight: bold;
    background-color: #4a6cf7;
    color: #fff;
    border-radius: 4px;
}

.nav-item .nav-link:hover {
    color: #4a6cf7;
}

@media (max-width: 768px) {
    #chatbox {
        max-height: 700px;
    }
}


@font-face {
    font-family: 'Luciole';
    src: url('fonts/Luciole-Regular.woff2') format('woff2'),
    url('fonts/Luciole-Regular.woff') format('woff'),
    url('fonts/Luciole-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Luciole';
    url('fonts/Luciole-Italic.woff') format('woff'),
    url('fonts/Luciole-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Luciole';
    url('fonts/Luciole-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Luciole';
    src: url('fonts/Luciole-Bold.woff2') format('woff2'),
    url('fonts/Luciole-Bold.woff') format('woff'),
    url('fonts/Luciole-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


.light .dark_hidden_block, .dark .dark_visible_block {
    display: unset;
}

.light .dark_visible_block, .dark .dark_hidden_block {
    display: none;
}

html.dark p, html.dark .text-accent {
    color: #fff;
}

html.dark .dark\:hover\:text-accent:hover {
    color: #d9443a;
}

html.dark .font2.papyrus-bg {
    color: #fff;
}

.inline-block.rounded-full.bg-accent {
    line-height: 21px;
}

.inline-block.rounded-full.bg-accent:hover, a.navigation-dynamique:hover {
    background-color: #04003c;
}

button:hover {
    --tw-shadow: none !important;
}

.hover\::hover {
    --tw-shadow: none !important;
}

.affichage_media_question {
    display: block;
    margin-top: 10px;
    width: 99%;
}

.affichage_media_question a {
    margin: 10px 5px;
}

.rounded-2lg > div > iframe {
    margin-bottom: 20px;
}


#menu_tbd li a {
    border: 2px solid #612635;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 7px;
    padding: 7px;
    border-radius: 25px;
    color: #fff;
}

#menu_tbd li a.active, #menu_tbd li a:hover {
    background: #612635;
    color: #fff;
}

.font1 {
    font-family: 'Luciole';
}

.form-control.form-connexion {
    max-width: 500px;
    border: 2px solid #612635;
    padding: 20px 20px;
    font-weight: lighter;
}

div.messages > .alert {
    z-index: 99;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 17px;
    color: #fff;
    background: #f06868;
}

.modal-footer .btn.btn-danger.mr-auto {
    cursor: pointer;
}

#modal-footer-cgu {
    justify-content: center;
    background-color: #612635;
    color: #fff;
    font-size: 17px;
    border-radius: 0 0 13px 13px;
}

#modal-footer-cgu:hover {
    background-color: #04003c;
}

.oulog {
    margin: 50px;
}

.text-danger {
    color: #fe4444;
}

.oulog span {
    font-size: 20px;
    color: #612635;
    background: #f9f3ee;
    padding: 20px;
}

.oulog::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    display: block;
    margin-top: -15px;
}

#chatbot-container {
    overflow: scroll;
}

div.messages > .alert.alert-info {
    background: #68f0bd;
}

#unity-conteneur {
    border-radius: 15px !important;
    overflow: hidden;
    border: 5px solid #612635;
}

#toggle-chatbot {
    z-index: 999;
}

p.text-danger {
    margin-top: 10px;
    color: #ff3f3f;
}

button.bg-accent {
    background-color: #612635;
}

#page-corpo {
    padding-top: 200px;
    padding-bottom: 100px;
}

div .form-control {
    border: 2px solid #efebfe;
    border-radius: 7px;
    padding: 12px 15px 10px 15px;
    line-height: 16px !important;
    font-weight: 500;
    font-size: 11px;
    width: 100%;
    min-height: 50px;
}

.select2-selection__rendered {
    border: 2px solid #efebfe;
    padding: 12px 15px 10px 15px;
    border-radius: 7px;
    width: 100%;
}

.select2-dropdown.select2-dropdown--below {
    margin-top: 15px;
    border: 2px solid #efebfe;
}

.select2-search__field {
    border: none;
    border-bottom: 2px solid #efebfe;
}

.select2-search.select2-search--inline {
    width: 100%;
    margin-top: 0 !important;
}

.select2-search__field {
    width: 100% !important;
    outline: 0;
}

.select2-selection__clear {
    display: none;
}

.form-check {
    border: 2px solid #efebfe;
    border-radius: 7px;
    padding: 10px;
    margin-right: 5px;
}

#add-criteria-btn {
    float: RIGHT;
}




.hero.md\:pt-32 {
    padding-top: 12rem;
}

.w-2\/3 {
    width: 66.666666%;
}

.dataTable thead, .datatable thead {

}

.dataTable, .datatable {
    font-size: 10px;
}

.dataTable td, .datatable td {
    padding: 7px;
}

.dataTable, .datatable {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}

#DataTables_Table_0_filter,
#DataTables_Table_1_filter {
    margin-top: -75px;
}

.datatable.display.dataTable.no-footer {
    padding-top: 0px;
}

body, div, p, ul {
    font-family: 'Luciole';
}

footer.page-footer {
    background-color: #04003c;
    color: #fff;
    background-image: url(/static/img/trame-motif-bleu.png);
    background-size: auto 40px;
    background-repeat: repeat-x;
    background-position: top center;
}

.papyrus-bg {
    background-image: url(/static/img/papyrus-bg.webp);
    background-size: 100% 100%;
    padding: 30px 65px;
}

img.logo-header {
    width: 101px;
    position: absolute;
    top: 10px;
    left: 5px;
    z-index: 1;
    border: 6px solid #5261ce;
    border-radius: 51px;
}

.logo-forma {
    max-width: 190px;
    border-radius: 10px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-100 {
    padding-top: 100px;
}

#ressources-favorites {
    background-image: url(/static/img/olivier.webp);
    background-repeat: no-repeat;
    background-size: 10% auto;
    background-position: left bottom;
}

textarea.form-control {
    line-height: 19px;
}

#partenaires img {
    height: 55px;
    width: auto !important;
}

a.delete_btn_question_reponse {
    position: absolute;
    right: -10px;
    top: -28px;
    box-shadow: 0 0 5px #909090;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 15px;
    background: #fff;
}

.mt-3 {
    margin-top: 1rem !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: inherit;
}

#partenaires a {
    text-align: center;
}

a.navigation-dynamique {
    background: #612635;
    color: #fff;
    border-radius: 10px;
}

header.js-page-header::before {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background-image: url(/static/img/trame-motif-beige.png);
    background-size: contain;
}


@media (max-width: 700px) {
    img.logo-header {
        max-height: 120px !important;
    }

    div .papyrus-bg {
        font-size: 16px;
    }

    #DataTables_Table_0_filter, #DataTables_Table_1_filter {
        margin-top: 0px !important;
        margin-bottom: 20px !important;
    }

    .flex.space-x-7.mt-5 {
        display: block;
    }

    .relative.py-24 {
        padding-top: 2em !important;
    }

    .hero.md\:pt-32 {
        padding-top: 8rem !important;
    }

    div.mb-6.w-1\/3, div.mb-6.w-1\/2 {
        width: 100%;
        margin: 15px 0 !important;
    }

    #DataTables_Table_0_wrapper {
        overflow: hidden;
    }

    a.navigation-dynamique {
        display: block;
    }

    div.px-12 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .pointer-events-none.absolute.inset-x-0.top-0.-z-10 > img {
        display: none;
    }

    footer .flex.flex-wrap.space-x-4.text-sm.dark\:text-jacarta-400 {
        text-align: center !important;
        display: block;
        line-height: 35px;
    }
}

/*CHATBOT*/

.bg-gold {
    background: #c4a186;
}

#chatbot-container {
       overflow: auto;
       min-width: 700px;
       margin-top: 38px;
       margin-bottom: 50px;
}

#chatbot-container .chatborder {
    background: #fff;
    border: 2px solid #c4a186;
    border-radius: 20px 14px 14px 20px;
    overflow: hidden;
    margin-top: -50px;
    padding-top: 50px;
    background: #c4a186;
}

#chatbot-container .feedback {
    text-align: right;
}

#chatbot-container #discussion .feedback button {
    color: #c4a186;
    min-width: 35px;
    font-size: 20px;
}

#chatbot-container::-webkit-scrollbar {
    width: 15px;
}

#chatbot-container::-webkit-scrollbar-track {
    border-radius: 15px;
    background-color: #f4f0ec;
    border: 0;
}

#chatbot-container::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: #c4a186;
}

#chatbot-container .chouette-img {
    margin: auto;
}

#chatbot-container .chouette-img img {
    width: 110px;
    object-fit: contain;
    margin: auto;
}

#chatbot-container .cross-img img {
    width: 20px;
}

#chatbot-container .header-chatbot {
    margin-top: 0;
    text-align: center;
    position: relative;
}

button.cross-img {
    position: absolute;
    right: 0;
    top: 0;
}

#chatbot-container .header-chatbot h2 {
    font-size: 25px;
    font-weight: 300;
}

#chatbot-container .message-bot, #chatbot-container .message-utilisateur {
    display: flex;
    flex-direction: column;
    padding: 10px 5px 5px 10px;
    margin-bottom: 5px;
    border-radius: 10px;
}

#chatbot-container .message-bot {
    margin-top: 5px;
    background: #04003c;
}

#chatbot-container .message-utilisateur {
    margin-top: 20px;
    background: #f4f0ec;
}

#chatbot-container #discussion {
    display: flex;
    flex-direction: column;
    max-height: 50vh;
    padding: 20px;
    margin-bottom: 2px;
    border-radius: 0;
    direction: rtl;
    unicode-bidi: bidi-override;
    background: #fff;
}

#chatbot-container #discussion > * {
    direction: ltr;
}

#chatbot-container #discussion::-webkit-scrollbar {
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

#chatbot-container #discussion::-webkit-scrollbar-track {
    border-radius: 15px;
    background-color: #f4f0ec;
    border: 0;
}

#chatbot-container #discussion::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: #c4a186;
}

#chatbot-container #discussion button {
    color: #c4a186;
    min-width: 150px;
}

#discussion .message-bot span, #discussion .message-utilisateur span {
    font-size: 16px;
    font-weight: 300;
}

#discussion .message-bot span, #discussion .message-bot div {
    color: #fff !important;
}

#discussion .message-utilisateur span, #discussion .message-utilisateur div {
    color: #04003c !important;
}

.container-message-utilisateur button {
    color: #c4a186;
    font-weight: 500;
    font-size: 20px;
    background: #fff;
}

#chatbot-container .bg-beige {
    background: #f4f0ec;
}

#chatbot-container .container-message-utilisateur {
    position: relative;
    background: #f4f0ec;
    width: 90%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

#chatbot-container .container-message-utilisateur img {
    position: absolute;
    top: 45px;
    left: 15px;
    pointer-events: none;
    width: 20px;
}

#chatbot-container .container-message-utilisateur input {
    outline: none;
    border: 0;
    border-radius: 50px 0 0 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    color: #c4a186;
}

#chatbot-container input:focus {
    outline: none;
    --tw-ring-color: none !important;
}

#chatbot-container .container-message-utilisateur input::placeholder {
    opacity: 0.7;
    color: #c4a186;
}

#chatbot-container .container-message-utilisateur button {
    color: #c4a186;
    font-size: 19px;
    background: #fff;
    border-radius: 0 50px 50px 0;
    width: 25%;
    text-transform: uppercase;
    font-weight: bold;
    min-width: 84px;
}

#chatbot-container #discussion .flex.flex-wrap button:hover {
    background: #c4a186;
    color: #fff;
    cursor: pointer;
}

#chatbot-container .feedback button:hover {
    color: #fff !important;
}

#chatbot-container .container-message-utilisateur button::before {
    color: #c4a186;
    content: '|';
    font-weight: 400;
    font-size: 20px;
    padding-right: 15px;
}

#toggle-chatbot {
    position: fixed;
    right: 10px;
    bottom: 10px;
}
#start-new-interview{
    float: right;
}

#interviewTable{
    width: 100% !important;
}

#interviewTable th, #interviewTable td {
    width: auto !important;
}

.container {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.highlight {
  color: white;
  display: inline-block;
  background-color: #27ae61;
  transform: scale(1.4);
  border-radius: 5px;
  box-shadow: -7px 0 0 #27ae61, 7px 0 0 #27ae61, 0px 5px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.alert-primary span {
  transition: all 0.2s ease;
}

#add-config-btn button {
    float: inline-end;
    margin-bottom: 15px;
}


@import url('https://fonts.googleapis.com/css?family=Roboto');

body{

}
* {
	margin: 0;
	padding: 0;
}
i {
	margin-right: 10px;
}
/*----------bootstrap-navbar-css------------*/
.navbar-logo{
	padding: 30px;
	color: #fff;
}
.navbar-mainbg{
	background-color: #5161ce;
	padding: 0px;
}
#navbarSupportedContent{
	overflow: hidden;
	position: relative;
}
#navbarSupportedContent ul{
	padding: 0px;
	margin: 0px;
}
#navbarSupportedContent ul li a i{
	margin-right: 10px;
}
#navbarSupportedContent li {
	list-style-type: none;
	float: left;
}
#navbarSupportedContent ul li a{
	color: #fff;
    text-decoration: none;
    font-size: 12px;
    display: block;
    padding: 20px 20px;
    transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
}
#navbarSupportedContent>ul>li.active>a{
	color: #5161ce;
	background-color: transparent;
	transition: all 0.7s;
}
#navbarSupportedContent a:not(:only-child):after {
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 12px;
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	transition: 0.5s;
}
#navbarSupportedContent .active>a:not(:only-child):after {
	transform: rotate(90deg);
}
.hori-selector{
	display:inline-block;
	position:absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	background-color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-top: 10px;
}
.hori-selector .right,
.hori-selector .left{
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #fff;
	bottom: 10px;
}
.hori-selector .right{
	right: -25px;
}
.hori-selector .left{
	left: -25px;
}
.hori-selector .right:before,
.hori-selector .left:before{
	content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #5161ce;
}
.hori-selector .right:before{
	bottom: 0;
    right: -25px;
}
.hori-selector .left:before{
	bottom: 0;
    left: -25px;
}
.footer {
    min-height: 75px;
}

@media(min-width: 992px){
	.navbar-expand-custom {
	    -ms-flex-flow: row nowrap;
	    flex-flow: row nowrap;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	}
	.navbar-expand-custom .navbar-nav {
	    -ms-flex-direction: row;
	    flex-direction: row;
	}
	.navbar-expand-custom .navbar-toggler {
	    display: none;
	}
	.navbar-expand-custom .navbar-collapse {
	    display: -ms-flexbox!important;
	    display: flex!important;
	    -ms-flex-preferred-size: auto;
	    flex-basis: auto;
	}
}


@media (max-width: 991px){
	#navbarSupportedContent ul li a{
		padding: 12px 30px;
	}
	.hori-selector{
		margin-top: 0px;
		margin-left: 10px;
		border-radius: 0;
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
	}
	.hori-selector .left,
	.hori-selector .right{
		right: 10px;
	}
	.hori-selector .left{
		top: -25px;
		left: auto;
	}
	.hori-selector .right{
		bottom: -25px;
	}
	.hori-selector .left:before{
		left: -25px;
		top: -25px;
	}
	.hori-selector .right:before{
		bottom: -25px;
		left: -25px;
	}
}

label {
    color: black;
}

.dataTables_info {
    color: white;
    display: none
}

#send-response-btn {
    border-radius: 0px !important;
    position: absolute;
    z-index: 99999;
    right: 0px;
    top: 1px;
}

#notification-area {
    position: fixed;
    top: 11Px;
    right: 10px;
    z-index: 99999;
    font-size: 7px;
}



/*--------------------
Mixins
--------------------*/
/*--------------------
Body
--------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}


.r-nav{
    position: absolute;
    right: 9px;
    width: 100px;
    top: 0px;
    height: 45px;
    }

.r-nav li {
   list-style: none;
    float: right;
    display: inline-block;
    width: 30px;

    text-align: center;
}
.r-nav li a {
       margin: 0;
    padding: 0;
    line-height: 18px;
    font-size: 16px;
    color: #979797;

}

.bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../img/bg.png) no-repeat 0 0;

  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}


.loading-img{ width: 100px;
    display: inline;
    margin: 10px 80px;
    height: 100px;}


.buttonx {
    background: #0070ff;;
    padding: 5px 30px;
    margin: 5px 5px 5px 0px;
    border: 1px solid #0070ff;
    color: #fff;
    border-radius: 10px;
}

.buttony { background: transparent;
    padding: 5px 30px;
    margin: 5px 5px 5px 0px;
    border: 1px solid #0070ff;
	color: #0070ff;;
    border-radius: 10px;
}


.oracle-search{width: 100%;
    margin: 7px auto;
    height: 29px;
    padding: 5px;
    font-size: 12px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    background: rgba(68, 68, 68, 0.47);}

/*--------------------
Chat
--------------------*/


input[type="range"] {
 -webkit-appearance: none;
    width: 340px;
    height: 2px;
    background: #0070ff;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    bottoM: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: block;
    margin-top: 60px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #434343;
  position: relative;
  border: 3px solid #0070ff;
  z-index: 3;
  cursor: pointer;
	content: counter(3)
}




.chat {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 84vh;
    max-height: 610px;
    z-index: 2;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

/*--------------------
Chat Title
--------------------*/
.chat-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45px;
          flex: 0 1 45px;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  padding: 10px 10px 10px 50px;
}
.chat-title h1, .chat-title h2 {
  font-weight: normal;
  font-size: 10px;
  margin: 0;
  padding: 0;
}
.chat-title h2 {
  color: black;
  font-size: 8px;
  letter-spacing: 1px;
}

.chat-title .avatar {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 9px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.24);
}
.chat-title .avatar img {
  width: 100%;
  height: auto;
}

/*--------------------
Messages
--------------------*/
.messages {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  position: relative;
  width: 100%;
}
.messages .messages-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 101%;
  width: 100%;
}
.messages .message {
  clear: both;
  float: left;
  padding: 6px 10px 7px;
  border-radius: 10px 10px 10px 0;
  background: rgba(0, 0, 0, 0.3);
  margin: 8px 0;
  font-size: 14px;
  line-height: 1.4;
  margin-left: 35px;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.messages .message .timestamp {
  position: absolute;
  bottom: -15px;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.3);
}
.messages .message::before {
  content: '';
  position: absolute;
  bottom: -6px;
  border-top: 6px solid rgba(0, 0, 0, 0.3);
  left: 0;
  border-right: 7px solid transparent;
}
.messages .message .avatar {
  position: absolute;
  z-index: 1;
  bottom: -15px;
  left: -35px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.24);
}
.messages .message .avatar img {
  width: 100%;
  height: auto;
}
.messages .message.message-personal {
  float: right;
  color: #fff;
  text-align: right;
  background: -webkit-linear-gradient(330deg, #248A52, #257287);
  background: linear-gradient(120deg, #248A52, #257287);
  border-radius: 10px 10px 0 10px;
}
.messages .message.message-personal::before {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 5px solid transparent;
  border-top: 4px solid #257287;
  bottom: -4px;
}
.messages .message:last-child {
  margin-bottom: 30px;
}
.messages .message.new {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-animation: bounce 500ms linear both;
          animation: bounce 500ms linear both;
}
.messages .message.loading::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
          animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  border: none;
  -webkit-animation-delay: .15s;
          animation-delay: .15s;
}
.messages .message.loading span {
  display: block;
  font-size: 0;
  width: 20px;
  height: 10px;
  position: relative;
}
.messages .message.loading span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
          animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  margin-left: -7px;
}
.messages .message.loading span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
          animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  margin-left: 7px;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

li.paginate_button a {
    background-color: #0088ff00 !important;
    border: 0px;
    font-size: 10px;
    padding: 0px;
    color: white !important;
}

#resultTable th, #resultTable td {
    font-size: 11px; 
    text-transform: none; 
}

table.dataTable.table-striped>tbody>tr.odd>* {
    box-shadow: none;
}
.btn , .paginate_button {
  z-index: 1;
  top: 9px;
  right: 10px;
  color: #fff;
  border: none;
  background: #5161ce;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 10px;
  outline: none !important;
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
  text-decoration: none;
  cursor: pointer;
  margin: 1px;
}

/*--------------------
Message Box
--------------------*/
.message-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40px;
          flex: 0 1 40px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  position: relative;
}
.message-box .message-input {
    background: none;
    border: none;
    outline: none !important;
    resize: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    height: 93px;
    margin: 0;
    padding-right: 20px;
    width: 100%;
}
.message-box textarea:focus:-webkit-placeholder {
  color: transparent;
}
.message-box .message-submit {
  position: absolute;
  z-index: 1;
  top: 9px;
  right: 10px;
  color: #fff;
  border: none;
  background: #5161ce;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 10px;
  outline: none !important;
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
}
.message-box .message-submit:hover {
  background: #5161ce;
}

/*--------------------
Custom Srollbar
--------------------*/
.mCSB_scrollTools {
  margin: 1px -3px 1px 0;
  opacity: 0;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0px;
  padding: 0 10px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/*--------------------
Bounce
--------------------*/
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@-webkit-keyframes ball {
  from {
    -webkit-transform: translateY(0) scaleY(0.8);
            transform: translateY(0) scaleY(0.8);
  }
  to {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes ball {
  from {
    -webkit-transform: translateY(0) scaleY(0.8);
            transform: translateY(0) scaleY(0.8);
  }
  to {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

#start-interview-block {
    margin: 20px 0 40px 0;
}

#start-interview-btn {
    float: inline-end;
}
