﻿.container-fluid {
    font-size: 0.875rem !important;
}

.form-control {
    font-size: 0.875rem !important;
}

.modal-content {
    font-size: 0.875rem !important;
}

.dataTables_length {
   /* position: relative;
    float: none !important; */
}

.errorborder {
    border: 1px solid red !important;
}

.blink_me {
    animation: blinker 3s linear infinite;
}



.bullet {
    height: 15px;
    width: 15px;
    background-color: orange;
    border-radius: 50%;
    display: inline-block;
    margin-left:-5px
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.chats {
    cursor: pointer;
    padding-bottom: 5px;
    padding-top: 15px;
    border-bottom: 1px solid #0c7ea5;
}

.chats2 {
    cursor: pointer;
    padding-bottom: 5px;
    padding-top: 15px; 
}

.select2-container {
    width: 100% !important;
}

.buttonhighlight {
    background-color: #0c7ea5 !important;
    color: white !important;
}

.Queryactive {
    background-color:lightgray;
    color:black; 
}

.Query { 
    padding: 5px;
    margin: 2px;
}

.bubbleyou {
    background-color: lightgray;
    padding: 5px;
    margin: 5px;
    width: 80%;
    float: right;
    margin-right: 5px !important;
    border-radius: 5px;
}

.bubbleme {
    background-color: #0c7ea5;
    color:white;
    padding: 5px;
    margin: 5px;
    width: 80%;
    float: left;
    margin-left: 5px !important;
    border-radius: 5px;
}

.escalationdate { 
    padding: 5px;
    margin: 5px;
    width: 100%;
    float: left; 
    border-radius: 5px; 
    margin-top:10% !important;
    justify-content:center;
}

.escalationdate2 {
    padding: 5px;
    margin: 5px;
    width: 100%;
    float: left;
    border-radius: 5px; 
    justify-content: center;
}

.textarea {
    outline: none;
    resize: none;
    width:99%;
    height:39px;
}

.selected {
    background-color: #0c7ea5;
    color:white;
    border-radius:15px;
}
/*
.bubbleyou2 {
    float: left;
    color: var(--white);
    background-color: #0c7ea5;
    align-self: flex-start;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 15px;
    max-width: 75%;
    padding-left: 5px;
}

   .bubbleyou2:before {
        left: -3px;
        background-color: #0c7ea5;
    }

.bubbleme2 {
    float: right;
    color: var(--dark);
    background-color: #eceff1;
    align-self: flex-end;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 15px;
    max-width:75%;
    padding-right:5px;
}

.bubbleme2:before {
        right: -3px;
        background-color: #eceff1;
    }
*/
.no-gutters2 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

form.user .form-control-user {
    font-size: 0.8rem;
    border-radius: 10rem;
    padding: 0px 1rem;
}

.containerContent {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsiveContent-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

button.dt-button, div.dt-button, a.dt-button, input.dt-button {
    font-size: 11px !important;
}

.Targetted-marketing {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(255,255,255,0.7);
    height: 100%;
    width: 100%;
    border-radius: 10px !important; 
}

.Dropdownmenu {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 1000;
    background-color: rgba(255,255,255,1);
    width: 100%;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.dropdownhidden {
    height: 0px;
    transition: height 0.5s ease-in-out;
    margin-bottom:-20px;
}

.dropdownshow {
    max-height: 75%;
    overflow-y:scroll;
    -webkit-overflow-scrolling:touch;
    margin-bottom: 0px;
    transition: height 0.5s ease-in-out;
}

.dropdownoptionsselect {
    color: #0c7ea5;
    padding:10px;
}

div.outer-div {
    height: 100%;
    width: 100%;
    padding: 0px 10px 10px 10px;
}

div.middle-div {
    position: relative;
    top: 40%;
    height: 75%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*padding: 0px 10px 10px 10px;*/ overflow: scroll;
    /* overflow:hidden; */
    border: 1px solid #0c7ea5;
    border-radius: 8px;
    background-color: white;
    /*position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    /*padding: 0px 10px 10px 10px;*/
    /*overflow:hidden;
    border: 1px solid #0c7ea5;
    border-radius:8px;
    background-color:white;*/
}

div.middle-div2 {
    position: relative;
    top: 40%;
    height: 75%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*padding: 0px 10px 10px 10px;*/ overflow: scroll;
    /* overflow:hidden; */
    border: 1px solid #0c7ea5;
    border-radius: 8px;
    background-color: white;
    /*position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    /*padding: 0px 10px 10px 10px;*/
    /*overflow: hidden;
    border: 1px solid #0c7ea5;
    border-radius: 8px;
    background-color: white;*/
}


.breakwords {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all; 
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}