@media screen {
    .button, .input {
        -moz-appearance: none;
        -webkit-appearance: none;
        align-items: center;
        border: 1px solid transparent;
        border-radius: 4px;
        box-shadow: none;
        display: inline-flex;
        font-size: 1rem;
        height: 2.5em;
        justify-content: flex-start;
        line-height: 1.5;
        padding-bottom: calc(0.5em - 1px);
        padding-left: calc(0.75em - 1px);
        padding-right: calc(0.75em - 1px);
        padding-top: calc(0.5em - 1px);
        position: relative;
        vertical-align: top;
    }
    .button:focus, .input:focus, .button:active, .input:active {
        outline: none;
    }
    .button {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .box:not(:last-child) {
        margin-bottom: 1.5rem;
    }
    .box {
        background-color: rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(10px);
        border-radius: 6px;
        box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
        color: #4a4a4a;
        display: block;
        padding: 1.25rem;
    }
    .button {
        background-color: white;
        border-color: #dbdbdb;
        border-width: 1px;
        color: #363636;
        cursor: pointer;
        justify-content: center;
        padding-bottom: calc(0.5em - 1px);
        padding-left: 1em;
        padding-right: 1em;
        padding-top: calc(0.5em - 1px);
        text-align: center;
        white-space: nowrap;
    }
    .button:hover {
        border-color: #b5b5b5;
        color: #363636;
    }
    .button:focus {
        border-color: #485fc7;
        color: #363636;
    }
    .button:focus:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
    }
    .button:active {
        border-color: #4a4a4a;
        color: #363636;
    }
    .button.is-info {
        background-color: #000;
        border: #e9e9eb solid 1px;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
    }
    .button.is-info:hover {
        background-color: #6e4799;
        border-color: transparent;
        color: #fff;
    }
    .button.is-info:focus {
        border-color: transparent;
        color: #fff;
    }
    .button.is-info:focus:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
    }
    .button.is-info:active {
        background-color: #3082c5;
        border-color: transparent;
        color: #fff;
    }
    .container {
        flex-grow: 1;
        margin: 0 auto;
        position: relative;
        width: auto;
    }
    @media screen and (min-width: 1024px) {
        .container {
            max-width: 960px;
        }
    }
    @media screen and (min-width: 1216px) {
        .container:not(.is-max-desktop) {
            max-width: 1152px;
        }
    }
    @media screen and (min-width: 1408px) {
        .container:not(.is-max-desktop):not(.is-max-widescreen) {
            max-width: 1344px;
        }
    }
    .notification {
        background-color: whitesmoke;
        border-radius: 4px;
        position: relative;
        padding: 1.25rem 2.5rem 1.25rem 1.5rem;
    }
    .notification.is-info {
        background-color: #6e4799;
        color: #fff;
    }
    .notification.is-success {
        background-color: #e9e9eb;
        color: #000;
    }
	#reg-form-msg {    background-color: rgba(0, 0, 0, 0.5) !important;}
	#reg-form-msg label {color:#fff !important}
    .notification.is-danger {
        background-color: #f14668;
        color: #fff;
    }
    .title {
        word-break: break-word;
    }
    .title {
        color: #363636;
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.125;
    }
    .input {
        background-color: white;
        border-color: #dbdbdb;
        border-radius: 4px;
        color: #363636;
    }
    .input:hover {
        border-color: #b5b5b5;
    }
    .input:focus, .input:active {
        border-color: #6e4799;
        box-shadow: 0 0 0 0.125em #6e4799;
    }
    .input {
        box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
        max-width: 100%;
        width: 100%;
        font-size: 14px;
    }
	
	.gpt-message {border:#fff solid 2px!important; height:42px!important;color:#fff!important;margin: 0 !important; background:none;}
	.input.gpt-message::placeholder {color:#fff !important;}
    .card-content:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .card-content:last-child {
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }
    .card-content {
        background-color: transparent;
    }
    .menu {
        font-size: 1rem;
    }
    .column {
        display: block;
        flex-basis: 0;
        flex-grow: 1;
        flex-shrink: 1;
        padding: 0.75rem;
    }
    @media screen and (min-width: 769px), print {
        .column.is-narrow {
            flex: none;
            width: unset;
        }
        .column.is-one-third {
            flex: none;
            width: 33.3333%;
        }
    }
    .columns {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
        margin-top: -0.75rem;
    }
    .columns:last-child {
        margin-bottom: -0.75rem;
    }
    .columns:not(:last-child) {
        margin-bottom: calc(1.5rem - 0.75rem);
    }
    @media screen and (min-width: 769px), print {
        .columns:not(.is-desktop) {
            display: flex;
        }
    }
    .m-0 {
        margin: 0 !important;
    }
    .mb-3 {
        margin-bottom: 0.75rem !important;
    }
    .mt-6 {
        margin-top: 3rem !important;
    }
    .p-0 {
        padding: 0 !important;
    }
    .pt-1 {
        padding-top: 0.25rem !important;
    }
    .pb-1 {
        padding-bottom: 0.25rem !important;
    }
    .pt-4 {
        padding-top: 1rem !important;
    }
    .p-5 {
        padding: 1.5rem !important;
    }
    .has-text-centered {
        text-align: center !important;
    }
    .is-hidden {
        display: none !important;
    }
    .chat-box .notification.is-info:before {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        left: 0px;
        right: auto;
        top: auto;
        bottom: -10px;
        border: 12px solid;
        border-color: transparent transparent transparent #6e4799;
    }
    .chat-box .notification.is-success:after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        left: auto;
        right: 0px;
        bottom: -10px;
        border: 6px solid;
        border-color: #e9e9eb #e9e9eb transparent transparent;
    }
    #chatbot h4 {
        color: #fff;
        background: #6e4799;
    }
    .box {
        border: #6e4799 solid 2px;
    }
    .card-content::-webkit-scrollbar {
        width: 12px;
    }
    .card-content::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, .3);
        border-radius: 2px;
    }
    .card-content::-webkit-scrollbar-thumb {
        border-radius: 6px;
        background: #e9e9eb;
        background-clip: content-box;
        border: 5px solid transparent;
    }
    .bottom-buttons img {
       max-width: 24%;
        height: auto;
        width: 100%;
    }
    #chatbot .notification input[type="text"], #chatbot .notification input[type="email"], #chatbot .notification input[type="tel"], #chatbot .notification input[type="number"] {
        background: #fff;
        color: #000;
        padding: 0 10px;
        height: 36px;
        border: none;
        box-shadow: none;
        width: calc(50% - 4px);
        float: left;
        margin-right: 4px;
        border-radius: 10px;
    }
    #chatbot .notification input {
        margin-bottom: 4px;
    }
    #chatbot .notification button[type="submit"] {
        height: 36px;
        line-height: 36px;
        border: none;
        background: #000;
        color: #fff;
        margin-bottom: 0px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 5px;
        border-radius: 10px;
        width: 99%;
    }
    #chatbot .btn {
        min-width: inherit;
        margin-right: 2px;
        margin-bottom: inherit
    }
    @media (min-width: 768px) and (max-width: 1216px) {
        .bottom-buttons img {
            margin: 0 2px;
        }
    }
    @media screen and (max-width: 768px) {
        #chatbot .notification input[type="text"], #chatbot .notification input[type="email"] {
            float: none;
            margin-right: 0;
            width: 100%;
			
        }
        .bottom-buttons img {
            max-width: 49%;
            margin-bottom: 5px;
        }
		#chatbot h4 span {font-size: 14px;}
		#chatbot .btn {margin-bottom:8px;}
    }
}
#chatbot {
    /*	position:absolute;bottom:30px;z-index:98;*/
    width: 100%;
}
#chatbot h4 {
    border-radius: 5px 5px 0 0;
    
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
    margin: 7px 0;
    width: 170px;
}

 #chatbot-icon {position: absolute;
    right: 0;
    opacity: 0;transition: all 0.3s linear;}


#chatbot-icon.active:hover {opacity:1;}


#chatbot h4 span {
    display: inline-block;
    margin: 0;
}
#chatbot h4.active span {
   
}
.chat-header.active { display: none!important;}
#chatbot-icon h4 {
    color: #fff;
    font-size: 14px;
    margin-top: 90px;
}
#chatbot-icon .btn {color: #fff;
    text-transform: uppercase;
    border: #fff solid 2px; position: relative}
/*
#chatbot h4.active {
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.2), 0 0px 0 1px rgba(10, 10, 10, 0.03);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    display: block;
    right: 30px;
	float: right;
}
*/

#close {
   background: #000;
    color: #fff;
    padding: 4px 8px;
    text-align: center;
    position: absolute;
    width: 80px;
    font-size: 14px;
    margin: 0px;
    height: 25px;
    line-height: normal;
    right: 16px;
    top: 30px;
/*    border: rgba(255, 255, 255, 0.5) solid 1px;*/
    border-radius: 5px 5px 0 0;
    display: block;
    cursor: pointer;
}
.card-content {
    height: 300px;
    overflow: auto;
    flex-grow: 1;
    flex-shrink: 1;
    overflow-x: hidden;
}
div.chat {
    height: 320px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 8px;
    clear: both;
}
.chat::-webkit-scrollbar {
    width: 1px;
}
.chat::-webkit-scrollbar-track {
    background: #fff;
}
.chat::-webkit-scrollbar-thumb {
    background: #888;
}
.chat::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.chatbot {
    background: none !important;
    padding: 0 !important;
}
.chat-header {
    box-shadow: 0 2px 1px rgba(0, 0, 0, .1);
    width: 100%;
    padding: 3px 0;
}
.chatbot h2 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0;
    padding: 8px 4px 7px 4px;
    display: inline-block;
}
.avatar {
    width: 30px;
    height: 30px;
    float: left;
    position: relative;
    margin: 3px 0 3px 8px;
}
.avatar img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.avatar span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: #fff solid 2px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.avatar span.online {
    background-color: #42b72a;
}
.chatbot p {
    font-size: 14px;
    color: #555;
    line-height: normal;
    padding: 4px 10px;
    border-radius: 18px;
    background: #F3F4F4;
    display: inline-block;
}
#close-form-button {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    font-size: 14px;
    border-radius: 50px;
    width: 27px;
    height: 27px;
    border: none;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
    display: block;
    text-align: center;
}
.chat-popup {
    background: #fff;
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9657575;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
}
.form-container {
    max-width: 380px;
    padding: 10px;
}
#myForm .form-container input[type="text"] {
    border: none;
    border-top: 1px solid #c9d0da;
    margin-bottom: 8px;
    width: 100%;
    color: #444;
    padding: 4px 30px 4px 8px;
}
.form-container input:focus {
    outline: none;
}
.send {
    color: rgb(190, 195, 201);
    border: none;
    position: absolute;
    bottom: 7px;
    right: 5px;
    background: none;
}
/*
.chatbot-icon {
    width: 70px;
    height: 60px;
    position: fixed;
    bottom: 45px;
    text-align: center;
    border-radius: 17%;
    top: inherit;
    right: 45px;
    z-index: 954945;
    background: #fff;
    transition: all 0.5s ease-in-out;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
.chatbot-icon:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.chatbot-icon a {
    display: block;
    margin: -5px 0 0 -5px;
}
.chatbot-icon:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: 8px;
    left: 1px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    animation: glowing 20s linear infinite;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}
.chatbot-icon:active:after {
    background: transparent;
}
.chatbot-icon:hover:before {
    opacity: 0;
}
.chatbot-icon:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    left: 0;
    top: 0;
    border-radius: 10px;
}
.closer {
    background: rgba(0, 0, 0, 0.98);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    top: -15px;
    display: block;
    color: #fff;
    padding: 3px;
    cursor: pointer;
    text-align: center;
}
.chatbot-icon .closer {
    background: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    top: -15px;
    display: block;
    color: #555;
    font-size: 11px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 3px 2px #ccc;
}
*/

#audio-player {width: 240px;
    position: absolute;
    top: 5px;
    right: 5px;}


/* CHATBOT ANIMATED ICON  */

 #chatbot-icon {position: absolute;
    right: 0;
    opacity: 0;transition: all 0.3s linear;}

#chatbot-icon.active {display:block; position:relative; opacity:1; width:300px; height: 170px;cursor:pointer; margin: 20px auto; border: #fff solid 2px;
    border-radius: 10px;
    overflow: hidden;}

#chatbot-icon .btn small {
	background: red;
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.5);
    width: 5px;
    height: 5px;
    display: block;
    -webkit-animation: pulse-btn 1.5s infinite;
    border-radius: 50%;
    position: absolute;
    right: 24px;
    top: 14px;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: white;
    text-align: center;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}


.chat-header.active { display: none!important;}

.btn.hidden {display:none;}
.btn.btn-primary {color:#fff !important;}

@-webkit-keyframes pulse-btn {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    box-shadow: 0 0 0 30px rgba(255,0,0, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(255,0,0, 0);
		}
	}

