html {
    height: 100%;
    background-color: rgba(36,44,48,.5);
}

body {
    overflow: hidden;
}


.cx-widget.cx-theme-light .cx-btn-primary {
    text-align: center;
    background-color: rgba(198, 0, 12, 1) !important;
    border-color: rgba(198, 0, 12, 1) !important;
    color: white !important;
    font-weight: 800;
    font-size: 15px;
	color: #fdfdfd;
	height:52px;
	width:20%;
	outline:none;
}


.cx-widget.cx-theme-light .cx-btn-default {
    text-align: center;
    border-color: #555d66 !important;
    color: white !important;
    font-weight: 800;
    font-size: 15px;
	margin-top: 10px;
	width: 20%;
    height: 52px;
}

.cx-btn-onay {
    margin: 10% 0 0% 0% !important;
    width: 20%;
    background-color: #e20414;
    color: #ffffff !important;
   
    text-align: center !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 14px 0 !important;
    max-height: 52px;
    border: 0 !important;
    outline: none !important;
}

.cx-btn-hata {
    margin: 10% 0 0% 0% !important;
    width: 20%;
    background-color: #e20414 !important;
    color: #ffffff !important;
   
    text-align: center !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 14px 0 !important;
    max-height: 52px;
    border: 0 !important;
    outline: none !important;
}

.cx-widget.cx-theme-light .cx-titlebar .cx-title {
    color: #444a52;
    font-weight: bold !important;
}

.cx-widget.cx-theme-blue, .cx-widget .cx-container {
    color: #000;
    background: white;
}



    .cx-widget.cx-theme-blue * {
        border-color: white;
    }

    .cx-widget.cx-theme-blue.cx-webchat, .cx-widget.cx-theme-blue .cx-webchat {
        background: white;
        // Darker Shade
    }

        .cx-widget.cx-theme-blue.cx-webchat .form input, .cx-widget.cx-theme-blue .cx-webchat .form input {
            background: white;
            // Lighter Shade
        }

.cx-common-container .cx-titlebar .cx-icon {
    content: url(assets/img/logo.png) !important;
    background-repeat: no-repeat;
    padding-top: 6px;
}

.cx-webchat .cx-menu li.cx-branding-icon {
    display: none;
}

.cx-common-container .cx-titlebar {
    height: 93px !important;
    background: lightgray!important;
    padding: 20px 0 20px 0!important;
	padding-left: 10px !important;
}

.cx-body {
    background-color: #ededed !important;
    padding: 0px !important;
   
    height: 92.4%;
}

.cx-minimized {
    display: none !important;
}

.cx-theme-light .cx-desktop .cx-transcript-view {
   
    bottom: 0px !important;
   right: 0px !important;
    display: block;
    overflow: hidden !important;
}

.cx-webchat .cx-transcript::-webkit-scrollbar {
    display: none !important;
}

::-webkit-scrollbar {
    display: none !important;
}

.cx-message .cx-participant .cx-them .cx-Agent .cx-agent.cx-NewTextBubble {
    background-color: transparent;
}

.cx-end-confirm .cx-btn .cx-btn-primary {
    border: #e20414;
    border-radius: 20px;
    width: 250px;
    height: 40px;
    margin: 50px 60px 70px 70px;
    font-size: large;
}

.cx-avatar-wrapper {
    padding-top: 5%;
}

.cx-message .cx-participant .cx-them .cx-Agent .cx-agent {
    border-radius: 0 15px 15px 15px;
}

.cx-message.cx-participant .cx-bubble {
    margin-left: 0;
}

.cx-webchat .cx-transcript .cx-message-group > .cx-message.cx-participant.cx-you .cx-bubble {
    border-radius: 15px 0 15px 15px !important;
    background-color: #dbdbdb;
    overflow-wrap: break-word;
    border: 2px solid white;
}


.cx-send .cx-icon .i18n {
    background: url(assets/img/icon-send.png) !important;
}

.cx-disabled {
    background-color: #ededed;
}

.cx-agent-typing {
    max-width: 70px !important;
}

    .cx-agent-typing svg {
        margin-top: 0px !important;
        margin-left: 1px !important;
    }


@media only screen and (min-width: 600) {
    .cx-webchat .cx-transcript .cx-message-group > .cx-message {
        margin-left: 39px;
        background-color: white;
        color: #1d1d1b;
        font-size: 14px;
        line-height: normal;
        display: block;
        max-width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .cx-transcript {
        height: 76% !important;
    }

    .cx-common-container .cx-titlebar {
        border-radius: 0px !important;
    }

    .cx-theme-light .cx-desktop .cx-transcript-view {
        height: 100% !important;
        width: 100% !important;
        right: 0px !important;
        bottom: 0px !important;
        border-radius: 0px !important;
    }

    .cx-body {
        height: 100% !important
    }

    .cx-widget {
        height: 100% !important;
        width: 100% !important;
        right: 0 !important;
        bottom: 0 !important;
    }

    .cx-webchat .cx-alert > .cx-wrapper {
        height: 100vh  !important;
    }

    .cx-webchat .cx-transcript .cx-message.cx-you {
        margin-left: 50% !important;
        right: 8%;
        float: right;
    }
}

@media only screen and (max-height: 810px) {
    .cx-transcript {
        height: 72% !important;
    }

}

@media only screen and (max-height: 630px) {
    .cx-transcript {
        height: 69% !important;
    }
}

@media only screen and (max-height: 450px) {
    .cx-transcript {
        height: 44% !important;
    }
}

@media only screen and (min-height: 800px) {
    .cx-webchat .cx-alert > .cx-wrapper {
        height: 638px;
    }
}

@media only screen and (max-height: 530px) {
    .cx-transcript {
        height: 44% !important;
    }

    .cx-webchat .cx-transcript .cx-message.cx-them .cx-bubble {
        margin-left: 0px;
    }

    .cx-agent-typing svg {
        margin-left: -39px !important;
    }



    .cx-body {
        height: 92.4%;
    }

    .cx-agent-typing {
        margin-left: 39px !important;
        /* background-color: white; */
        color: #1d1d1b !important;
        font-size: 14px !important;
        line-height: normal !important;
        display: block !important;
        max-width: 50% !important;
    }
