html,body {
    text-rendering: optimizeLegibility;
    height: 100%;
    margin: 0;
}

@-ms-viewport{
    width: device-width;
}
.text-center {text-align:center;}

a {
    color: tomato;
    text-decoration: none;
}

a:hover {
    color: #2196f3;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #F5F5F5;
    border: 1px solid #CCC;
    border-radius: 4px;
}

.new-react-version .react-svg-logo {
    text-align: center;
    max-width: 60px;
    margin: 20px auto;
    margin-top: 0;
}

.success-box {
    padding: 10px 10px;
    text-align: center;
}

.success-box img {
    margin-right:10px;
    display:inline-block;
    vertical-align:top;
}

.success-box > div {
    vertical-align:top;
    display:inline-block;
    color:#888;
}

.star:hover{
    cursor:pointer;
    color: #FF912C;
}

/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type:none;
    padding:0;

    -moz-user-select:none;
    -webkit-user-select:none;
}
.rating-stars ul > li.star {
    display:inline-block;

}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
    font-size: 1.5em; /* Change the size of the stars */
    color:#ccc; /* Color on idle state */
}

.rating-stars ul > li.star.selected > i.fa {
    color: #FF912C;
}

/* Hover state of the stars */
.fa.fa-check-circle {
    color: green;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
    color:#FF912C;
}
textarea {
    resize: none;
}
.icons-chat .fa {
    color: grey;
}



.dropbtn {
    display: block;
    background-color: transparent;
    color: rgba(255,255,255, 0.5);
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    border: 0;
    transition: all .3s ease;
    border: 0;
    border-radius: 5px;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #2C2C2C;
    color: rgba(255,255,255, 1);
}

.dropdown {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

#popupTitle{
    margin-bottom: 20px;
}

.popupblocktitle {
    text-align: center;
    color: #fff;
    /* margin: 20px; */

}
.rating-widget {
    padding: 10px;
}
.card-footer{
    bottom: 0;
    padding: 0 0;
    background-color: transparent;
    border-top: 0;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    /*color: white;*/
}

.card-body label{
    color:white;
}

.rating-body{
    display: flex;
    color: white;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

::-webkit-scrollbar {
    display: none;
}

/*countDown timer*/

@-webkit-keyframes timer-slide-lt {
    0% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }
}
@keyframes timer-slide-lt {
    0% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }
}
@-webkit-keyframes timer-slide-rt {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    100% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}
@keyframes timer-slide-rt {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    100% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}

/*.timer {*/
/*    width: 300px;*/
/*    height: 400px;*/
/*    position: fixed;*/
/*    text-align: center;*/
/*}*/
/*.circle-timer {*/
    /*width: 200px;*/
    /*height: 200px;*/
    /*margin: 2rem auto;*/
    /*position: relative;*/
    /*left: 100px;*/
    /*margin-top: 60px;*/
    /*cursor: pointer;*/
/*}*/
.timer-slot {
    position: relative;
    width: 100px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    float: left;
}
.timer-lt, .timer-rt {
    border-radius: 50%;
    position: absolute;
    top: 50%;
    border: 10px solid white;
    width: 200px;
    height: 200px;
    margin-left: -100px;
    margin-top: -100px;
    border-left-color: transparent;
    border-top-color: transparent;
    z-index: 5;

}
.timer-lt{
    animation: 10s linear infinite timer-slide-lt;
    left: 100%;

}
.timer-rt{
    animation: 10s linear infinite timer-slide-rt;

}

.count{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 3px;
    font-size: 8rem;
    color: white;
    text-align: center;
    line-height: 200px;
    font-family: sans-serif;

}
/* Just for testing*/
/*#countDownTimer{*/
/*    width: 100svw;*/
/*    height: 100svh;*/

/*}*/

h1 {
    margin: 5px;
    cursor: default;
}

.textbox {
    width: 100%;
    overflow: auto;
    background-color: white;
    border-radius: 10px;
}


.textinput {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    height:80px
}

.chatbox
{
    border: black;
    font-size: large;
    border-radius: 5px 10px 5px 10px;
    /*width: 100%;*/
    padding: 10px 20px 10px 20px;
    cursor: default;
}

table.offline {
    width: 500px;
    /*background: linear-gradient(0deg, #00A8EC, #00b2e5, #00b2e5);*/
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    border-radius: 50px;
    color: black;
}


table.offline thead {
    color: white;
    text-align: center;
    font-size: larger;
    text-decoration: underline;

}

table.offline thead tr th {
    background: linear-gradient(45deg, #85929e, #5d6d7e, #34495e );

}

table.offline tfoot tr td{
    background: linear-gradient(45deg, #85929e, #5d6d7e, #34495e );

}


table.offline thead img{
    width: 80px;
    height: auto;

}

table.offline tfoot input{
    padding:5px;
    border-radius: 5px;
    width: 65px;
    color: whitesmoke;
}
table.offline tfoot input:hover{
    background-color: #85929e;
    color:#34495e;
    cursor: hand;
}


.button, .buttonLogout {
    border-radius: 8px;
    color: white;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    width: 125px;
    transition: all 0.5s;
    border: none;
    float: right;
    cursor: pointer;
}

.button {
    background-color: #f4511e;
    cursor: pointer;
}

.buttonLogout {
    background-color: red;
    margin-bottom: 1em;
}



.button , .buttonLogout   {
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button:after, .buttonLogout:after{
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover, .buttonLogout:hover {
    padding-right: 25px;
}

.button:hover:after, .buttonLogout:hover:after {
    opacity: 1;
    right: 0;
}

.button:after {
    content: '»';
}

.buttonLogout:after {
    content: '?';
}


.buttonReload {
    border-radius: 8px;
    color: white;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    width: 50%;
    border: none;
    margin: 0 23% 0 26%;
    background-color: red;
    cursor: hand;
}


#cloud {
    width: 350px;
    height: 120px;
    background: #f2f9fe;
    background: linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
    background: -webkit-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
    background: -moz-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
    background: -ms-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
    background: -o-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    position: relative;
    margin: 20px auto 10px;
}

#cloud:after, #cloud:before {
    content: '';
    position: absolute;
    background: #f2f9fe;
    z-index: -1
}

#cloud:after {
    width: 100px;
    height: 100px;
    top: -50px;
    left: 50px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

#cloud:before {
    width: 180px; height: 180px;
    top: -90px; right: 50px;

    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
}

.shadow {
    width: 350px;
    position: absolute;
    bottom: -10px;
    background: #000;
    z-index: -1;
    box-shadow: 0 0 25px 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 25px 8px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 25px 8px rgba(0, 0, 0, 0.4);

    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}
#sleeping .sleeping-bubble{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 70px;
    height: 50px;
    line-height: 50px;
}
.sleeping-bubble{
    width: 100%;
    height:100%;
    background: #4bb5c1;
    border-radius: 50%;
    line-height: inherit;
    text-align: center;
    position: relative;
}
.sleeping-bubble::before,
.sleeping-bubble::after{
    width: 100%;
    height:100%;
    border-radius: 50%;
    display: block;
    content: '';
    position: absolute;
    top:0;
}
.sleeping-bubble::before{
    background: #78c8d1;
    -webkit-transform: skew(4deg);
    z-index: -1;
}
.sleeping-bubble::after{
    background: #388891;
    -webkit-transform: skew(-3deg);
    z-index: -2;
}
.sleeping-bubble > div{
    color: #fff;
    font-family: sans-serif;
    font-weight: bold;
    line-height: inherit;
    font-size: 10pt;
    text-shadow: 1px 3px 0 #388891;
    display:inline-block;
}
.sleeping-bubble > div.char1{
    -webkit-transform: rotate(-10deg);
}
.sleeping-bubble > div.char3{
    -webkit-transform: rotate(10deg);
}
.sleeping-bubble > div.char2{
    font-size: 20pt;
}
.sleeping-bubble .triangle{
    width: 0px;
    height: 0px;
    border-top: 7px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 30px solid #4bb5c1;
    position: absolute;
    top: 36px;
    left: 15px;
    z-index: -3;
    -webkit-transform: rotate(9deg);
}
@-webkit-keyframes sleeping {
    0%   { -webkit-transform: scale(1,1); }
    50%   { -webkit-transform: scale(0.9,0.9); }
    100%   { -webkit-transform: scale(1,1); }
}
#sleeping{

    -webkit-animation: sleeping 5s linear infinite;
    -webkit-transform-origin: 10% 100%;
    top: -5px;
    position: relative;

}
#sleeping *::selection{color:#fff;background:transparent;}

.header_strip {
    text-align: center;
    margin:15px 0;
}

.header_strip img{
    width:50px !important;
    height:auto
}

.popupWebChat
{
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
    border-collapse: collapse;
    left: 50%;
    opacity: 0;
    padding: 1%;
    position: fixed;
    text-align: justify;
    top: 50%;
    visibility: hidden;
    z-index: 10;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    transition: opacity .5s, top .5s;
}

.overlayWebChat:target + .popupWebChat
{
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.popupWebChat h2
{
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 5px;
}

.popupWebChat label
{
    display: inline-block;
    text-align: left;
    width: 250px;
}

.popupWebChat input[type="text"]
{
    border: 1px solid;
    border-color: #999 #ccc #ccc;
    margin: 0;
    padding: 2px;
    border-radius: 2px;
}

.popupWebChat input[type="text"]:hover
{
    border-color: #555 #888 #888;
}




.rating > label:before {
    /*margin: 5px;*/
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: center;

    width: 50%;
    margin: 0 auto;
    padding: 0 ;
}
.rating > span {
    display: inline-block;
    position: relative;
    margin: 10px
}
.rating > span:hover,
.rating > span:hover ~ span {
    color: transparent;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
    content: "\2605";
    position: absolute;
    left: 0;
    color: gold;
}





.rating span input
{
    position:absolute;
    top:0;
    left:0;
    opacity:0;
}

.rating span label
{
    display:inline-block;
    width:30px;
    height:30px;
    text-align:center;
    color:#FFF;
    background:#ccc;
    font-size:30px;
    margin-right:2px;
    line-height:30px;
    border-radius:50%;
    -webkit-border-radius:50%;
}

.rating span:hover ~ span label,
.rating span:hover label,
.rating span.checked label,
.rating span.checked ~ span label
{
    background:#F90;
    color:#FFF;
}

.webChatButtons {
    padding: 6px 10px;
    font-size: 1em;
    border-radius: 15px;
    cursor: pointer;
}




/*//New Chat Style For Client Information Form*/

/*.btn { display: inline-block; *display: inline; *zoom: 1; padding: 4px 10px 4px; margin-bottom: 0; font-size: 13px; line-height: 18px; color: #333333; text-align: center;text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: middle; background-color: #f5f5f5; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(top, #ffffff, #e6e6e6); background-repeat: repeat-x; filter: progid:dximagetransform.microsoft.gradient(startColorstr=#ffffff, endColorstr=#e6e6e6, GradientType=0); border-color: #e6e6e6 #e6e6e6 #e6e6e6; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); border: 1px solid #e6e6e6; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); cursor: pointer; *margin-left: .3em; }*/
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { background-color: #e6e6e6; }
.btn-large { padding: 9px 14px; font-size: 15px; line-height: normal; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.btn:hover { color: #333333; text-decoration: none; background-color: #e6e6e6; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; }
.btn-primary, .btn-primary:hover { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); color: #ffffff; }
.btn-primary.active { color: rgba(255, 255, 255, 0.75); }
.btn-primary { background-color: #4a77d4; background-image: -moz-linear-gradient(top, #6eb6de, #4a77d4); background-image: -ms-linear-gradient(top, #6eb6de, #4a77d4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6eb6de), to(#4a77d4)); background-image: -webkit-linear-gradient(top, #6eb6de, #4a77d4); background-image: -o-linear-gradient(top, #6eb6de, #4a77d4); background-image: linear-gradient(top, #6eb6de, #4a77d4); background-repeat: repeat-x; filter: progid:dximagetransform.microsoft.gradient(startColorstr=#6eb6de, endColorstr=#4a77d4, GradientType=0);  border: 1px solid #3762bc; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5); }
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { filter: none; background-color: #4a77d4; }
.btn-block { width: 300px; display:block; }

* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; }

.login h1 { color: #fff; text-shadow: 0 0 10px rgba(0,0,0,0.3); letter-spacing:1px; text-align:center; }

.departmentlabel{
    text-align: center;
    padding: 0; /*0 30px*/
    color: white;
    float: left;
    margin-bottom: 10px;
}

/*input, select {*/
/*    width: 100%;*/
/*    margin-bottom: 10px;*/
/*    border: none;*/
/*    outline: none;*/
/*    padding: 5px;*/
/*    font-size: 13px;*/
/*    border-radius: 4px;*/
/*    box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);*/
/*    -webkit-transition: box-shadow .5s ease;*/
/*    -moz-transition: box-shadow .5s ease;*/
/*    -o-transition: box-shadow .5s ease;*/
/*    -ms-transition: box-shadow .5s ease;*/
/*    transition: box-shadow .5s ease;*/
/*}*/
/*input:focus { box-shadow: inset 0 -5px 45px rgba(100,100,100,0.4), 0 1px 1px rgba(255,255,255,0.2); }*/

/*!*Popup elements (used in chatterbox only) also found in WebchaClient*!*/
/*!*====================================================================================================================*!*/
.popup {
    background: linear-gradient(0deg, grey, #001125);
    border: 3px solid #fff;
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
    border-collapse: collapse;
    left: 50%;
    opacity: 0;
    padding: 1%;
    position: absolute;
    text-align: justify;
    top: 50%;
    visibility: hidden;
    z-index: 10;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    transition: opacity .5s, top .5s;
}

.overlay:target + .popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.popup p, .popup div {
    width: auto;
    cursor: default;
}

.popup h2 {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;

    color: white;
    border-radius: 5px;

    cursor: default;
}

.popup label {
    display: inline-block;
    text-align: left;
    width: 250px;
}

.popup input[type="text"], .popup input[type="password"] {
    border: 1px solid;
    border-color: #999 #ccc #ccc;
    margin: 0;
    padding: 2px;
    border-radius: 2px;
}

.popup input[type="text"]:hover, .popup input[type="password"]:hover {
    border-color: #555 #888 #888;
}

.popupblocksubtitle {
    /*font-style:normal;*/
    background: linear-gradient(45deg, #610B0B, #F78181, #610B0B);
    padding: 5px 10px;
    color:white;
    font-weight: bolder;
    text-align: center;
    font-size: 1.2em;
    border-radius: 5px;
    border: 1px inset #F78181;
}

.popupblocksubtitle textarea{
    width: 300px;
    height: auto;
}

.modal-attachments .popupblocksubtitle {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    display: block;
}
.modal-attachments .modal-content,
.modal-attachments .modal-header {
    position: relative;
}
.modal-attachments .modal-content {
    padding: 0;
}
/*.modal-attachments .modal-body {*/
/*    padding: 20px;*/
/*}*/
.modal-attachments .modal-close__btn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 20px;
}

.modal-attachments .modal-close__btn .fa,
.modal-attachments .modal-close__btn .fas {
    display: block;
}
#Rating .modal-content {
    padding: 0;
}
.popupblocks table{
    margin-top: 25px;
    padding-top: 25px;
    width: 450px;
    border-spacing: 2px;
    /*color: #000000;*/
    background: linear-gradient(0deg, whitesmoke, aliceblue, whitesmoke);
    border-collapse: separate;
    /*make border round*/
    border: 6px inset lightgrey;
    border-radius: 10px;
}

.popupblocks table:hover {
    border: 6px inset #1D6A96;
}

.popupblocks table th {
    border-width: 1px;
    padding: 1px;
    border-style: none;
    border-radius: inherit;
}

.popupblocks table tbody span {
    margin-left: 13%;
    display: block;
    width: 70%;
    margin-top: 8px;
    text-align: center;
    font-weight: bold;
    color: #000000;
    /*background-color: #eae7e7;*/
    border-radius: 25px;
}

.popupblocks table tbody span:hover{
    text-align: center;
    border-radius: 25px;
}

.popupblocks table tbody span input {
    width: 80%;
    background: linear-gradient(90deg, silver, lightgrey, silver);
    border: 1px outset silver;
    border-radius: 5px;
    padding: 5px;

    cursor: pointer;
}

.popupblocks table tbody span input:hover {
    text-align: center;
    background: linear-gradient(45deg, #1D6A96, #A1C4DE, #1D6A96);
    border: 1px inset silver;
    cursor: hand;
}

.popupblocks table tbody input[type=checkbox]  {
    float: right;
}

.popupblocks table tfoot td{
    padding-top: 15px;
    text-align: right;
    background-color: transparent;
}

.close {
    background-color: rgba(0, 0, 0, 0.8);
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 5px;
    width: 30px;
    border-radius: 15px;
}

.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 24px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}

.close:hover {
    background-color: rgba(64, 128, 128, 0.8);
}

/*Responsive tables also Allocated in Master*/

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}
table tr {
    background: #f8f8f8;
    border: 1px solid  #ddd;
    padding: .35em;

}
table th,
table td {
    padding: .625em;
    text-align: center;
}
table th {
    font-size: .85em;
    letter-spacing: .1em;
    /*text-transform: uppercase;*/
}

table {
    border: 0;
}
table caption {
    font-size: 1.3em;
}
table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
}

table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
}
table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    /*text-transform: uppercase;*/
}
table td:last-child {
    border-bottom: 0;
}
/*.login {*/
/*    position: absolute;*/
/*    top:50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    margin: 0;*/
/*    width: 100%;*/
/*    max-width: 340px;*/
/*    height: auto;*/
/*    !* font-family: 'AzukaRegular'; *!*/
/*    font-size: 100%;*/
/*    border-radius: 5px;*/
/*}*/
input, select {
    font-size: 100%;
}

.btn-block{
    width:100%;
}

.triangle-border {
    position: relative;
    margin: 15px;
    width: 400px;
    font-size: large;
    cursor: default;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.triangle-border.left {
    margin-left: 30px;
}
.triangle-border.blue:before {
    content: "";
    position: absolute;
    bottom: -20px; /* value = - border-top-width - border-bottom-width */
    left: 40px;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #00b2e5 transparent;
    display: block;
    width: 0;
}
.triangle-border.red:before {
    content: "";
    position: fixed;
    bottom: -20px; /* value = - border-top-width - border-bottom-width */
    left: 45px;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #ff191c transparent;
    display: block;
    width: 0;
}
.triangle-border:after {
    content: "";
    position: absolute;
    bottom: -13px; /* value = - border-top-width - border-bottom-width */
    left: 47px; /* value = (:before left) + (:before border-left) - (:after border-left) */
    border-width: 13px 13px 0;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
}
.triangle-border.left.blue:before {
    top: 10px;
    bottom: auto;
    left: -30px; /* value = - border-left-width - border-right-width */
    border-width: 15px 30px 15px 0;
    border-color: transparent #00b2e5;
}
.triangle-border.left.red:before {
    top: 10px;
    bottom: auto;
    left: -30px; /* value = - border-left-width - border-right-width */
    border-width: 15px 30px 15px 0;
    border-color: transparent #ff191c;
}
.triangle-border.left:after {
    top: 16px; /* value = (:before top) + (:before border-top) - (:after border-top) */
    bottom: auto;
    left: -21px; /* value = - border-left-width - border-right-width */
    border-width: 9px 21px 9px 0;
    border-color: transparent #fff;
}
.triangle-border.blue {
    border: 1px solid #00b2e5;
}
.triangle-border.red {
    border: 1px solid #ff191c;
}
/* The Modal (background) */
.modal {
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

.modal-dialog{
    width:100svw;
    height:100svh;
    max-width:100svw !important;
    max-height:100svh !important;
    margin: 0 !important;
}

    /* Modal Content */
.modal-content {
    background: linear-gradient(0deg, grey, #001125);
    background-image: linear-gradient(0deg, grey, rgb(0, 17, 37));
    background-origin: initial;
    background-clip: initial;
    margin: auto;
    border: 1px solid #888;
    border-radius: 10px;
    position: relative;
    animation: popup-modal 0.7s;
}
/*img.profilePicture {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    padding: 2rem;*/
/*}*/
#slideMessageHolder input {

    background-color: white;
    width: 100%;
    padding: 10px;
    border-radius: 1px;
    clear: both;
    margin: 0;

    border: 5px solid white;
    -webkit-box-shadow:
            inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
    -moz-box-shadow:
            inset 0 0 8px  rgba(0,0,0,0.4),
            0 0 16px rgba(0,0,0,0.4);
    box-shadow:
            inset 0 0 8px  rgba(0,0,0,0.4),
            0 0 16px rgba(0,0,0,0.4);

    background: rgba(255,255,255,0.5);


}
div#slideMessageHolder>div {
    padding: 10px;
    background-color: #CC0000;
    color: #fff;
}

.alert-success {
    color: #ffffff !important;
    background-color: #4ecc1a !important;
    border-color: #d6e9c6
}


.attachment-card{
    min-height: 80svh;
}
.attachmentbutton{
    background: green;
    position: relative;
    bottom: 0;
}



.chat{
    margin-top: auto;
    margin-bottom: auto;
}
.card{
    background-color: rgba(0,0,0,0.4) !important;
}
.contacts_body{
    padding:  0.75rem 0 !important;
    overflow-y: auto;
    white-space: nowrap;
}
.msg_card_body{
    overflow-y: auto;
    max-height: 90vh;
}
.chat-content {
    height: 100vh;
}

.card-header{
    border-bottom: 0 !important;
    background-color: var(--webchat-primary) !important;
}

.container{
    align-content: center;
}
.search{
    border-radius: 15px 0 0 15px !important;
    background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color:white !important;
}
.search:focus{
    box-shadow:none !important;
    outline:0px !important;
}
/*.type_msg{*/
/*    background-color: rgba(0,0,0,0.3) !important;*/
/*    border:0 !important;*/
/*    color:white !important;*/
/*    !*height: 60px !important;*!*/
/*    overflow-y: auto;*/
/*}*/
.type_msg:focus{
    box-shadow:none !important;
    outline:0px !important;
}
.attach_btn,
.send_btn{
    min-width: 60px;
    justify-content: center;
}
.attach_btn{
    background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color: white !important;
    cursor: pointer;
}
.send_btn{
    background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color: white !important;
    cursor: pointer;
}
.search_btn{
    border-radius: 0 15px 15px 0 !important;
    background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color: white !important;
    cursor: pointer;
}
.contacts{
    list-style: none;
    padding: 0;
}
.contacts li{
    width: 100% !important;
    padding: 5px 10px;
    margin-bottom: 15px !important;
}
.active{
    background-color: rgba(0,0,0,0.3);
}
.user_img{
    height: 40px;
    width: 40px;


}
.user_img_msg{
    height: 40px;
    width: 40px;
    font-size:40px;
}

.img_cont{
    position: relative;
    height: 40px;
    width: 40px;
}

.online_icon{
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #4cd137;
    border-radius: 50%;
    bottom: -0.1em;
    right: -0.3em;
    border: 1.5px solid white;
}
.offline{
    background-color: #c23616 !important;
}
/*.user_info{*/
/*    margin-top: auto;*/
/*    margin-bottom: auto;*/
/*    margin-left: 15px;*/
/*    position: relative;*/
/*}*/
/*.user_info span{*/
/*    color: white;*/
/*    display: block;*/
/*}*/
/*.user_info p{*/
/*    font-size: 10px;*/
/*    color: rgba(255,255,255,0.6);*/
/*    margin: 0;*/
/*}*/
.video_cam{
    margin-left: 50px;
    margin-top: 5px;
}
.video_cam span{
    color: white;
    font-size: 20px;
    cursor: pointer;
    margin-right: 20px;
}

/*.msg_cotainer, .msg_cotainer_send {*/
/*    border-radius: 5px 5px 0;*/
/*    padding: 10px 5px;*/
/*}*/
/*.msg_cotainer::before,*/
/*.msg_cotainer_send::before {*/
/*    display: block;*/
/*    content: ' ';*/
/*    position: absolute;*/
/*    width: 0;*/
/*    height: 0;*/
/*    left: auto;*/
/*    right: -7px;*/
/*    top: auto;*/
/*    bottom: 0px;*/
/*    border: 4px solid;*/
/*    border-color: transparent transparent #FFF #FFF;*/
/*}*/

/*.msg_cotainer {*/
/*    margin-top: auto;*/
/*    margin-bottom: auto;*/
/*    margin-left: 10px;*/
/*    background-color: #fff;*/
/*    position: relative;*/
/*    word-break: break-word;*/
/*    border-radius: 5px 5px 5px 0;*/
/*    padding: 20px 10px 15px 10px;*/
/*    min-width:100px*/
/*}*/

/*.msg_cotainer::before{*/
/*    left: -7px;*/
/*    right: auto;*/
/*    border-color: transparent #fff #fff transparent;*/
/*}*/

/*.msg_cotainer_send{*/
/*    margin-top: auto;*/
/*    margin-bottom: auto;*/
/*    margin-left: 10px;*/
/*    background-color: #fff;*/
/*    position: relative;*/
/*    word-break: break-word;*/
/*    border-radius: 5px 5px 0 5px;*/
/*    padding: 15px 30px 15px 10px;*/
/*    min-width: 100px;*/
/*}*/

/*.msg_cotainer_send::before{*/
/*    border-color: transparent transparent #D1FFC3 #D1FFC3;*/
/*}*/

/*.msg_time,.msg_time_send{*/
/*    color: rgba(0,0,0,.45);*/
/*    font-size: 10px;*/
/*    line-height: 1;*/
/*    text-align: right;*/
/*    display: block;*/
/*}*/

/*.chatMessageText{*/
/*    text-align: left;*/
/*    position: relative;*/
/*    word-wrap: break-word;*/
/*    font-size: 12px;*/
/*    padding-top: 5px;*/

/*}*/

.msg_head{
    position: relative;
}
#action_menu_btn{
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
    cursor: pointer;
    font-size: 20px;
}
.action_menu{
    z-index: 1;
    position: absolute;
    padding: 15px 0;
    background-color: rgba(0,0,0,0.5);
    color: white;
    border-radius: 15px;
    top: 30px;
    right: 15px;
    display: none;
}
.action_menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.action_menu ul li{
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 5px;
}
.action_menu ul li i{
    padding-right: 10px;

}
.action_menu ul li:hover{
    cursor: pointer;
    background-color: rgba(0,0,0,0.2);
}

.chat-content .card-header {
    /*background-color: var(--webchat-primary) !important;*/
    border-radius:0 !important;
}

.sentiment-icon{
    position: absolute;
    top: -15px;
    right: -5px;
    width: 20px;
    height: 20px;
}

#loginPage{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}

#loginPage .card{
    height: 100vh;
}

#loginPage .card-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    clear: both;
    border-width: 0 0 1px 0;
    border-style: solid;
    padding: 14px 20px;
    background-color: inherit;
    gap: 20px
}

#loginPage .card-header img{
    height: 35px;
    width: 35px;
    margin-top: 0;
}

.login-content{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}
.form-group{
    margin-bottom:0;
}

.botmenuviewer__wrapper{
    color: rgba(108, 122, 137, 0.4);
}



.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

#ratingWindow{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius:9px
}

.ratingContainer{
    display:flex;

}


.msg_time{
    position: absolute;
    right: 10px;
}

.msg_time_send{
    position: absolute;
    right: 5px;
}


.justify-content-start .webchat_attatch{
    position: absolute;
    top: -15px;
    left: -5px;
}

.justify-content-end .webchat_attatch{
    position: absolute;
    top: -10px;
    right: -25px;
}


/*.webchat_attatch{*/
/*    position: absolute;*/
/*    top: -10px;*/
/*    right: -25px;*/
/*}*/

.clientname{
    color:white;
}

.button_container{
    display: flex;
    gap: 5px;
    padding: 5px;
}


#attachmentHTML{
    width:100%
}

#att-list{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

#att-list>div{
    width: auto;
    display: flex;
}

#att-list>div>i{
    position: relative;
    top: -10px;
    right: 20px;
    color: rgba(255, 255, 255, 0.5);
}
.pointer:hover{
    cursor:hand
}