.message-box {
    box-sizing: border-box;
    /* Add other styles here */
}

.haya {
    font-family: 'Open Sans', sans-serif;
}

.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;
	margin-top: 10%;
}

.r-nav li a {
    margin: 0;
    padding: 0;
    line-height: 25px;
    font-size: 18px;
    color: #f00;
}

.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 rgb(0 0 0 / 60%);
    color: #fff;
    background: rgb(255 255 255 / 47%);
}


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

.message.new 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;
}

.message.new 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)
}

.fabs {
    bottom: 25px;
    position: fixed;
    margin: 1em;
    right: 25px;
    z-index: 998;
}

.deep-orange .fab {
    background: #FF5722;
    color: #eceff1;
}

.fab>i {
    font-size: 2em;
    line-height: 55px;
    transition: all .2s ease-in-out;
}

.is-active {
    transform: rotate(180deg);
    transition: all 1s ease-in-out;
}

.zmdi-close:before {
    content: '\f00d'!important;
}

.is-float {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

.fab {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    color: #263238;
    margin: 25px auto 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    cursor: pointer;
    transition: all .1s ease-out;
    position: relative;
    z-index: 998;
    overflow: hidden;
}

@media only screen and (max-width: 768px){
	.chat{
		top: 130%;
	}
}

.chat {
    position: fixed;
    top: 55%;
    right: -8%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 350px;
    height: 100%;
    max-height: 525px;
    z-index: 9999;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.is-visiblenew {
    display: none;
}


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

.chat-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 55px;
    flex: 0 1 55px;
    position: relative;
    z-index: 99;
    background: #0c4a93;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding: 7px 10px 10px 50px;
    align-items: center;
    display: flex;
}

.chat-title h1,
.chat-title h2 {
    font-weight: normal;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.chat-title h2 {
    color: rgba(255, 255, 255, 0.5);
    font-size: 8px;
    letter-spacing: 1px;
}

.chat-title .avatar {
    position: absolute;
    z-index: 1;
    top: 15px;
    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: 2px 8px 2px;
    border-radius: 10px 10px 10px 0;
    background: #e6ebf1;
    margin: 4px 0;
    font-size: 12px;
    max-width: 90%;
    line-height: 24px;
    margin-left: 20px;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #000000a6;
}

.messages .message .timestamp {
    position: absolute;
    bottom: -15px;
    font-size: 9px;
    /*color: rgba(255, 255, 255, 0.3);*/
    color: black;
}

.messages .message::before {
    content: '';
    position: absolute;
    bottom: -6px;
    border-top: 6px solid #e6ebf1;
    left: 0;
    border-right: 7px solid transparent;
}

.messages .message .avatar {
    position: absolute;
    z-index: 1;
    bottom: -15px;
    left: -30px;
    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: #000;
    text-align: right;
    background: #e6ebf1;
    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 #e6ebf1;
    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: #242577;
    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: #242577;
    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: #242577;
    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;
}


/*--------------------
Message Box
--------------------*/

.message-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40px;
    flex: 0 1 40px;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ccc;
    padding: 10px;
    position: relative;
}

.message-box .message-input {
    background: none;
    border: none;
    outline: none !important;
    resize: none;
    color: #000000a6;
    font-size: 14px;
    height: 17px;
    margin: 0;
    padding-right: 20px;
    width: 265px;
}

.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: transparent;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1;
    padding: 0px;
    border-radius: 10px;
    outline: none !important;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    cursor: pointer;
}

.message-box .message-submit:hover {
    background: #f0f0f0;
}

.message-submit img {
    width: 25px;
    height: 25px;
}


/*--------------------
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: #20bf55;
	background-image :linear-gradient(315deg, #e85f74 10%, #0c69d2 100%);
	border-radius: 10px;
    /* background-color: rgba(0, 0, 0, 0.5) !important; */
}

.dialog-box {
    height: 100%;
    z-index: 9;
    position: absolute;
    width: 100%;
    background: #fff;
    padding-top: 60px;
    text-align: center;
}

.box-img {
    background-color: #0abcf9;
    background-image: url("../../assets/img/banner2.png");
    /* padding-top: 92px; */
    background-position: center;
    background-repeat: initial;
    height: 202px;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
}

.box-img img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    margin: auto;
    bottom: -5px;
}

.dialog-box h3 {
    margin: 0;
    color: #242577;
    padding-top: 35px;
}

.dialog-box p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    padding: 10px 24px;
    margin: 0;
}

.dialog-box p a {
    text-decoration: none;
    color: #07bcf9;
    font-weight: 600;
}

.dialog-box button {
    width: 100%;
    max-width: 250px;
    padding: 15px;
    color: #fff;
    border-radius: 10px;
    border: none;
    background: #137c08;
}

.intro {
    display: none;
}

.messages .messages-content p {
    color: #000;
    margin: 0;
}

.mySlides {
    height: 150px;
    overflow: auto;
}

.mySlides img {
    height: 100%;
}

.mySlides {
    display: none
}


/* img {
    vertical-align: middle;
} */


/* Slideshow container */

.slideshow-container {
    padding: 0.5rem;
    max-width: 300px;
    position: relative;
    margin: auto;
}


/* Next & previous buttons */


/* .prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
} */


/* Position the "next button" to the right */


/* .next {
    right: 0;
    border-radius: 3px 0 0 3px;
} */


/* On hover, add a black background color with a little bit see-through */


/* .prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
} */


/* Caption text */


/* .text {
    color: #92323a;
    font-size: 16px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    font-weight: 600;
    width: 100%;
    text-align: center;
} */


/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


/* Fading animation */

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

.charsection {
    clear: both;
    float: left;
    padding: 2px 8px 2px;
    border-radius: 10px 10px 10px 0;
    background: #e6ebf1;
    margin: 4px 10px;
    font-size: 12px;
    line-height: 25px;
    max-width: 90%;
    margin-left: 20px;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #000000a6;
}

.charsection-new {
    float: left;
    position: relative;
    width: 100%;
    max-width: 70%;
    margin-left: 50px;
    margin-top: 20px;
}

.charsection-new .ant-list-bordered {
    border: 1px solid #ccc;
    border-radius: 1.3em;
}

.ant-list-bordered .ant-list-item {
    padding-right: 24px;
    padding-left: 24px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    font-weight: 400;
}

.option[_ngcontent-qbo-c2] {
    background: #fff;
}

.ant-list-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.charsection-new .ant-list-item strong i {
    vertical-align: middle;
}


/*--------------------
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);
    }
}

.button-container.new {
    margin-top: 10px;
}

.buttonx {
    background-color: #46b7c6;
    border: none;
    color: white;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    transition-duration: 0.4s;
    border-radius: 4px;
}

.buttonx:hover {
    background-color: #43697c;
}

.buttonx.sound-on-click {
    transition-duration: 0.2s;
}

.buttonx.sound-on-click:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.button-container.new::after {
    content: '';
    display: block;
    clear: both;
}


/* Adjust the styles for the video container */

.video-container {
    max-width: 100%;
    height: auto;
}

.video-container video,
.custom-vide {
    max-width: 100%;
    height: auto;
}


/* Dropdown Container */

.collapsible-dropdown-container {
    position: relative;
}


/* Dropdown Button */

.collapsible-dropdown-button {
    padding: 10px 20px;
    background-color: #f0f0f0;
    color: #333;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.collapsible-dropdown-button:hover {
    background-color: #ccc;
}


/* Dropdown Content */

.collapsible-dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    display: none;
    min-width: 200px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.collapsible-dropdown-content.show {
    display: block;
}


/* Dropdown Option */

.collapsible-dropdown-option {
    padding: 5px 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.collapsible-dropdown-option:hover {
    background-color: #f0f0f0;
}


.center-container {
    text-align: center;
    width: 200px;
}

.pdf-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pdf-icon {
    width: 40px; /* Adjust the size of the PDF icon as needed */
    height: 40px;
}

.pdf-title {
    margin: 5px 0;
	font-size: 12px;
}

.download-button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    cursor: pointer;
    border-radius: 4px;
	margin-bottom: 5%;
}

.download-button:hover {
    background-color: #45a049;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes colorchange {
    0% {
        color: purple;
    }

    25% {
        color: blue;
    }

    50% {
        color: crimson;
    }

    75% {
        color: #45a049;
    }

    100% {
        color: purple;
    }
}

.marquee {
    overflow: hidden;
    white-space: nowrap;
    /* border: 1px solid #000; */
    /*background-color: #444;  Background color of marquee */
    color: #fff; /* Text color */
    font-family: 'Arial', sans-serif; /* Font style */
    font-size: 20px; /* Font size */
    height: 20px; /* Height of the marquee */
    display: flex;
    align-items: center; /* Center text vertically */
}

.marquee-text {
	font-size: 14px;
    display: inline-block;
    padding-left: 100%;
    animation: marquee 20s linear infinite, colorchange 10s linear infinite;
}

.marquee:hover .marquee-text {
    animation-play-state: paused; /* Pause the animations when you hover over it */
}


.chatbot-widget {
    width: 300px;
    height: 400px;
    border: 1px solid #ccc;
    overflow: hidden;
}


.card {
    flex: 0 0 auto;
    width: 280px;
    margin: 10px;
    transition: height 0.3s, box-shadow 0.3s;
    height: 100px;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card:hover {
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.card-content {
    padding: 15px;
    font-family: 'Roboto';
    font-size: 16px;
    color: black;
    line-height: 1.5;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow: hidden;
}

.card-carousel {
    display: flex;
    overflow-x: scroll;
    /* height: 100%; */
    white-space: nowrap; /* Prevents wrapping of cards to the next line */
    scrollbar-width: thin; /* For modern browsers */
    scrollbar-color: #888 transparent; /* Color for the thumb and track */
}

.card-carousel::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

.card-carousel::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

.card-carousel::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

.calendarContainer {
    width: 300px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.calendar-label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.calendar-input {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.calendar-button {
    display: block;
    width: 100%;
    padding: 8px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.calendar-button:hover {
    background-color: #0056b3;
}

.shake{
	animation: shake-pause 1.5s infinite;
}

@keyframes shake-pause{
	0%, 100%{
		transform: translate(0,0) rotate(0deg);
	}
	10%, 30%, 50%, 70%, 90%{
		transform: translate(-4px, -4px) rotate(-4deg);
	}
	20%, 40%, 60%, 80%{
		transform: translate(4px, 4px) rotate(4deg);
	}
}

#close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 20px;
	color:white;
}

@media (max-width:1920px){

}

@media (max-width:1200px){

}

@media (max-width:991px){

}

@media (max-width:767px){

}

@media (max-width:480px){}
@media (max-width:767px){}
@media (max-width:480px){}
@media (max-width:280px){}

@media (min-width:992px) and (max-width:1025px){
	
}

@media (min-width:768px) and (max-width:991px){
	.chat {
		position: fixed;
		top: 77%;
		right: -9%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 380px;
		height: 100%;
		max-height: 600px;
		z-index: 9999;
		overflow: hidden;
		box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
		background: #fff;
		border-radius: 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (min-width:992px) and (max-width:1440px){
	.chat {
		position: fixed;
		top: 40%;
		right: -9%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 380px;
		height: 100%;
		max-height: 600px;
		z-index: 9999;
		overflow: hidden;
		box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
		background: #fff;
		border-radius: 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (min-width:992px) and (max-width:1366px){
	.chat {
		position: fixed;
		top: 35%;
		right: -9%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 380px;
		height: 100%;
		max-height: 600px;
		z-index: 9999;
		overflow: hidden;
		box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
		background: #fff;
		border-radius: 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (min-width:992px) and (max-width:1280px){
	.chat {
		position: fixed;
		top: 45%;
		right: -9%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 380px;
		height: 90%;
		max-height: 550px;
		z-index: 9999;
		overflow: hidden;
		box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
		background: #fff;
		border-radius: 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.hoveringDiv {
    position: relative;
    color: white;
    background-color: navy;
    border: 1px solid #ccc;
    padding: 10px;
    width: 150px;
    top: 20;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 2px 20px 2px 20px;
    transition: transform 0.3s ease-in-out;
    transform: translate(-50%, -50%);
    animation: moveUpDown 1s infinite alternate; 
}

@keyframes moveUpDown {
    from {
        transform: translate(0%, -40%);
    }
    to {
        transform: translate(0%, -20%);
    }
}

.hoveringDiv p{
    font-weight: bold; /* Bold text */
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px rgb(0, 0, 0); /* Text shadow */
    display: flex;
    position: relative;
    left: 22px;
    font-size: 14px;
    align-items: center;
}

.hoveringDiv p span {
    font-size: 1.5em; /* Adjust the size of the emoji */
}