@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Lora&family=Montserrat&family=Open+Sans&family=Source+Sans+3&display=swap");


/*
@Skeleton Animation Start
*/
.skeleton{
opacity:.7;
animation: skeleton-loading 1s linear infinite alternate;
}
@keyframes skeleton-loading {
0%{
background-color: hsl(200,20%,70%);
}
100%{
background-color: hsl(200,20%,95%);
}
}


.main {
background-color: #014D52;
height: 100% !important;
position:fixed;
width:17% !important;
}

.collapse-card ul {
list-style: none !important;
padding-left: 0 !important;
border-bottom: 0;
}

.collapse-card ul li a,
.btn-custom {
text-decoration: none;
}

.collapse-card .card {
border: none !important;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
.active-item {
/* background-color: #fff !important; */
color: white !important;
font-size: 16px;
}

.active-item:hover {
color: #014D52 !important;
}

.card-body {
padding: 0px !important;
}

.card {
background: none !important;
}

.main a:hover {
color: #014D52 !important;
background-color: #fff;
}

.card a {
color: white !important;
padding: 8px !important;
}

.card li {
margin: 9px 0px !important;
}

.card li a {
margin: 5px 10px !important;
text-align: left !important;
border-radius: 4px;
}

.main a {
color: white;
margin: 5px 10px !important;
display: block;
text-align: left;
}

.main .active-item {
background: white !important;
color: #014D52 !important;
}

.main a.active-item {
background: white !important;
color: #014D52 !important;
text-align: left !important;
}

h2,
h4,
h5 {
color: rgba(12, 11, 11, 0.86);
font-family: "Roboto", sans-serif;
font-weight: 500;
}

label,
p,
span,
td {
font-family: "Montserrat", sans-serif;
font-weight: 500;
}

select {
font-family: "Montserrat", sans-serif !important;
font-size: 14px !important;
}

td {
font-size: 15px;
}

a {
text-decoration: none !important;
}

p,
span {
font-size: 15px;
}

label {
font-size: 13px;
}

span {
font-size: 16px;
}

h2 {
font-size: 26px !important;
}

h5 {
font-size: 16px;
}

.size-4 h4 {
font-size: 18px !important;
}

th {
font-size: 16px !important;
font-family: "Roboto", sans-serif;
}

.table > :not(:last-child) > :last-child > * {
border-bottom-color: #8080804a !important;
}

.C-shadow {
padding-left: 0 !important;
}

.my-table {
height: 530px;
overflow-y: scroll;
}

small {
color: #9f9c9c !important;
}

.fixed-h {
height: 100vh;
/* background-color: #0396a1; */
background-color: #014d52;
color: white;
position: fixed;
width: 15%;
}

.form-select {
padding: 10px !important;
}

.type-1 label {
font-size: 16px;
color: rgba(12, 11, 11, 0.86);
font-family: "Roboto", sans-serif;
font-weight: 500;
line-height: 15px !important;
}

.type-1 > .form-control {
padding: 8px !important;
font-weight: 600;
font-size: 17px;
}

.header-text {
font-size: 16px;
font-weight: bold;
line-height: 25px;
}

.body-text {
line-height: 20px;
}

.nav-link {
margin-top: 12px;
color: white;
}

.nav a {
text-align: left;
}

.nav-link:hover {
color: white;
}

.dropdown-toggle.show {
color: #0396a1 !important;
background-color: #fff !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #0396a1 !important;
background-color: #fff !important;
margin: 0 0px;
}

.col-md-10 {
padding-left: 0px !important;
}

.card .table td {
border: none !important;
}

.WA {
float: right !important;
}
.clock {
display: flex;
align-items: center;
justify-content: space-between;
}
.pull-right {
float: right !important;
}
.scroll{
height:300px;
overflow-y:scroll;
}
.dashoard-img{
display:block;
margin:26px auto !important;
}
.conversation {
height: calc(100% - 12px);
position: relative;
background: #efe7dd url("https://cloud.githubusercontent.com/assets/398893/15136779/4e765036-1639-11e6-9201-67e728e86f39.jpg") repeat;
z-index: 0;
}

.conversation .conversation-container {
padding: 10px;
}

.conversation .conversation-container:after {
content: "";
display: table;
clear: both;
}

.mesage #addNewButton a {
color: white;
text-decoration: none;
}

.msg-one {
display: -webkit-box !important;
}
/* Messages */
.message {
color: #000;
clear: both;
line-height: 18px;
font-size: 15px;
padding: 8px;
position: relative;
max-width: 95%;
word-wrap: break-word;
z-index: -1;
}

.message:after {
position: absolute;
content: "";
width: 0;
height: 0;
border-style: solid;
}

.message.received {
background: #fff;
border-radius: 0px 5px 5px 5px;
}

.message.received:after {
border-width: 0px 10px 10px 0;
border-color: transparent #fff transparent transparent;
top: 0;
left: -10px;
}
.image-container{
max-width : 300px;
}

.image-container > img {
width: 100%;
border-radius: 5px;
object-fit: cover;
}
/*    .video-container{
position : relative;
max-width : 300px;
min-height : 250px
}
.video-container > video{
position : absolute;
z-index : 99999;
}*/

.metadata {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}

.metadata .time {
position: absolute;
right: 0;
bottom: 0;
color: rgba(0, 0, 0, 0.45);
font-size: 11px;
}

.bi-archive-fill {
color: rgb(252, 58, 58);
}

.bi-pencil-fill {
color: rgb(59, 153, 59);
margin-right: 5px;
}

.body-msg ul li {
list-style: none;
padding-left: 0;
}

.body-msg ul {
padding-left: 0;
}

.add-not {
padding: 0px !important;
height: 144px;
}

.add-not h5 {
padding: 18px 30px !important;
}

.cta-fw-bold {
font-size: 17px !important;
font-weight: 500 !important;
margin: 6px 0 !important;
}

::placeholder {
color: rgb(190, 187, 187) !important;
opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
/* Edge 12-18 */
color: rgb(190, 187, 187) !important;
}

.website {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.website-name {
font-size: 12px !important;
font-weight: 500 !important;
}

.web-link {
cursor: pointer !important;
}

button {
text-align: left;
}

.tempelates-buttons {
display: flex;
justify-content: center;
gap: 8px;
margin-top: 5px;
width: 290px;
}

.tempelates-buttons .button-left {
text-align: center;
background-color: #fff;
padding: 5px;
color: green;
padding: 5px;
border: none;
border-radius: 5px;
width: 180px;
}

.tempelates-buttons .button-left:hover {
color: #000
}

.tempelates-buttons .button-right {
text-align: center;
background-color: #fff;
padding: 5px;
color: green;
padding: 5px;
border: none;
border-radius: 5px;
width: 180px;
}

.tempelates-buttons .button-right:hover {
color: #000
}

.uploaded-file {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}

.uplloaded-img img {
width: 100%;
border-radius: 5px;
}

.border-3 {
border: 3px solid lightgray;
}

.custom-bg {
color: #aef9ff !important;
background-color: rgba(0, 0, 0, 0.2) !important;
}

.custom-bg1 {
color: #aef9ff !important;
background-color: rgba(0, 0, 0, 0.2) !important;
}

.nav a {
cursor: pointer !important;
}

.nav a:hover {
background-color: rgba(122, 120, 120, 0.6) !important;
}


.same .form-control {
width: 80% !important;
}

.same button {
border: 1px solid #8080804a !important;
border-radius: 4px;
margin-left: 10px;
}

/* dashboard section css here  */
.dash-main .down-sec .card {
border: none !important;
border-radius: 8px !important;
background: white !important;
padding: 1rem !important;
}

.dash-main .down-sec p {
margin-bottom: 3px !important;
}

.dash-main .down-sec h4 {
font-size: 20px !important;
font-weight: 500;
}

.dash-main .down-sec h5 {
font-size: 17px !important;
font-weight: 500;
}

.dash-main .card-flat {
border-radius: 8px;
}

.dash-main .card-flat .card-body::after {
content: "";
/* Add this line */
width: 2px;
height: 46px;
background-color: #24232324;
display: block;
margin-top: -45px;
margin-left: -12px;
}

.dash-main .phone {
padding: 1rem 1rem;
}

.dash-main .card-flat h5 {
font-size: 15px !important;
font-weight: 600;
color: #242323;
}

.dash-main .card-flat p {
font-size: 14px !important;
}

.dash-main .card-flat .card-body {
padding: 1rem 1rem !important;
}
        /*
            Inbox Message Design
            Ibootme, WAP
        */
.nav-pills .nav-link:hover {
background-color: #f0f0f5 !important;
}

.nav-pills .nav-link.active {
background-color: #d2d4ff !important;
}
.mesage-profile {
display: flex;
justify-content: space-between;
gap: 10px;
align-items: center;
background: white !important;
margin: 0 !important;
color: #000 !important;
border-radius: 0 !important;
}
.nav-container {
height: 76vh;
overflow-y: auto;
scrollbar-width: thin;
}

.nav-container::-webkit-scrollbar {
width: 5px;
background: rgb(226, 226, 226);
}

.nav-container::-webkit-scrollbar-thumb {
background-color: #aaaaaa;
border-radius: 5px;
}

.nav-container::-webkit-scrollbar-thumb:hover {
background-color: #9b9a9a;
}
.bg-light-green {
background-color: rgb(83, 177, 83);
width: 20px;
height: 20px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
font-size: 10px !important;
letter-spacing: 1px;
font-weight: 700;
color: #fff !important;
}

span {
font-size: 12px !important;
}

.person-image {
width: 45px;
height: 45px;
border-radius: 50%;
object-fit: cover;
}

.dummy-message-img {
background: #F0F0F0;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
object-fit: cover;
}

.search-field input {
border: 0 !important;
outline: none !important;
width: 100%;
}

.vh-68 {
height: 66vh;
overflow-y: auto;
}

.text-msg-area {
background-image: url("https://cloud.githubusercontent.com/assets/398893/15136779/4e765036-1639-11e6-9201-67e728e86f39.jpg");
background-position: center;
object-fit: cover;
}

.msg-input-area {
border-left: 3px solid rgba(126, 252, 0, 0.767);
}

.msg-input-area img {
width: 30px;
opacity: 0.5;
cursor: pointer;
background: transparent;
transition: 0.3s ease;
padding: 4px;
border-radius: 5px;
}

.msg-input-area img:hover {
background: lightgray;
}

.add-more-file img {
width: 30px;
cursor: pointer;
background: transparent;
transition: 0.3s ease;
padding: 4px;
border-radius: 5px;
}

.add-more-file img:hover {
background: lightgray;
}

.g-10 {
gap: 10px;
}

.msg-input-area input {
outline: none;
width: 100%;
}

.sender-person {
background-color: #bddda4;
float: right;
clear: both;
word-wrap: break-word;
}

.reciever-person {
background-color: #ffffff;
float: left;
clear: both;
word-wrap: break-word;
}

.text-msg-area {
position: relative;
}

.my-msg {
padding: 10px;
display: flex;
flex-direction: column;
margin: 5px;
border-radius: 8px;
max-width: 70%;
}

.arrow {
position: absolute;
width: 0;
height: 0;
border-style: solid;
}

.reciever-arrow {
left: 2px;
border-width: 0px 15px 15px 0;
border-color: transparent #ffffff transparent transparent;
}

.sender-arrow {
right: 2px;
border-width: 0px 0 15px 15px;
border-color: transparent transparent transparent #a8db81;
}

.multiple-input {
width: 200px;
display: flex;
flex-direction: column;
z-index: 1;
left: 2px;
bottom: 75px;
background: rgb(223, 223, 223);
border-top-right-radius: 10px;
border-top-left-radius: 10px;
gap: 5px;
overflow: hidden;
}

.multiple-input label:hover {
cursor: pointer;
background: rgb(240, 240, 240);
}

.emojies-container {
position: absolute;
padding: 10px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
width: 400px;
height: 400px;
overflow-y: auto;
left: 2px;
bottom: 74px;
}

.emojies-container::-webkit-scrollbar {
width: 5px;
}

.emojies-container::-webkit-scrollbar-thumb {
background-color: #888;
border-radius: 5px;
}

.emojies-container::-webkit-scrollbar-track {
background-color: #f1f1f1;
border-radius: 5px;
}

/* Firefox specific styles */
.emojies-container {
scrollbar-width: thin;
scrollbar-color: #888 #f1f1f1;
}

.emojies-search-field {
border-radius: 20px;
}

.emoji-list {
display: flex;
gap: 5px;
flex-wrap: wrap;
justify-content: center;
}

.emoji-list li {
width: 8%;
background: transparent;
border: 1px solid transparent;
padding: 2px 0;
border-radius: 50%;
list-style: none;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
transition: 0.2s ease;
}

.emoji-list li:hover {
cursor: pointer;
border-color: #888;
}

.uploaded-file-container {
position: absolute;
background: white;
z-index: 1;
bottom: 0;
height: 53vh;
width: 40%;
}

.vh-7 {
height: 6.5vh;
}

.vh-6 {
height: 6vh;
}

.vh-40 {
height: 40vh;
}

.bg-light-gray {
background: rgb(233, 233, 233) !important;
}

.show-uploded-file {
object-fit: cover !important;
}

.opacity-75 {
opacity: 0.7 !important;
width: 25px !important;
}

#showUploadedFile video {
max-width: 100%;
}

.show-more-file {
overflow-x: auto;
display: flex;
gap: 10px;
}

.show-more-file::-webkit-scrollbar {
height: 2px !important;
width: 0px !important;
background: rgb(226, 226, 226);
}

.more-file {
width: 25px;
height: 25px;
object-fit: cover;
display: flex;
justify-content: center;
align-items: center;
}

.rotate180 {
transform: rotate(180deg);
transition: transform 0.5s ease;
}

.rotate0 {
transform: rotate(0deg);
transition: transform 0.5s ease;
}

.vh-10{
height: 10vh;
}
.px-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.bg-white {
background-color: #FFF !important
}
.preview_wrapper {
height: 68vh;
background-color: #F0F0F0;
position: relative;
}

.preview_wrapper > svg {
position: absolute;
top: 5%;
left: 5%;
cursor: pointer;
}

.preview_container {
height: 68vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 5px;
}

.preview_container > img {
object-fit: contain;
height: 350px;
width: 100%;
}
.preview_container > video{
    height:250px;
    width:100%;
}
.emogi{

}
.send-msg > a > img {
    width: 100%;
    height: 160px;
    object-fit: contain;
}
.send-msg > a > video {
    width: 100%;
    height: 160px;
}
.recieving-msg > a > img {
    width: 100%;
    height: 160px;
    object-fit: contain;
}
.recieving-msg > a > video {
    width:100%;
    height: 160px;
}
.emoji {
    position: relative;
}
.emoji-reaction {
    position: absolute;
    transform: translate(-12px, 0);
    background: #F5F5F5;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 16px !important;
    text-align: center;
}